:root {
--couleur-principale: rgb(37,165,150);
--couleur-secondaire: rgb(73,86,158);
--couleur-footer: rgb(250,250,250);
--couleur-texte: rgb(85,79,75);
--couleur-background: rgb(250,250,250);
--couleur-texte-alter: rgb(122,122,122);
--border-radius: 1.8rem;
}

.has-rgb-37165150-color { color: rgb(37,165,150); }
.has-rgb-37165150-background-color { background-color: rgb(37,165,150); }
.has-rgb-7386158-color { color: rgb(73,86,158); }
.has-rgb-7386158-background-color { background-color: rgb(73,86,158); }
.has-rgb-250250250-color { color: rgb(250,250,250); }
.has-rgb-250250250-background-color { background-color: rgb(250,250,250); }
.has-rgb-857975-color { color: rgb(85,79,75); }
.has-rgb-857975-background-color { background-color: rgb(85,79,75); }
.has-rgb-250250250-color { color: rgb(250,250,250); }
.has-rgb-250250250-background-color { background-color: rgb(250,250,250); }
.has-rgb-122122122-color { color: rgb(122,122,122); }
.has-rgb-122122122-background-color { background-color: rgb(122,122,122); }
body, p, a, ul, ol { font-family: Inter, sans-serif; font-weight: 400; font-size: 1.5rem; color: #554f4b; }
@media (min-width: 1000px) {
  body, p, a, ul, ol { font-size: 1.4rem; }
}
h1 { font-family: Abril Fatface, sans-serif; font-weight: 400; font-size: 3rem; color: #554f4b; }
@media (min-width: 1000px) {
  h1 { font-size: 5.8rem; }
}
h2 { font-family: Inter, sans-serif; font-weight: 400; font-size: 2.2rem; color: #554f4b; }
@media (min-width: 1000px) {
  h2 { font-size: 2.6rem; }
}
h3 { font-family: Inter, sans-serif; font-weight: 400; font-size: 1.6rem; color: #554f4b; }
@media (min-width: 1000px) {
  h3 { font-size: 1.8rem; }
}
h4 { font-family: Inter, sans-serif; font-weight: 400; color: #554f4b; }
h5 { font-family: Inter, sans-serif; font-weight: 400; color: #554f4b; }
h6 { font-family: Inter, sans-serif; font-weight: 400; color: #554f4b; }
