:root {
--couleur-principale: rgb(255,255,255);
--couleur-background: rgb(255,255,255);
--couleur-footer: rgb(255,255,255);
--couleur-focus: #BD9A00;
--couleur-texte: rgb(60,60,59);
--couleur-cta: rgb(189,154,0);
--couleur-cta-texte: rgb(255,255,255);
--couleur-secondaire: rgb(60,60,59);
}

.has-rgb-255255255-color { color: rgb(255,255,255); }
.has-rgb-255255255-background-color { background-color: rgb(255,255,255); }
.has-rgb-255255255-color { color: rgb(255,255,255); }
.has-rgb-255255255-background-color { background-color: rgb(255,255,255); }
.has-rgb-255255255-color { color: rgb(255,255,255); }
.has-rgb-255255255-background-color { background-color: rgb(255,255,255); }
.has-rgb-#BD9A00-color { color: #BD9A00; }
.has-rgb-#BD9A00-background-color { background-color: #BD9A00; }
.has-rgb-606059-color { color: rgb(60,60,59); }
.has-rgb-606059-background-color { background-color: rgb(60,60,59); }
.has-rgb-1891540-color { color: rgb(189,154,0); }
.has-rgb-1891540-background-color { background-color: rgb(189,154,0); }
.has-rgb-255255255-color { color: rgb(255,255,255); }
.has-rgb-255255255-background-color { background-color: rgb(255,255,255); }
.has-rgb-606059-color { color: rgb(60,60,59); }
.has-rgb-606059-background-color { background-color: rgb(60,60,59); }
body, p, a, ul, ol { font-family: Lato, sans-serif; font-weight: 300; font-size: 1.6rem; line-height: 1.4em; color: #3c3c3b; }
@media (min-width: 1000px) {
  body, p, a, ul, ol { font-size: 1.6rem; }
}
h1 { font-family: Lato, sans-serif; font-weight: 300; font-size: 2.2rem; line-height: 1.2em; color: #3c3c3b; }
@media (min-width: 1000px) {
  h1 { font-size: 3.5rem; }
}
h2 { font-family: Lato, sans-serif; font-weight: 300; font-size: 2rem; line-height: 1.2em; color: #3c3c3b; }
@media (min-width: 1000px) {
  h2 { font-size: 3rem; }
}
h3 { font-family: Lato, sans-serif; font-weight: 300; font-size: 1.8rem; line-height: 1.2em; color: #3c3c3b; }
@media (min-width: 1000px) {
  h3 { font-size: 2.4rem; }
}
h4 { font-family: Lato, sans-serif; font-weight: 400; line-height: 1.4em; color: #3c3c3b; }
h5 { font-family: Lato, sans-serif; font-weight: 400; color: #3c3c3b; }
h6 { font-family: Lato, sans-serif; font-weight: 400; color: #3c3c3b; }
