:root {
--couleur-principale: rgb(90,89,56);
--couleur-principale-light: rgb(201,200,168);
--couleur-secondaire: rgb(255,11,33);
--couleur-texte: rgb(90,89,56);
--couleur-header: rgb(90,89,56);
--couleur-footer: rgb(64,63,39);
--couleur-background: rgba(90,89,56,0.85);
--couleur-cta: rgb(255,11,33);
--couleur-cta-texte: rgb(255,255,255);
--border-radius: 2.5rem;
}

.has-rgb-908956-color { color: rgb(90,89,56); }
.has-rgb-908956-background-color { background-color: rgb(90,89,56); }
.has-rgb-201200168-color { color: rgb(201,200,168); }
.has-rgb-201200168-background-color { background-color: rgb(201,200,168); }
.has-rgb-2551133-color { color: rgb(255,11,33); }
.has-rgb-2551133-background-color { background-color: rgb(255,11,33); }
.has-rgb-908956-color { color: rgb(90,89,56); }
.has-rgb-908956-background-color { background-color: rgb(90,89,56); }
.has-rgb-908956-color { color: rgb(90,89,56); }
.has-rgb-908956-background-color { background-color: rgb(90,89,56); }
.has-rgb-646339-color { color: rgb(64,63,39); }
.has-rgb-646339-background-color { background-color: rgb(64,63,39); }
.has-rgb-9089560-85-color { color: rgba(90,89,56,0.85); }
.has-rgb-9089560-85-background-color { background-color: rgba(90,89,56,0.85); }
.has-rgb-2551133-color { color: rgb(255,11,33); }
.has-rgb-2551133-background-color { background-color: rgb(255,11,33); }
.has-rgb-255255255-color { color: rgb(255,255,255); }
.has-rgb-255255255-background-color { background-color: rgb(255,255,255); }
body, p, a, ul, ol { font-family: Lato, sans-serif; font-weight: 400; font-size: 1.5rem; }
@media (min-width: 1000px) {
  body, p, a, ul, ol { font-size: 1.5rem; }
}
h1 { font-family: Lato, sans-serif; font-weight: 700; font-size: 2.5rem; }
@media (min-width: 1000px) {
  h1 { font-size: 4rem; }
}
h2 { font-family: Lato, sans-serif; font-weight: 700; font-size: 2rem; }
@media (min-width: 1000px) {
  h2 { font-size: 3.5rem; }
}
h3 { font-family: Lato, sans-serif; font-weight: 400; font-size: 1.8rem; }
@media (min-width: 1000px) {
  h3 { font-size: 1.8rem; }
}
h4 { font-family: Lato, sans-serif; font-weight: 400; font-size: 1.6rem; }
@media (min-width: 1000px) {
  h4 { font-size: 1.6rem; }
}
h5 { font-family: Lato, sans-serif; font-weight: 400; }
h6 { font-family: Lato, sans-serif; font-weight: 400; }
