/* About us — page dédiée (fond noir, comme le bloc About sur la page principale) */
body.about-page {
  background-color: #151515;
}

body.about-page #section_about_us {
  --mceRow-background: #151515;
  --global-backgroundColor: #151515;
  --global-headingTextColor: #ffffff;
  --global-paragraphTextColor: #ffffff;
  --global-linkTextColor: #ffffff;
}

#section_about_us .about-main > .mceRow--maxWidth:first-of-type {
  display: flex;
  align-items: stretch;
}

#section_about_us .about-back {
  margin-bottom: 1.75rem;
}

#section_about_us .about-back--end {
  margin-top: 0;
  margin-bottom: 0;
}

#section_about_us .about-main {
  justify-items: start;
  justify-self: stretch;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
}

#section_about_us .about-back a {
  color: #ffffff !important;
  background-color: #2a80e1 !important;
  border-color: transparent !important;
}

#section_about_us .about-back a:hover {
  color: #ffffff !important;
  background-color: #1b6ac2 !important;
}

body.about-page #section_about_us .mceRow--maxWidth {
  --mceRow-paddingBottom: 9;
}

body.about-page #section_bc431b7b4e04a7d2120516e016eb51af {
  --mceRow-background: #151515;
  position: relative;
  z-index: 1;
}

#about-entry {
  scroll-margin-top: calc(var(--paddingAdjustFirstSection, 120px) + 0.5rem);
}
