/* Responsive menu */
@media (min-width: 1024px) and (max-width: 1300px) {
    .header .menu{
        margin-top: 5px;
        margin-right: 120px;
    }
    
    .header li a{
        padding: 20px 6px;
        font-size: 15px;
    } 
    
    .header li a, .header li a:hover, .header li a:active, .header li a:focus{
        font-size: 13px;
    }
}

@media (max-width: 1300px) {
    .btn-reinitialiser, .btn-reinitialiser:hover, .btn-reinitialiser:active, .btn-reinitialiser:focus{
        padding: 0 20px;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 1200px) and (max-width: 1450px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) {
    
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1200px) {
    .checkout_details_area form label{
        padding: 10px 0;
    }
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    
    /*-------------------------------------------------------------------------*/
    /*------------------------SECTIONS PERSONNALISEES--------------------------*/
    /*-------------------------------------------------------------------------*/
    
    .padding-section{
        padding: 50px !important;
    }
    
    .section-rubrique{
        padding: 0 !important;
        margin: 50px !important;
    }
    
    .largeur-totale-chiffres .col-md-3:not(:last-child){
        padding: 0 30px;
    }
    
    /*---------------------------PAGE d'ACCUEIL--------------------------------*/
    
    .topbar{
        height: auto;
        color: #fff;
    }
    
    .topbar .f-right{
        display: inline-block;
        float: inherit;
    }
    
    .responsive-drapeau .users_nav{
        float: right;
    }
    
    .lien-header *{
        display: none;
    }
    
    .lien-header ul{
        display: block;
    }
    
    .lien-header ul *{
        display: inline-block;
    }
    
    /* BOUTON FLOTTANT */
    
    .button-flottant{ display: none; }
    
    /* CORRECTIONS */
    
    .panier-description{
        text-align: center;
    }
    
    .single-product-wrapper.panier-contenu{
        padding-bottom: 30px;
    }
    
    .checkout_details_area form label{
        padding: 10px 0;
        width: auto;
    }
    
    .bloc-bouton-commander{
        margin: 0 15px;
    }
    
    .order-summary-details{
        margin-top: 50px;
    }
    
    #menuburgerbtn::before{
        border: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .largeur-totale-chiffres .col:not(:last-child){
        padding: 0 30px;
    }
}

/* Landscape phones and portrait tablets */
@media  (max-width: 768px) {
    .mfp-figure:after, img.mfp-img {
        max-height: 80vh !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #menuburgerbtn{
        padding: 0;
        margin: 0;
        margin-right: 10px;
    }
    
    #menuburgerbtn::before{
        content: none;
    }
    
    .header li a{
        padding-right: 66vw;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    #menuburgerbtn{
        padding: 0;
        margin: 0;
        margin-right: 10px;
    }
    
    #menuburgerbtn::before{
        content: none;
    }
    
    .header li a{
        padding-right: 53vw;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    #menuburgerbtn{
        padding: 0;
        margin: 0;
        margin-right: 10px;
    }
    
    #menuburgerbtn::before{
        content: none;
    }
    
    .header li a{
        padding-right: 40vw;
    }
}

/* Portrait phones only */
@media (max-width: 480px){
    
    .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .no-padding-responsive{
        padding: 0;
    }
    
    .label-checkbox{
        max-width: 80%;
    }
    
    #cookieChoiceInfo span{
        display: block;
        margin-bottom: 5px;
    }
    
    .container{
        padding: 0;
    }
    
    .page-title .container{
        padding: 0 15px;
    }
    
    .btn{
        margin-bottom: 15px;
    }
    
    .pop_up{
        top: calc(10% + 45px);
        height: calc(80% - 90px);
    }
    
    .search-area, .header_area .search-area form input, .header_area .search-area form input:focus{
        width: 100%;
    }
    
    .ml-0-responsive{
        margin-left: 0;
    }
    
    .mr-0-responsive{
        margin-right: 0;
    }
    
    /*--------------------------------MENU-------------------------------------*/
    
    .topbar .f-right{
        display: inline;
        float: inherit;
        text-align: right;
        margin-top: 5px;
    }
    
    .topbar .separateur-projet-topbar{
        display: none;
    }
    
    .responsive-bienvenue{
        display: none;
    }
    
    .topbar .lien-projet-topbar{
        display: block;
        text-align: left;
    }
    
    /*---------------------------TITRE DES PAGES-------------------------------*/
    
    .page-titre-img{
        height: 500px;
    }
    
    #titre-page h1, #titre-page h2, .breadcrumb{
        margin: 0 30px;
    }
    
    .page-title .title.title-1{
        background-size: 100% 100%;
        width: 100%;
    }
    
    .page-title .title.title-1 .title-content{
        padding: 5px 15px 0 15px;
        height: calc(100% - 15px);
    }
    
    .page-title .title .title-content::before{
        height: 100%;
    }
    
    /* CORRECTIONS */
    
    .article {
        padding: 0 15px 30px 15px;
    }
    
    .p-sidebar-formation{
        padding: 15px;
    }
    
    .button-voir{
        margin-bottom: 15px;
    }
    
    .padding-section.largeur-totale-chiffres{
        padding: 50px 0 0 0 !important;
    }
    
    .padding-section.largeur-totale-chiffres .col{
        padding: 0 15px;
    }
    
    .product-topbar{
        display: block !important;
    }
    
    .btn-quantite{
        margin: 0;
    }
    
    /*-------------------------------------------------------------------------*/
    /*------------------------SECTIONS PERSONNALISEES--------------------------*/
    /*-------------------------------------------------------------------------*/
    
    .padding-section{
        padding: 50px 15px !important;
        background-position: top;
    }
    
    .section-rubrique{
        padding: 0 !important;
        margin: 50px 15px !important;
    }
    
    .portfolio .portfolio-filter-link a{
        margin-right: 20px;
    }
    
    /* FOOTER */
    
    .footer_area{
        padding: 70px 15px 60px 15px;
    }

    #monpopup {
        max-width: 100vw;
        max-height: 100vh;
    }
    
    /* FILTRES PRODUITS */
    
    .product-sorting {
        width: 100%;
        padding: 10px 0;
    }

    .product-topbar .product-sorting p{
        float: left;
        padding-top: 10px;
    }
    
    .product-sorting .form-control{
        width: 66%;
    }
    
    /* MENU */
    
    #menuburgerbtn{
        padding: 0;
        margin: -25px 0 0 0;
    }
}