

/************/

#site .main_c{
  background-color: #ffffff;
}

body .main_c #listing_r h2{
    margin-bottom: 30px;
    color: #f5f5f5;
}

section.showroom #listing_r{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #000000;
}

section.showroom #listing_r .col-btn{
    text-align: center;
}
section.showroom #listing_r .col-btn a{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 30px;
    background-color: #fccc14;
    color: #000000;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    transition:all 0.2s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
section.showroom #listing_r .col-btn a:hover{
    background-color: #ebebeb;
}
section.showroom #listing_r .col-btn a:hover{
    text-decoration: none;
}

/************/

section.showroom .esp_recherche_personnalisee{
    padding-top: 90px;
    padding-bottom: 90px;
}

section.showroom .esp_recherche_personnalisee .col-btn{
    margin-top: 60px;
}
section.showroom .esp_recherche_personnalisee .col-btn a{
    font-size: 18px;
    font-weight: 400;
    padding: 20px 30px;
    background-color: #fccc14;
    color: #000000;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    transition:all 0.2s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
section.showroom .esp_recherche_personnalisee .col-btn a:hover{
    background-color: #000000;
    color: #ebebeb;
}
section.showroom .esp_recherche_personnalisee .col-btn a:hover{
    text-decoration: none;
}

/************/

section.showroom .esp_presentation{
    padding-bottom: 90px;
}

/************/

section.showroom .esp_qualite{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #000000;
    color: #f5f5f5;
}
section.showroom .esp_qualite .titre_qualite {
    font-size: 20px;
    line-height: 28px;
    color: #bbbbbb;
}
section.showroom .esp_qualite .row-slide{
    margin-top: 60px;
}
section.showroom .esp_qualite .row-slide .illus img{
    max-width: 100%;
    border-bottom: 2px solid #fccc14;
}
section.showroom .esp_qualite .row-slide h3 {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
section.showroom .esp_qualite .row-slide .exp{
    color: #bbbbbb;
}



/************/

section.showroom .esp_avantages{
    padding-top: 90px;
    padding-bottom: 90px;
}
section.showroom .esp_avantages .titre_exclusivite{
    padding-top: 20px;
    font-size: 20px;
}
section.showroom .esp_avantages .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;            
}
section.showroom .esp_avantages .row-img-avantages{
    margin-right: 40px;
    margin-left: 0;
}
section.showroom .esp_avantages .row-img-avantages>*{
    padding-left: 0;
    padding-right: 0;
}
section.showroom .esp_avantages .row-img-avantages .col-img{
    position: relative;
}
section.showroom .esp_avantages .row-img-avantages .col-img:first-child::after{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}
section.showroom .esp_avantages .row-img-avantages img {
    max-width: 100%;       
}
section.showroom .esp_avantages h2{
    padding-top: 20px;
}
section.showroom .esp_avantages h3{
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 50px;
}
section.showroom .esp_avantages h3:first-child{
    padding-top: 20px;
}
section.showroom .esp_avantages h3 span{
    padding-right: 8px;
}
section.showroom .esp_avantages .exp{
    padding-bottom: 50px;
    border-bottom: 1px solid #d1d1d1;
    color: #464646;
}
section.showroom .esp_avantages .exp:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

/************/

section.showroom .esp_services{
    background-color: #000000;
    color: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 90px;
}
section.showroom .esp_services .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;            
}
section.showroom .esp_services .row-img-avantages{
    margin-right: 40px;
    margin-left: 0;
}
section.showroom .esp_services .row-img-avantages>*{
    padding-left: 0;
    padding-right: 0;
}
section.showroom .esp_services .row-img-avantages .col-img{
    position: relative;
}
section.showroom .esp_services .row-img-avantages .col-img:first-child::after{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #1f1f1f;
}
section.showroom .esp_services .row-img-avantages img {
    max-width: 100%;       
}
section.showroom .esp_services h2{
    padding-top: 20px;
}
section.showroom .esp_services h3{
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 50px;
}
section.showroom .esp_services h3:first-child{
    padding-top: 20px;
}
section.showroom .esp_services h3 span{
    padding-right: 8px;
}
section.showroom .esp_services .exp{
    padding-bottom: 50px;
    border-bottom: 1px solid #3b3b3b;
    color: #bbbbbb;
}
section.showroom .esp_services .exp:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

/**********/
section.showroom .esp_avis{
    padding-top: 90px;
    padding-bottom: 90px;
}
section.showroom .esp_avis .commentaire{
    margin-top: 45px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: #464646;
}
section.showroom .esp_avis .commentaire:first-child{
    margin-top: 30px;
}
section.showroom .esp_avis .client{
    font-weight: 400;
}
section.showroom .esp_avis ul{
    float: left;
    padding-right: 8px;
}
section.showroom .esp_avis ul li{
    display: inline-block;
}
section.showroom .esp_avis ul li img{
    max-width: 18px;
    vertical-align: text-bottom;
    filter: brightness(0) saturate(100%) invert(84%) sepia(41%) saturate(1319%) hue-rotate(342deg) brightness(101%) contrast(101%);
    -webkit-filter: brightness(0) saturate(100%) invert(84%) sepia(41%) saturate(1319%) hue-rotate(342deg) brightness(101%) contrast(101%);
    -moz-filter: brightness(0) saturate(100%) invert(84%) sepia(41%) saturate(1319%) hue-rotate(342deg) brightness(101%) contrast(101%);
}

/** Responsive *****************************************/

@media (min-width: 992px){
}
@media (max-width: 991px){
    section.showroom .esp_services h3:first-child {
        padding-top: 30px;
    }
    section.showroom .esp_services h3 {
        padding-top: 30px;
    }
    section.showroom .esp_services .exp {
        padding-bottom: 30px;
    }
    section.showroom .esp_services .row-img-avantages{
        margin-right: 0;
    }

    section.showroom .esp_avantages h3:first-child {
        padding-top: 30px;
    }
    section.showroom .esp_avantages h3 {
        padding-top: 30px;
    }
    section.showroom .esp_avantages .exp {
        padding-bottom: 30px;
    }
    section.showroom .esp_avantages .row-img-avantages{
        margin-right: 0;
    }

    section.showroom .esp_qualite .titre_qualite{
        font-size: 18px;
    }

   
    
}
@media (max-width: 767px){
    section.showroom .esp_avis .commentaire {
        font-size: 15px;
    }

    section.showroom .esp_services h3 {
        font-size: 18px;    
    }
    section.showroom .esp_avantages h3 {
        font-size: 18px;    
    }
    section.showroom .esp_avantages h2{
        padding-top: 10px;
    }

    section.showroom .esp_recherche_personnalisee .col-btn a{
        font-size: 15px;
        font-weight: 400;
        padding: 15px 25px;
    }
    section.showroom .esp_recherche_personnalisee .col-btn {
        margin-top: 50px;
    }

    section.showroom #listing_r .col-btn a {
        font-size: 15px;
        font-weight: 400;
        padding: 15px 25px;
    }

    
}
@media (max-width: 575px){   
}

