.spl-pane > * {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

.fw700 {
  font-weight: 700;
}
.fw900 {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.container-full {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
}
.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
}
.row {
  display: flex;
}
.column {
  display: flex;
  flex-direction: column;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
ul {
  list-style-position: inside;
  margin-left: 1rem;
}
p {
  padding-bottom: 6px;
}
a {
  color: #c75137;
  font-weight: 700;
  text-decoration: none;
}
.mt-1 {
  margin-top: 1.5rem;
}
.rouge {
  color: #c75137;
}
.blanc {
  color: #ffffff;
}
.jaune {
  color: #fae892;
}

/*rouge C75137*/
/*jaune C75137 */
.ensemblePageSection {
}

.mainHeader {
  background-image: url("/customers/websites.xxx/templates/fr_FR/medias/visuels/profsrsvsprofsbd/bg_header.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.mainHeader .logo {
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}
.mainHeader .introduction {
  text-align: center;
}

.mainHeader .introduction .pictos_reseaux {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}
.mainHeader .introduction .pictos_reseaux span {
  margin-right: 0.5rem;
}
.mainHeader .introduction .pictos_reseaux a {
  display: inline-block;
  text-decoration: none;
}
.mainHeader .introduction img.rs_defis {
  max-width: 100%;
  height: auto;
  width: 50px;
  margin: 0 0.5rem;
}

.mainHeader .les_profs {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  width: 100%;
}
.mainHeader .les_profs div {
  width: 800px;
  max-width: 100%;
}
.mainHeader .les_profs .les_profs_bamboo {
  max-width: 100%;
  height: auto;
  display: block;
}
.mainHeader .les_profs .les_profs_reseaux_sociaux {
  max-width: 100%;
  height: auto;
  display: block;
  top: 15px;
  position: relative;
}

.page_infos {
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 14px;
  margin-top: 0.75rem;
}
.page_infos span {
  margin: 0 10px;
}

.intro {
  align-items: flex-start;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.intro .text {
  max-width: 800px;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  width: auto;
}
.intro .text p {
  /*line-height: 2rem;*/
  margin: 0.75rem auto;
}
.intro .text .btn_album {
  background-color: #fae892;
  color: #c75137;
  text-decoration: none;
  display: inline-block;
  margin: 4rem auto 0;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 700;
}
.intro .couverture {
  width: 300px;
  text-align: center;
  min-width: 300px;
}
.intro .couverture .couverture_best_or {
  max-width: 100%;
  height: auto;
  width: 300px;
}
.intro_2 .text {
  max-width: 700px;
  padding-right: 2rem;
}
.intro_2 .text p {
  line-height: 2rem;
}
.intro_2 .image {
  width: 400px;
  max-width: 100%;
}
.intro_2 .image .les_profs_persos {
  max-width: 100%;
  height: auto;
  width: 400px;
  display: block;
}

.les_equipes {
  background-color: #f2f2f2;
}
.les_equipes .half_left,
.les_equipes .half_right,
.les_equipes .half_guest {
  display: flex;
  justify-content: center;
}
.les_equipes .half_left {
  position: relative;
  margin-top: 3rem;
}
.les_equipes .half_right,
.les_equipes .half_guest {
  margin-top: 3rem;
}
.les_equipes .half_guest {
  margin-bottom: 3rem;
}

.les_equipes .half_left img {
  margin: 0 3rem 0 0;
}
.les_equipes .half_right img,
.les_equipes .half_guest img {
  margin: 0 0 0 3rem;
}
.les_equipes .half_guest img {
  border-radius: 30px;
}
.les_equipes .half_left .text p,
.les_equipes .half_right .text p,
.les_equipes .half_guest .text p {
  width: 400px;
  max-width: 100%;
}
.les_equipes .half_left h2 {
  margin: 3rem 0 0.7rem 0;
}
.les_equipes .half_right h2,
.les_equipes .half_guest h2 {
  margin: 3rem 0 0.7rem 0;
}
.les_equipes .guest {
  margin: 3rem auto 0 auto;
}

.les_defis {
  background-color: #c75137;
  justify-content: center;
}
.les_defis .image {
  text-align: center;
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 3rem 0 0;
}
.les_defis .image .liste_defis {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  margin-top: 1rem;
}
.les_defis .image .spotlight_show {
  background-color: #fae892;
  color: #c75137;
  text-decoration: none;
  display: inline-block;
  margin: 1rem auto;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 700;
}
.les_defis .text .spotlight_show {
  background-color: #fae892;
  color: #c75137;
  text-decoration: none;
  display: inline-block;
  margin: 2rem auto 0 auto;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 2rem;
}
.les_defis .text {
  display: flex;
  flex-direction: column;
  width: 500px;
  max-width: 100%;
  margin-top: 5rem;
}
.les_defis .text h2 {
  color: #fae892;
  margin-bottom: 1rem;
}
.les_defis .text p {
  line-height: 1.5rem;
  padding-bottom: 14px;
}
.les_defis .pictos_reseaux {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
}
.les_defis .pictos_reseaux a {
  display: inline-block;
  text-decoration: none;
}
.les_defis img.rs_defis {
  max-width: 100%;
  height: auto;
  width: 40px;
  margin: 0 0.5rem;
}
.les_defis .text .note_bene {
  color: #ffffff;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5rem;
}

.defiez_les_profs {
  background-color: #fbecab;
  flex-direction: column;
}
.defiez_les_profs .container.column {
  margin: 3rem auto 10rem;
}
.defiez_les_profs h2 {
  width: 550px;
  max-width: 100%;
  display: block;
  margin: 0.75rem auto;
  line-height: 2rem;
}
.defiez_les_profs .pictos_reseaux {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem 0;
}
.defiez_les_profs .pictos_reseaux a {
  display: inline-block;
  text-decoration: none;
}
.defiez_les_profs img.rs_defis {
  max-width: 100%;
  height: auto;
  width: 50px;
  margin: 0 0.5rem;
}
.defiez_les_profs img.rs_defis.first {
  margin: 0 0.5rem 0 0;
}

.defiez_les_profs .btn_newsletter {
  color: #fbecab;
  margin-left: 10.5rem;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  background-color: #c75137;
}
.defiez_les_profs .modalites {
  width: 180px;
  text-align: center;
}

.partage_et_creativite {
  flex-direction: column;
}
.partage_et_creativite div {
  position: relative;
  top: -5rem;
}
.partage_et_creativite img {
  max-width: 100%;
  height: auto;
  width: 650px;
  display: block;
  position: relative;
  margin: 0 auto;
  top: -10rem;
}

.les_influenceurs {
  position: relative;
  margin-top: -6rem;
}

.banniere_influenceurs {
  max-width: 100%;
  height: auto;
  display: block;
  top: 1.6rem;
  position: relative;
}

/*RESPONSIVE*/
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 767.99px) {
  .mainHeader .container-full .container.column {
    max-width: 100%;
  }

  .intro {
    flex-direction: column;
    align-items: center;
  }
  .intro .text {
    padding-right: 0;
  }
  .intro .text .btn_album {
    margin: 2rem auto;
  }
  .intro_2 {
    flex-direction: column;
    align-items: center;
  }
  .intro_2 .text {
    padding-right: 0;
  }

  .les_equipes .half_left {
    flex-direction: column;
    align-items: center;
  }
  .les_equipes .half_right {
    margin-top: 4rem;
    flex-direction: column-reverse;
    align-items: center;
  }
  .les_equipes .half_guest {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }
  .les_equipes .half_left h2,
  .les_equipes .half_right h2,
  .les_equipes .half_guest h2 {
    margin-top: 2rem;
    padding: 0 15px;
  }
  .les_equipes .half_guest h2 {
    margin-bottom: 2rem;
  }
  .les_equipes .half_left img,
  .les_equipes .half_right img,
  .les_equipes .half_guest img {
    margin: 0 auto;
  }
  .les_equipes .half_left .text p,
  .les_equipes .half_right .text p,
  .les_equipes .half_guest .text p {
    padding: 0 15px;
  }
  .les_defis {
    flex-direction: column;
    align-items: center;
  }
  .les_defis .image {
    margin: 0 auto;
  }
  .les_defis .text {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .les_equipes .row {
    flex-direction: column;
  }

  .les_equipes .row .half_left,
  .les_equipes .row .half_right,
  .les_equipes .row .half_guest {
    padding: 0;
  }
  .banniere_influenceurs {
    top: 1rem;
  }
}
@media (max-width: 629.99px) {
  .introduction {
    text-align: left !important;
  }

  .container-full.page_infos {
    flex-direction: column;
    padding-left: 0;
    margin-left: 0;
  }
  .page_infos span {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 529.99px) {
  .mainHeader .introduction .pictos_reseaux {
    flex-direction: column;
  }
  .mainHeader .introduction .pictos_reseaux span {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .les_equipes .half_left h2,
  .les_equipes .half_right h2,
  .les_equipes .half_guest h2 {
    padding: 0 30px;
  }
  .les_equipes .half_left .text p,
  .les_equipes .half_right .text p,
  .les_equipes .half_guest .text p {
    padding: 0 30px;
  }

  .defiez_les_profs .btn_newsletter {
    margin-left: 1rem;
  }
  .banniere_influenceurs {
    top: 0.6rem;
  }
}

@media (max-width: 768.99px) {
  .line.line_4 {
    font-size: 2.2rem;
  }
}
