#site .main_c {
    padding-bottom: 70px;
}
#site .main_c h2 {
    font-size: 22px;
    line-height: initial;
    margin-top: 5px;
    margin-bottom: 15px;
}
#site .main_c h2::after {
    background-color: #c8a938;
    height: 4px;
    right: 0;
    bottom: 0;
    left: 0;
}
section.services .ligne_s {
    height: 1px;
    background-color: #dddddd;
    width: 40%;
    margin: 60px auto;
}

section.services .txt_p{
    margin-bottom: 60px;
}
/*
section.services .exp{
    padding-right: 20px;
}
*/

section.services img.img_p{
    max-width: 100%;
}

section.services a.btn_vendre{
  margin-top: 20px;
  display: inline-block;
  background-color: #c8a938;
  padding: 15px 20px 12px 20px;
  line-height: auto;
  font-size: 24px;
  font-family: "Bebas Neue", Verdana, Arial, Helvetica, sans-serif;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
section.services a.btn_vendre:hover{
  text-decoration: none;
  background-color: #b79725;
}

/*
section.services .row-g {
    margin-right: 0;
    margin-left: 0;
    margin-top: 35px;
}
section.services .row-g>* {
    padding-left: 0;
    padding-right: 0;
}
section.services .row-g img.img_p{
    max-width: 100%;
}
section.services .row-g .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
}
section.services .row-g .pic::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ffffff;
    z-index: 2;
}
*/

section.services span{
    font-weight: 400;
}


@media (max-width: 991px){
    section.services .exp{
        padding-right: 0;
    }
    #site .main_c h2 {
        margin-top: 15px;
    }
}