@media (max-width: 1600px) {
    .main-menu > ul > li > a{
        padding: 26px 25px;
    }
    
    .main-menu > ul > li > a::after {
      position: absolute;
      content: "";
      border: 2px solid;
      color: transparent;
      left: 52%;
      top: 0px;
      border-radius: 50%;
      -webkit-transform: rotate(-10deg) translateX(-50%);
      -ms-transform: rotate(-10deg) translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: color 0.4s;
      -o-transition: color 0.4s;
      transition: color 0.4s;
      width: 150px;
      height: 67px;
    }
}


/* 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--------------------------------*/
    
    /* SLIDER */
    
    .slide-personnage{
        position: relative;
        width: 100% !important;
        bottom: 200px;
        left: 20px;
    }
    
    .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;
    }
}

@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 only screen and (max-width: 767px){
  .header-actions .header-action-btn {
    line-height: 90px;
    margin-right: 50px;
  }
}

/* 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 10px;
        line-height: 1;
    }
    #titre-page .slide .titre {
        padding: 0px;
    }
    
    .slide-personnage {
        bottom: 510px;
     }
     .page-titre-img {
        display: block;
      }
      .about-wrapper .about-left-side {
        padding: 10px 30px;
      }
      
    .single-blog {
        border-bottom: solid 1px #f7a582;
        margin-bottom: 50px;
      }
    
    .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 {
        padding-bottom: 50px;
    }
    .footer_area{
        padding: 70px 15px 60px 15px;
    }
    
    .footer-bouton-mobile{
        display:block;
        position:fixed;
        bottom:0;
        width: 100%;
    }
    .footer-bouton-mobile #menu-bouton-principal-0 {
        background-color: #26348b;
        color: #ffffff;
        width: 100%;
        padding: 15px 5px;
        border-radius: 0;
        border-color: #26348b;
        box-shadow: 0 0 5px #262626;
        margin-bottom: 0px;
      }
    #menu-bouton-principal-0 {
        padding: 10px 5px;
      }
      
    #titre-page .slide .titre{ 
        margin: 0 auto auto 10%;
    }
    .breadcrumb-wrapper .title, .breadcrumb-wrapper .breadcrumb-list {
        margin-bottom: 20px;
        margin-top: 40px;
    }
}