.page-faire-un-don li[rel=data-menu-54826] {
display: none!important;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 8px;
    row-gap: 0;
    margin: 0 auto;
}

.flex-item {
    width: calc(33.333% - 6px);
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    padding: 10px 8px;
}

.image-wrapper {
    width: 100%;
    height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 8px;
}

.image-wrapper img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.flex-item p {
    margin: 0;
    line-height: 1.4;
    font-size: 18px;
}

.flex-item p a {
    color: inherit;
    text-decoration: none;
}

.flex-item p a:hover {
    text-decoration: underline;
}

/* Tablette */
@media screen and (max-width: 991px) {

    .flex-container {
        column-gap: 8px;
        row-gap: 0;
    }

    .flex-item {
        width: calc(50% - 4px);
    }

    .image-wrapper {
        height: 80px;
    }

    .image-wrapper img {
        max-width: 70px;
        max-height: 70px;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {

    .flex-container {
        row-gap: 10px;
    }

    .flex-item {
        width: 100%;
        padding: 10px 0;
    }

    .image-wrapper {
        height: 70px;
        margin-bottom: 5px;
    }

    .image-wrapper img {
        max-width: 60px;
        max-height: 60px;
    }

    .flex-item p {
        font-size: 16px;
    }
}

/* Très petits écrans */
@media screen and (max-width: 480px) {

    .image-wrapper img {
        max-width: 50px;
        max-height: 50px;
    }

    .flex-item p {
        font-size: 15px;
    }
}

/******************************* 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 Campagne majeur 2021-2026**************************************************/
/* CONTENEUR */

.section-citation-duo {
    width: 100%;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    gap: 140px;

    padding: 120px 40px 80px;
    box-sizing: border-box;
}

/* CITATION */

.section-citation-duo .citation {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
}

/* CARTE */

.section-citation-duo .content {
    position: relative;
    background-color: #6E244F;
    border-radius: 60px;

    padding: 55px 250px 35px 35px;

    min-height: 300px;
    overflow: visible;
}

/* CARTE DE DROITE */

.section-citation-duo .citation:last-child .content {
    padding-left: 250px;
    padding-right: 35px;
}

/* GUILLEMET OUVRANT */

.section-citation-duo .citation:first-child .content:before {
    content: "";

    position: absolute;
    top: -40px;
    left: 20px;

    width: 120px;
    height: 75px;

    background-image: url("https://cdn.ca.yapla.com/company/CPYnFRlJafNTSdyv8ViA2rGPw/asset/images/Site-web%202021/icons/citation-rouge.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    z-index: 20;
}

/* GUILLEMET FERMANT */

.section-citation-duo .citation:last-child .content:before {
    content: "";

    position: absolute;
    top: -40px;
    right: 20px;

    width: 120px;
    height: 75px;

    background-image: url("https://cdn.ca.yapla.com/company/CPYnFRlJafNTSdyv8ViA2rGPw/asset/images/Site-web%202021/icons/citation-rouge.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    transform: scaleX(-1);

    z-index: 20;
}

/* TITRE */

.section-citation-duo h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
}

.section-citation-duo h2 span {
    color: #ff006d;
}

/* TEXTE */

.section-citation-duo p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 12px;
}

/* NOM */

.section-citation-duo h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 5px;
}

/* FONCTION */

.section-citation-duo .signature {
    font-size: 17px;
    margin-bottom: 0;
}

/* PHOTOS */

.section-citation-duo .citation-image {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    z-index: 10;
}

/* PHOTO GAUCHE */

.section-citation-duo .citation:first-child .citation-image {
    right: -25px;
}

/* PHOTO DROITE */

.section-citation-duo .citation:last-child .citation-image {
    left: -25px;
    right: auto;
}

.section-citation-duo .citation-image img {
    width: 230px;
    height: 230px;

    object-fit: cover;
    display: block;

    border-radius: 35px;
}

/* TABLETTE */

@media (max-width: 991px) {

    .section-citation-duo {
        gap: 60px;
        padding: 100px 30px 60px;
    }

    .section-citation-duo .citation {
        flex: 0 0 100%;
    }

    .section-citation-duo .content,
    .section-citation-duo .citation:last-child .content {
        padding: 55px 250px 35px 35px;
    }

    .section-citation-duo .citation:first-child .citation-image,
    .section-citation-duo .citation:last-child .citation-image {
        left: auto;
        right: 20px;
        top: 25%;
    }

    .section-citation-duo .citation-image img {
        width: 200px;
        height: 200px;
    }

    .section-citation-duo .citation:last-child .content:before {
        left: 20px;
        right: auto;
        transform: none;
    }
}

/* MOBILE */

@media (max-width: 767px) {

    .section-citation-duo {
        gap: 40px;
        padding: 90px 20px 40px;
    }

    .section-citation-duo .content,
    .section-citation-duo .citation:last-child .content {
        padding: 70px 20px 30px;

        text-align: center;
        min-height: auto;

        border-radius: 40px;
    }

    .section-citation-duo .citation:first-child .content:before,
    .section-citation-duo .citation:last-child .content:before {

        left: 50%;
        right: auto;

        top: -35px;

        width: 100px;
        height: 60px;

        transform: translateX(-50%);
    }

    .section-citation-duo .citation:last-child .content:before {
        transform: translateX(-50%) scaleX(-1);
    }

    .section-citation-duo .citation-image {
        position: static;
        transform: none;

        margin-top: 20px;

        display: flex;
        justify-content: center;
    }

    .section-citation-duo .citation-image img {
        width: 180px;
        height: 180px;
    }

    .section-citation-duo h2 {
        font-size: 24px;
    }

    .section-citation-duo h4 {
        font-size: 20px;
    }

    .section-citation-duo p,
    .section-citation-duo .signature {
        font-size: 16px;
    }
}