.page-faire-un-don li[rel=data-menu-54826] {
display: none!important;
}

/******************************* Mur des donateurs **************************************************/
:root {
    --fircm-magenta: #D11D5B;
    --fircm-bleu: #122CBA;
    --border-grey: #E6E7E8;
    --wall-height: 1225px;
}

body {
    line-height: 1.5;
    margin: 0;
}
/* LE CONTENEUR MAÎTRE */
.donor-wall-flow {
    column-count: 2;
    column-gap: 50px;
    column-fill: balance;  /* répartit équitablement entre les 2 colonnes */
    column-rule: 1px solid var(--border-grey);
    padding: 0 40px;
    /* height retiré — s'adapte au contenu */
}
/* Structure de chaque catégorie */
.category-group {
    break-inside: avoid-column;
    margin-bottom: 40px;
}

.category-title {
    color: var(--fircm-magenta);
    font-size: 1.9rem;
    text-transform: uppercase;
    border-bottom: 2px solid var(--fircm-magenta);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
/* Style des listes de noms */
.donor-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: none;
    overflow-y: visible;
}

.donor-list.scrollable {
    max-height: 600px;  /* ajustez selon vos besoins */
    overflow-y: auto;
    padding-right: 8px; /* évite que la scrollbar coupe le texte */
    scrollbar-width: thin;
    scrollbar-color: var(--fircm-magenta) var(--border-grey);
}

/* Scrollbar Webkit (Chrome, Safari) */
.donor-list.scrollable::-webkit-scrollbar {
    width: 6px;
}
.donor-list.scrollable::-webkit-scrollbar-track {
    background: var(--border-grey);
    border-radius: 3px;
}
.donor-list.scrollable::-webkit-scrollbar-thumb {
    background: var(--fircm-magenta);
    border-radius: 3px;
}

.donor-list li {
    padding: 7px 0;
    border-bottom: 1px solid var(--border-grey);
    font-size: 1.5rem;
    color: #21242F;
}

.donor-list.highlight li {
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--fircm-bleu);
}
/* CONFIGURATION MOBILE (Écrans de moins de 600px) */
@media (max-width: 600px) {
    .donor-wall-flow {
        height: auto;
        column-count: 1;
        column-width: auto;
        column-rule: none;
        padding: 0 20px;
    }
}
/***************Bouton infolettres antérieurs***********************/
.btn.btn-arrow {
  padding-left: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #D11D5B;
  position: relative;
}
.btn.btn-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  height: 15px;
  width: 15px;
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/arrow-white.png");
  background-repeat: no-repeat;
}
.btn.btn-arrow:hover {
  color: #D11D5B;
}
.btn.btn-arrow:hover:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right-blue.png");
}
.btn.btn-arrow.arrow-blue:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right-blue.png");
}
.btn.btn-arrow.arrow-black, .home-news .container .row > div .newsList .item .actions .btn.btn-arrow {
  color: #000;
}
.btn.btn-arrow.arrow-black:after, .home-news .container .row > div .newsList .item .actions .btn.btn-arrow:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-black-right%402x.png");
}
.btn.btn-arrow.arrow-black:hover, .home-news .container .row > div .newsList .item .actions .btn.btn-arrow:hover {
  color: #D11D5B;
}
.line-outils .news-mosaic .row .col-sm-24 .news-intro .btn-arrow {
  padding-top: 0;
}

/* Variante "suite" de .section-ambassadeurs :
   - enlève la ligne horizontale du haut
   - ajoute de l'espace entre le titre et le contenu */
.section-ambassadeurs-suite .zone-news_flash {
  position: relative;
}
.section-ambassadeurs-suite .zone-news_flash .itemImage {
  margin-bottom: 15px !important;
}
.section-ambassadeurs-suite .zone-news_flash > h3 {
  display: block;
  padding-top: 0;
  max-width: 320px;
}
.section-ambassadeurs-suite .newsList {
  padding-bottom: 30px;
}
.section-ambassadeurs-suite .newsList h3 {
  font-size: 20px;
  line-height: 26px;
  color: #122CBA;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .section-ambassadeurs-suite .newsList h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-ambassadeurs-suite .newsList p {
  color: #21242F;
  font-weight: 400;
  margin-top: 0;
}
@media (max-width: 991px) {
  .section-ambassadeurs-suite .newsList .row > .item {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .section-ambassadeurs-suite .newsList .row > .item .intro {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .section-ambassadeurs-suite {
    padding-top: 0;
  }
}

/****Citations double - campagne majeur 2021-2026******/
.section-citation-duo {
  padding-top: 120px;
  padding-bottom: 80px;
}
.section-citation-duo .container .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section-citation-duo .container .row > div {
  width: calc(50% - 15px);
}
.section-citation-duo .container .row > div .content {
  position: relative;
  height: 100%;
  padding: 80px 50px 50px;
  background-color: #6E244F;
  border-radius: 70px;
}
.section-citation-duo .container .row > div .content:before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 50px;
  z-index: 2;
  width: 160px;
  height: 100px;
  background-image: url(https://cdn.ca.yapla.com/company/CPYnFRlJafNTSdyv8ViA2rGPw/asset/images/Site-web%202021/icons/citation-rouge.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.section-citation-duo .container .row > div .content h4 {
  color: #fff;
  margin-bottom: 5px;
}
.section-citation-duo .container .row > div .content h2 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}
.section-citation-duo .container .row > div .content p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .section-citation-duo .container .row {
    gap: 60px;
  }
  .section-citation-duo .container .row > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-citation-duo {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .section-citation-duo .container .row > div .content {
    text-align: center;
    max-width: 376px;
    margin: 0 auto;
    padding: 80px 15px 40px;
  }
  .section-citation-duo .container .row > div .content:before {
    left: 25%;
  }
}