:root {
--couleur-principale: rgb(128,202,202);
--couleur-principale-light: #CAE5E6;
--couleur-secondaire: rgb(61,100,99);
--couleur-tertiaire: rgb(105,151,153);
--couleur-texte: rgb(61,87,88);
--couleur-footer: rgb(61,100,99);
--couleur-background: rgb(255,255,255);
--couleur-background-light: rgb(244,244,244);
--border-radius: 2.5rem;
}

.has-rgb-128202202-color { color: rgb(128,202,202); }
.has-rgb-128202202-background-color { background-color: rgb(128,202,202); }
.has-rgb-CAE5E6-color { color: #CAE5E6; }
.has-rgb-CAE5E6-background-color { background-color: #CAE5E6; }
.has-rgb-6110099-color { color: rgb(61,100,99); }
.has-rgb-6110099-background-color { background-color: rgb(61,100,99); }
.has-rgb-105151153-color { color: rgb(105,151,153); }
.has-rgb-105151153-background-color { background-color: rgb(105,151,153); }
.has-rgb-618788-color { color: rgb(61,87,88); }
.has-rgb-618788-background-color { background-color: rgb(61,87,88); }
.has-rgb-6110099-color { color: rgb(61,100,99); }
.has-rgb-6110099-background-color { background-color: rgb(61,100,99); }
.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); }
body, p, a, ul, ol { font-family: Lato, sans-serif; font-weight: 400; font-size: 1.6rem; color: #3d5758; }
@media (min-width: 1000px) {
  body, p, a, ul, ol { font-size: 1.6rem; }
}
h1 { font-family: Roboto, sans-serif; font-weight: 400; font-size: 2.8rem; }
@media (min-width: 1000px) {
  h1 { font-size: 4rem; }
}
h2 { font-family: Roboto, sans-serif; font-weight: 400; font-size: 2.2rem; }
@media (min-width: 1000px) {
  h2 { font-size: 4rem; }
}
h3 { font-family: Lato, sans-serif; font-weight: 400; font-size: 3rem; }
@media (min-width: 1000px) {
  h3 { font-size: 3rem; }
}
h4 { font-family: Roboto, sans-serif; font-weight: 100; font-size: 3rem; }
@media (min-width: 1000px) {
  h4 { font-size: 3rem; }
}
h5 { font-family: Roboto, sans-serif; font-weight: 100; font-size: 2rem; }
@media (min-width: 1000px) {
  h5 { font-size: 2rem; }
}
h6 { font-family: Roboto, sans-serif; font-weight: 100; font-size: 2rem; }
@media (min-width: 1000px) {
  h6 { font-size: 2rem; }
}
