@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
font-size: 20px;
font-family: 'Montserrat', sans-serif;
}
.titre{
  color: #231F20;
}
.titre{
  color: #2A3F92;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
}
.heure{
  background: #2A3F92;
}
.heure2{
  background: #3CAFF2;
}
.heure3{
  background: #3CAFF2;
}
.heure{
  font-weight: bold;
  color: #fff;
}
.heure{
  font-weight: 600;
  padding:10px;
  font-size: 17px;
}
.bold{
  /* font-weight: bold; */
  color: #000;
}
.moderateur{
  color: #666;
}
 /* couleur rouge clair #FDE5DC */
 /* couleur rouge foncé #F06053 */
 /* couleur vert clair #E0EFD4 */
.auteur{
  color: #2F63A9;
}
