/* Portrait tablets and medium desktops */
@media (min-width: 1200px) and (max-width: 1450px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1200px) {

}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    
    /*-------------------------------------------------------------------------*/
    /*------------------------SECTIONS PERSONNALISEES--------------------------*/
    /*-------------------------------------------------------------------------*/
    
    .padding-section{
        padding: 50px;
    }
    
    /*---------------------------PAGE d'ACCUEIL--------------------------------*/
    
    #video_texte{
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        background: transparent;
    }
    
    /*---------------------------MENU DU SITE---------------------------------*/
    
    li.has-dropdown > a:before, li.dropdown-submenu > a:before {
        content: "";
    }
    
    .module-container {
        border-top: none;
        float: right;
        padding: 10px 10px 0 0;
    }
    
    .navbar-nav > li, .navbar-nav > li.active {
        border-bottom: 1px solid #ccc;
    }
    
    li.has-dropdown .fa-angle-right{
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        transition: all 0.25s;
    }
    
    li.has-dropdown.active .dropdown-menu{
        display: block;
    }
    
    li.has-dropdown.active .fa-angle-right{
        transform: rotate(90deg);
    }
    
    #primary-menu .module-social .social-icon-pc{
        display: none;
    }
    
    #primary-menu .module-social .social-icon-mobile{
        display: inline-block;
    }
    
    .cart-update-option .bloc-bouton-commander{
        margin: 0 15px;
    }
    
    #success .fa-times{
        top: 15px;
    }
    
    #success p{
        margin-top: 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

}

/* 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){
    
    .preloader svg, .preloader img{
        max-width: 75vw;
        height: auto;
    }
    
    .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;
    }
    
    .about-bio{
        width: auto;
        margin: 49px 76px 0px 0px;
        text-align: right;
        padding: 15px;
    }
    
    /*---------------------------PAGE d'ACCUEIL--------------------------------*/
    
    .topbar{
        height: auto;
        color: #fff;
    }
    
    .topbar .f-right{
        display: inline-block;
        float: inherit;
    }
    
    /*---------------------------TITRE DES PAGES-------------------------------*/
    
    .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%;
    }
    
    /*-------------------------------------------------------------------------*/
    /*------------------------SECTIONS PERSONNALISEES--------------------------*/
    /*-------------------------------------------------------------------------*/
    
    .padding-section{
        padding: 50px 15px;
        background-position: top;
    }
    
    .section-faq .panel-title{
        padding: 5px 10px;
    }
    
    /*----------------------------PRÉSENTATION---------------------------------*/
    
    .bloc-presentation{
        padding: 0;
        margin: 50px -30px 0 -30px;
    }
    
    .bloc-presentation .about-subheadline{
        top: -50px;
    }
    
    .bloc-presentation .about-subheadline::before{
        left: 0;
    }
    
    .bloc-presentation .about-subheadline::after{
        left: 48px;
    }
    
    .bloc-presentation .about-title, .bloc-presentation .about-bio{
        display: block;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: -30px;
    }
    
    .bloc-presentation .about-img img{
        width: 100%;
    }
    
    .text-center-responsive{
        text-align: center !important;
    }
    
    .portfolio .portfolio-filter-link a{
        margin-right: 20px;
    }
    
}