@media only screen and (min-width: 1200px) {
    .devis.interne .container {
        height: auto;
    }
    .content-img-text.interne {
        padding-bottom: 50px;
    }
    .content-img-text.interne .img-principal {
        padding: 0;
        margin-bottom: 130px;
        margin-right: 120px;
        margin-left: 0;
    }
    .menu-box {
        border-bottom: 1px solid #fff;
    }
    .home-slide .item-slide .sub-title {
        margin-bottom: 50px;
    }
    .referencement .img-principal {
        margin-right: 40px;
    }
    .referencement .btn-1 {
        position: relative;
        left: -50px;
    }
    .devis .nice-select,
    .devis input {
        width: 358px;
    }
    .row-avis {
        gap: 65px;
    }
    .profil img {
        position: relative;
        top: -3px;
    }
    .col-service-footer {
        position: relative;
        top: -70px;
        height: 0;
        padding-bottom: 60px;
    }
    .referencement .carte-ref {
        bottom: 0;
        left: -150px;
    }
    .col-left-hs {
        -ms-flex: 0 0 580px;
        flex: 0 0 580px;
        max-width: 34%;
    }
    .col-hs {
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        max-width: 66%;
        padding: 0;
    }
    .copyright {
        margin-top: 60px;
    }
    .home-slide .content-slide .sect-title {
        position: relative;
        top: 140px;
    }
    .top-contact .container,
    header .container,
    .banniere .container,
    .news-letter .container,
    .footer .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .service .content-box {
        max-width: 1370px;
        overflow: hidden;
        margin: auto;
    }
    .devis .row-form {
        justify-content: flex-start;
    }
    /*topbar*/
    #site-header-menu #site-navigation .menu>ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        gap: 65px;
    }
    #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: block;
        margin: 0px;
        padding: 44px 0px;
        text-align: left;
        text-decoration: none;
        position: relative;
        line-height: 22px;
        z-index: 1;
    }
    #site-header-menu .fixed #site-navigation .menu>ul>li>a {
        color: #fff;
    }
    #site-header-menu #site-navigation .menu>ul>li>a:hover {
        /* color: #D8DFAA; */
    }
    #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: "Poppins";
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        /* 225% */
    }
    #site-header-menu #site-navigation .menu>ul>li>ul>li a:hover {
        color: #1F2388;
    }
    .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 {
        padding: 0 35px;
    }
    #site-header-menu #site-navigation .menu ul>li ul li>a {
        margin: 0;
        display: block;
        padding: 6px 0;
        position: relative;
        display: inline-flex;
        transition: 0.4s;
        width: 100%;
    }
    #site-header-menu #site-navigation .menu ul>li ul li>a::before {
        position: absolute;
        left: 0;
        top: 50%;
        background: #1F2388;
        content: "";
        width: 0px;
        height: 1px;
    }
    #site-header-menu #site-navigation .menu ul>li ul li>a:hover {
        padding-left: 30px;
        transition: 0.4s;
    }
    #site-header-menu #site-navigation .menu ul>li ul li>a:hover::before {
        width: 20px;
        transition: 0.4s;
    }
    /* #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 {
        border: none;
        transition: 0.4s;
    }
    #site-header-menu #site-navigation .menu ul>li ul li:hover>a::before {
        height: 1px;
        transition: 0.4s;
    }
    #site-header-menu #site-navigation .menu ul ul {
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        opacity: 0;
        line-height: 20px;
        list-style: none;
        left: 0;
        border-top: none;
        top: calc(100%);
        transition: all .2s ease;
        z-index: 99;
        background: #E6E0CA;
        min-width: 468px;
        width: max-content;
        padding: 20px 0;
        border-radius: 0 0 20px 20px;
        transform-origin: top center;
        /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
        transform: scaleY(0) translateZ(100px);
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
        overflow: hidden;
        filter: drop-shadow(6.364px 6.364px 12px rgba(40, 40, 40, 0.1));
    }
    #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: 120px;
        margin-left: 65px;
    }
    .content-img-text.referencement .img-principal {
        margin-left: 0;
        margin-right: 85px;
        overflow: visible;
    }
    .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: 110px 0 160px 0;
    }
    .content-img-text .img-content img {
        position: relative;
        top: 70px;
        left: 0px;
        width: 100%;
    }
    .devis.interne .formulaire {
        top: inherit;
    }
    .avis .bg-avis {
        width: 30%;
        right: 0;
        top: 0;
    }
    .service .container,
    .referencement .container,
    .info-interne .container,
    .content-img-text .container {
        max-width: 1150px;
        padding: 0 15px;
    }
    .content-img-text .img-principal .img-content {
        max-width: 506px;
    }
    .video .box-iframe {
        top: -400px;
    }
    .video {
        margin-top: 400px;
    }
    .rachat .box-rachat .box-img {
        max-width: 40%;
        height: 100%;
        position: absolute;
    }
    .content-img-text .text-principal {
        z-index: -1;
        position: relative;
    }
    .info-interne {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1300px) {
    .home-slide .owl-carousel .owl-dots {
        width: 1120px;
    }
}

@media only screen and (min-width: 1400px) {
    .news-letter .container,
    .devis .container {
        max-width: 1350px;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1450px;
        padding: 0 15px;
    }
    .top-contact .container,
    .header .container,
    .banniere .container,
    .home-slide .container,
    .footer .container {
        max-width: 1472px;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1600px) {
    .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 (min-width: 1700px) {
    .etape .container {
        max-width: 1720px;
        padding: 0 15px;
    }
}

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

@media only screen and (max-width: 1680px) {
    .header-contact .btn-1 {
        display: none;
    }
    .menu-box {
        gap: 40px;
    }
}

@media only screen and (max-width: 1600px) {
    .col-title-devis {
        width: 100%;
        max-width: 100%;
    }
    .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;
    }
    .referencement .map-ref {
        width: 470px;
        height: auto;
    }
    .referencement .map-ref img {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 1500px) {
    /* header .espace-client {
display: none;
} */
    .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;
    }
    header .container {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 1400px) {
    .content-img-text.interne .img-principal {
        margin-right: 60px;
    }
    .formulaire .label-form {
        font-size: 18px;
    }
    .devis .title-devis {
        font-size: 28px;
    }
    .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 30px;
    }
    #site-header-menu #site-navigation .menu>ul {
        gap: 15px;
    }
    .devis .form-devis {
        gap: 25px;
    }
    .devis .title-label {
        font-size: 14px;
    }
    .devis .group::before {
        right: 0;
    }
    .devis .group {
        gap: 10px
    }
    .referencement .map-ref {
        width: 400px;
    }
}

@media only screen and (max-width: 1300px) {
    .footer .service-footer a {
        font-size: 17px;
    }
    .menu-box {
        gap: 15px;
    }
    header .btn-1 {
        font-size: 15px;
    }
    .col-input {
        width: 33%;
        max-width: 33%;
        justify-content: center!important;
        display: flex;
        margin-bottom: 20px;
    }
    .formulaire .btn-1 {
        width: 100%;
    }
    .home-slide .item-slide .content .link {
        font-size: 18px;
    }
    header .espace-client .btn-icon.mail {
        display: none;
    }
    .home-slide .owl-carousel .owl-dots {
        margin: 0 50px;
        width: calc(100% - 80px);
        left: 0;
        transform: translateX(0);
    }
    .row-step-slide {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .temoignage .right-img {
        position: relative;
        width: 100%;
        height: 250px;
    }
    .home-slide .hom-presentation,
    .home-slide .item-slide {
        height: 600px;
        max-height: 600px;
    }
    .home-slide {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }
    .banniere .title,
    .home-slide .item-slide .title {
        font-size: 40px;
    }
    .band-slide .item-slide .title {
        font-size: 40px;
    }
    .sect-title .h2,
    .sect-title h1 {
        font-size: 27px;
    }
    .footer .contact-footer .item .title {
        font-size: 26px;
    }
    .home-slide .item-slide .sub-title {
        font-size: 25px;
    }
    .step-slide .item .title {
        font-size: 22px;
    }
    .banniere .ariane {
        font-size: 15px;
    }
    .devis .calculator {
        top: 100px;
    }
    .referencement .map-ref {
        position: relative;
        top: 0;
        right: inherit;
        left: 0;
        z-index: 0;
        height: 350px;
        padding: 30px 0;
    }
    .logo-footer img {
        max-width: 200px;
    }
    .content-img-text .right-content {
        right: -115px;
        top: 230px;
        width: 320px;
        height: 480px;
        border: 12px solid #fcfcff;
    }
    .content-img-text.interne .img-principal {
        margin: 0px;
    }
    .content-img-text.interne .img-principal img {
        width: 100%;
    }
    .devis .group::before {
        display: none;
    }
    .devis .title-devis {
        text-align: center;
        padding-bottom: 20px;
    }
    .formulaire .submit {
        margin: 0 auto;
        margin-top: 20px;
    }
    header .menu-box,
    header .container {
        height: 100%;
    }
    header .menu-box {
        padding: 6px 0;
    }
    .box-avis {
        padding-top: 70px;
    }
    .box-avis .slide-nav {
        width: 100%;
        top: 30px;
    }
    .avis .list-btn {
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
    }
    .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;
    }
    .home-slide .box-slide .contact-home .item {
        width: 60px;
    }
    .content-img-text .img-box {
        display: table;
        margin: 0 auto;
        justify-content: center;
    }
    .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;
    }
    .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 {
        color: #1e1e1e;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
    }
    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #ffffff;
    }
    .fixed .ttm-menu-toggle .toggle-block {
        background-color: #fff;
    }
    .top-contact {
        width: 100%;
        padding-top: 20px;
    }
    .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: #f7f7f7;
        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: 15px;
    }
    #site-header-menu #site-navigation .menu>ul {
        position: absolute;
        max-height: calc(100vh - 103px);
        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;
    }
    header .btn-1 {
        color: #ffffff !important;
        height: 56px!important;
        border: none;
        margin-top: 8px;
    }
    .temoignage {
        background-size: cover;
    }
    .contact-footer {
        flex-wrap: wrap;
        gap: 30px;
    }
    .home-slide .sect-title {
        padding-top: 30px;
    }
    /* .home-slide .item-slide {
height: 750px;
} */
    .devis .group {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .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;
    }
    .valeur,
    .actualite,
    .content-img-text,
    .referencement {
        padding: 50px 0;
    }
    .home-slide .container {
        position: relative;
    }
    /* .home-slide .item-slide {
height: 500px;
} */
    .avis .bg-avis {
        position: relative;
        width: 100%;
        height: 300px;
    }
    .avis .bg-avis img {
        object-position: left top;
    }
    .top-contact .item.social-info,
    .top-contact .item.zone {
        display: none;
    }
    .top-contact .info-contact {
        justify-content: space-between;
        gap: 0;
    }
    .top-contact .info-contact .item {
        gap: 6px;
    }
    .service {
        padding-bottom: 50px;
    }
    .service .item-slide .title {
        font-size: 14px;
    }
    .rachat .box-rachat {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .rachat .box-rachat .box-img {
        width: 100%;
        height: 350px;
    }
    .menu-box .left-nav {
        width: 100%;
        justify-content: space-between;
    }
    .footer .social-footer {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }
    .footer .row.row-contact-footer {
        justify-content: center!important;
        gap: 15px;
    }
    .referencement .map-ref {
        width: 100%;
    }
    .devis-rdv .rdv-diag {
        position: relative;
        bottom: 0;
        top: 0;
        right: 0;
    }
    .devis-rdv .enlevement {
        height: 0;
    }
    .devis-rdv .enlevement.active {
        display: block;
        height: auto;
    }
    .btn-slide {
        display: none;
    }
    .rdv-diag {
        border-radius: 0 0 30px 30px;
    }
    .tab-content {
        overflow: hidden;
    }
    .devis-rdv .logo-form {
        display: none;
    }
    .info-interne .service-side-bar {
        max-height: unset;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    header {
        margin: 0;
    }
    header .container {
        padding: 0 15px;
    }
    .step-slide .item {
        justify-content: center;
        flex-direction: row;
    }
    .step-slide .item .title {
        display: none;
    }
    .home-slide .owl-carousel .owl-dots button::after {
        height: 60px;
    }
    .home-slide .owl-carousel .owl-dots {
        bottom: 80px;
    }
    .video .card-video {
        height: 300px;
    }
    .service .sect-title {
        padding-bottom: 35px;
    }
    .home-slide .box-slide .slide-nav {
        right: 90px;
        top: calc((50% - 129px) / 2);
    }
    .home-slide .item-slide .title br {
        display: none;
    }
    .home-slide .item-slide .title,
    .banniere .title {
        font-size: 32px;
        line-height: 1.4;
    }
    .sect-title h1,
    .sect-title .h2 {
        font-size: 28px;
    }
    .contact-tel .title {
        font-size: 25px;
    }
    .copyright .span {
        text-align: center;
    }
    .arobiz {
        align-items: center;
    }
    .valeur .bg-valeur {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 250px;
    }
    .valeur .bg-valeur img {
        object-position: top;
    }
    .valeur .content {
        width: 100%;
        left: 0;
        padding: 60px 0;
    }
    .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;
    }
    .video {
        margin-top: 400px;
    }
    .devis {
        padding: 40px 0;
    }
    .news-letter {
        margin: 50px 0 0 0;
    }
    .service .item-slide .img {
        height: 475px;
    }
    .home-slide {
        margin: 30px 0dvb;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .cycle-tab-item {
        width: 100%;
    }
    .footer .service-footer a,
    .footer .contact-footer .item .description {
        font-size: 16px;
    }
    .content-img-text .img-principal {
        margin: 0;
    }
    .content-img-text .right-content {
        display: none;
    }
    .service .item-slide .detail {
        flex-wrap: wrap;
        padding: 25px;
    }
    .footer .box-logo.secondary {
        flex-wrap: wrap;
    }
    .news-letter .newsletter {
        gap: 20px;
        flex-wrap: wrap;
    }
    .footer .newsletter .btn-1 {
        width: 100%;
    }
    .copyright {
        flex-wrap: wrap;
    }
    .service-footer.right {
        align-items: flex-start;
    }
    .footer .newsletter input {
        width: 100%;
    }
    .news-letter .newsletter .btn-1.submit {
        width: 100%;
    }
    .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;
    }
    .rdv-diag .radio {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 525px) {
    .step-slide .icon {
        max-width: 34px;
    }
    .step-slide .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .footer {
        margin: 20px;
    }
    .content-img-text .img-content img {
        width: 100%;
    }
    .col-input {
        width: 100%;
        max-width: 100%;
    }
    .ttm-stickable-header .orientation-menu {
        display: none;
    }
    .ttm-stickable-header {
        padding-left: 0;
    }
    .devis .form-devis {
        flex-wrap: wrap;
        justify-content: center;
    }
    .top-contact .item.mail {
        display: none;
    }
    .avis .btn-1 {
        padding: 8px 25px;
        height: auto;
    }
}