/*
#site .main_c{
  padding-bottom: 140px;
}
*/

section.mlegales{
 padding: 50px 0 80px 0;
}
   
/*
section.mlegales h2{
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
}
*/
section.mlegales .titre{
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 5px;
}


section.mlegales h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: normal;
  padding-left: 20px;
  position: relative;
  z-index: 0;

  margin-bottom: 35px;
}

section.mlegales h1::after {
  content: "";
  background-color: #7a1a3f;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  bottom: 2px;
}

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

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