
#site .main_c{
    padding-top:0 !important
}

section.reprise .esp_presentation{
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 90px;
}

section.reprise .esp_presentation .col-btn,
section.reprise .esp_projet .col-btn {
    margin-top: 40px;
}
section.reprise .esp_presentation .col-btn a,
section.reprise .esp_projet .col-btn a,
section.reprise .esp_ventes .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.reprise .esp_presentation .col-btn a:hover,
section.reprise .esp_projet .col-btn a:hover,
section.reprise .esp_ventes .col-btn a:hover{
    background-color: #000000;
    color: #ebebeb;
}
section.reprise .esp_presentation .col-btn a:hover,
section.reprise .esp_projet .col-btn a:hover,
section.reprise .esp_ventes .col-btn a:hover{
    text-decoration: none;
}


section.reprise .esp_services {
    background-color: #000000;
    color: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 90px;
}

section.reprise .esp_services .desc {
    padding: 25px 10px;
}
section.reprise .esp_services .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
section.reprise .esp_services h2 {
    padding-top: 20px;
}
section.reprise .esp_services .row-img-avantages {
    margin-right: 40px;
    margin-left: 0;
}
section.reprise .esp_services .row-img-avantages .col-img {
    position: relative;
}
section.reprise .esp_services .row-img-avantages img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}


section.reprise .esp_services h3 {
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 50px;
}
section.reprise .esp_services h3:first-child {
    padding-top: 35px;
}
section.reprise .esp_services h3 span {
    padding-right: 8px;
}
section.reprise .esp_services .exp {
    padding-bottom: 50px;
    border-bottom: 1px solid #3b3b3b;
    color: #bbbbbb;
}

section.reprise .esp_services .exp:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

section.reprise .esp_qualite,
section.reprise .esp_faq {
    background: #ffffff;
    padding-top: 90px;
    padding-bottom: 90px;
}

section.reprise .esp_qualite .row-slide {
    margin-top: 20px;
}

section.reprise .esp_qualite .row-slide .illus img {
    height: 300px;
    max-width: 100%;
}

section.reprise .esp_qualite .row-slide h3 {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}



section.reprise .esp_projet,
section.reprise .esp_form{
    background-color: #000000;
    color: #f5f5f5;
    /* padding-top: 90px;
    padding-bottom: 90px; */
}

section.reprise .esp_form {
    padding-bottom: 90px;
}
section.reprise .esp_projet {
    /* border-bottom: 1px solid #2f2f2f; */
    padding-top: 90px;
    padding-bottom: 90px;
}

section.reprise .esp_projet > div{
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 90px;
}
    
section.reprise .esp_projet  .col-btn a:hover,
section.reprise .esp_ventes  .col-btn a:hover  {
    background-color: #ebebeb;
    color:#2f2f2f;
}
    
section.reprise .esp_form h1{
    margin-bottom: 60px;
}
section.reprise .esp_faq .subtitle{
    text-transform: uppercase;
    margin-bottom: 15px;
}

section.reprise .esp_faq .faq {
    padding-top: 40px;
}

section.reprise .esp_faq .faq .faq-q {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
}
section.reprise .esp_faq .faq .faq-q .faq-title{
    font-size: 18px;
}
   

section.reprise .esp_faq .faq .faq-r {
    display: none;

    padding: 15px 0;
}


section.reprise .esp_faq .faq .faq-r.in {
    display: block;

}
section.reprise .esp_faq .faq .faq-q:hover{
    cursor: pointer;
}

section.reprise .esp_faq .faq .arrow{
    float: right;
    height: 15px;
    margin-top: 4px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .35s;
    opacity: 0.7;
}
section.reprise .esp_faq .faq .rotate-180 {
    transform: rotate(180deg);
}


section.reprise .esp_ventes {
    background-color: #000000;
    color: #f5f5f5;
    padding-top: 90px;
}

section.reprise .esp_ventes .col-btn {
    text-align: center;
}
section.reprise .esp_ventes #listing_r > div{
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 90px;
}
    

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

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

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

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

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

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

    section.reprise .esp_recherche_personnalisee .col-btn a{
        font-size: 15px;
        font-weight: 400;
        padding: 15px 25px;
    }


    section.reprise  .esp_faq .faq .faq-q .faq-title {
        font-size: 17px;
    }



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

