/* Contact — page dédiée (fond blanc, mise en page comme About us) */
body.contact-page {
  background-color: #ffffff;
}

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

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

#section_contact .contact-form {
  width: 100%;
}

#section_contact .contact-back {
  margin-bottom: 1.75rem;
}

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

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

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

body.contact-page #section_contact .mceRow--maxWidth {
  --mceRow-paddingBottom: 9;
}

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