@media only screen and (min-width: 1200px) {
    .home-slide .item-slide {
        max-height: calc(100vh - 107px);
        min-height: 600px;
    }
    .devis.interne .container {
        height: auto;
        margin-top: 17px;
    }
    /* .formulaire .submit {
margin-top: 15px;
} */
    .referencement .img-principal {
        margin-right: 40px;
    }
    .referencement .btn-1 {
        position: relative;
        left: -50px;
    }
    .content-img-text {
        padding-top: 100px;
    }
    .avantage .cadre-avantage {
        max-width: 290px;
    }
    .devis .formulaire {
        position: relative;
        margin-top: -180px;
    }
    .profil img {
        position: relative;
        top: -3px;
    }
    .col-service-footer {
        position: relative;
        top: -70px;
        height: 0;
        padding-bottom: 60px;
    }
    /* .service .container, */
    .step .content {
        max-width: 100%;
        padding: 0 50px;
    }
    .footer {
        margin-top: 180px;
    }
    .secteur.content-img-text .img-principal {
        margin-left: 0px;
        margin-right: 125px;
        margin-bottom: 90px;
    }
    .referencement .carte-ref {
        bottom: 0;
        left: -150px;
    }
    .referencement .bloc-text {
        padding-bottom: 60px;
    }
    .col-left-hs {
        -ms-flex: 0 0 580px;
        flex: 0 0 580px;
        max-width: 34%;
    }
    .banniere .title {
        top: -50px;
        position: relative;
    }
    .col-hs {
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        max-width: 66%;
        padding: 0;
    }
    .home-slide .content-slide .sect-title {
        position: relative;
        top: 140px;
    }
    .contact-top .container,
    header .container,
    .banniere .container,
    .news-letter .container,
    .footer .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .content-img-text.interne .container,
    .actualite .container,
    .paiement .container {
        max-width: 1200px;
        padding: 0 15px;
    }
    .secteur .container {
        max-width: 1185px;
        padding: 0 15px;
    }
    .service .content-box {
        max-width: 1370px;
        overflow: hidden;
        margin: auto;
    }
    .devis .row-form {
        justify-content: flex-start;
    }
    .top-contact .social-contact {
        margin-bottom: 20px;
    }
    /*topbar*/
    #site-header-menu #site-navigation .menu>ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        gap: 35px;
    }
    #site-header-menu #site-navigation .menu>ul>li:hover>a,
    #site-header-menu #site-navigation .menu>ul>li.active>a {}
    .fixed-header .top-contact {
        display: none !important;
    }
    #site-header-menu #site-navigation .menu>ul>li>a {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin: 0px;
        padding: 43px 0;
        text-align: center;
        text-decoration: none;
        position: relative;
        line-height: 1.2;
        z-index: 1;
    }
    #site-header-menu #site-navigation .menu>ul>li>a::before {
        transition: 0.4s;
        width: 0;
        height: 1px;
        position: absolute;
        top: calc(50% + 30px);
        content: "";
        background: #fff;
    }
    #site-header-menu #site-navigation .menu>ul>li.has-submenu>a::before {
        display: none;
    }
    #site-header-menu #site-navigation .menu>ul>li>a:hover::before {
        transition: 0.4s;
        width: 100%;
    }
    #site-header-menu .fixed #site-navigation .menu>ul>li>a {
        /* color: #fff; */
    }
    #site-header-menu #site-navigation .menu>ul>li>a:hover {
        color: #8BC04E;
    }
    #site-header-menu #site-navigation .menu>ul>li.active>a {
        /* color: #D8DFAA; */
    }
    #site-header-menu #site-navigation .menu>ul>li {
        position: relative;
    }
    #site-header-menu #site-navigation .menu>ul>li>ul>li a {
        color: #1e1e1e;
        font-family: "Plus Jakarta Sans";
        font-weight: 400;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }
    #site-header-menu #site-navigation .menu>ul>li>ul>li a:hover {
        /* color: #009E8E; */
    }
    .no-link {
        cursor: default;
    }
    #site-header-menu #site-navigation .menu>ul>li>ul>li::before a:not(.no-link) {
        width: 0px;
        position: absolute;
        height: 2px;
        background: #ffffff;
        left: 0;
    }
    #site-header-menu #site-navigation .menu>ul>li>ul>li:hover::before a:not(.no-link) {
        width: 0px;
        position: absolute;
        height: 2px;
        background: #ffffff;
        left: 0;
    }
    #site-header-menu #site-navigation .menu>ul>li>ul>li:hover::after {
        font-family: 'FontAwesome';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        z-index: 1;
        color: #55b7d9;
    }
    #site-header-menu #site-navigation .menu>ul>li ul a {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }
    #site-header-menu #site-navigation .menu ul>li ul li>a {
        margin: 0;
        display: block;
        padding: 6px 20px;
        position: relative;
        display: inline-flex;
        transition: 0.4s;
        width: 100%;
    }
    /* #site-header-menu #site-navigation .menu ul>li ul li:not(:last-child) {
border-bottom: 1px solid rgb(255, 255, 255, 0.5);
} */
    #site-header-menu #site-navigation .menu ul>li ul li:hover>a {
        transition: 0.4s;
        color: #8BC04E;
    }
    #site-header-menu #site-navigation .menu ul>li ul li>a::before {
        width: 3px;
        background: #8BC04E;
        left: 0;
        bottom: 0;
        position: absolute;
        height: 0;
        content: "";
        z-index: 1;
        transition: 0.3s;
    }
    #site-header-menu #site-navigation .menu ul>li ul li>a:hover::before {
        height: 100%;
        transition: 0.3s;
    }
    #site-header-menu #site-navigation .menu ul ul {
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        opacity: 0;
        line-height: 20px;
        left: -6px;
        border-top: none;
        top: calc(100%);
        transition: all .2s ease;
        z-index: 99;
        list-style: none;
        background: #fff;
        width: max-content;
        min-width: 200px;
        padding: 20px 0;
        border-radius: 0px;
        transform-origin: top center;
        border-radius: 0 0 16px 16px;
        border-top: 2px solid #8BC04E;
        box-shadow: 0 4px 50px 0 rgba(106, 155, 182, 0.20);
        transform: scaleY(0) translateZ(100px);
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
        overflow: hidden;
    }
    #site-header-menu #site-navigation .menu ul ul.mega-menu {
        width: 780px;
        column-count: 2;
        column-gap: 70px;
    }
    .content-img-text .img-principal {
        padding: 0;
        margin-bottom: 80px;
        margin-left: 0px;
        margin-right: 60px;
    }
    .referencement .img-principal {
        margin-left: 0;
    }
    .to-center-xl {
        justify-content: center;
    }
    .actualite .to-border:not(:first-of-type) {
        border-left: 1px solid #ffffff8f;
    }
    .header-contact-top {
        padding: 0 40px;
    }
    .referencement .right-ref {
        margin-left: 40%;
        padding-left: 45px;
    }
    .content-img-text .img-principal .img-content {
        width: 100%;
    }
    .service {
        padding: 100px 0 80px 0;
    }
    .content-img-text .img-content>img {
        position: relative;
        width: 100%;
    }
    .devis.interne .formulaire {
        top: inherit;
    }
    .footer .row-2-footer {
        max-width: 1200px;
        margin-left: auto;
    }
    .footer .row-3-footer {
        max-width: 1200px;
        margin-left: 0 auto;
    }
    .copyright .content-copyright {
        padding-left: 100px;
    }
    .home-slide .card-slide {
        max-width: 375px;
    }
    .home-slide .cards {
        position: absolute;
        width: 100%;
        /* height: 0; */
        display: flex;
        top: calc(50% - 207px);
    }
    .home-slide .row-card {
        height: 0;
    }
    .card-slide .link {
        margin-bottom: 75px;
    }
    .service .box-slide {
        max-width: 1170px;
    }
    .referencement .box-ref {
        min-height: 100%;
    }
    .referencement .box-content {
        margin-top: -400px;
    }
    .footer {
        padding-top: 180px;
    }
}

@media only screen and (min-width: 1300px) {
    .col-contact-footer {
        margin-left: 45px;
    }
}

@media only screen and (min-width: 1400px) {
    .header .container,
    .banniere .container,
    .home-slide .container {
        max-width: 1350px;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1500px) {
    .container,
    .top-contact .container,
    .header .container,
    .content-img-text .container,
    .service .container,
    .devis .container {
        max-width: 1480px;
        padding: 0 15px;
    }
    .footer .container {
        max-width: 1475px;
        padding: 0 15px;
    }
    .row-avantage {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1600px) {
    .contact-box .container {
        max-width: 1550px;
        padding: 0 15px;
    }
    .col-formulaire {
        -ms-flex: 0 0 445px;
        flex: 0 0 445px;
        max-width: 445px;
    }
    .news-letter .container {
        max-width: 1544px;
        padding: 0 15px;
    }
    .row-avis {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1800px) {
    .home-slide .item-slide .content .link {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1700px) {
    /* header .btn-1,
#site-header-menu #site-navigation .menu>ul>li>a {
font-size: 17px;
} */
    .avantage .box-avantage::before {
        right: 50px;
    }
    .avantage .box-avantage::after {
        width: calc(100% - 50px + 30px + 12px);
    }
}

@media only screen and (max-width: 1599px) {
    .contact-footer {
        gap: 40px;
    }
    .service .box-service {
        gap: 25px;
    }
    .logo-footer {
        max-width: 235px;
    }
    .col-left-hs {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-hs {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
    }
    .home-slide .z-top {
        padding-left: 50px;
    }
    .banniere .title,
    .home-slide .item-slide .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1500px) {
    .devis .form-devis button {
        min-width: 145px;
    }
    .row-avantage {
        justify-content: center;
    }
    .home-slide .item-slide .content .link {
        font-size: 20px;
    }
    #site-header-menu #site-navigation .menu>ul {
        gap: 18px;
    }
    #site-header-menu #site-navigation .menu>ul>li::before {
        right: -12px;
    }
    .box-service .slide-nav {
        width: calc(100% + (50px * 2));
        left: -50px;
    }
}

@media only screen and (max-width: 1400px) {
    .contact-box .title,
    .contact-box .detail {
        font-size: 14px;
    }
    .contact-box .item-box {
        padding: 15px;
    }
    .copyright .confidentialite,
    .copyright .info-copy {
        font-size: 15px;
    }
    .box-service .slide-nav {
        width: calc(100% + (45px * 2));
        left: -45px;
    }
    .content-img-text .img-principal {
        margin-left: 0;
        margin-right: 30px;
        margin-bottom: 135px;
    }
    .avantage .cadre-avantage {
        padding: 40px 30px
    }
    .formulaire .label-form {
        font-size: 15px;
    }
    .devis .title-devis {
        font-size: 25px;
    }
    .footer .contact-footer a {
        font-size: 20px;
    }
    .title-footer {
        font-size: 22px;
    }
    .col-service-footer {
        position: relative;
        top: 0px;
        max-width: 100%;
        flex: 0 0 100%;
        height: max-content;
        padding-bottom: 0;
    }
    .box-avis .slide-nav {
        width: calc(100% + (15px * 2) + (50px * 2));
    }
    .menu-box {
        gap: 20px;
    }
    header .container {
        padding: 0 22px;
    }
    #site-header-menu #site-navigation .menu>ul {
        gap: 15px;
    }
    .devis .form-devis {
        gap: 15px;
    }
    .devis .title-label {
        font-size: 14px;
    }
    .site-branding {
        flex: 0 0 200px;
    }
    .devis .group::before {
        right: 0;
    }
    header .btn-1 {
        padding: 0 16px;
    }
    .copyright .content-copyright {
        padding-left: 0px;
    }
    header .espace-client .list-btn {
        gap: 15px;
    }
    .home-slide .card-slide {
        padding: 35px;
    }
    .card-slide .title-card {
        font-size: 28px;
    }
    .home-slide .card-slide .btn-1::before {
        position: absolute;
        left: -19px;
        top: 3px;
    }
    .service .box-service {
        gap: 15px;
    }
    .info-contact .item .description {
        font-size: 14px;
    }
    .card-valeur .head .icon {
        width: 60px;
    }
    .card-valeur .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1300px) {
    .devis .form-devis button {
        min-width: 132px;
    }
    .devis .formulaire {
        padding: 30px 20px 5px 22px;
    }
    .row-to-fit {
        margin-left: 0;
        margin-right: 0;
    }
    .info-contact .item.horaire {
        display: none;
    }
    .devis .container {
        padding: 0 20px;
    }
    .service .box-service {
        gap: 5px;
        flex-wrap: wrap-reverse;
    }
    .sect-title .h2,
    .sect-title h1 {
        font-size: 34px;
    }
    .service-slide {
        padding-top: 20px;
    }
    .box-service .slide-navigation {
        margin: 0 auto;
    }
    header .btn-1 .description .title {
        font-size: 16px;
    }
    .banniere .title,
    .home-slide .item-slide .title {
        font-size: 45px;
    }
    .col-input {
        width: 33%;
        max-width: 33%;
        justify-content: center!important;
        display: flex;
        margin-bottom: 20px;
    }
    .home-slide .item-slide .content .link {
        font-size: 18px;
    }
    header .espace-client .btn-icon.mail {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .devis .form-devis {
        justify-content: center;
    }
    .box-avis {
        padding: 40px;
    }
    .footer .copyright {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .avantage .box-avantage::before {
        right: 0px;
    }
    .logo-footer {
        width: 100%;
        justify-content: center;
    }
    .paiement .bg-paiement {
        width: 100%;
        height: 100%;
        top: 0;
    }
    .banniere .img-deco img,
    .home-slide .img-deco img {
        width: 100%;
    }
    .ttm-stickable-header .left-flash {
        width: 375px;
    }
    .home-slide .cards {
        padding: 50px 0 20px 0;
    }
    .home-slide .card-slide {
        padding: 45px;
    }
    .devis .group::before {
        display: none;
    }
    .col-title-devis {
        justify-content: center;
    }
    .devis .title-devis {
        text-align: center;
        padding-bottom: 20px;
        gap: 5px;
    }
    .formulaire .submit {
        margin: 0 auto;
        margin-top: 20px;
    }
    header .menu-box,
    header .container {
        height: 100%;
    }
    header .menu-box {
        padding: 15px 20px;
    }
    .avis .list-btn {
        display: flex;
        flex-direction: inherit;
        flex-wrap: wrap;
        gap: 20px;
        width: max-content;
    }
    .referencement .carte-ref {
        position: relative;
    }
    .content-img-text .img-content {
        display: flex;
        justify-content: center;
    }
    .menu-box .site-right.left {
        width: auto;
    }
    .home-slide .carte {
        display: none;
    }
    .home-slide .box-slide .contact-home {
        bottom: 50px;
        gap: 20px;
    }
    .footer .btn-1 .description .detail,
    .footer .btn-1 .description .title {
        font-size: 20px;
    }
    .home-slide .box-slide .contact-home .item {
        width: 60px;
    }
    .content-img-text .img-box {
        display: table;
        margin: 0 auto;
    }
    .header-contact-top .btn-1,
    .header-contact-top,
    .contact-top {
        display: flex!important;
    }
    .col-left-hs {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 800%;
    }
    .col-hs {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 0;
    }
    .map-box::before {
        position: absolute;
        width: calc(100% - 50px);
        height: calc(100% + 75px);
        top: -38px;
        right: -50px;
    }
    .home-slide .item-slide .title,
    .banniere .title {
        font-size: 38px;
    }
    .copyright .content-copyright {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .copyright,
    .copyright .info a,
    .copyright .info {
        color: #fff;
    }
    /* .copyright br {
display: none;
} */
    .col-arobiz {
        justify-content: center;
        display: flex;
        width: 100%;
        padding-top: 15px;
    }
    .avis .title,
    .sect-title h1,
    .sect-title .h2,
    .list-step .title {
        font-size: 28px;
    }
    .contact-top .btn-1.social.mail,
    .contact-top .btn-1.social.tel {
        display: flex!important;
        width: 50px;
        min-width: inherit;
    }
    i.add {
        display: none;
    }
    .referencement .bg-img {
        position: absolute;
        bottom: 0;
        top: inherit;
        left: 0;
        width: 100%;
        height: 350px;
    }
    .referencement .right-ref {
        margin-left: 0;
    }
    .contact-form .box-form {
        flex-wrap: wrap;
    }
    .header-contact {
        display: none;
    }
    .header-contact-top .item.tel {
        display: flex!important;
    }
    .ttm-menu-toggle {
        position: relative;
        height: 31px;
        width: 31px;
        float: right;
    }
    .site-navigation {
        height: 70px;
        position: static;
        display: block !important;
    }
    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 25px;
        left: 0;
        margin: 0;
    }
    .site-right {
        width: auto;
    }
    #site-header-menu #site-navigation .menu>ul>li>a.btn-1 {
        border-radius: 15px;
        padding-left: 15px;
    }
    #site-header-menu #site-navigation .menu ul li>a br {
        display: none;
    }
    #site-header-menu #site-navigation .menu ul li>a {
        font-size: 16px;
    }
    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #215299;
    }
    .top-contact {
        width: 100%;
    }
    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }
    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .ttm-menu-toggle input[type=checkbox]:checked~.ttm-menu-toggle-block>.toggle-blocks-2 {
        opacity: 0;
    }
    .ttm-menu-toggle input[type=checkbox]:checked~.ttm-menu-toggle-block>.toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }
    .ttm-menu-toggle input[type=checkbox]:checked~.ttm-menu-toggle-block>.toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }
    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }
    #site-header-menu #site-navigation .menu>li>ul.sub-menu {
        padding: 0px;
        border: none;
        filter: drop-shadow(6.364px 6.364px 12px rgba(40, 40, 40, 0.2));
    }
    #site-header-menu #site-navigation .menu,
    #site-header-menu #site-navigation .menu>ul ul,
    #site-header-menu #site-navigation .menu ul li>ul li a:before {
        display: none;
    }
    #site-header-menu #site-navigation .menu.active,
    #site-header-menu #site-navigation .menu>ul ul.active {
        max-height: 55em;
        display: block;
    }
    #site-header-menu #site-navigation .menu>ul>li:last-of-type a {
        border: none;
    }
    #site-header-menu #site-navigation .menu li a {
        color: #215299;
        display: block;
        padding: 0.8em;
        position: relative;
    }
    #site-header-menu #site-navigation .menu ul ul>li a {
        padding: 10px 18px 10px 30px;
    }
    #site-header-menu #site-navigation .menu ul li:hover>ul {
        display: block;
    }
    #site-header-menu #site-navigation .menu ul li>ul {
        padding-left: 15px;
    }
    #site-header-menu #site-navigation .menu ul.dropdown li a.active:after {
        content: '\f106';
        font-family: 'FontAwesome';
    }
    #site-header-menu #site-navigation .menu ul ul,
    #site-header-menu #site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }
    /* header */
    .site-branding {
        float: none;
        text-align: left;
    }
    .site-branding {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    #site-header-menu #site-navigation .menu ul>li ul li>a {
        padding: 14px 10px 14px 0;
        font-size: 16px;
        text-transform: capitalize;
    }
    #site-header-menu #site-navigation .menu>ul {
        position: absolute;
        max-height: calc(100vh - 100px);
        overflow-y: scroll;
        padding: 10px 20px;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        left: 0;
        z-index: 20000;
        top: 100%;
        background-color: #fff;
        /* border-top: 3px solid #e0b35b; */
    }
    #site-header-menu #site-navigation .menu ul.dropdown>li>ul>li.has-submenu>a:after {
        content: '\f107';
    }
    #site-header-menu #site-navigation .menu ul.dropdown>li>ul>li.has-submenu>a.active:after {
        content: '\f106';
    }
    #site-navigation .menu>ul li:not(:last-child) {
        border-bottom: 1px solid (93, 101, 118, 0.15);
    }
    #site-header-menu #site-navigation .menu ul.dropdown>li>a:after {
        position: absolute;
        right: 0;
        font-size: 16px;
        opacity: .8;
    }
    #site-header-menu #site-navigation .menu ul>li.has-submenu>a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        position: relative;
        font-size: 20px;
        position: absolute;
        right: 5px;
    }
    #site-header-menu #site-navigation .menu ul li a {
        display: block;
        text-align: left;
        padding: 15px 0px;
        text-decoration: none;
        height: auto;
    }
    #site-header-menu #site-navigation .menu li,
    #site-header-menu #site-navigation .menu>ul>li {
        display: block;
        margin-right: 0;
    }
    #site-header-menu #site-navigation .menu,
    #site-header-menu #site-navigation .menu>ul ul {
        overflow-y: hidden;
        max-height: 0;
        background-color: #f7f7f7;
    }
    .menu-box {
        justify-content: space-between;
        align-items: center;
    }
    header .btn-1 {
        color: #ffffff !important;
        height: 56px!important;
        border: none;
        margin-top: 8px;
    }
    .temoignage {
        background-size: cover;
    }
    .contact-footer {
        justify-content: start;
        flex-wrap: wrap;
        gap: 30px;
    }
    .home-slide .sect-title {
        padding-top: 30px;
    }
    .devis .group {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .contact-form {
        padding: 0;
        padding-bottom: 50px;
    }
    .devis {
        padding: 50px 0;
    }
    .devis .btn-1 {
        width: max-content;
        margin: 0 auto;
        padding: 0 35px;
    }
    .devis .formulaire::before {
        display: none;
    }
    .devis.interne .formulaire {
        background: initial;
    }
    .contact-form .bg-contact-form {
        opacity: 0.5;
    }
    .home-slide .owl-dots .owl-dot {
        width: 16px;
        height: 16px;
    }
    .secteur,
    .map-form,
    .valeur,
    .actualite,
    .referencement {
        padding: 50px 0;
    }
    .valeur {
        padding-bottom: 200px;
    }
    .referencement .img-ref {
        justify-content: center;
        display: flex;
    }
    .engagement {
        padding-bottom: 40px;
    }
    .service,
    .content-img-text {
        padding-bottom: 50px;
    }
    .map-form {
        padding-top: 0;
    }
    .home-slide .item-slide {
        max-height: 600px;
    }
    .secteur .img-principal,
    .content-img-text .img-principal {
        margin: 0 auto;
    }
    .card-engagement .title,
    .sect-title .sub-title {
        font-size: 16px;
    }
    .engagement .box-title {
        margin-top: -50px;
    }
    .bloc-text>p {
        font-size: 15px;
    }
    .content-img-text.interne.contact .bloc-text p {
        font-size: 18px;
    }
    .copyright .info {
        text-align: left;
    }
    .footer .push-top {
        padding-top: 100px;
    }
    .formulaire .submit {
        height: auto;
        padding: 10px 20px;
        margin: 20px auto;
    }
    .formulaire .box-btn {
        margin-top: 20px;
    }
    .avantage .box-avantage::after {
        z-index: 0;
    }
    .service .item-slide .img img {
        height: 415px;
    }
}

@media only screen and (max-width: 991px) {
    .avis .box-avis .deco {
        display: none;
    }
    .devis .form-devis {
        width: max-content;
        margin: 0 auto;
    }
    .top-contact .info-contact .item.map {
        display: none;
    }
    .top-contact .info-contact .item.horaire {
        display: none;
    }
    .avis .btn-1 {
        width: max-content;
    }
    .avis .row-avis {
        justify-content: center!important;
    }
    .home-slide .box-slide .slide-nav {
        width: calc(100% - 30px);
    }
    .home-slide .item-slide .title br {
        display: none;
    }
    .home-slide .item-slide .title,
    .banniere .title {
        font-size: 35px;
        line-height: 1.4;
    }
    .copyright .span {
        text-align: center;
    }
    .arobiz {
        align-items: center;
    }
    .contact-info .item .title {
        font-size: 28px;
    }
    .contact-info .item .description {
        font-size: 18px;
    }
    .valeur .bg-valeur {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 250px;
    }
    .valeur .bg-valeur img {
        object-position: top;
    }
    .valeur .ban-valeur {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 250px;
    }
    .news-letter .box-newsletter {
        padding: 60px 50px 40px 62px;
        border-top-left-radius: 125px;
    }
    .content-img-text {
        padding: 50px 0;
    }
    .devis {
        padding: 40px 0;
    }
    .news-letter {
        margin: 50px 0 0 0;
    }
    .banniere,
    .banniere.contact {
        height: 350px;
    }
    .service .item-slide .img {
        height: 475px;
    }
    .footer .row-3-footer,
    .footer .row-2-footer,
    .footer .push-top {
        justify-content: flex-start!important;
    }
    .home-slide .owl-dots {
        right: 22px;
        gap: 8px;
    }
    .paiement .btn-1,
    .btn-1 {
        font-size: 14px;
        padding: 0 16px;
        width: max-content;
    }
    .home-slide .item-slide .sub-title {
        font-size: 18px;
    }
    .paiement .box-content .icon {
        display: flex;
        width: 80px;
        height: 80px;
    }
    .contact-form .img-contact-form {
        max-height: 300px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .box-img .right .bottom,
    .box-img .right .experience {
        display: none;
    }
    .home-slide .box-slide .slide-nav .home-nav {
        width: 50px;
        height: 50px;
    }
    .home-slide .box-slide .slide-nav .home-nav i {
        font-size: 18px;
    }
    .top-contact .info-contact .item.mail {
        display: none;
    }
    .top-contact .info-contact .item.tel {
        display: flex;
        padding: 0;
        border: none;
    }
    .box-ref {
        padding: 30px;
    }
    /* .paiement .sect-title {
        text-align: center;
    } */
    .title-devis {
        margin: 0 auto;
    }
    .newsletter .submit.icon {
        right: 18px;
    }
    .devis .group {
        margin-top: 15px;
    }
    .home-slide .item-slide .title {
        font-size: 32px;
    }
    .sect-title h1,
    .sect-title .h2 {
        font-size: 25px;
    }
    .step .content {
        padding: 40px 15px;
    }
    .home-slide .item-slide {
        mask-image: none;
    }
    .engagement .box-title {
        margin-top: 20px;
    }
    .service .item-slide .detail {
        flex-wrap: wrap;
        padding: 25px;
    }
    .content-img-text .bottom-deco {
        display: none;
    }
    .footer .box-logo.secondary {
        flex-wrap: wrap;
    }
    .news-letter .newsletter {
        gap: 20px;
        flex-wrap: wrap;
    }
    .footer .btn-1 {
        gap: 10px;
    }
    .content-img-text .img-principal .right-deco {
        display: none;
    }
    .footer .btn-1 .description .detail,
    .footer .btn-1 .description .title {
        font-size: 15px;
    }
    .copyright {
        flex-wrap: wrap;
    }
    .service-footer.right {
        align-items: flex-start;
    }
    .footer .newsletter input {
        width: 100%;
    }
    .news-letter .newsletter .btn-1.submit {
        width: 100%;
    }
    .box-avis .content {
        left: 40px;
    }
    .bloctel {
        flex-wrap: wrap;
    }
    .bloctel .separator {
        display: none;
    }
    .contact-top .btn-1.social.mail {
        display: none!important;
    }
    .recaptcha {
        width: 100%;
    }
    .contact-top .item.mail {
        display: none;
    }
    .col-input {
        width: 50%;
        max-width: 50%;
    }
    .temoignage {
        padding-top: 0;
        margin-top: 0;
    }
    .temoignage .sect-title {
        padding-top: 40px;
    }
    .temoignage .ban-img {
        position: relative;
        width: 100%;
        height: 280px;
        left: 0;
        top: 100%;
        transform: none;
    }
    .footer form {
        width: 100%;
    }
    .footer .box-newsletter {
        height: auto;
        flex-direction: column;
    }
    .footer .row-topped {
        margin-top: 85px;
    }
    .contact-form .contact-info .item {
        gap: 25px;
        width: 100%;
        flex-wrap: wrap;
    }
    .home-slide .title,
    .banniere .title {
        font-size: 35px;
    }
    .title-devis {
        font-size: 30px;
    }
    .news-letter .title {
        font-size: 28px;
    }
    .btn-slide .btn-1 {
        font-size: 16px;
        gap: 6px;
    }
    .row-copyright {
        padding-top: 0;
    }
    .top-contact .social .item.linkedin {
        display: none;
    }
    .top-contact .social-contact {
        gap: 0;
    }
    .sect-title .sub-title {
        font-size: 18px;
    }
    .sect-title h1,
    .sect-title .h2 {
        font-size: 21px;
    }
    .content-img-text.secteur .img-principal .img-content .secteur-deco {
        display: none
    }
    .paiement .box-content {
        padding: 25px;
    }
    .card-actualite .img {
        max-height: 250px;
    }
    header .container {
        padding: 0 15px;
    }
    header .menu-box {
        padding: 15px 13px;
    }
}

@media only screen and (max-width: 575px) {
    .espace-client .btn-1 span {
        display: none;
    }
    .home-slide .box-slide .slide-nav .home-nav {
        display: none;
    }
    .devis .form-devis {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .copyright {
        font-size: 14px;
    }
    .home-slide .item-slide .title {
        font-size: 26px;
    }
    .top-contact .info-contact .item .description {
        gap: 5px;
    }
    .info-contact .item .description {
        font-size: 14px;
    }
    .footer .newsletter input {
        left: 0;
    }
    .content-img-text .img-content img {
        width: 100%;
    }
    .news-letter .title {
        font-size: 24px;
    }
    .col-input {
        width: 100%;
        max-width: 100%;
    }
    .ttm-stickable-header {
        padding-left: 0;
    }
    .home-slide .z-top {
        padding-left: 15px;
    }
    .box-service .slide-nav {
        width: 100%;
        left: 0;
        top: -25px;
    }
}

@media only screen and (max-width: 425px) {
    .info-contact .item.client .icon,
    .top-contact .social .item.facebook {
        display: none;
    }
}