.entete {
   background-image: url("/images/entete/entete.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
.titre {
   font-family: 'Oswald', sans-serif;
   font-size: 3rem;
   color: #fff;
   /* line-height: 5rem; */
   text-align: center;
}
.page-accueil {
   background-image: url("/images/index/fond.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
.page {
   background-color: #f4f3ee;
}
.titre-space {
   letter-spacing: 1.2rem;
}
.titre-presse {
   font-family: 'courgette', sans-serif;
   font-size: 2em;
}
.courgette {
   font-family: 'courgette', sans-serif !important;
}
.transbox {
   background-color: rgba(0, 0, 0, 0.4);
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
}
.annonce {
   font-size: 5em;
   color: crimson;
   font-weight: bold;
   text-align: center;
}
