:root {
--couleur-principale: rgb(200,0,73);
--couleur-background: rgb(255,255,255);
--couleur-background-light: rgb(244,244,244);
--couleur-footer: #C80049;
--couleur-texte: rgb(0,0,0);
--couleur-texte-light: rgb(147,147,147);
--couleur-cta: rgb(200,0,73);
--couleur-cta-texte: rgb(255,255,255);
--couleur-secondaire: rgb(227,234,223);
--border-radius: 2.5rem;
}

.has-rgb-200073-color { color: rgb(200,0,73); }
.has-rgb-200073-background-color { background-color: rgb(200,0,73); }
.has-rgb-255255255-color { color: rgb(255,255,255); }
.has-rgb-255255255-background-color { background-color: rgb(255,255,255); }
.has-rgb-244244244-color { color: rgb(244,244,244); }
.has-rgb-244244244-background-color { background-color: rgb(244,244,244); }
.has-rgb-C80049-color { color: #C80049; }
.has-rgb-C80049-background-color { background-color: #C80049; }
.has-rgb-000-color { color: rgb(0,0,0); }
.has-rgb-000-background-color { background-color: rgb(0,0,0); }
.has-rgb-147147147-color { color: rgb(147,147,147); }
.has-rgb-147147147-background-color { background-color: rgb(147,147,147); }
.has-rgb-200073-color { color: rgb(200,0,73); }
.has-rgb-200073-background-color { background-color: rgb(200,0,73); }
.has-rgb-255255255-color { color: rgb(255,255,255); }
.has-rgb-255255255-background-color { background-color: rgb(255,255,255); }
.has-rgb-227234223-color { color: rgb(227,234,223); }
.has-rgb-227234223-background-color { background-color: rgb(227,234,223); }
body, p, a, ul, ol { font-family: Open Sans, sans-serif; font-weight: 400; font-size: 1.6rem; color: #000000; }
@media (min-width: 1000px) {
  body, p, a, ul, ol { font-size: 1.6rem; }
}
h1 { font-family: Young Serif, sans-serif; font-weight: 400; font-size: 3rem; color: #000000; }
@media (min-width: 1000px) {
  h1 { font-size: 6rem; }
}
h2 { font-family: Young Serif, sans-serif; font-weight: 400; line-height: 1.2em; color: #000000; }
@media (min-width: 1000px) {
  h2 { font-size: 5.5rem; }
}
h3 { font-family: Open Sans, sans-serif; font-weight: 400; color: #000000; }
@media (min-width: 1000px) {
  h3 { font-size: 3rem; }
}
h4 { font-family: Open Sans, sans-serif; font-weight: 400; color: #000000; }
h5 { font-family: Open Sans, sans-serif; font-weight: 400; color: #000000; }
h6 { font-family: Open Sans, sans-serif; font-weight: 400; color: #000000; }
