body .main_c section.atelier .esp_presentation h1{
    font-size: 20px;
    text-transform: none;
    line-height: 25px;
}
body .main_c section.atelier .esp_presentation h1::after{
    display: none;
}

section.atelier .esp_presentation{
    padding-bottom: 90px;
}
section.atelier .esp_presentation .col-btn{
    margin-top: 20px;
}
section.atelier .esp_presentation .col-btn a{
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 30px;
    background-color: #ff2800;
    color: #ebebeb;
    -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.atelier .esp_presentation .col-btn a:hover{
    background-color: #000000;
    text-decoration: none;
}
section.atelier .esp_presentation .col-btn a:first-child{
    margin-right: 30px;
}

/****/

section.atelier .esp_multimarques{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #000000;
    color: #bbbbbb;
}
section.atelier .esp_multimarques h2{
    color: #f5f5f5;
}
section.atelier .esp_multimarques ul{
    padding-top: 20px;
}
section.atelier .esp_multimarques ul li{
    padding-bottom: 5px;
}

section.atelier .esp_multimarques .col-btn{
    margin-top: 60px;
}
section.atelier .esp_multimarques .col-btn a{
    font-size: 18px;
    font-weight: 400;
    padding: 20px 30px;
    background-color: #ff2800;
    color: #ebebeb;
    -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.atelier .esp_multimarques .col-btn a:hover{
    background-color: #ebebeb;
    color: #000000;
    text-decoration: none;
}


/****/


section.atelier .esp_diaporama{
    height: 100vh;
    position: relative;
}

section.atelier .esp_excellence{
    background-color: #ffffff;
    padding-top: 90px;
    padding-bottom: 110px;
    color: #181818;
}
section.atelier .esp_excellence .titre_exclusivite{
    padding-top: 20px;
    font-size: 20px;
}
section.atelier .esp_excellence .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;            
}
section.atelier .esp_excellence .row-img-excellence{
    margin-right: 40px;
    margin-left: 0;
}
section.atelier .esp_excellence .row-img-excellence>*{
    padding-left: 0;
    padding-right: 0;
}
section.atelier .esp_excellence .row-img-excellence .col-img{
    position: relative;
}
section.atelier .esp_excellence .row-img-excellence .col-img:first-child::after{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}
section.atelier .esp_excellence .row-img-excellence img {
    max-width: 100%;       
}

section.atelier .esp_excellence h2{
    /*padding-top: 20px;*/
}
section.atelier .esp_excellence h3{
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 50px;
}
section.atelier .esp_excellence h3:first-child{
    padding-top: 15px;
}
section.atelier .esp_excellence h3 span{
    padding-right: 8px;
}
section.atelier .esp_excellence .exp{
    font-size: 15px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d1d1d1;
    color: #464646;
}
section.atelier .esp_excellence .exp:last-child{
    padding-bottom: 0;
    border-bottom: none;
}



/**********/
section.atelier .esp_avis{
    padding-top: 20px;
    padding-bottom: 110px;
    background-color: #ffffff;
    color: #181818;
}
section.atelier .esp_avis .commentaire{
    margin-top: 45px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
}
section.atelier .esp_avis .commentaire:first-child{
    margin-top: 30px;
}
section.atelier .esp_avis .client{
    font-size: 15px;
    font-weight: 400;
}
section.atelier .esp_avis ul{
    float: left;
    padding-right: 8px;
}
section.atelier .esp_avis ul li{
    display: inline-block;
}
section.atelier .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%);
}

/********/

/*
section.atelier .esp_contact{
    padding-top: 110px;
}
section.atelier .esp_contact .logo {
    text-align: center;
    margin-bottom: 20px;
}
section.atelier .esp_contact .logo img{
    max-width: 50px;
    opacity: 0.9;
}
body .main_c section.atelier .esp_contact h2{
    display: block;
    text-align: center;
    margin-bottom: 60px;
}
body .main_c section.atelier .esp_contact h2::after{
    left: calc(50% - 40px);
}
section.atelier .esp_contact .col-contact{
    text-align: center;
}
section.atelier .esp_contact a{
    font-size: 18px;
    font-weight: 400;
    padding: 20px 30px;
    background-color: #ff2800;
    color: #ffffff;
    -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.atelier .esp_contact a:hover{
    background-color: #ebebeb;
    color: #000000;
}
section.atelier .esp_contact a:hover{
    text-decoration: none;
}
*/

/*
section.atelier .esp_contact img.contact{
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
  opacity: 0.3;
  max-width: 380px;
}
*/

@media (max-width: 991px){
    section.atelier .esp_excellence h3:first-child {
        padding-top: 30px;
    }
    section.atelier .esp_excellence h3 {
        padding-top: 30px;
    }
    section.atelier .esp_excellence .exp {
        padding-bottom: 30px;
    }
    section.atelier .esp_excellence .row-img-avantages{
        margin-right: 0;
    }
}
@media (max-width: 767px){
    section.atelier .esp_avis .commentaire {
        font-size: 15px;
    }
    section.atelier .esp_presentation .col-btn a{
        font-size: 15px;
        font-weight: 400;
        padding: 15px 25px;
    }
    section.atelier .esp_multimarques .col-btn a{
        font-size: 15px;
        font-weight: 400;
        padding: 15px 25px;
    }
}
@media (max-width: 575px){   
    
}


