/* === HEADING STYLE #3 === */
.three .titre1 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three .titre1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #de2f2f;
}
.three .titre1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #de2f2f;
}
#titre-apropos1 .titre1 {
  display: none;
}

@media (max-width: 990px) {
  #titre-apropos {
    display: none;
  }
  #titre-apropos1 .titre1 {
    display: block;
  }
}
