/**
 * @file
 * EDSbase : Feuille de styles dédiée à l'affichage des sections dans une page.
 */

.section.plus > .inner {
  position: relative;
}
.section.ph {
  padding-top: 5em;
}
.section.pb {
  padding-bottom: 5em;
}
.section.mh {
  margin-top: 5em;
}
.section.mh30 {
  margin-top: 30px;
}
.section.mb {
  margin-bottom: 5em;
}
.section.gris {
  background-color: #f3f5f8;
}
.section.gris-so {
  background-color: #f5f4f2;
}
.section.rouge {
  background-color: #d53f40;
}
.section.noir {
  background-color: #232425;
}
.section.bleu-nuit {
  background-color: #363d4d;
}
.section.rose-pale {
  background-color: #fbf1ed;
}
.section.rose-1 {
  background-color: #f2c5c5;
}
.section.rose-2 {
  background-color: #f8dada;
}
.section.plus .wrapper-titre {
  position: relative;
}
.section.plus .lien-plus {
  position: absolute;
  right: 0;
  top: .9em;
}
.section.plus .lien-plus a {
  display: inline-block;
  padding-left: 35px;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../images/commun/puce-plus-noire.svg');
  font-size: 1.15em;
  text-decoration: none;
}
.section.plus .lien-plus a:hover {
  background-image: url('../../images/commun/puce-plus-cerne.svg');
}
.section h2.section-titre {
  margin-bottom: 2em;
  font-family: 'soleil-light';
  font-size: 2.4em;
  text-align: center;
}
.section.noir h2.section-titre {
  color: #ffffff;
}
.section h2.section-titre.bleu {
  color: #77bde8;
}


/*--------- <= 1550px ---------*/

@media only screen and (max-width: 1550px) {

  .section.plus > .inner.pleine-largeur .wrapper-titre.center-1488 .lien-plus {
    right: 2%;
  }

}

/*--------- <= 920px ---------*/

@media only screen and (max-width: 920px) {

  .section.plus .section-titre {
    margin-bottom: .5em;
  }
  .section.plus .lien-plus {
    position: static;
    margin-bottom: 2em;
    text-align: center;
  }

}

