/* Responsive menu */
@media (min-width: 1024px) and (max-width: 1300px) {
    .header .logo{
        max-width: 160px;
        width: 160px;
        padding: 20px 10px;
    }
    
    .header .menu{
        margin-top: 5px;
    }
    
    .header li a{
        padding: 20px 10px;
        font-size: 15px;
    }
    
    #navbar .logo{
        padding: 10px !important;
    }
    
    .offre-col{
        word-break: break-word;
    }

}

@media (max-width: 1300px){
    .header .header-recherche{
        padding: 20px;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 1200px) and (max-width: 1450px) {

}

@media (max-width: 1600px) {
    .header-menu .menu .menu-deroulant{
        font-size: 14px;
    }
}

/* Portrait tablets and medium desktops */
@media (max-width: 1024px) {
    .offre-col{
        word-break: break-word;
    }
}

/* 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;
    }
    
    /* MENU ET BARRE DE RECHERCHE */
    
    .header-menu{
        text-align: center;
        padding: 5px 0;
    }
    
    #navbar .header-menu .logo{
        position: relative;
        width: auto;
        height: auto;
        max-height: 60px;
    }
    
    .header-menu .menu{
        margin: auto;
        display: block;
    }
    
    .header .menu-icon{
        margin: 0;
    }
    
    .header-menu .menu .menu-deroulant{
        display: block;
        text-align: center;
    }
    
    .header-menu .menu .menu-deroulant a{
        display: inline-block;
        margin-bottom: 10px;
    }
    
    .header .header-recherche .recherche-accueil{
        height: 105px;
    }
    
    .header .header-recherche .recherche-accueil i{
        padding: 10px 0 0 5px;
    }
    
    .recherche-accueil-champ-localisation, .recherche-accueil-champ-poste{
        width: calc(50% - 30px);
    }
    
    .header .header-recherche .recherche-accueil .btn-vert{
        float: none;
        display: block;
        margin: 10px auto;
    }
    
    .recherche-accueil{
        height: 110px;
    }
    
    .recherche-accueil .btn-vert{
        float: none;
        display: block;
        margin: 10px auto;
        height: auto;
    }
    
    .recherche-accueil-champ-localisation, .recherche-accueil-champ-poste{
        height: auto;
    }
    
    .recherche-accueil .fa-search{
        padding: 5px 0 0 5px;
    }
    
    .recherche-accueil .fa-map-marker{
        padding-left: 5px;
    }
    
    .recherche-accueil-champ-localisation{
        width: calc(50% - 40px);
    }
    
    .recherche-accueil-champ-poste{
        width: calc(50% - 20px);
    }
    
    /* LISTE DES ACTUALITÉS */
    
    .blog-item img {
        height: auto;
        width: auto;
        min-width: 100%;
        min-height: 200px;
    }
}

@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;
    }
}

/* 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;
    }
    
    .offre-row-bleu-clair .offre-col, .offre-row-bleu-menu .offre-col, .offre-row-jaune-doux .offre-col{
        border-right: none !important;
    }
    
    /*---------------------------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%;
    }
    
    .formulaire-connexion .img-connexion{
        display: none;
    }
    
    .container-bouton-alerte .btn{
        width: 220px;
        margin-right: 0 !important;
    }
    
    .pop_up{
        padding: 25px 20px;
    }
    
    .pop_up i.fa-times{
        right: calc(10% + 15px);
    }
    
    .pop_up .centrage_vertical{
        margin: auto 0;
        width: 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;
    }
    
    .breadcrumb{
        justify-content: start;
        margin: 0;
    }
    
    .fiche-entreprise-row-infos .fiche-entreprise-row-infos-logo{
        margin-top: 75px !important;
    }
    
    .fiche-entreprise-row-infos .fiche-entreprise-row-infos-nom{
        margin: 20px 0 0 0 !important;
    }
    
    
    /*-------------------------------------------------------------------------*/
    /*------------------------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;
    }
    
    .entreprise-fiche-infos .entreprise-fiche-infos-col{
        border-right: none !important;
        margin-bottom: 20px;
    }
    
    .btn-right-offre{
        margin-top: 20px;
        float: inherit !important;
    }
    
    .fiche-ecole .fiche-entreprise-row-infos-nom{
        max-width: 100%;
    }
    
    .offre-partage{
        text-align: center;
    }
    
    .nav-up{
        position: absolute;
        top: -200px;
    }
    
    /* J'ai passé en fixed à cause du CLS */
    .sticky-top{
        position: fixed;
    }
    
    .header, .header_area.sticky{
        width: 100vw;
    }
    
    .general, .formulaire-connexion, main, .sidebar-menu-candidat{
        margin-top: 215px;
    }
    
    .offre-page, .container-emploi, #accueil{
        margin-top: 0;
    }
    
}