@media screen and (min-width: 1200px) {
    .full-head.fixed .espace-contact {
        display: none !important;
    }
    .full-head.fixed .nav-bar {
        background: #f5f7f7;
        height: 90px;
    }
    .full-head.fixed #mainnav>ul>li>a {
        padding: 35px 0;
        line-height: 20px;
    }
    .full-head.fixed {
        height: 90px;
    }
    .full-head.fixed .site-branding {
        top: 10px;
    }
    .full-head .container {
        max-width: 100%;
        padding: 0;
    }
    .container {
        max-width: 1280px;
    }
    section.home .container {
        max-width: 1300px;
    }
    .has-submenu#splited-mega-menu {
        display: none!important;
    }
    #mainnav ul.submenu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 330px;
        text-align: left;
        background-color: #f5f7f7;
        z-index: 9999;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 0;
    }
    #mainnav ul.submenu.mega-menu {
        width: 450px;
        padding: 10px 0;
    }
    #mainnav ul.submenu li:hover {
        background-color: #f4f4f4;
    }
    #mainnav ul li ul li {
        margin-left: 0;
        padding: 0 10px;
    }
    #mainnav>ul>li>a:after {
        content: "+";
        display: inline-block;
        margin-left: 4px;
    }
    #mainnav ul.submenu li a {
        display: block;
        color: #00323d;
        text-decoration: none;
        text-transform: capitalize;
        padding: 10px 0 10px 20px;
        line-height: 20px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 16px;
        font-weight: 400;
    }
    #mainnav ul.submenu li a:hover {
        color: #2aa2ba;
    }
    #mainnav ul li:hover>ul.submenu {
        top: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
    }
    .footer .container {
        max-width: 1300px;
    }
    .formulaire {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 2;
        margin: 0;
    }
    .formulaire .container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 0;
    }
}

@media screen and (max-width: 1199px) {
    .full-head .btn-header {
        display: none!important;
    }
}

@media screen and (max-width: 1350px) {
    .btn-1.footer {
        width: 90%;
    }
    #mainnav {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .ban-home {
        height: 400px;
    }
    .site-branding {
        top: 0px;
    }
    .site-branding img {
        width: 200px!important;
    }
    a.trigger {
        position: relative;
        font-size: 30px;
        z-index: 4;
        display: flex!important;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        text-decoration: none;
    }
    .trigger i {
        color: #2aa2ba;
    }
    .top-espace-contact {
        background: #2aa2ba;
    }
    .top-contact {
        display: flex!important;
        justify-content: space-between;
        align-items: center;
        height: 45px;
        /* padding: 0 5px 0 30px; */
        padding: 0 5px 0 0;
    }
    .espace-contact {
        display: none!important;
    }
    .header-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 3;
    }
    .menu-box {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        margin-top: 0;
    }
    .full-head {
        height: auto;
        padding: 10px 0;
    }
    nav#mainnav.mainnav.responsive {
        position: absolute;
        background: #f5f7f7;
        top: 100%;
        width: -webkit-fill-available;
        z-index: 1000;
        padding: 25px 10px 25px;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    }
    nav#mainnav.mainnav.responsive ul {
        display: block;
    }
    nav#mainnav ul li {
        display: none;
    }
    nav#mainnav.mainnav.responsive ul ul {
        padding-left: 0;
    }
    nav#mainnav.mainnav.responsive ul>li {
        float: none;
        display: block;
        position: relative;
        text-align: left;
    }
    nav#mainnav.mainnav.responsive ul li a {
        padding: 7px 30px 7px 20px;
        line-height: 24px;
    }
    nav#mainnav {
        max-height: calc(100vh - 70px);
        overflow: auto;
    }
    ul.menu li.has-submenu .arrow {
        display: inline-flex!important;
        width: 10px;
        height: 10px;
        border-left: 2px solid #2aa2ba;
        border-bottom: 2px solid #2aa2ba;
        transform: translateY(-50%) rotate(-45deg);
        transition: all 0.8s;
        position: absolute;
        top: 50%;
        right: 10px;
    }
    ul.menu li.has-submenu.active .arrow {
        display: inline-flex!important;
        transform: translateY(-50%) rotate(-135deg);
    }
    /* ------ */
    li.has-submenu ul.submenu {
        display: none!important;
    }
    li.has-submenu.active ul.submenu {
        display: block!important;
    }
    li.has-submenu {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .nav-bar {
        left: 0;
        width: 100%;
        height: auto;
    }
    .has-submenu.mega-menu {
        display: none!important;
    }
    .services {
        padding-bottom: 40px;
    }
    .btn-top .btn-1 {
        width: 154px;
        height: 36px;
    }
    .content-img-text .left-img img {
        width: 250px;
    }
    .site-branding {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .follow-social.top {
        display: none!important;
    }
    .btn-1.footer {
        font-size: 15px;
    }
    .mail-contact {
        display: none!important;
    }
}

@media screen and (max-width: 991px) {
    .sect-title .h1,
    .sect-title h1,
    section.content-img-text .title-content-1 {
        font-size: 30px;
    }
    .content-img-text .left-img {
        display: flex;
        justify-content: center;
        float: none;
        position: relative;
        width: 100%;
        margin: 0 auto 30px;
        padding-left: 0;
    }
    .site-branding img {
        width: 200px!important;
    }
    .copyright {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .title-header {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .title-header {
        font-size: 40px;
    }
    /* .ban-home::before{
        position: absolute;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        opacity: 0.400; 
        background: #f5f7f7;
    } */
    .title-content-1 {
        font-size: 35px!important;
    }
    .title-content-2,
    .text-valeur,
    .valeur-box .title {
        font-size: 24px!important;
    }
    .valeur-box {
        height: 180px;
    }
    .valeur-box img {
        width: 50px;
    }
    section.temoignage .title-temoignage {
        font-size: 35px;
    }
}

@media screen and (max-width: 570px) {
    .title-header {
        font-size: 30px;
    }
    .list-btn-header {
        display: grid;
        gap: 20px;
    }
    .diag-immo {
        padding: 0 20px;
    }
}

@media screen and (max-width: 425px) {
    .top-contact {
        padding: 0;
    }
    .site-branding {
        top: 0px;
        left: 0px;
    }
    .phone-contact img {
        display: none!important;
    }
    .site-branding img {
        width: 150px!important;
    }
}

@media screen and (max-width: 425px) {
    .services .col-6 {
        padding: 0;
    }
}