section.reprise .expl{
    line-height: 28px;
    padding-bottom: 60px;
}
#site .main_c #form_v{
  position: absolute;
  top: -80px;
  left: 0;
}

#site .main_c h2{
    font-size: 24px;
    line-height: initial;
    margin-bottom: 15px;
}
#site .main_c h2::after {
    background-color: #c8a938;
    height: 4px;
    right: 0;
    bottom: 0;
    left: 0;
}

section.reprise h2.title_second {
    padding-top: 40px;
}

@media (max-width: 767px){
    section.reprise h3.s_title{
      font-size: 20px;
    }
}
@media (max-width: 575px){
    #site .main_c h2{
        font-size: 22px;
    }
}