@media (min-width: 1400px) {
    .col-xxl-7{
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}


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

}

@media (max-width: 1399px){
    .formulaire-commentaire{
        position: relative;
        width: 100%;
        left: 0;
        top: 15px;
    }
    
    .btn-group{
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .form-etape .btn-outline-primary{
        min-width: auto;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 100%;
        margin-bottom: 0;
    }
    
    #label-etablissement-verif-oui, #label-etablissement-verif-non {
        width: 100%;
        min-width: initial;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .form-etape .btn-multiple-lines{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* 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;
    }
    
    /* MENU */
    
    .header_area .header-meta{
        display: none !important;
    }
    
    #essenceNav{
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
    }
    
    .classynav .user-mobile{
        display: block;
    }
    
    .classynav .user-hover{
        color: #000 !important;
        height: auto !important;
        line-height: 24px !important;
        font-size: 16px !important;
        padding-bottom: 20px !important;
    }
    
    .classynav .my-account{
        margin-left: 64px;
    }
    
    .classynav .account-icon{
        border: 2px solid #000;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        padding-top: 10px;
        text-align: center;
        margin-right: 10px;
        display: inline-block;
    }
    
    .classynav .account-icon i{
        font-size: 24px;
    }
    
    .classynav .account-info{
        display: inline-block;
        width: calc(100% - 65px);
        vertical-align: middle;
    }
    
    .classynav .btn-dc{
        display: block !important;
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding: 10px 10px !important;
        color: #000 !important;
    }
    
    .classynav .btn-dc i{
        margin-right: 10px;
    }
    
    /* PAGE D'ACCUEIL */
    
    .accueil-fond-position{
        background-position: 85% !important;
    }
    
    /* FORMULAIRE */
    
    .bootstrap-select .dropdown-menu, .bootstrap-select .dropdown-menu .dropdown-menu{
        width: 100%;
        min-width: 100% !important;
    }
    
    .bootstrap-select .dropdown-menu .dropdown-item{
        white-space: normal;
    }
    
    .form-etape input[type="number"]{
        -moz-appearance: number;
        appearance: number;
        height: 50px;
    }
    
    .form-etape .form-control-number-up{
        right: 70px;
        padding: 8px 12px;
    }

    .form-etape .form-control-number-down{
        padding: 8px 12px;
    }
    
    /* 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;
    }
}

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

/* On portrait tablets but not phones */
@media (min-width: 481px) and (max-width: 991px){
    .classy-navbar-toggler{
        display: block;
        width: calc(100% - 300px);
        text-align: right;
        padding: 0 30px;
    }
}

/* 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;
    }
    
    /*------------------------FORMULAIRE DE CONNEXION--------------------------*/
    
    .lien-mot-de-passe-oublie{
        text-align: right;
        margin-bottom: 20px;
    }
    
    /*-------------------------FORMULAIRE D'INSCRIPTION------------------------*/
    
    .etablissement-cercle-progression, .etablissement-ligne-progression{
        display: none !important;
    }
    
    .etablissement-barre-progression{
        position: relative;
        width: 100%;
        margin: 0;
    }
    
    .etablissement-cercle-progression.active{
        position: relative;
        top: -40px;
        left: 0;
        display: inline-block !important;
    }
    
    .etablissement-etape-titre-progression{
        position: relative;
        display: inline-block;
    }
    
    .form-etape .btn-outline-primary{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .etablissement-recap-bloc{
        padding: 30px 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;
    }
    
}