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

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



}



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



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

    .section-title h2 {
        /* font-size: 50px; */
    }


.action-btn {
    width: auto;
}

.navbar-header-bottom > .navlink >li >a {
    font-size: 15px;
    padding: 30px 0;
}

.navbar-header-bottom > .navlink > li {
    padding: 0 8px;
}

.logo-header img {
    height: 100px;
}

.wrap-action-btn > a:not(:last-child) {
    width: 40px;
    font-size: 14px;
    aspect-ratio: 1;
    height: 40px;
    padding: 5px;
}

a.btn-header-user, a.wrap-right-bottom-header.btn-header-user {
    width: 160px;
    /* width: auto; */
    height: 40px;
    border-radius: 50px;
    padding: 7px 20px 7px 7px;
}

.btn-header-user i, .btn-header-user img {
    width: 30px;
}

.wrapper-top-header, .icon-info-top {
    font-size: 14px;
}

.icon-info-top {
    font-size: 14px;
}

.btn-header-user span {
    font-size: 14px;
}



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






/***********************************/

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

    .primary-btn {
        /* padding: 7px 22px; */
    }


    .listmenu input:checked ~ .submenu-label .linklist-menu span {
        color: inherit;
    }

    .wrapper-bottom-header {
        /* display: none; */
    }




.first-top-footer {
    padding: 0;
    width: 18%;
}

.first-top-footer .shape {
    left: 48%;
    width: 100%;
}

.second-top-footer {
    padding: 0;
    width: 82%;
}

.top-footer.container {
    padding: 0;
}

.footer-logo {
    border-radius: 0 15px 15px 0;
}

.wrap-second-top-footer {
    border-radius: 15px 0 0 15px;
    margin-left: -13px;
    z-index: 1;
    position: relative;
    box-shadow: 7px 0px 20px rgb(0 0 0 / 12%);
}

.item-top-footer-infos p {
    white-space: pre-wrap;
}

.item-top-footer-icon {}

.item-top-footer:nth-child(2) {
    width: 28%;
}

.item-top-footer:last-child {
    width: 38.33%;
}

.item-top-footer:nth-child(2):after {
    right: 25px;
}



}


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


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

    .primary-btn {
        /* font-size: 14px; */
    }

    .wrapper-bottom-footer {
        padding-top: 65px;
    }

    .wrap-top-footer {
        margin-bottom: 0;
    }


}

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

    .header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        order: 1;
    }

    .widget_menu.content_menu_btn {
        position: relative;
        margin-left: 20px;
        order: 1;
        display: flex;
    }
    
    .icon_bar {
        width: 45px;
        aspect-ratio: 1;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary-color);
    }
    
    .icon_bar svg {
/*        height: 100%;*/
        display: flex;
        fill: #fff;
        width: 55%;
    }

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

    .action-btn {
        margin-left: auto;
    }


    /* ********************* 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%;
    }

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

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

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

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

    .listmenu input:checked ~ .submenu-label .linklist-menu {
        color: var(--second-color);
        border-bottom: 1px solid var(--second-color);
    }

    .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: 90%;
        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%;
    }


    .with-wrap-account {
    width: auto;
}

    
}




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





.header-social span {
    padding-right: 10px;
}

.header-social a {
    font-size: 12px;
    /* width: 30px; */
}

.info-top:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
}

.meta-info-top {
    padding-left: 10px;
}






    .section-title {
        margin-bottom: 20px;
    }
    
    .section-title .sub-title {
        font-size: 14px;
        margin-bottom: 3px;
    }

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

    .first-top-footer {
        width: 32%;
    }

    .second-top-footer {
        width: 100%;
        margin-top: 25px;
    }

    .item-top-footer {
        width: 50% !important;
        margin-bottom: 20px;
    }

    .wrap-second-top-footer {
        justify-content: center;
        margin-left: 0;
        border-radius: 0;
        padding: 30px 20px;
    }

    .item-top-footer:last-child {
        margin: 0;
    }

    .item-top-footer:nth-child(2):after {
        display: none;
    }

    .first-top-footer .shape {
    display: none;
    }

    .footer-widget {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    
}


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

    

.widget_menu.content_menu_btn {
        /* position: relative; */
        /* display: flex; */
        /* align-items: center; */
        /* flex-wrap: wrap; */
        margin-left: 10px;
    }
    
    .icon_bar {
    }
    
    .icon_bar svg {
    }

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


    .close-menu-mb span {
        width: 100%;
        height: 35px;
    }

    .linklist-menu {
        font-size: 12px;
    }

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

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

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



   
    .container_panel {
        width: 95%;
    }

    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 {
        font-size: 13px;
        width: 30px;
        height: 30px;
        aspect-ratio: 1;
    }


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

    .wrap-top-header {
    justify-content: center;
}

.header-social a {
    width: 25px;
    font-size: 10px;
}

.wrapper-top-header, .icon-info-top {
    font-size: 12px;
}

.info-top:not(:last-child) {
    margin-right: 8px;
    padding-right: 8px;
}

.meta-info-top {
    padding-left: 5px;
}

.logo-header img {
    height: 75px;
}

.wrap-action-btn > a:not(:last-child) {
    width: 30px;
    font-size: 12px;
    height: 30px;
    padding: 4px;
}

a.btn-header-user,  a.wrap-right-bottom-header.btn-header-user {
    width: 122px;
    padding: 4px 10px 4px 4px;
    height: 30px;
}

.btn-header-user span {
    font-size: 12px;
    padding-left: 4px;
}

.btn-header-user i, .btn-header-user img {
    width: 24px;
    font-size: 11px;
}


.left-bottom-header .shape {
    width: 100px;
    left: -20px;
}




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

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

    .section-title .sub-title {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .sub-title::before,.sub-title::after {
        height: 2px;
    }

    .sub-title::before {
        width: 10px;
        right: -20px;
    }

    .sub-title::after {
        width: 20px;
        right: -45px;
    }

    .primary-btn {
        padding: 8px 8px 8px 17px;
        font-size: 13px;
    }

    .primary-btn i {
        width: 20px;
        height: auto;
        aspect-ratio: 1;
        line-height: unset;
        font-size: 10px;
    }
        


    .wrapper-top-footer {
        padding-top: 20px;
    }

    .first-top-footer {
        width: 60%;
    }

    .wrap-second-top-footer {
        padding: 20px 20px;
    }

    .item-top-footer {
        width: 100% !important;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .item-top-footer:not(:last-child):after {
        display: none;
    }

    .item-top-footer-icon {
        padding-top: 0;
        font-size: 15px;
    }

    .item-top-footer-infos {
        margin: 0;
    }

    .wrapper-bottom-footer {
        padding-top: 50px;
    }

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

    .footer-widget-title {
        margin-bottom: 20px;
    }

    .text-logo, .textwidget {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .social-footer a {
        font-size: 13px;
    }

    .input-wrap {
        height: 55px;
    }

    .input-wrap input {
        font-size: 14px;
        padding: 10px 70px 10px 32px;
    }

    .input-wrap button {
        width: 47px;
        font-size: 15px;
    }

    .copyright-footer {
        font-size: 13px;
        margin-top: 20px;
    }


}


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


   .primary-btn {
        font-size: 11px;
        padding: 7px 7px 7px 17px;
    }

    .wrapper-top-header, .icon-info-top {
        font-size: 11px;
    }


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




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

    .section-title .sub-title {
        line-height: 1.5;
    }


    .text-logo, 
    .textwidget, 
    .footer-widget, 
    .item-top-footer {
        font-size: 13px;
    }



}


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



}


/* Réduit le décalage du menu principal */
.header-mobile .menu li a {
    padding-left: 0 !important;
    text-align: left !important;
}

/* Corrige le titre décalé */
.header-mobile .smenu li:first-child a,
.header-mobile .submenu li:first-child a,
.header-mobile .sub-menu li:first-child a {
    margin-left: 0 !important;
}


/* Correction menu mobile boutique */
.header-mobile ul,
.header-mobile li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-mobile .smenu,
.header-mobile .submenu,
.header-mobile .sub-menu {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.header-mobile .smenu li,
.header-mobile .submenu li,
.header-mobile .sub-menu li {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.header-mobile .smenu li a,
.header-mobile .submenu li a,
.header-mobile .sub-menu li a {
    display: block;
    width: 100%;
    padding: 14px 0 14px 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
   /* font-size: 18px;*/
    color: #0b8f3a !important;
    border-bottom: 1px solid #eeeeee;
}

/* Réduit le décalage du menu principal */
.header-mobile .menu li a {
    padding-left: 0 !important;
    text-align: left !important;
}

/* Corrige le titre décalé */
.header-mobile .smenu li:first-child a,
.header-mobile .submenu li:first-child a,
.header-mobile .sub-menu li:first-child a {
    margin-left: 0 !important;
}