

/*
Author: Bootstrapthemes
Author URI: http://www.xpeedstudio.com
*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .container_menus{
        height: 40px;
    }
    .site-header #navbar > ul > li > a, .site-header #navbar > ul > li > i {
        height: 40px;
        line-height: 40px;
    }
    .service-sidebar, .sidebar-link{
        display: none;
    }
    
    .bloc-menu{
        margin-bottom: 0;
    } 
    
    .pub_header{
        margin-top: 20px;
    }
    
    .contenu_page, .contenu_categorie, .contenu_accueil, .pub_footer{
        padding: 0 15px;
    }
    
    .bouton-precedent{
        margin-bottom: 0;
    }
    
    .bouton-precedent, .bouton-suivant{
        padding: 0;
    }
    
    .bouton-suivant .bloc-titre, .bouton-precedent .bloc-titre {
        height: 150px;
    }
    
    .partager{
        margin-left: -15px;
        width: calc(100% + 30px);
        font-size: 1.1rem;
        height: 150px;
    }
    
    #menu{
        display: block;
    }
    
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    
    #panier-phone, .table-mobile{
        display:block;
    }
    
    #panier-desktop, .table-desktop{
        display:none;
    }
    
    /*------------------------------------------------------------------------*/
    /*--------------------------HEADER/MENU-----------------------------------*/
    /*------------------------------------------------------------------------*/
    
    .mobile_toggle{
        display: block;
    }
    
    .site-header #navbar, .site-header #menu{
        display: none;
    }
    
    .padding-header{
        padding: 15px;
    }
    
    .navigation{
        display: none;
    }
    
    .logo-mobile{
        display: block;
    }
    
    .container_header{
        max-width: 100%;
    }
    
    .mobile_toggle .navbar-header{
        background: #8DC63F;
    }
    
    .padding-header .f-right{
        float: initial;
    }
    
    .container_header .search, #nav-fixed .search {
        width: 100%;
    }
    
    .container_header .bouton-search, #nav-fixed .bouton-search {
        left: auto;
        right: 0;
    }
    
    .logo-hauts-de-france{
        display: none;
    }
    
    .bloc-menu-mobile:first-child{
        border-top: 2px solid #8DC63F;
    }
    
    .bloc-menu-mobile{
        background: #0050A4;
        padding: 15px 0;
        border-bottom: 2px solid #8DC63F;
        width: 100%;
    }
    
    .bloc-menu-mobile h2{
        font-size: 1.2rem;
        color: #fff;
        text-align: center;
    }
    
    .bouton-projet-mobile{
        font-family: "Oswald", sans-serif;
        font-size: 1.2rem;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        background: #8DC63F;
        width: 100%;
        padding: 15px 0;
    }
    
    /*------------------------------------------------------------------------*/
    /*-----------------------------ACCUEIL------------------------------------*/
    /*------------------------------------------------------------------------*/
    
    /* BANNIERE */
    
    .banniere{
        height: 400px;
        background-position: center;
    }
    
    .banniere h1{
        font-size: 2rem;
    }
    
    /* FORMULES */
    
    #tarif .padding-60{
        padding: 60px 10px;
    }
    
    #tarif .nom-formule, #tarif .tarification .prix {
        font-size: 1.7rem;
    }
    
    /* ACTU */
    
    #actualites .petite_actu img {
        width: 100%;
        height: auto;
    }
    
    #actualites .grande_actu{
        margin-bottom: 25px;
    }
    
    /* TEMOIGNAGES */
    
    #temoignage .bloc-temoignage {
        height: 325px;
    }
    
    /* NEWSLETTER */
    
    #newsletter .titre-newsletter{
        font-size: 2.5rem;
    }
    
    #newsletter .sous-titre-newsletter, #newsletter .texte-newsletter, #newsletter .champ-newsletter{
        margin-bottom: 1rem;
    }
    
    .mobile-logo img{
        width:70px;
    }
    
    .filtre-btn-prix, .btn-filtrer-check{
        display:block;
    }
    .sidebar-wrapper{
        margin-top:30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .mobile-logo img{
        width:85px;
    }
    
    .slider-area .hero-slider-active{
        min-height:250px;
    }
    
    .testimonial-area{
        padding-bottom:0px;
    }
    .about-content{
        margin-bottom:35px;
    }
    
    #div_filtre{
        display:none;
    }
    
    #btn_filtre, .btn-filtrer-check, .add-cart{
        display:block;
    }
    .filtre-btn-prix{
        display:none;
    }
}

/* Landscape phones and portrait tablets */
@media  (max-width: 767px) {
    .slider-area .hero-slider-active{
        min-height:300px;
    }
    
    .testimonial-area{
        padding-bottom:0px;
    }
    
    .about-content{
        margin-bottom:35px;
    }
    
    #div_filtre{
        display:none;
    }
    
    #btn_filtre, .btn-filtrer-check, .add-cart{
        display:block;
    }
    
    .product-item .cart-hover{
        visibility: hidden;
        display:none;
    }
    
    .product-item:hover .cart-hover{
        visibility: hidden;
        display:none;
    }
    
    .filtre-btn-prix{
        display:none;
    }
}

/* Portrait phones only */
@media (max-width: 480px){
    
    .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /*------------------------------------------------------------------------*/
    /*-----------------------------ACCUEIL------------------------------------*/
    /*------------------------------------------------------------------------*/
    
    
    .titre-section h2, .titre-section h3, .titre-section h4{
        font-size: 1.5rem;
        padding: 10px 15px;
    }
    
    /* PRESENTATION */
    
    #profil .col-sm-6{
        margin-bottom: 30px;
    }
    
    #profil{
        padding: 45px 15px;
    }
    
    /* ACTUALITES */
    
    #actualites .grande_actu{
        padding: 0;
    }

    #actualites .grande_actu .infos_actu{
        padding: 30px 50px;
    }
    
    #actualites .grande_actu .infos_actu .date_actu{
        font-size: 0.8rem;
    }

    #actualites .grande_actu .infos_actu h3{
        font-size: 1.25rem;
    }

    #actualites .grande_actu .infos_actu p{
        font-size: 0.8rem;
        line-height: 1rem;
    }

    #actualites .grande_actu .infos_actu i{
        bottom: 15px;
        right: 15px;
        font-size: 2rem;
    }
    
    #actualites .petite_actu{
        margin-left: -15px;
        margin-right: -15px;
    }
    
    /* FOOTER */
    
    .site-footer .widget{
        margin-bottom: 30px;
    }
    
    .border-mobile{
        display: block;
    }
    
    .site-footer .col-lg-3:first-child .widget {
        border: none;
    }
    
    /*------------------------------------------------------------------------*/
    /*------------------PAGE UN TEMOIGNAGE/UNE REALISATION--------------------*/
    /*------------------------------------------------------------------------*/
    
    #page-temoignage{
        padding: 0;
    }
    
    #page-temoignage .image-page-temoignage{
        padding: 15px 0;
    }
    
    #contenu-temoignage{
        padding: 15px 0;
    }
    
    #contenu-temoignage .col-lg-3{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #contenu-temoignage .photo-temoignage{
        max-height: 150px;
        margin: auto auto 15px auto;
    }
    
    #contenu-temoignage .carte-temoignage{
        max-height: 150px;
        margin: 15px auto auto auto;
    }
    
    #contenu-temoignage h1{
        font-size: 1.5rem;
    }
    
    .autre-temoignage h2{
        font-size: 0.8rem;
    }
    
    .autres-temoignages .autres-plus{
        margin: 15px auto;
    }
    
    #monpopup {
        max-width: 100vw;
        max-height: 100vh;
    }
    
    /* OVERFLOW */
    
    .breadcrumb-area .row, .footer-top .row, .footer-bottom .row, .blog-main-wrapper .row, .shop-main-wrapper .row, #section-pdt-similaire .row, .my-account-wrapper .row,
    .cart-main-wrapper .row, .checkout-page-wrapper .row{
        margin: 0;
    }
    
    .account-details-form .row, .billing-form-wrap .row, .myaccount-content .row{
        margin-right: -15px;
        margin-left: -15px;
    }
}