/*********************** TITRES GLOBAUX ***********************/

h1.titre-page {
  font-size: 26px;
  margin: 9px auto 6px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 80%;
  text-align: center;
}

.intro-page {
  align-self: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin: 20px 25px;
  max-width: 740px;
}

h1.titre-bleu-rond {
  font-size: 27px!important;
  margin-left: 45px;
}

h1.titre-bleu-rond::before {
  width: 135px;
  height: 120px;
}

.page-hirondelle h2 {font-size: 24px;margin-bottom: 20px;margin-top: 25px;}
.page-hirondelle h3 {font-size: 22px;margin-bottom: 10px;margin-top: 15px;}
.page-hirondelle h4 {font-size: 20px;margin-bottom: 10px;margin-bottom: 15px;}
.page-hirondelle h5 {font-size: 18px;}

.page-hirondelle h2 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.31px;
  line-height: 22px;
  padding-left: 45px;
}

.page-hirondelle h2::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: var(--jaune-principal);
  border-radius: 7px;
}

span.titre-meme-theme {
  display: block;
  position: relative;
  line-height: 1em;
  padding-left: 40px;
}

span.titre-meme-theme::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  transform: translateY(-50%);
  width: 90px;
  height: 120px;
  background-image: url(../../icons/ellipse.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1350px) {

  span.titre-meme-theme::before {
    left: -5px;
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 767px) {

  span.titre-meme-theme {
    padding-left: 30px;
  }

  span.titre-meme-theme::before {
    top: 12px;
    width: 72px;
    height: 72px;
  }
}

/****** Titre de l'article ******/

.titre-article {
  height: 100px;
  margin-bottom: 25px;
  overflow-y: scroll;
}

.titre-article::-webkit-scrollbar {
  width: 8px;
}

.titre-article::-webkit-scrollbar-track {
  background: transparent;
}

.titre-article::-webkit-scrollbar-thumb {
  background: var(--jaune-principal);
  border-radius: 10px;
}

.titre-article::-webkit-scrollbar-button {
  display: none;
}

@media (max-width: 1024px) {

  .titre-article {
    height: 90px;
  }
}

@media (max-width: 767px) {

  .titre-article {
    height: auto;
    overflow-y: inherit;
  }
}

/****** Titres simples ******/

.titre-bleu-rond-simple {
  position: relative;
  display: inline-block;
}

.titre-bleu-rond-simple::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  width: 145px;
  height: 148px;
  background-image: url("../../../../../uploads/sites/2/2025/10/Double-Ronds-Logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 1350px) {

  .titre-bleu-rond-simple {
    padding-left: 30px;
  }

  .titre-bleu-rond-simple::before {
    left: -25px;
    width: 105px;
    height: 105px;
  }
}

/****** Titres page d'Accueil ******/

/* Titre "Vidéo" */

.titre-blanc-rond {
  position: relative;
  display: inline-block;
}

.titre-blanc-rond::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  width: 145px;
  height: 148px;
  background-image: url("../../../../../uploads/sites/2/2025/10/Double-Ronds-Logo-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Titre "Voix de toumaï" */

.titre-bleu-rond {
  position: relative;
  display: inline-block;
}

.titre-bleu-rond::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  width: 145px;
  height: 148px;
  background-image: url("../../../../../uploads/sites/2/2025/10/Double-Ronds-Logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Titre "Nos articles récents" */

.titre-bleu-rond-2 {
  position: relative;
  display: inline-block;
}

.titre-bleu-rond-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  background-image: url("../../../../../uploads/sites/2/2025/10/Double-Ronds-Logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 1350px) {

  .titre-blanc-rond,
  .titre-bleu-rond,
  .titre-bleu-rond-2 {
    padding-left: 20px;
  }

  .titre-blanc-rond::before,
  .titre-bleu-rond::before,
  .titre-bleu-rond-2::before {
    left: -25px;
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 767px) {

  .titre-blanc-rond {
    padding-left: 20px;
  }

  .titre-blanc-rond::before {
    left: -25px;
  }

  .titre-bleu-rond {
    padding-left: 0px;
  }

  .titre-bleu-rond::before {
    left: -45px;
  }

  .titre-bleu-rond-2 {
    padding-left: 0px;
  }

  .titre-bleu-rond-2::before {
    left: -45px;
  }
}

/****** Titre de la page recherche ******/

.page-recherche-h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-recherche-h1.titre-page {
  font-size: 22px;
}