@media screen and (min-width: 1200px) and (max-height: 800px) {}

@media screen and (min-width: 1200px) {

    .container {
        max-width: 1342px;
    }

    .max-width-1310px {
        max-width: 1310px;
        margin-left: auto;
        margin-right: auto;
    }

    .max-width-1291px {
        max-width: 1291px;
        margin-left: auto;
        margin-right: auto;
    }

    .max-width-1440px {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-section {
        padding: 0;
    }

    .h-xl-100 {
        height: 100% ! important;
    }

    .h-48 {
        height: 48vh;
    }
    /** Header **/
    .main-header .site-navigation .menu ul li.hover>ul {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }

    .site-branding {
        width: 202px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .site-navigation__menu {
        display: flex;
        align-items: start;
        padding: 60px 0 30px;
        gap: 40px;
    }

    .site-navigation .menu>ul {
        display: flex;
        align-items: center;
    }

    .site-header-menu-inner .site-navigation .menu>ul {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 4px;
    }

    .site-navigation .menu>ul>li:nth-last-child(1)>a {
        display: none;
    }

    .site-navigation .menu ul ul {
        position: absolute;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: auto;
        top: auto;
        z-index: 99;
        min-width: 292px;
        padding: 11px 28px;
        margin-left: 46px;
        background: #F6EDD9;
        box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.30);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        margin-top: 0;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        transform: translate(0, 10px);
        overflow: hidden;
    }

    .main-header .site-navigation .menu ul ul li {
        /*   white-space: nowrap; */
    }

    /** Content **/
    .intern .banner-section {
        padding: 128px 0;
    }

    .offset-right-xl-1 {
        margin-right: 8.333333%;
    }
    
}

@media screen and (min-width: 1400px) {

    /** Header **/
    .sticked-menu .site-branding {
        width: 202px;
    }

    .sticked-menu .site-navigation .menu>ul>li>a {
        margin-right: 47px;
    }


    /** Content **/

    .intervention-map {
        margin-left: -79px;
    }

    .footer-newsletter {
        width: 459px;
    }

    .column-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .padding-l-xxl-32px {
        padding-left: 32px;
    }

    .blk-agencies:before {
        left: -38%;
    }
}

@media screen and (min-width: 1600px) {

    /**Header**/


    /** Content **/

}

@media screen and (min-width: 1920px) {

    /**Header**/


    /** Content **/
}

@media screen and (max-width: 1199px) {

    /** Header **/
    .main-menu-toggle {
        display: block;
    }

    .sticked-menu {
        display: none !important;
    }

    .main-menu-toggle {
        position: absolute;
        right: 0;
        top: 28px;
        height: 20px;
        width: 31px;
        float: right;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .main-menu-toggle label {
        cursor: pointer;
        position: static;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }

    .main-menu-toggle .toggle-block {
        position: absolute;
        height: 3px;
        width: 100%;
        padding: 0;
        background-color: #042B0B;
    }

    .main-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .main-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .main-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .main-menu-toggle input[type=checkbox]:checked~.main-menu-toggle-block>.toggle-blocks-2 {
        opacity: 0;
    }

    .main-menu-toggle input[type=checkbox]:checked~.main-menu-toggle-block>.toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .main-menu-toggle input[type=checkbox]:checked~.main-menu-toggle-block>.toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -12px;
    }

    .main-header .site-navigation .menu,
    .main-header .site-navigation .menu>ul>li>ul {
        display: none;
    }

    .main-header .site-navigation .menu.active,
    .main-header .site-navigation .menu>ul>li>ul.active {
        max-height: 55em;
        display: block;
    }

    .main-header .site-navigation .menu>ul ul {
        padding: 2px 25px 8px;
    }

    .main-header .site-navigation .menu>ul>li>a {
        padding: 5px 0;
        text-align: left;
        justify-content: space-between;
        display: flex;
        align-items: center;
        max-width: 100%;
    }

    .site-navigation .menu ul ul li a:before {
        top: 11px;
    }

    .main-header .site-navigation .menu ul ul>li a {
        padding: 2px 15px 2px 15px;
    }

    .site-navigation .menu>ul>li.active>a,
    .site-navigation .menu>ul>li:hover>a,
    .site-navigation .menu>ul>li.hover>a,
    .main-header .site-navigation .menu ul ul>li.active>a,
    .main-header .site-navigation .menu ul ul>li:hover>a,
    .main-header .site-navigation .menu ul ul>li.hover>a {
        background: none;
    }

    .main-header .site-navigation .menu>ul>li.has-submenu>a:after {
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 20px;
        position: relative;
        display: inline-block;
        margin-left: 5px;
        font-weight: 700;
    }

    .main-header .site-navigation .menu ul>li.has-submenu>a.active:after {
        content: '\f106';
    }

    .main-header .site-navigation .menu ul>ul,
    .main-header .site-navigation .menu ul>ul>ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    .main-header .site-navigation .menu>ul {
        position: absolute;
        left: 0;
        max-height: calc(100vh - 80px);
        padding: 20px 30px;
        z-index: 100;
        width: 100%;
        z-index: 20000;
        top: auto;
        background: #fff;
        box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.30);
        overflow-y: scroll;
        border-top: 0;
    }

    .main-header .site-navigation .menu li,
    .main-header .site-navigation .menu>ul>li {
        display: block;
        overflow: hidden;
    }

    .main-header .site-navigation .menu,
    .main-header .site-navigation .menu>ul>ul {
        max-height: 0;
        background-color: #fff;
    }

    .main-header {
        position: absolute;
        top: 0;
        left: 0;
        background: #F6EDD9;
        border-top: 12px solid #527A55;
        box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.30);
    }

    .site-navigation.fixed-header {
        width: 100%;
        top: 0;
        left: 0;
        position: fixed;
        background: #F6EDD9;
        box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.30);
    }

    .site-navigation .site-branding {
        padding: 7px 0;
        width: 202px;
    }

    .site-navigation>.container,
    .main-header__top>.container {
        max-width: 100%;
    }


    /** Content **/
    .footer-column,
    .page section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .width-lg-45 {
        width: 45%;
    }

    .width-lg-40 {
        width: 40%;
    }

    .width-lg-50 {
        width: 50%;
    }

    .bloc-content.img-box--left .img-box {
        margin-right: 30px;
    }

    .bloc-content.img-box--right .img-box {
        margin-left: 30px;
    }

    .page .banner-section {
        padding: 90px 0 0;
    }

    .banner-inner {
        padding-top: 70px;
    }

    .content-right {
        padding-left: 35px;
    }

    .blk-free-quote-form {
        margin: 0 auto;
    }

    .form-quote__title span {
        width: 314px;
    }

    .blk-contact-form {
        max-width: 100%;
    }

    .blk-agencies {
        flex-direction: row;
        gap: 80px;
    }

    .blk-agencies:before {
        display: none;
    }

    .footer-column__inner {
        gap: 70px;
    }

    .footer-copyright,
    .footer-social {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {

    /** Header **/

    /** Content **/

    html {
        font-size: clamp(15px, 1vw, 16px);
    }

    .width-lg-40,
    .width-lg-45,
    .width-lg-50 {
        width: auto;
    }

    .bloc-content.img-box--right .img-box,
    .bloc-content.img-box--left .img-box {
        margin-right: 0;
        margin-left: 0;
    }

    .services-tab.nav {
        flex-direction: column;
        align-items: start;
        gap: 15px 0;
    }

    .services-tab.nav .nav-item {
        padding-left: 20px;
    }

    .services-tab.nav .nav-item:after {
        left: 0;
    }

    .services-tab.nav .nav-item:last-child:after {
        display: block;
    }

    .banner-image,
    .services-tab__wrap .tab-content .bloc-content {
        height: 640px;
    }

    .macaron {
        margin: 0 auto;
    }

    .blk-copany-benefits {
        margin-top: 70px;
    }

    .blk-copany-benefits .benefit-item {
        flex: 0 0 50%;
        max-width: 100%;
    }

    .blk-copany-benefits>.row {
        gap: 50px 0;
    }

    .bloc-image.img-profil {
        margin: 0 auto;
    }

    .content-left,
    .content-right,
    .blk-certification {
        padding: 0;
    }

    .content-right:before {
        display: none;
    }

    .content-right .actus-item:first-child .actus-text {
        padding-top: 30px;
        border-top: 1px solid rgba(82, 122, 85, 0.30);
    }

    .services-tab.nav .nav-item:not(:last-child) {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }

    .intern .banner-subtitle,
    .intern .banner-title {
        margin-bottom: 40px;
    }

    .blk-agencies {
        flex-direction: column;
        gap: 40px;
    }

    .contact-us__inner .macaron {
        margin: 0 0 0 auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .h-48 {
        height: 43vh;
    }

    .banner-section {
        padding: 0;
    }

    .h-xl-100 {
        height: 100% ! important;
    }
}
@media screen and (max-width: 767px) {

    /** Header **/
    .site-navigation .site-branding {
        padding: 7px 0;
        width: 150px;
    }

    .main-header {
        border-top: 5px solid #527A55;
    }

    .main-menu-toggle {
        top: 20px;
    }

    /** Content **/
    html {
        font-size: clamp(14px, 1vw, 16px);
    }

    .page .banner-section {
        padding: 67px 0 0;
    }

    .blk-copany-benefits .benefit-number {
        font-size: clamp(40px, 1rem + 2.8vw, 60px);
    }

    .banner-title {
        font-size: clamp(36px, 1rem + 2.5vw, 56px);
    }

    .form-quote__title,
    .sect-title h2,
    .sect-title .h2,
    .sect-title .bloc-title,
    .sect-title h1,
    .sect-title .h1,
    .page-title {
        font-size: clamp(32px, 1rem + 2vw, 48px);
    }

    .macaron {
        width: 120px;
        height: 120px;
        padding: 28px;
    }

    .btn-1,
    .btn-2,
    button,
    input[type="submit"],
    input[type="button"] {
        height: 46px;
    }

    .form-quote__title span {
        width: 100%;
        position: relative;
        transform: none;
    }

    .blk-free-quote-form {
        flex-direction: column;
        height: 100%;
        width: 100%;
        max-width: 541px;
    }

    .form-quote__title {
        text-align: center;
        width: 100%;
        padding: 24px 24px 10px;
        border: 0;
        border-bottom: 1px solid rgba(82, 122, 85, 0.30);
    }

    .blk-agencies .agency .agency-ico img {
        width: 50px;
        height: auto;
    }

    .banner-subtitle:before {
        top: -4px;
    }
}

@media screen and (max-width: 576px) {

    /** Header**/

    /** Content **/
    .actus-date .day,
    .blk-copany-benefits .benefit-number {
        font-size: clamp(36px, 1rem + 2.8vw, 60px);
    }

    .banner-title {
        font-size: clamp(34px, 1rem + 2.5vw, 56px);
    }

    .form-quote__title,
    .sect-title h2,
    .sect-title .h2,
    .sect-title .bloc-title,
    .sect-title h1,
    .sect-title .h1,
    .page-title {
        font-size: clamp(30px, 1rem + 2vw, 48px);
    }

    .macaron {
        width: 105px;
        height: 105px;
        padding: 22px;
    }

    .actus-text {
        gap: 20px;
        flex-direction: column;
    }

    .footer-newsletter {
        width: 100%;
        max-width: 405px;
    }

    .banner-image,
    .services-tab__wrap .tab-content .bloc-content {
        height: 600px;
    }

    .form-quote .form-group button img {
        width: 90%;
        height: auto;
    }

    .bloc-image.img-profil img:last-child {
        width: 180px;
        height: auto;
    }

    .intervention-map {
        margin-left: -15px;
        width: 200px;
    }

    .blk-agencies .agency .agency-ico img {
        width: 40px;
        height: auto;
    }

    .blk-agencies .agency .agency-note:before,
    .blk-agencies .agency .agency-note:after {
        width: 8px;
    }

    .blk-agencies .agency .agency-note span {
        margin: 0 5px;
    }

    .intern .banner-subtitle,
    .intern .banner-title {
        margin-bottom: 30px;
    }
}