@import url('https://fonts.googleapis.com/css?family=Cabin');

body {
  font-family: 'Cabin', Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.page__container .title {
  font-style: italic;
  color: #D5224C;
}

/* La nouvelle règle pour la classe .video__title */
.latest-videos-block .video-container .video__figcaption .video__title {
  font-style: normal; /* Annuler l'italique */
  color: #000000; /* Changer la couleur en noir */
}
.page__container:not(.job-page) .blockList__block:nth-child(2n) {
  background-color: #E2E1D6;
}
:root {
    --custom-color-button-accept-cookie: #07C095;
    --custom-color-button-refuse-cookie: #D50F0F;
    --custom-color-top-bar-background: #1D1D1B;
    --custom-color-top-bar-links-and-icons: #FFFFFF;
    --custom-color-footer-background: #1D1D1B;
    --custom-color-footer-links-and-icons: #FFFFFF;
    --custom-color-for-graphic-elements: #000000;
    --custom-color-for-button-font: #FFFFFF;
    --custom-color-for-button-background: #B7B7A4;
    --custom-color-for-maps-pin-and-search-area: #D5224C;
}