:root {
  --quicksand-font: "Quicksand", sans-serif;
}

/*///// TITRES & TEXTES ///// */
.text_blanc {
  color: #fff;
}

.text_noir {
  color: #000000;
}

.text_rouge {
  color: #ec6247;
}

.text_14px {
  font-size: 0.875rem;
}

.text_12px {
  font-size: 0.75rem;
}

.text_10px {
  font-size: 0.625rem;
}

.text_30px {
  font-size: 1.875rem;
}

.font_light {
  font-weight: normal;
}

.font_bold {
  font-weight: bold;
}

.text-uppercase {
  text-transform: uppercase;
}

p {
  font-family: var(--quicksand-font);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--quicksand-font);
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 1.875rem;
  line-height: 1;
}

h2 {
  font-size: 1.5rem;
}

.tuileActu h2 {
  color: #5bbdb5;
}

h3 {
  font-size: 1.375rem;
  font-weight: bold;
}

h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
}

.titreSectionPage {
  font-size: 1.875rem;
}

h5 {
  font-size: 1rem;
  font-weight: bold;
}
