#site .main_c section.services .ligne {
  margin-bottom: 70px;
}

#site .main_c section.services .ligne_s {
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: #d2d2d2;
  width: 25%;
}

section.services h2 {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 25px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: 'Shippori Mincho B1', Verdana, Arial, Helvetica, sans-serif;
}

section.services{
  line-height: 28px;
}

section.services p{
  padding-bottom: 20px;
}
section.services p.titre{
  margin-bottom: 5px;
  padding-bottom: 0;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
section.services p.titre::before{
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #fdc155;
}

section.services p.no_m {
  padding-bottom: 0;
}
section.services span.b{
  font-weight: 500;
}
section.services ul {
  padding-bottom: 20px;
}
section.services ul li {
  padding-left: 15px;
  position: relative;
}
section.services ul li::before {
  content: "•";
  position: absolute;
  color: rgb(253, 193, 85);
  font-size: 12px;
  top: 0px;
  left: 0px;
}


section.services .intr{
  padding-bottom: 50px;
}
section.services .concl{
  padding-top: 50px;
}

section.services .service{
  margin-bottom: 30px;
}


section.services .service .title{
  font-weight: 500;
  display: inline-block;
  padding-bottom: 5px;
}
section.services .service .title span{
  font-size: 35px;
  font-weight: 900;
  color: #fdc155;
  padding-right: 10px;
  display: inline-block;
  font-family: 'Shippori Mincho B1', Verdana, Arial, Helvetica, sans-serif;
}

section.services .ill img{
  max-width: 100%;
  margin-bottom: 20px;
}


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

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

@media (max-width: 767px){

 
  section.services .concl{
    padding-top: 30px;
  }
}

@media (max-width: 575px){
  section.services .service .title span{
    font-size: 28px;
  }
}

