@media (max-width: 768px) {
    @import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

    *,
    *::before,
    *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        outline: none;
        /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        font-size: 100%;
        vertical-align: baseline;
        outline: none;
    }

    html {
        scroll-behavior: smooth;
    }

    /***********load**/

    .load {
        height: 100%;
        width: 100%;
        /* background-color: rgba(0, 0, 0, 0.9); */
        background-color: #fff;
        position: fixed;
        z-index: 1000;
    }

    .loading {
        /* background-color: transparent; */
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 10px solid #05050526;
        border-top: 10px solid rgb(129, 209, 23);
        border-bottom: 10px solid rgb(129, 209, 23);
        padding: 30px;
        position: absolute;
        z-index: 99;
        top: 40%;
        left: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: loading 1s linear infinite;
    }
    /*********************depot sauvage**/

    .depoteaux {
        height: auto;
        width: 100%;
        margin-left: 0;
    }
    .resp .card {
        margin: auto;
    }
    .depoteaux .card-title {
        margin-top: 2em;
    }

    /***************facture**/

    #factu .card {
        margin: auto;
    }
    /****************************************style header*****************************************************/

    .cc-navbar {
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 99;
        padding: 1em;
        border-top: 5px solid rgb(59, 42, 42);
        background-color: #fff;
        z-index: 99;
    }

    a .logo {
        max-width: 80px;
        position: absolute;
        left: 10px;
        top: 20px;
    }

    a .logo1 {
        max-width: 80px;
        position: absolute;
        left: 100px;
        top: 20px;
    }

    a .logo3 {
        max-width: 70px;
        left: 190px;
        top: 20px;
        margin-bottom: 1rem;
        position: absolute;
    }

    .cc-navbar .nav-link {
        margin-left: 5px;
        font-size: bold;
        font-size: 1em;
        color: rgb(59, 42, 42);
        border-bottom: 1px solid transparent;
        transition: padding-bottom 0.4s ease-in-out, border-color 0.3s ease;
    }

    .cc-navbar .bnt {
        background-color: rgb(129, 209, 23);
        color: #fff;
        text-decoration: none;
    }

    .cc-navbar .nav-link:hover {
        padding-bottom: none;
        color: rgb(129, 209, 23);
        border-bottom-color: none;
        /* border-bottom-color: rgb(59, 42, 42); */
    }

    .cc-navbar .active {
        padding-bottom: 0;
        color: rgb(129, 209, 23);
        border-bottom-color: none;
    }

    .cc-navbar1 .active {
        padding-bottom: none;
        color: rgb(129, 209, 23);
        border-bottom-color: transparent;
    }

    /**************************************style index***************************************************************/
    .banner {
        position: relative;
        margin: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background: url("../image/poub4.jpg") center center fixed no-repeat;
        background-size: cover;
        height: 350px;
    }

    hr {
        max-width: 1000px;
        border-color: #999999;
    }
    .sect {
        margin: 0;
        background-color: rgb(246, 249, 252);
        padding-top: 2em;
    }

    .sect2 {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
            url("../image/img2.jpg") center center fixed no-repeat;
        background-size: cover;
        height: 320px;
    }

    .sect2 .card1 {
        margin: 0;
        background: #fff;
    }

    .sect2 .btn {
        color: rgb(129, 209, 23);
        border: 1px solid rgb(129, 209, 23);
        padding: 0.35rem 1.5rem;
        font-weight: 400px;
        font-size: 20px;
        border-radius: 10px;
        transition: box-shadow 2s ease, transform 3s ease;
    }

    .sect2 .btn:hover {
        box-shadow: inset 0px 100px 10px rgb(129, 209, 23);
        color: #fff;
    }

    .sect2 .btn:focus {
        box-shadow: 0px 0px 0px;
    }

    .text_card {
        margin: 1em 0em 2em 0em;
        color: rgb(59, 42, 42);
        text-align: center;
        font-size: 1.1em;
    }

    .text_p {
        color: rgb(93, 89, 102);
        font-size: 10px;
        line-height: 2em;
        margin-left: 2em;
    }

    .text_p2 {
        color: rgb(93, 89, 102);
        line-height: 2em;
        margin-right: 2em;
    }

    .text_card::after {
        content: " ";
        position: absolute;
        display: block;
        left: 46%;
        width: 100px;
        height: 2px;
        color: red;
        background-color: rgb(129, 209, 23);
    }

    .brand {
        position: absolute;
        text-align: center;
        top: 50%;
        color: #fff;
        font-size: 5em;
        font-weight: bold;
        left: 30%;
    }
    .sect img {
        -webkit-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        height: 40vh;
        width: 100%;
    }

    .box {
        left: 0%;
        top: 30%;
        font-size: 10px;
        position: absolute;
        padding: 2em;
        color: #fff;
    }

    .box .brand-name {
        font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial,
            sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 5em;
    }

    /***************************************style footer**********************************/

    .footer .footer-nav .nav-link {
        background-color: #fff;
        margin: 2rem;
        border-radius: 100px;
        height: 50px;
        width: 50px;
        align-content: center;
        align-items: center;
    }

    .footer-nav2 {
        background-color: rgb(246, 249, 252);
    }

    .footer-nav .nav-link i {
        position: center;
        color: rgb(59, 42, 42);
        margin-top: 0.5rem;
        font-size: 20px;
    }
    .footer-nav .nav-item img {
        max-height: 50px;
        margin: 2em;
    }

    .footer p {
        padding: 1em;
        text-align: center;
        font-size: 13px;
    }
    /*******************************************style service*****************************************************/
    .service {
        margin-top: 5em;
        padding-top: 2rem;
        background: url("../image/vide.mp4") no-repeat fixed center;
        background-position: center center;
        background-size: contain;
    }
    /* 
#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100px;
} */

    .service .text_card {
        margin: 1em 0em 2em 0em;
        color: rgb(59, 42, 42);
        text-align: center;
        font-weight: bold;
        font-size: 35px;
        text-transform: uppercase;
    }
    .service .col {
        margin-top: 3rem;
        margin-bottom: 4rem;
    }

    .service .col .form-select {
        transition: all 1s ease-in-out;
        background-color: transparent;
        border: 2px solid gray;
        color: gray;
    }

    .service .col .btn {
        color: gray;
        border: 2px solid gray;
        padding: 0.35rem 1.5rem;
        font-weight: 400px;
        font-size: 20px;
        border-radius: 10px;
        transition: box-shadow 2s ease, transform 3s ease;
    }

    .service .col .btn:hover {
        box-shadow: inset 0px 100px 10px rgb(59, 42, 42);
        color: #fff;
    }

    .service a {
        border: 1px solid #fff;
        color: transparentize(black, 0.3%);
        transition: all 1s ease;
    }

    .cap-content {
        padding: 1em;
        background-color: rgb(246, 249, 252);
    }

    .cap-content .card {
        min-height: 24em;
    }
    .cap-content .card .card-body .card-text {
        text-align: center;
        color: rgb(158, 122, 122);
        font-size: 20px;
    }
    .cap-content .card .card-body.btn {
        margin-left: 5rem;
        bottom: 0;
    }

    .cap-content p {
        color: black;
        font-size: 20px;
    }

    .cap-content p strong {
        color: rgb(136, 133, 141);
        color: transparentize(black, 0.3%);
        font-size: initial;
    }

    .cap-content .btn {
        background-color: #fff;
        border: 1px solid rgb(129, 209, 23);
        color: rgb(129, 209, 23);
        font-weight: bold;
    }

    .cap-content .btn:hover {
        box-shadow: inset 0px 100px 10px rgb(129, 209, 23);
        color: #fff;
    }

    .cap-content .btn:focus {
        box-shadow: inset 0px 100px 10px rgb(129, 209, 23);
        color: #fff;
    }
    /* ****************************************style contact****************************************************/
    .contact {
        padding-top: 8rem;
        margin-bottom: 8em;
    }

    .contact .col h1 {
        text-align: center;
        margin-bottom: 2rem;
        text-transform: uppercase;
        font-size: 40px;
    }

    .contact .form-control {
        transition: all 0.5s ease-in-out;
        background-color: transparent;
        border-color: 2px solid gray;
        padding: 1rem;
        transition: border 0.4s ease-out;
    }

    .contact .form-control:focus {
        border: 1px solid rgb(129, 209, 23);
    }
    .contact .btn {
        padding: 0.8em;
        font-size: 1.1em;
        background-color: rgb(129, 209, 23);
        border: 1px solid rgb(59, 42, 42);
        color: rgb(59, 42, 42);
        font-weight: bold;
    }

    textarea {
        resize: none;
    }

    .contact .text_card {
        margin: 1em 0em 2em 0em;
        color: rgb(59, 42, 42);
        text-align: center;
        font-weight: bold;
        font-size: 35px;
        text-transform: uppercase;
    }

    /*****************************************style projet*****************************************************/

    .banner1 {
        position: relative;
        margin-top: 4em;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background: url("../image/collect1.jpg") center center fixed no-repeat;
        background-size: cover;
        height: 300px;
    }

    .banner1 .box {
        left: 5%;
        top: 40%;
        /* position: absolute; */
        font-size: 6px;
        font-weight: bold;
        vertical-align: middle;
        padding: 2em;
        color: #fff;
    }

    .projet .text_card {
        margin: 1em 0em 1em 0em;
        color: rgb(59, 42, 42);
        text-align: center;
        font-size: 2em;
    }

    .projet .col-card .card {
        margin-top: 5em;
    }

    .projet .col-card .card::before {
        content: attr(data-value);
        text-align: center;
        justify-content: center;
        align-items: center;
        display: inline-block;
        width: 100px;
        height: 100px;
        position: absolute;
        top: -20%;
        background-color: #fff;
        border-radius: 50%;
        left: 40%;
        border: 2px solid rgb(59, 42, 42);
    }

    .projet p {
        color: rgb(93, 89, 102);
        line-height: 2em;
    }

    /**************************************************style compte**********************************************/

    .content_compte {
        min-height: 100vh;
        background-color: rgb(228, 226, 231);
        display: flex;
        flex-direction: column;
    }

    /* card left  */
    .content_compte .card-left {
        position: fixed;
        z-index: 99;
        padding-top: 2em;
        width: 80%;
        min-height: 35em;
        display: bolck;
        transform: translateX(-100%);
        transition: transform 0.4s ease-in-out;
        position: fixed;
        left: 0;
        right: 0;
        height: 100vh;
    }

    .content_compte .card-left:hover {
        overflow-y: scroll;
    }

    .hamburger {
        color: rgb(20, 12, 51);
        right: 10px;
        top: 5px;
        position: absolute;
        font-size: 2.5rem;
        font-weight: bold;
        display: block;
        padding: 0 0.5rem;
    }

    .content_compte .showbar {
        transform: translateX(0);
    }

    .content_compte .card-header span {
        margin-left: 1em;
    }

    .content_compte .card-header span:nth-child(1) {
        font-size: 20px;
    }

    .content_compte .card-header span:nth-child(2) {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
    }

    .content_compte .col-md-2 .card-body .nav .li {
        font-size: 10px;
        color: #fff;
    }

    .content_compte .nav .nav-item .nav-link {
        color: #fff;
        margin-top: 1.5em;
        font-size: 13px;
        transition: padding-bottom 0.4s ease-in-out;
    }

    .content_compte .nav .nav-item .active {
        border-bottom: 1px solid transparent;
        padding-bottom: none;
        color: rgb(129, 209, 23);
    }

    .content_compte .nav .nav-item .nav-link:hover {
        border-bottom: none;
        padding-bottom: 0;
    }

    /* card right */

    .content_compte .col-md-10 {
        position: relative;

        padding-top: 2em;
    }
    /* compte */

    /****************************************dashboad***********************************************/

    .dashboad .card-title {
        font-weight: bold;
        color: rgb(20, 12, 51);
        font-size: 20px;
    }

    .dashboad .nav {
        margin: auto;
        width: 100%;
        padding: 1em;
        background-color: rgb(230, 228, 235);
    }

    .dashboad .card1 {
        height: 25em;
        width: 100%;
        margin: auto;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .dashboad .card2 {
        width: 100%;
        height: 22em;

        margin: auto;
        text-align: center;
    }

    .dashboad .card-body .bnt {
        text-decoration: none;
        border: 1px solid rgb(129, 209, 23);
        padding: 0.9em 0.75em;
        color: rgb(129, 209, 23);
        font-weight: 400;
    }

    .dashboad .card-body .bnt:hover {
        box-shadow: inset 0px 100px 10px rgb(129, 209, 23);
        color: #fff;
    }
    .dashboad .card-body li:nth-child(3) {
        color: rgb(129, 209, 23);
        cursor: pointer;
        transition: all 0.4s ea;
    }

    .dashboad .card-body li:nth-child(3):hover {
        border-bottom: 1px solid rgb(129, 209, 23);
    }

    /********************************************authentification***************************************************/
    /* REGISTER */
    .register {
        padding-top: 4rem;
        margin-bottom: 8em;
    }

    .register .col h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 40px;
    }

    .register .form-control {
        transition: all 0.5s ease-in-out;
        background-color: transparent;
        border-color: 2px solid gray;
        padding: 1rem;
        transition: border 0.4s ease-out;
    }

    .register .form-control:focus {
        border: 1px solid rgb(129, 209, 23);
    }
    .register .btn {
        padding: 0.8em;
        font-size: 1.1em;
        background-color: rgb(129, 209, 23);
        border: 1px solid rgb(59, 42, 42);
        color: rgb(59, 42, 42);
        font-weight: bold;
    }

    textarea {
        resize: none;
    }

    .register .text_card {
        margin: 1em 0em 1em 0em;
        color: rgb(59, 42, 42);
        text-align: center;
        font-weight: bold;
        font-size: 35px;
        text-transform: uppercase;
    }
    /*******************************************appelle d'offre******************************************************/

    .appeloffre .card1 {
        height: auto;
    }

    .appeloffre {
        margin: 0;
    }

    .cardoffre {
        height: auto;
    }
    .modal-dialog {
        margin: 0;
    }
    .modal .cardoffre_modal {
        height: auto;
        margin: 0;
        flex-direction: column;
    }
    .modal .cardoffre_modal span,
    small {
        margin-right: 10rem;
        font-size: 13px;
    }
    .modal .cardoffre_modal h5 {
        text-align: center;
        font-size: 15px;
        margin-right: 10rem;
    }

    .modal .modal-title {
        font-size: 15px;
        text-align: center;
    }

    .cardoffre_modal .row span {
        color: rgb(129, 209, 23);
        font-weight: bold;
    }

    .cardoffre .row span {
        color: rgb(129, 209, 23);
        font-weight: bold;
    }
    .appeloffre .card-title {
        font-weight: bold;
        margin-left: 0;
        text-align: center;
        color: rgb(20, 12, 51);
        font-size: 25px;
    }
    .contact {
        padding-top: 8rem;
        margin-bottom: 8em;
    }

    .appeloffre .col h1 {
        text-align: center;
        margin-bottom: 2rem;
        text-transform: uppercase;
        font-size: 40px;
    }

    .appeloffre .form-control {
        transition: all 0.5s ease-in-out;
        background-color: transparent;
        border-color: 2px solid gray;
        padding: 0.6rem;
        transition: border 0.4s ease-out;
    }

    .appeloffre .form-control:focus {
        border: 1px solid rgb(129, 209, 23);
    }
    .appeloffre .btn {
        padding: 0.8em;
        font-size: 1.1em;
        background-color: rgb(129, 209, 23);
        border: 1px solid rgb(59, 42, 42);
        color: rgb(59, 42, 42);
        font-weight: bold;
    }

    textarea {
        resize: none;
    }

    .appeloffre .text_card {
        margin: 1em 0em 2em 0em;
        color: rgb(59, 42, 42);
        text-align: center;
        font-weight: bold;
        font-size: 35px;
        text-transform: uppercase;
    }

    /* *******************************************style plainte**************************************************/

    .card2 {
        height: auto;
        width: 100%;
        padding: 2em;
        justify-content: center;
    }

    .plaintl table thead {
        border-bottom: 1px solid green;
    }

    .plaintl tbody {
    }

    .plaintl table tbody tr td {
        padding: 1em;
    }

    .plaintl table tbody tr {
        background-color: rgb(230, 228, 235);
        border: none;
    }

    .plaintl table thead tr th {
        padding: 1em;
    }

    /********************************************style service menage compte***************************************************/
}
