@media screen and (min-width: 992px) {
    .mt-lgg-60 {
        top: -62px;
    }
}

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

    .container {
        /* max-width: 1170px; */
        max-width: 1300px;
    }
    .container--avis {
        max-width: 1170px;
    }

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


    /** Header **/
    .main-header {
        height: 100px;
    }

    .main-header .site-navigation .menu ul li.hover>ul {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }

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

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

    .site-navigation .menu>ul {
        gap: 4px;
        padding: 4px;
        border-radius: 22px;
        border: 1px solid #2C2C2C;
    }

    .site-navigation .menu {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-navigation .menu ul ul {
        position: absolute;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: auto;
        top: auto;
        z-index: 99;
        /* min-width: 479px; */
        width: max-content;
        /* padding: 17px 40px 40px; */
        padding: 17px;
        /* background: #0E5069; */
        background: #FFF;
        top:35px;
        border-radius: 8px;

        box-shadow: 186px 220px 81px 0 rgba(0, 0, 0, 0.00), 119px 141px 74px 0 rgba(0, 0, 0, 0.02), 67px 79px 62px 0 rgba(0, 0, 0, 0.07), 30px 35px 46px 0 rgba(0, 0, 0, 0.12), 7px 9px 25px 0 rgba(0, 0, 0, 0.14);
        -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 **/
    .copyright {
        padding-left: 75px;
        padding-right: 75px;
    }
}

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

    /** Header **/


    /** Content **/
}

@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: 33px;
        height: 20px;
        width: 31px;
        float: right;
    }

    .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: #2C2C2C;
    }

    .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>li>a {
        border: 0;
        margin-bottom: 10px;
    }

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

    .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 20px;
        box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.1), 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
        z-index: 100;
        width: 100%;
        z-index: 20000;
        top: auto;
        background-color: #fff;
        overflow-y: scroll;
        border-top: 0;
    }

    .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 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;
    }

    .site-navigation.fixed-header {
        width: 100%;
        top: 0;
        left: 0;
        position: fixed;
        border: 1px solid #757376;
        background: #F8F8F8;
    }

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

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

    .main-header .other-links {
        position: absolute;
        top: 22px;
        right: 90px;
    }

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

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

    .width-lg-auto {
        width: auto;
    }

    .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;
    }

    body .site-main {
        padding-top: 85px;
    }
}

@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;
    }

    .footer-logo img {
        width: 360px;
        height: auto;
    }

    .page-detail .about-us__content .img-box {
        margin-bottom: 50px;
    }

    .latest-news__content {
        max-width: 100%;
        margin-top: 50px;
    }

    .actus-date {
        width: 80px;
        height: 80px;
    }

    .bloc-text.column-count-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

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

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

    .main-header .other-links {
        top: 15px;
    }

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

    .main-header .other-links a {
        height: 35px;
    }

    .main-header .other-links svg {
        width: 20px;
        height: auto;
    }

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

    .sub-title,
    .footer-slogan {
        font-size: clamp(32px, 1rem + 1.9vw, 46px);
    }

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

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

    .footer-logo img {
        width: 320px;
        height: auto;
    }

    body .site-main {
        padding-top: 68px;
    }

    .copyright {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        padding-bottom: 0;
    }

    .benefit-item .benefit-ico {
        width: 70px;
        height: 70px;
    }

    .benefit-item .benefit-ico img {
        width: 40px;
        height: 40px;
    }
}

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

    /** Header**/
    .main-header .other-links a span {
        display: none;
    }

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

    .main-header .other-links a {
        height: 35px;
        width: 35px;
        padding: 0;
    }

    .main-header .other-links {
        right: 60px;
        top: 11px;
    }

    .site-navigation .site-branding {
        padding: 5px 0;
        width: 140px;
    }

    /** Content **/
    .footer-logo img {
        width: 240px;
        height: auto;
    }

    .footer-column__inner {
        gap: 40px;
    }

    .copyright ul {
        flex-direction: column;
        text-align: center;
    }

    .bloc-image.image-1 {
        width: 100%;
        height: 550px;
    }

    .actus-item__inner {
        flex-direction: column;
    }
}