/* Portrait tablets and medium desktops */
@media (min-width: 1200px) and (max-width: 1450px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) {
    .col-spectacle{
        padding-left: 0;
    }
    
    .padding-agenda{
        padding-left: 0;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1200px) {
    .barre-recherche-spectacle{
        height: auto;
        padding: 5px 0;
    }
    
    .barre-recherche-spectacle .row{
        display: block;
        margin: 15px;
    }
    
    .barre-recherche-spectacle .col-lg-20{
        margin-bottom: 10px;
    }
    
    .barre-recherche-spectacle .col-lg-20:last-child{
        display: block;
        text-align: center;
    }
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    
    /*-------------------------------------------------------------------------*/
    /*------------------------SECTIONS PERSONNALISEES--------------------------*/
    /*-------------------------------------------------------------------------*/
    
    .padding-section{
        padding: 50px !important;
    }
    
    /*---------------------------PAGE d'ACCUEIL--------------------------------*/
    
    .topbar{
        height: auto;
        color: #fff;
    }
    
    .topbar .f-right{
        display: inline-block;
        float: inherit;
    }

    /*---------------------------MENU DU SITE---------------------------------*/
    
    .navbar-nav li a.menu-item, .navbar-nav li a.menu-item:hover, .navbar-nav li a.menu-item:active, .navbar-nav li a.menu-item:focus{
        line-height: 40px;
    }
    
    .navbar{
        min-height: 50px;
        padding: 10px 0;
    }
    
    .navbar-brand{
        line-height: 50px;
    }
    
    .navbar-brand img{
        height: 50px;
        vertical-align: bottom;
    }
    
    .navbar-nav > li{
        width: 100%;
    }
    
    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;
    }
    
    .menu-secondaire{
        display: none;
    }
    
    /* RESPONSIVE DIGITAL STORE */
    
    .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    .navbar .btn-menu-responsive{
        text-align: center;
        margin: 15px 0;
    }
    
    .navbar .module-container{
        margin-left: 0;
    }
    
    .largeur-totale .col{
        padding: 0 0 15px 0;
    }
    
    .module{
        text-align: right;
    }
    
    .navbar .input-search{
        top: 15px;
        left: 0;
        width: 100%;
    }
    
    /* BARRE DE RECHERCHE */
    
    .barre-recherche-spectacle{
        height: auto;
        padding: 5px 0;
    }
    
    .barre-recherche-spectacle .row{
        display: block;
        margin: 15px;
    }
    
    .barre-recherche-spectacle .col-lg-20{
        margin-bottom: 10px;
    }
    
    .barre-recherche-spectacle .col-lg-20:last-child{
        display: block;
        text-align: center;
    }
    
    .bloc-activite{
        margin-bottom: 20px;
    }
    
    /* BARRE DE RECHERCHE */
    
    .barre-recherche-spectacle .container{
        padding: 15px 0 15px 30px !important;
    }
    
    .barre-recherche-spectacle .row{
        margin: 0 -15px;
    }
    
    /* EQUIPE */
    
    .equipe{
        height: 300px;
        margin-bottom: 20px;
    }
    
    /* PROJET FORMULAIRE */
    
    .bootstrap-select.projet .dropdown-menu{
        background: #fff;
        max-width: 100%;
        max-height: 200px !important;
        padding: 0;
    }
    
    .dropdown-menu .bt-select-col{
        margin: 0 !important;
        height: 100px;
    }
    
    .bt-select-col img{
        max-height: 80px;
    }
    
    .pop_up{
        top: calc(20% + 45px);
        left: 12.5%;
        width: 75%;
        height: calc(60% - 90px);
    }
    
    /* RECAP PROJET */
    
    .recap-projet .col-sm-5{
        padding: 0;
    }
    
    .recap-projet #pack-choisi .col-lg-10, .section-projet-formulaire #pack-choisi .col-lg-10{
        padding: 0;
    }
    
    /* BOUTON FLOTTANT */
    
    .button-flottant{ display: none; }
    
    .col-spectacle{
        padding: 0 0 15px 0;
    }
    
    .col-img-agenda img{
        height: auto;
    }
    
    .padding-agenda{
        padding: 0;
    }
    
    .p-r15{
        padding: 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){
    
    .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);
    }
    
    /*--------------------------------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;
    }
    
    /* SLIDER */
    
    .slide-img h1{
        font-size: 32px;
        margin-bottom: 20px;
        margin-left: 15px;
    }
    
    .slide-img h2{
        font-size: 18px;
        margin-left: 15px;
    }
    
    .slide-img .slide-select{
        margin-bottom: 20px;
    }
    
    .slide-img select, .slide-img .customSelect{
        width: calc(100% - 30px);
    }
    
    .navbar-nav li a.menu-item, .navbar-nav li a.menu-item:hover, .navbar-nav li a.menu-item:active, .navbar-nav li a.menu-item:focus{
        line-height: 18px;
        min-height: 50px;
        display: flex;
        align-items: center;
    }

    .menu-center{
        display: block;
        width: 100%;
        text-align: center;
    }

    
    /*---------------------------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%;
    }
    
    .breadcrumb{
        margin: 0 15px;
    }
    
    
    
    /*----------------------------PAGES----------------------------------------*/
    
    /* PACK */
    
    .portfolio-masonry .portfolio-item{
        padding: 0;
    }
    
    .pack-image .portfolio-img, .pack-image .portfolio-img iframe{
        height: 300px;
    }
    
    .pack-sidebar{
        padding-right: 15px;
        border-right: none;
        border-bottom: 2px solid #4291CC;
    }
    
    .pack-description{
        padding-left: 15px;
    }
    
    /* REALISATION */
    
    .iframe-realisation .yt-iframe{
        min-height: 300px;
    }
    
    .realisation-accueil .realisation{
        height: 150px;
    }
    
    /* PARTENARIAT */
    
    .partenariat-prez{
        margin-top: 30px;
        padding: 30px 0 0 0;
    }
    
    /* EQUIPE */
    
    .col-equipe span{
        bottom: 30px;
    }
    
    /* TEMOIGNAGE */
    
    .accueil-temoignage .img-temoignage{
        margin: 15px auto;
    }
    
    /* PROJET FORMULAIRE */
    
    .bootstrap-select.projet .filter-option-inner-inner h3, .bootstrap-select.projet .dropdown-menu li h3{
        font-size: 16px;
    }
    
    .bootstrap-select.projet .filter-option-inner-inner p, .bootstrap-select.projet .dropdown-menu li p{
        font-size: 12px;
        line-height: 14px;
    }
    
    .bootstrap-select.projet .bt-select-col{
        display: none;
    }
    
    .bootstrap-select .dropdown-menu li a span.text{
        display: inline;
    }
    
    .bootstrap-select.projet .dropdown-menu li{
        line-height: inherit !important;
    }
    
    .form-projet .projet-option label{
        margin: 0;
    }
    
    /* RECAP PROJET */
    
    .recap-projet #pack-choisi .col-lg-10{
        padding: 0 15px !important;
    }
    
    /* NEWSLETTER */
    
    #pop_up_newsletter, .pop_up{
        left: 5%;
        width: 90%;
    }
    
    /*-------------------------------------------------------------------------*/
    /*------------------------SECTIONS PERSONNALISEES--------------------------*/
    /*-------------------------------------------------------------------------*/
    
    .padding-section{
        padding: 50px 15px !important;
        background-position: top;
    }
    
    .portfolio .portfolio-filter-link a{
        margin-right: 20px;
    }
    
    
    
    .btn-reserver {
        bottom: -43px;
    }
    
}