:root {
  --source-sans-font: "Source Sans Pro", sans-serif;
}

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

.text_noir {
  color: #000000;
}

.text_rouge {
  color: var(--color-text-red);
}

.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(--source-sans-font);
  line-height: 1.5;
}

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

h1 {
  font-size: 2.375rem;
  font-weight: 900;
}


h2 {
  font-size: 1.875rem;
  color: var(--color-main-blue);
}

.tuileActu h2 {
  color: #5bbdb5;
}

h3 {
  font-size: 1.375rem;
  font-weight: bold;
  color: var(--color-main-green);
}

h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--color-grey-700);
}


.titrePage::before {
  content: '';
  background: url("../img/pictos_generaux/Oiseau-HESPUL-gris.d3dbb8f7dd7a.png") no-repeat center center/cover;
  position: absolute;
  opacity: 1;
  top: -1.5rem;
  right: -3rem;
  width: 50px;
  height: 50px;
}

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