/* Portrait tablets and medium desktops */
@media (min-width: 1200px) and (max-width: 1450px) {

}

@media (max-height: 700px) {
    .sidebar-lst-discussion{
        /* height: 200px; */
        height: 310px;
    }
}

@media (max-height: 600px) and (min-width: 992px) {
    .sidebar-lst-discussion{
        height: 210px;
    }
}

@media (max-height: 500px) and (min-width: 992px) {
    .sidebar-lst-discussion{
        height: 110px;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1200px) {
    .btn-lst-discussions{
        height: 35px;
    }
    
    .btn-lst-discussions .icone-menu {
        height: 25px;
        width: 25px;
        line-height: 25px;
        margin-right: 2px;
    }
    
    .btn-lst-discussions .icone-menu span{
        font-size: 12px;
    }
    
    .sidebar-activite .chiffres {
        font-size: 14px;
        line-height: 18px;
    }
    
    .sidebar-client-discussion .image-collaborateur{
        margin-right: 10px;
    }
    
    .sidebar-client-discussion .style-h3{
        font-size: 18px;
    }
}

/* 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;
    }
    
    /* RESPONSIVE GARAGE BRAN */
    
    .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%;
    }
    
    /* EQUIPE */
    
    .equipe{
        height: 300px;
        margin-bottom: 20px;
    }
    
    /* PROJET FORMULAIRE */
    
    .bootstrap-select.projet .dropdown-menu{
        background: #fff;
        max-width: 100%;
        padding: 0;
    }
    
    .dropdown-menu .bt-select-col{
        margin: 0 !important;
        height: 100px;
    }
    
    .bt-select-col img{
        max-height: 80px;
    }
    
    /* 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;
    }
    
    .sidebar-client{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
    
    .sidebar-activite{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
    
    .sidebar-client-discussion{
        height: auto;
        margin-bottom: 15px;
    }
    
    .sidebar-lst-discussion{
        height: 300px;
    }
    
    /* ENTREPRISE LANDING */
    
    .landing-entreprise-fond{
        top: 0;
        left: 0;
        height: 100%; 
        width: 100%;
    }
    
    .landing-entreprise .contenu-landing-entreprise, .landing-entreprise-col-2{
        padding: 30px;
    }
    
    .landing-entreprise .chiffres{
        font-size: 18px;
        line-height: 24px;
    }
    
    /* DEMANDES */

    .activite .msg-activite{
        padding: 10px;
    }
    
    .dashboard {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .sidebar-activite .chiffres {
        font-size: 14px;
        line-height: 18px;
    }
    
    /* REPONDRE */
    
    .discussions-mobile, .sidebar-lst-discussion, .champ-recherche{
        display: none;
    }
    
    .sidebar-client-discussion{
        box-shadow: none;
        background: transparent;
        border: none;
    }
    
    .sidebar-client-discussion .card-body{
        padding: 0;
    }
    
    .dashboard-messages .card-shadow{
        height: auto;
    }
    
    .btn-lst-discussions{
        font-weight: bold;
        border: none;
    }
    
    .dashboard-messages-body-scroll{
        height: auto;
        overflow-y: auto;
    }
    
    .repondre-message{
        position: relative;
    }
    
    .sidebar-entreprise-messages{
        height: auto;
    }
    
    .copyright-messages{
        padding: 7px 0;
    }
    
    .main-dashboard-messages{
        overflow: hidden;
    }
    
}

@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: 533px){
    
    .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;
    }
    
    /*--------------------------------MENU-------------------------------------*/
    
    .topbar .f-right{
        display: inline;
        float: inherit;
        text-align: right;
        margin-top: 5px;
    }
    
    .navbar-brand img{
        height: 50px;
    }
    
    /* SLIDER */
    
    .slide-img h1{
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .slide-img h2{
        font-size: 18px;
    }
    
    .slide-img .slide-select{
        margin-bottom: 20px;
    }
    
    .slide-img select, .slide-img .customSelect{
        width: calc(100% - 30px);
    }
    
    /*---------------------------TITRE DES PAGES-------------------------------*/
    
    .page-title .title.title-1{
        background-size: 100% 100%;
        width: 100%;
    }
    
    .page-title .title.title-1 .title-content{
        height: calc(100% - 15px);
    }
    
    .page-title .title .title-content::before{
        height: 100%;
    }
    
    /*----------------------------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;
    }
    
    /* 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;
    }
    
    /* RECAP PROJET */
    
    .recap-projet #pack-choisi .col-lg-10{
        padding: 0 15px !important;
    }
    
    /* ENTREPRISE LANDING */
    
    .landing-entreprise .chiffres{
        font-size: 14px;
        line-height: 18px;
    }
    
    .page-title-dashboard-messages .retour-site .navbar-brand{
        display: none;
    }
    
    .sidebar-activite .chiffres{
        font-size: 12px;
        line-height: 14px;
    }
    
    /*-------------------------------------------------------------------------*/
    /*------------------------SECTIONS PERSONNALISEES--------------------------*/
    /*-------------------------------------------------------------------------*/
    
    .padding-section{
        padding: 50px 15px;
        background-position: top;
    }
    
    .portfolio .portfolio-filter-link a{
        margin-right: 20px;
    }
    
    .fixed-btn-discussion{
        display: none;
    }
    
    /* REPONDRE */
    
    .repondre-message{
        height: 215px;
    }
    
}