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

  

}


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

  

}


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

  

}


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

    .container {
        padding: 0 20px;
    }


    .wrap-bottom-header {
        display: none;
    }

    .left-top-header {
        /* display: none; */
    }

    .wrapper-top-header {
        padding: 0 0 10px;
    }

    .wrap-right-top-header .social-header {
        display: none;
    }



    .header-mobile {
        display: flex;
        justify-content: end;
        align-items: center;
        flex-wrap: wrap;
    }

    /*.content_hide_menu_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
*/
    .widget_menu.content_menu_btn {
        position: relative;
        margin-left: 20px;
    }
    
    .icon_bar {
        width: 50px;
        /* height: 50px; */
        aspect-ratio: 1;
        border-radius: 5px;
        /* background-color: #1271e5; */
        display: flex;
        align-items: center;
        justify-content: center;
        background: #c6942a;
    }
    
    .icon_bar svg {
        height: 100%;
        display: flex;
        fill: #fff;
    }

    .right-bottom-header {
        display: none;
    }

    .wrap-right-bottom-header {
        justify-content: end;
    }

    .btn-bottom-header {
    padding-left: 20px;
    }


.wrapper-super-header {
    margin: 0;
    padding: 10px 0;
}

.logo-mobile {
    display: none;
}



    /* ********************* MENU *************************** */




 .list-menu-mb {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 999;
        width: 55%;
        right: 0;
        height: 100%;
        display: flex;
    }

    .close-menu-mb {
        background: transparent;
        width: 10%;
        margin-right: 5px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-menu-mb span {
        display: flex;
        background: #fff;
        width: 100%;
        height: 35px;
        align-items: center;
        justify-content: center;
        color: grey;
        position: absolute;
        top: 0;
    }

    .main-menu-mb {
        background: #fff;
        width: 90%;
        position: relative;
        padding: 25px 10px 0;
        overflow-y: auto;
        max-height: 95%;
    }

    .linklist-menu {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: uppercase;
    }

    .linklist-menu span {
        margin-right: 15px;
        margin-top: 2px;
        font-size: 13px;
        color: grey;
    }

    .panel_submenu_mb {
        background: #eef1f7;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        position: relative;
    }

    .panel_submenu_mb {
        transition: all 3ms ease;
        overflow: hidden;
        height: 0;
    }

    .listmenu input:checked ~ .submenu-label .panel_submenu_mb {
        height: 100%;
        padding: 10px 5px 10px 22px;
    }

    .listmenu input:checked ~ .submenu-label .linklist-menu {
        color: #2daae1;
        border-bottom: 1px solid #2daae1;
    }

    .listmenu input {
        display: none;
    }

    .listmenu {
    }

    .linklist-menu.bush-left {
        padding-left: 23px;
    }

    .li_submenu_mb {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 9px;
    }

    .linksubmenu__mb {
        color: grey;
        position: relative;
    }


    










    .widget_menu.content_panel_menu_mobile {
        position: fixed;
        background: white;
        top: 0;
        overflow-y: auto;
        height: 100vh;
        width: 95%;
        z-index: 999;
        padding: 10px 0;
        transition: all 1s ease;
        visibility: hidden;
        opacity: 0;
        left: -100%;
    }

    .container_panel {
        position: relative;
        background: white;
        width: 80%;
        margin-left: auto;
        height: 100%;
        margin-right: auto;
    }

    span.button_close {
        position: absolute;
        display: flex;
        font-size: 16px;
        left: 12px;
        background: #fff;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .contentclose {
        position: absolute;
        display: flex;
        font-size: 16px;
        background: #fff;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        right: 0;
        /* left: 45%; */
        top: 0;
        border: 2px solid grey;
        border-radius: 50%;
    }







    .section-title h2 {
        line-height: 1;
    }

    .section-title {
        margin-bottom: 25px;
    }



    .section-title .sub-title {
        font-size: 14px;
    }


}


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


.left-top-header {
    display: none;
}

.logo-mobile {
    display: block;
    margin-right: auto;
}

.header-mobile {
}

.right-top-header {
    width: 100%;
    justify-content: space-between;
}

.info-top {
    width: 33.33%;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.wrap-info-top-header {
}

.wrap-right-top-header {
    width: 100%;
}

.info-top-header {
    width: 100%;
}





.section-title h2 {
    font-size: 30px;
}




}


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

.icon_bar {
    width: 45px;
}

.icon_bar svg {
    width: 55%;
}

.btn-bottom-header a {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.3;
}

.primary-btn {
    padding: 13px 25px;
}



.section-title .sub-title {
    font-size: 13px;
}

.section-title h2 {
    font-size: 28px;
}



.logo-footer img {
    height: 50px;
}

.menu-footer {
    margin-top: 15px;
    width: 100%;
}

ul.nav-link-footer li {
    /* margin-right: 20px; */
    /* width: 100%; */
    width: 100%;
    margin: 0 0 15px;
}

.bootom-footer {
    font-size: 14px;
}

}


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

    .logo-mobile {
    width: 100%;
    margin-bottom: 10px;
}

a.logo-header {
    justify-content: start;
}




.section-title .sub-title {
    font-size: 11px;
    line-height: 1.5;
    min-height: unset;
    padding: 5px 15px;
}


.info-top {
    width: 100%;
    /* justify-content: center; */
    margin-bottom: 10px !important;
}

.icon_bar {
    width: 40px;
    height: 40px;
}

.icon_bar svg {
    width: 55%;
}

.primary-btn {
    padding: 12px 20px;
    font-size: 13px;
}

    

.primary-btn svg {
    width: 20px;
    height: 20px;
}
    
.btn-bottom-header a {
    padding: 8px 20px;
    font-size: 13px;
}

.wrap-social-header >a, .wrap-social-header >span, .icon-action > div {
    height: 40px;
    width: 40px;
    font-size: 12px;
}



ul.nav-link-footer li {
    width: 100%;
    margin: 0 0 15px;
    font-size: 14px;
}



a.logo-header img {
    height: 49px;
}

.social-header {
    margin: 0;
}

.widget_menu.content_menu_btn {
    margin-left: 15px;
}

a#serach_icon_top {
    padding: 0 10px;
    margin: 0 10px 0 0;
}




p.second-part-liens {
    margin: 10px 0 0;
}

.bootom-footer {
    text-align: center;
    justify-content: center;
    font-size: 13px;
}

ul.nav-link-footer li a {
    padding: 0;
    width: 100%;
}


.section-title h2 {
    font-size: 23px;
}


.logo-footer img {
    height: 40px;
}



}


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


   .primary-btn {
    padding: 8px 18px;
    font-size: 12px;

}


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



}


