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

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

section.mlegales h1 {
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}
section.mlegales h1::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFD300;
}

section.mlegales .titre{
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 5px;
}


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

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