.article-details .article-ratings-social-share {
    display: none !important;
}
#sp-main-body {
    padding: 0px 0 !important;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
    gap: 35px;
    justify-content: center;
}
.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 300px)) !important;
    gap: 35px;
    justify-content: center !important;
}
.cards {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 35px;
}

/* ==============================
   FOOTER - PARTENAIRES
================================ */

.footer-partners{
    width:100%;
    padding:35px 20px;
    text-align:center;
}

/* Titre */

.partners-title{
    color:#ffffff;
    font-size:24px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 30px;
    position:relative;
    display:inline-block;
}

/* Trait décoratif sous le titre */

.partners-title::after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    background:#ffffff;   /* Couleur à modifier selon ton thème */
    margin:10px auto 0;
    border-radius:3px;
}

/* Conteneur des logos */

.partners-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:45px;
}

/* Chaque partenaire */

.partners-logos a{
    width:80px;
    height:80px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#ffffff;
    border-radius:10px;
    padding:12px;
    transition:all .3s ease;
    text-decoration:none;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

/* Effet au survol */

.partners-logos a:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

/* Logos */

.partners-logos img{
    max-width:100%;
    max-height:40px;
    object-fit:contain;
    transition:transform .3s ease;
}

.partners-logos a:hover img{
    transform:scale(1.05);
}

/* ==============================
   Responsive
================================ */

@media (max-width:992px){

    .partners-logos{
        gap:25px;
    }

    .partners-logos a{
        width:150px;
        height:90px;
    }

}

@media (max-width:768px){

    .partners-title{
        font-size:20px;
    }

    .partners-logos{
        gap:20px;
    }

    .partners-logos a{
        width:130px;
        height:80px;
        padding:10px;
    }

    .partners-logos img{
        max-height:55px;
    }

}

@media (max-width:480px){

    .partners-logos{
        flex-direction:column;
    }

    .partners-logos a{
        width:220px;
    }

}
/* ==========================
   PAGE CONTACT CEICF
========================== */

.visform,
.visforms {
    background: rgba(255,255,255,.95);
    padding:35px;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

/* Titre */

.visform h1,
.visform h2,
.visforms h1,
.visforms h2{
    font-weight:700;
    color:#992518;
    margin-bottom:25px;
}

/* Labels */

.visform label,
.visforms label{
    font-weight:600;
    color:#222;
    margin-bottom:8px;
}

/* Champs */

.visform input,
.visform textarea,
.visforms input,
.visforms textarea,
.visforms select{

    width:100%;
    padding:14px 18px;

    border:1px solid #8f0303;

    border-radius:10px;

    transition:.3s;

    background:#fff;
}

/* Focus */

.visform input:focus,
.visform textarea:focus,
.visforms input:focus,
.visforms textarea:focus{

    border-color:#0056b3;

    box-shadow:0 0 12px rgba(0,86,179,.18);

    outline:none;
}

/* Zone message */

.visform textarea,
.visforms textarea{

    min-height:180px;

    resize:vertical;
}

/* Bouton */

.visform button,
.visforms button,
.visform input[type=submit],
.visforms input[type=submit]{

    background:#992518;

    color:white;

    border:none;

    padding:15px 35px;

    border-radius:10px;

    font-size:17px;

    font-weight:600;

    transition:.3s;

    cursor:pointer;
}

/* Hover */

.visform button:hover,
.visforms button:hover,
.visform input[type=submit]:hover,
.visforms input[type=submit]:hover{

    background:#992518;

    transform:translateY(-2px);
}

/* Champs espacés */

.visform .control-group,
.visforms .control-group{

    margin-bottom:22px;
}

/* Responsive */

@media(max-width:768px){

.visform,
.visforms{

padding:25px;

}

}
.contact-card{

background:white;

padding:20px;

margin-bottom:20px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.07);

transition:.3s;

}

.contact-card:hover{

transform:translateY(-5px);

box-shadow:0 15px 35px rgba(0,0,0,.10);

}
/* ============================
   CHAMPS DU FORMULAIRE
============================ */

.visform input,
.visform textarea,
.visforms input,
.visforms textarea,
.visforms select{

    width:100%;
    padding:15px 20px;

    background:rgba(255,255,255,0.15);

    border:2px solid #820404;

    border-radius:12px;

    color:#222;

    transition:all .35s ease;

    box-sizing:border-box;
}

/* Focus */

.visform input:focus,
.visform textarea:focus,
.visforms input:focus,
.visforms textarea:focus{

    background:rgba(255,255,255,0.25);

    border:2px solid #f5970a;

    box-shadow:0 0 15px rgba(10,99,206,.25);

    outline:none;
}
/* ============================
   BOUTON ENVOYER
============================ */

.visform input[type=submit],
.visforms input[type=submit],
.visform button,
.visforms button{

    display:block;

    margin:35px auto 0 auto;

    width:220px;

    height:55px;

    border:none;

    border-radius:50px;

    background:linear-gradient(135deg,#992518,#992518);

    color:white;

    font-size:17px;

    font-weight:700;

    letter-spacing:.5px;

    cursor:pointer;

    transition:.35s;

    box-shadow:0 12px 25px rgba(0,82,204,.30);
}

.visform input[type=submit]:hover,
.visforms input[type=submit]:hover,
.visform button:hover,
.visforms button:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 35px rgba(0,82,204,.35);

    background:linear-gradient(135deg#992518,#992518);
}
.visform .control-group,
.visforms .control-group{

    margin-bottom:22px;

}
/*=====================================================
   CEICF - Citation Inspirante (Version Compacte)
===================================================== */

.ceicf-quote{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;

    min-height: 240px;

    background: url("https://www.ceicf.com/images/gallery/IMG-20181202-WA00191.jpg") center center / cover no-repeat;
    background-attachment: fixed;
}

/* Image animée */

.ceicf-quote::before{
    content: "";
    position: absolute;
    inset: 0;

    background: url("https://www.ceicf.com/images/gallery/IMG-20181202-WA00191.jpg") center center / cover no-repeat;

    transform: scale(1);
    transition: transform 10s ease;
}

.ceicf-quote:hover::before{
    transform: scale(1.05);
}

/* Voile sombre */

.ceicf-quote-overlay{
    position: absolute;
    inset: 0;

    background: rgba(8, 20, 35, .72);

    z-index: 1;
}

/* Contenu */

.ceicf-quote-content{
    position: relative;
    z-index: 2;

    width: 90%;
    max-width: 850px;

    color: #fff;
}

/* Guillemets */
.quote-icon{
    display: block;

    font-family: Georgia, serif;
    font-size: 65px;
    line-height: .6;

   color: #D4AF37;
    opacity: .5;

    margin-bottom: 10px;
}

/* Citation */

.ceicf-quote h2{
    margin: 0;

    font-size: 1.35rem;
    font-weight: 300;

    line-height: 1.55;
    letter-spacing: 1.5px;

    text-transform: uppercase;

    color: #fff;
}

/* Séparateur */

.quote-separator{
    width: 60px;
    height: 2px;

    background: #9c2706;

    margin: 18px auto;

    border-radius: 20px;
}

/* Auteur */

.quote-author{
    margin: 0;

    color: #9c2706;

    font-size: .90rem;
    font-weight: 600;

    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Dégradé vers le footer */

.ceicf-quote::after{
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 45px;

    background: linear-gradient(
        transparent,
        rgba(0,0,0,.35)
    );
}

/* ===========================
   Responsive
=========================== */

@media (max-width:991px){

    .ceicf-quote{
        min-height: 220px;
        background-attachment: scroll;
    }

    .quote-icon{
        font-size: 55px;
    }

    .ceicf-quote h2{
        font-size: 1.15rem;
    }

}

@media (max-width:576px){

    .ceicf-quote{
        min-height: 200px;
    }

    .quote-icon{
        font-size: 45px;
    }

    .ceicf-quote h2{
        font-size: 1rem;
        letter-spacing: 1px;
        line-height: 1.45;
    }

    .quote-author{
        font-size: .80rem;
        letter-spacing: 2px;
    }

}

/* Responsive */

@media(max-width:992px){

.ceicf-quote{

    background-attachment:scroll;
    min-height:350px;

}

.ceicf-quote h2{

    font-size:1.6rem;

}

.quote-icon{

    font-size:80px;

}

}

@media(max-width:576px){

.ceicf-quote{

    min-height:300px;

}

.ceicf-quote h2{

    font-size:1.2rem;

    letter-spacing:1px;

}

.quote-author{

    font-size:.9rem;

    letter-spacing:2px;

}

.quote-icon{

    font-size:65px;

}

}
/*======================================================
COULEURS CEICF
======================================================*/

:root{

--ceicf-red:#7A1F2B;
--ceicf-orange:#F28C28;
--ceicf-white:#ffffff;

--dark:#272727;
--light:#fafafa;

}




/*======================================================
HERO chatbot
======================================================*/

.chatbot-hero{

position:relative;

min-height:100vh;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

overflow:hidden;

background:
linear-gradient(135deg,
rgba(122,31,43,.96),
rgba(55,12,19,.94));

}

.hero-overlay{

position:absolute;

inset:0;

background:

radial-gradient(circle at top right,
rgba(242,140,40,.18),
transparent 45%),

radial-gradient(circle at bottom left,
rgba(242,140,40,.18),
transparent 40%);

}

.hero-container{

position:relative;

z-index:2;

width:min(900px,92%);

}

.hero-logo img{

width:180px;

margin-bottom:30px;

animation:floatLogo 5s ease-in-out infinite;

filter:

drop-shadow(0 20px 35px rgba(0,0,0,.35));

}

@keyframes floatLogo{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

.hero-badge{

display:inline-block;

padding:12px 28px;

border-radius:50px;

background:rgba(255,255,255,.10);

backdrop-filter:blur(12px);

border:1px solid rgba(255,255,255,.15);

color:#fff;

font-size:.95rem;

letter-spacing:1px;

margin-bottom:28px;

}

.chatbot-hero h1{

color:#fff;

font-size:4rem;

font-weight:800;

margin-bottom:25px;

line-height:1.1;

}

.chatbot-hero h2{

color:#FFD8A8;

font-weight:400;

font-size:1.55rem;

margin-bottom:25px;

line-height:1.5;

}

.chatbot-hero p{

color:rgba(255,255,255,.92);

font-size:1.15rem;

line-height:1.9;

max-width:760px;

margin:auto;

}

.hero-buttons{

display:flex;

justify-content:center;

gap:20px;

margin-top:45px;

flex-wrap:wrap;

}

.btn-primary{

background:var(--ceicf-orange);

color:#fff;

padding:16px 38px;

border-radius:50px;

text-decoration:none;

font-weight:700;

transition:.35s;

}

.btn-primary:hover{

transform:translateY(-5px);

box-shadow:0 15px 35px rgba(242,140,40,.35);

}

.btn-secondary{

padding:16px 38px;

border-radius:50px;

text-decoration:rgba(242,140,40,.35);

font-weight:700;

border:2px solid rgba(255,255,255,.6);

color:#fff;

transition:.35s;

}

.btn-secondary:hover{

background:#fff;

color:var(--ceicf-orange);

}


/*======================================================
PRESENTATION
======================================================*/

.presentation{

padding:110px 0;

background:#ffffff;

}

.presentation-grid{

display:grid;

grid-template-columns:480px 1fr;

gap:70px;

align-items:center;

}

.presentation-image{

text-align:center;

}

.presentation-image img{

width:100%;

max-width:420px;

animation:floatLogo 6s ease-in-out infinite;

filter:drop-shadow(0 25px 45px rgba(0,0,0,.18));

}

.small-title{

display:inline-block;

background:#FDF0E3;

color:var(--ceicf-orange);

padding:8px 20px;

border-radius:40px;

font-weight:700;

margin-bottom:20px;

}

.presentation-content h2{

font-size:2.7rem;

color:var(--ceicf-red);

margin-bottom:30px;

line-height:1.2;

}

.presentation-content p{

font-size:1.08rem;

color:#555;

margin-bottom:20px;

line-height:1.9;

}

.feature-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

margin-top:40px;

}

.feature-card{

background:#fff;

padding:28px;

border-radius:18px;

border:1px solid #eeeeee;

transition:.35s;

box-shadow:0 8px 20px rgba(0,0,0,.05);

}

.feature-card:hover{

transform:translateY(-8px);

border-color:var(--ceicf-orange);

box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.feature-icon{

width:65px;

height:65px;

border-radius:50%;

background:linear-gradient(
135deg,
var(--ceicf-red),
var(--ceicf-orange)
);

display:flex;

justify-content:center;

align-items:center;

font-size:30px;

margin-bottom:20px;

}

.feature-card h3{

color:var(--ceicf-red);

margin-bottom:10px;

font-size:1.2rem;

}

.feature-card p{

margin:0;

font-size:.96rem;

line-height:1.7;

color:#666;

}

/*========================
Responsive
=========================*/

@media(max-width:992px){

.presentation-grid{

grid-template-columns:1fr;

text-align:center;

}

.feature-grid{

grid-template-columns:1fr;

}

.presentation-content h2{

font-size:2.2rem;

}

}
/*======================================================
SERVICES
======================================================*/

.services{

padding:120px 0;

background:#f7f8fb;

}

.section-heading{

text-align:center;

max-width:850px;

margin:auto auto 70px;

}

.section-heading span{

display:inline-block;

padding:10px 22px;

border-radius:50px;

background:#FDF0E3;

color:var(--ceicf-orange);

font-weight:700;

letter-spacing:1px;

margin-bottom:20px;

}

.section-heading h2{

font-size:2.9rem;

color:var(--ceicf-red);

margin-bottom:20px;

}

.section-heading p{

font-size:1.08rem;

line-height:1.9;

color:#666;

}

.services-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:30px;

}

.service-box{

background:#fff;

padding:40px;

border-radius:22px;

position:relative;

overflow:hidden;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.06);

border:1px solid #ececec;

}

.service-box::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:6px;

background:linear-gradient(
90deg,
var(--ceicf-red),
var(--ceicf-orange)
);

transform:scaleX(0);

transition:.4s;

transform-origin:left;

}

.service-box:hover::before{

transform:scaleX(1);

}

.service-box:hover{

transform:translateY(-10px);

box-shadow:0 25px 45px rgba(0,0,0,.12);

}

.service-icon{

width:80px;

height:80px;

border-radius:50%;

background:linear-gradient(
135deg,
var(--ceicf-red),
var(--ceicf-orange)
);

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

margin-bottom:25px;

}

.service-box h3{

font-size:1.5rem;

margin-bottom:15px;

color:var(--ceicf-red);

}

.service-box p{

color:#666;

line-height:1.8;

}

.featured{

background:linear-gradient(
135deg,
var(--ceicf-red),
#4b1018
);

color:#fff;

}

.featured h3{

color:#fff;

}

.featured p{

color:rgba(255,255,255,.92);

}

.featured .service-icon{

background:#fff;

}
/*======================================================
PROCESS
======================================================*/

.process{

padding:130px 0;

background:#ffffff;

position:relative;

}

.timeline{

max-width:950px;

margin:auto;

position:relative;

}

.timeline::before{

content:"";

position:absolute;

left:42px;

top:20px;

bottom:20px;

width:5px;

background:linear-gradient(
180deg,
var(--ceicf-red),
var(--ceicf-orange)
);

border-radius:10px;

}

.timeline-item{

display:flex;

align-items:flex-start;

gap:35px;

margin-bottom:70px;

position:relative;

}

.timeline-item:last-child{

margin-bottom:0;

}

.timeline-number{

width:85px;

height:85px;

flex-shrink:0;

border-radius:50%;

background:linear-gradient(
135deg,
var(--ceicf-red),
var(--ceicf-orange)
);

color:#fff;

font-size:2rem;

font-weight:700;

display:flex;

justify-content:center;

align-items:center;

position:relative;

z-index:2;

box-shadow:0 15px 30px rgba(122,31,43,.30);

}

.timeline-content{

flex:1;

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 12px 30px rgba(0,0,0,.08);

border-left:6px solid var(--ceicf-orange);

transition:.35s;

}

.timeline-content:hover{

transform:translateX(10px);

box-shadow:0 20px 45px rgba(0,0,0,.14);

}

.timeline-content h3{

font-size:1.5rem;

margin-bottom:15px;

color:var(--ceicf-red);

}

.timeline-content p{

line-height:1.9;

color:#666;

}

/*======================
Responsive
=======================*/

@media(max-width:768px){

.timeline::before{

left:32px;

}

.timeline-number{

width:65px;

height:65px;

font-size:1.5rem;

}

.timeline-item{

gap:20px;

}

.timeline-content{

padding:25px;

}

}









/*====================================================
  CEICF - DONATION PAGE
  Joomla 5 + Helix Ultimate
=====================================================*/

/**********************
      VARIABLES
***********************/

:root{

    --primary:#7A1E2C;
    --primary-dark:#5d1621;

    --secondary:#F28C28;
    --secondary-dark:#d97706;

    --white:#ffffff;

    --text:#444;

    --light:#fafafa;

    --border:#ececec;

    --shadow:0 15px 40px rgba(0,0,0,.08);

    --radius:18px;

    --transition:.35s ease;

}


/**********************
      GENERAL
***********************/

.ceicf-donation{

    background:#fff;

    color:var(--text);

    font-family:"Poppins",sans-serif;

    overflow:hidden;

}


.ceicf-donation section{

    padding:90px 8%;

}


.section-title{

    text-align:center;

    margin-bottom:70px;

}


.section-title h2{

    color:var(--primary);

    font-size:42px;

    font-weight:700;

    margin-bottom:18px;

}


.section-title p{

    max-width:760px;

    margin:auto;

    font-size:18px;

    line-height:1.8;

    color:#666;

}


/**********************
      HERO
***********************/

.donation-hero{

    position:relative;

    min-height:700px;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    background:

    linear-gradient(rgba(122,30,44,.80),rgba(122,30,44,.75)),

    url("https://www.ceicf.com/images/gallery/IMG-20181202-WA00191.jpg");

    background-size:cover;

    background-position:center;

    background-attachment:fixed;

}


.hero-overlay{

    max-width:900px;

    padding:70px;

    border-radius:25px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(14px);

    border:1px solid rgba(255,255,255,.18);

}


.hero-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(242,140,40,.18);

    color:#fff;

    border:1px solid rgba(255,255,255,.20);

    font-weight:600;

    margin-bottom:30px;

    letter-spacing:.5px;

}


.donation-hero h1{

    color:#fff;

    font-size:60px;

    font-weight:700;

    margin-bottom:25px;

    line-height:1.2;

}


.hero-text{

    color:rgba(255,255,255,.92);

    font-size:22px;

    line-height:1.9;

    margin-bottom:45px;

}


/**********************
      BUTTON
***********************/

.btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:18px 42px;

    background:linear-gradient(135deg,var(--secondary),#ffb14a);

    color:#fff;

    font-size:18px;

    font-weight:600;

    text-decoration:none;

    border-radius:50px;

    transition:var(--transition);

    box-shadow:0 15px 35px rgba(242,140,40,.35);

}


.btn-primary:hover{

    transform:translateY(-5px);

    color:#fff;

    box-shadow:0 20px 40px rgba(242,140,40,.45);

}


/**********************
     DECORATION
***********************/

.donation-hero::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    background:rgba(242,140,40,.18);

    border-radius:50%;

    top:-160px;

    right:-120px;

    filter:blur(50px);

}


.donation-hero::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    bottom:-120px;

    left:-120px;

    filter:blur(60px);

}


/**********************
    WHY DONATE
***********************/

.cards{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:35px;

}


.card{

    background:#fff;

    padding:45px 35px;

    border-radius:20px;

    text-align:center;

    box-shadow:var(--shadow);

    transition:var(--transition);

    border-top:5px solid var(--secondary);

}


.card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 45px rgba(0,0,0,.12);

}


.card .icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:40px;

    background:linear-gradient(135deg,var(--primary),var(--secondary));

    color:#fff;

}


.card h3{

    color:var(--primary);

    margin-bottom:18px;

    font-size:24px;

}


.card p{

    line-height:1.9;

    color:#666;

}
/*====================================================
        IMPACT
====================================================*/

.impact-section{

    background:linear-gradient(135deg,#fafafa,#ffffff);

}

.impact-content{

    max-width:1100px;

    margin:auto;

    background:#fff;

    border-radius:25px;

    padding:60px;

    box-shadow:var(--shadow);

    position:relative;

    overflow:hidden;

}

.impact-content::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:8px;

    height:100%;

    background:linear-gradient(
        to bottom,
        var(--primary),
        var(--secondary)
    );

}

.impact-content h2{

    color:var(--primary);

    font-size:42px;

    margin-bottom:25px;

    font-weight:700;

}

.impact-content p{

    font-size:18px;

    line-height:1.9;

    color:#666;

    margin-bottom:40px;

}

.impact-content ul{

    list-style:none;

    padding:0;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:20px;

}

.impact-content li{

    background:#fafafa;

    border-left:5px solid var(--secondary);

    border-radius:12px;

    padding:18px 20px;

    transition:.35s;

    font-size:17px;

}

.impact-content li:hover{

    background:#fff;

    transform:translateX(8px);

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}


/*====================================================
      NOS ENGAGEMENTS
====================================================*/

.ceicf-values{

    background:#fff;

}

.values-grid {
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:35px;
    width:100%;
}

.value-card {
    min-width:0;
    width:100%;
    box-sizing:border-box;

    background:#fff;

    border-radius:22px;

    padding:45px 35px;

    text-align:center;

    box-shadow:var(--shadow);

    transition:.4s;

    position:relative;

    overflow:hidden;
}

.value-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:linear-gradient(
        90deg,
        var(--primary),
        var(--secondary)
    );

}

.value-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 45px rgba(0,0,0,.12);

}

.value-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    margin:auto;

    margin-bottom:30px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    color:#fff;

    font-size:40px;

    transition:.4s;

}

.value-card:hover .value-icon{

    transform:rotate(10deg) scale(1.08);

}

.value-card h3{

    color:var(--primary);

    margin-bottom:18px;

    font-size:24px;

}

.value-card p{

    color:#a13105;

    line-height:1.9;

}


/*====================================================
     SEPARATEUR
====================================================*/

.ceicf-values{

    position:relative;

}

.ceicf-values::before{

    content:"";

    position:absolute;

    top:0;

    left:50%;

    transform:translateX(-50%);

    width:120px;

    height:5px;

    background:linear-gradient(
        90deg,
        var(--primary),
        var(--secondary)
    );

    border-radius:50px;

}


/*====================================================
      ANIMATION
====================================================*/

.card,
.value-card,
.impact-content{

    animation:fadeUp .8s ease both;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}
/*====================================================
                PAIEMENT
====================================================*/

.payment-box{

    background:linear-gradient(135deg,var(--primary),#92253a);

    color:#fff;

    text-align:center;

    border-radius:30px;

    max-width:1000px;

    margin:90px auto;

    padding:70px 50px;

    position:relative;

    overflow:hidden;

    box-shadow:0 30px 60px rgba(122,30,44,.30);

}

.payment-box::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-120px;

    right:-100px;

}

.payment-box::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(242,140,40,.18);

    bottom:-100px;

    left:-80px;

}

.payment-box h2{

    color:#fff;

    font-size:42px;

    margin-bottom:20px;

    position:relative;

    z-index:2;

}

.payment-box p{

    max-width:700px;

    margin:auto;

    font-size:19px;

    line-height:1.9;

    opacity:.95;

    position:relative;

    z-index:2;

}

.paypal-btn{

    margin-top:40px;

    border:none;

    outline:none;

    cursor:pointer;

    background:linear-gradient(135deg,var(--secondary),#ffb74d);

    color:#fff;

    padding:18px 45px;

    border-radius:50px;

    font-size:18px;

    font-weight:600;

    transition:.35s;

    box-shadow:0 20px 40px rgba(242,140,40,.30);

    position:relative;

    z-index:2;

}

.paypal-btn:hover{

    transform:translateY(-6px);

    box-shadow:0 25px 50px rgba(242,140,40,.45);

}



/*====================================================
                    FAQ CEICF
====================================================*/

.faq{
    max-width:1100px;
    margin:80px auto;
    padding:0 20px;
}

.faq h2{
    text-align:center;
    color:var(--primary);
    font-size:42px;
    font-weight:700;
    margin-bottom:60px;
    position:relative;
}

.faq h2::after{
    content:"";
    width:90px;
    height:4px;
    background:linear-gradient(90deg,var(--primary),var(--secondary));
    display:block;
    margin:18px auto 0;
    border-radius:20px;
}

.faq-item{
    background:#ffffff;
    border-radius:18px;
    margin-bottom:22px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.35s ease;
    border-left:5px solid transparent;
}

.faq-item:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.faq-item.active{
    border-left:5px solid var(--secondary);
}

.faq-question{
    width:100%;
    border:none;
    background:#fff;
    cursor:pointer;
    padding:26px 70px 26px 28px;
    text-align:left;
    font-size:18px;
    font-weight:600;
    color:var(--primary);
    position:relative;
    transition:.3s;
}

.faq-question:hover{
    background:#fafafa;
}

.faq-question::after{
    content:"+";
    position:absolute;
    right:28px;
    top:50%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    line-height:36px;
    text-align:center;
    border-radius:50%;
    background:var(--secondary);
    color:#fff;
    font-size:22px;
    font-weight:bold;
    transition:.35s;
}

.faq-item.active .faq-question::after{
    content:"−";
    transform:translateY(-50%) rotate(180deg);
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    background:#fafafa;
    color:#555;
    line-height:1.9;
    font-size:16px;
    transition:max-height .5s ease,padding .4s ease;
    padding:0 28px;
}

.faq-item.active .faq-answer{
    max-height:1200px;
    padding:0 28px 28px;
}

.faq-answer p{
    margin:15px 0;
}

.faq-answer ul{
    margin:15px 0 15px 25px;
}

.faq-answer li{
    margin-bottom:10px;
}

.faq-answer strong{
    color:var(--primary);
}

@media (max-width:768px){

    .faq{
        margin:50px auto;
        padding:0 15px;
    }

    .faq h2{
        font-size:30px;
    }

    .faq-question{
        font-size:16px;
        padding:22px 60px 22px 20px;
    }

    .faq-question::after{
        right:18px;
        width:32px;
        height:32px;
        line-height:32px;
        font-size:18px;
    }

    .faq-answer{
        font-size:15px;
    }

}



/*====================================================
            HOVER GENERAL
====================================================*/

.card:hover,

.value-card:hover,

.faq-item:hover{

    box-shadow:0 25px 45px rgba(0,0,0,.12);

}



/*====================================================
              RESPONSIVE
====================================================*/

@media(max-width:1200px){

.donation-hero h1{

font-size:52px;

}

.hero-overlay{

padding:60px;

}

}



@media(max-width:992px){

.ceicf-donation section{

padding:70px 6%;

}

.hero-overlay{

padding:45px;

}

.donation-hero{

min-height:620px;

background-attachment:scroll;

}

.donation-hero h1{

font-size:44px;

}

.hero-text{

font-size:19px;

}

.section-title h2{

font-size:34px;

}

.impact-content{

padding:45px;

}

.payment-box{

padding:55px 35px;

}

.payment-box h2{

font-size:34px;

}
.values-grid {
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:25px;
}

}



@media(max-width:768px){

.hero-overlay{

padding:35px 25px;

}

.donation-hero h1{

font-size:34px;

line-height:1.3;

}

.hero-text{

font-size:17px;

}

.section-title h2{

font-size:30px;

}

.card,

.value-card{

padding:35px 25px;

}

.impact-content{

padding:35px;

}

.payment-box{

padding:45px 25px;

}

.payment-box h2{

font-size:28px;

}

.faq-question{

font-size:16px;

padding:22px;

}

}



@media(max-width:480px){

.ceicf-donation section{

padding:60px 20px;

}

.donation-hero{

min-height:560px;

}

.hero-badge{

font-size:14px;

}

.btn-primary{

width:100%;

}

.paypal-btn{

width:100%;

}

.icon,

.value-icon{

width:75px;

height:75px;

font-size:32px;

}
  .values-grid{
    grid-template-columns:1fr;
    gap:20px;
}

}
/*=============================
 INFORMATIONS DON
==============================*/

.don-info{
    margin-top:40px;
    display:flex;
    flex-direction:column;
    gap:22px;
}

.don-info-item{

    display:flex;
    align-items:flex-start;
    gap:18px;

    background:#ffffff;

    padding:22px 28px;

    border-left:6px solid #f7941d;

    border-radius:14px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;
}

.don-info-item:hover{

    transform:translateY(-4px);

    box-shadow:0 16px 40px rgba(0,0,0,.12);

}

.don-info .icon{

    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:linear-gradient(135deg,#f7941d,#ffb347);

    color:#fff;

    font-size:28px;

    flex-shrink:0;

}

.don-info h4{

    margin:0 0 10px;

    color:#7b1f35;

    font-size:1.2rem;

    font-weight:700;

}

.don-info p{

    margin:0;

    color:#555;

    line-height:1.8;

    font-size:16px;

}

.don-info strong{

    color:#b22222;

}

@media(max-width:768px){

.don-info-item{

    flex-direction:column;

    text-align:center;

    align-items:center;

}

}



/* ==========================================================
   ARTICLE ACTUALITÉ CEICF
   Joomla 5 + Helix Ultimate
========================================================== */


/* ==========================================================
   1. CONTENEUR DE L'ARTICLE
========================================================== */

.item-page {

    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 30px 80px;

    color: #333;
    font-size: 17px;
    line-height: 1.8;
}


/* ==========================================================
   2. TITRE DE L'ARTICLE
========================================================== */

.item-page h3 {

    margin: 0 0 25px;

    color: #7a1f2b;

    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.2;

    text-align: center;

    letter-spacing: -0.5px;
}


/* petit accent sous le titre */

.item-page h3::after {

    content: "";

    display: block;

    width: 70px;
    height: 4px;

    margin: 20px auto 0;

    background: linear-gradient(
        90deg,
        #7a1f2b,
        #e67e22
    );

    border-radius: 10px;
}


/* ==========================================================
   3. PARAGRAPHES
========================================================== */

.item-page > p {

    margin: 0 0 25px;

    color: #444;

    font-size: 17px;
    line-height: 1.85;
}


/* Premier paragraphe = introduction */

.item-page h3 + p {

    max-width: 900px;

    margin: 0 auto 35px;

    padding: 25px 30px;

    background: #f8f8f8;

    border-left: 4px solid #e67e22;

    border-radius: 0 10px 10px 0;

    font-size: 18px;
    line-height: 1.7;
}


/* ==========================================================
   4. TEXTE EN GRAS
========================================================== */

.item-page strong {

    color: #7a1f2b;

    font-weight: 700;
}


/* ==========================================================
   5. LIENS
========================================================== */

.item-page a.link {

    color: #7a1f2b;

    font-weight: 600;

    text-decoration: none;

    border-bottom: 1px solid rgba(122, 31, 43, .35);

    transition:
        color .25s ease,
        border-color .25s ease;
}

.item-page a.link:hover {

    color: #e67e22;

    border-color: #e67e22;
}


/* ==========================================================
   6. SEPARATEUR READ MORE
========================================================== */

.item-page #system-readmore {

    border: 0;

    height: 1px;

    margin: 45px auto;

    background: linear-gradient(
        90deg,
        transparent,
        #e67e22,
        #7a1f2b,
        transparent
    );

    opacity: .7;
}


/* ==========================================================
   7. GALERIE DES 4 PHOTOS
========================================================== */

.item-page table {

    width: 100% !important;

    margin: 40px 0 45px;

    border: 0 !important;

    border-collapse: separate !important;

    border-spacing: 18px;

    background: transparent;
}


/* cellules */

.item-page table td {

    padding: 0 !important;

    border: 0 !important;

    background: transparent;

    text-align: center;

    vertical-align: middle;
}


/* ==========================================================
   8. IMAGES DE LA GALERIE
========================================================== */

.item-page table td img {

    display: block;

    width: 100% !important;
    height: 300px !important;

    max-width: 100%;

    object-fit: cover;

    border-radius: 14px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .12);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


/* effet au survol */

.item-page table td img:hover {

    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .18);
}


/* ==========================================================
   9. IMAGE PRINCIPALE FINALE
========================================================== */

.item-page > p:has(img) {

    text-align: center;
}


/* dernière image */

.item-page > p:last-of-type img {

    display: block;

    width: 100% !important;
    max-width: 750px;

    height: auto !important;

    margin: 45px auto 20px;

    border-radius: 16px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .15);
}


/* ==========================================================
   10. BOUTON RETOUR AUX ACTUALITÉS
========================================================== */

.item-page .ceicf-back-news {

    display: flex;

    justify-content: center;

    margin-top: 50px;
}


.item-page .ceicf-back-news a {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    min-width: 230px;

    padding: 14px 28px;

    background: #7a1f2b;

    color: #fff !important;

    border: 2px solid #7a1f2b;

    border-radius: 8px;

    font-size: 16px;
    font-weight: 700;

    line-height: 1;

    text-decoration: none !important;

    cursor: pointer;

    box-shadow:
        0 6px 18px rgba(122, 31, 43, .20);

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


/* flèche */

.item-page .ceicf-back-news a::before {

    content: "←";

    font-size: 20px;

    transition: transform .25s ease;
}


/* hover */

.item-page .ceicf-back-news a:hover {

    background: #e67e22;

    border-color: #e67e22;

    color: #fff !important;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(230, 126, 34, .25);
}


.item-page .ceicf-back-news a:hover::before {

    transform: translateX(-4px);
}


/* ==========================================================
   11. TABLETTE
========================================================== */

@media (max-width: 992px) {

    .item-page {

        padding: 50px 25px 70px;

        font-size: 16px;
    }


    .item-page table {

        border-spacing: 12px;
    }


    .item-page table td img {

        height: 250px !important;
    }

}


/* ==========================================================
   12. MOBILE
========================================================== */

@media (max-width: 767px) {

    .item-page {

        padding: 40px 18px 60px;
    }


    /* titre */

    .item-page h3 {

        font-size: 29px;

        line-height: 1.25;

        margin-bottom: 25px;
    }


    /* introduction */

    .item-page h3 + p {

        padding: 20px;

        font-size: 16px;

        line-height: 1.7;
    }


    /* texte */

    .item-page > p {

        font-size: 16px;

        line-height: 1.75;
    }


    /* ======================================================
       GALERIE MOBILE
    ====================================================== */

    .item-page table {

        display: block;

        width: 100% !important;

        margin: 30px 0;

        border-spacing: 0;
    }


    .item-page table tbody {

        display: block;

        width: 100%;
    }


    .item-page table tr {

        display: block;

        width: 100%;

        margin-bottom: 15px;
    }


    .item-page table td {

        display: block;

        width: 100% !important;

        margin-bottom: 15px;
    }


    .item-page table td img {

        width: 100% !important;

        height: 240px !important;

        border-radius: 12px;
    }


    /* ======================================================
       IMAGE FINALE
    ====================================================== */

    .item-page > p:last-of-type img {

        width: 100% !important;

        height: auto !important;

        margin-top: 30px;

        border-radius: 12px;
    }


    /* ======================================================
       BOUTON
    ====================================================== */

    .item-page .ceicf-back-news {

        margin-top: 35px;
    }


    .item-page .ceicf-back-news a {

        width: 100%;

        min-width: 0;

        padding: 15px 20px;
    }

}


/* ==========================================================
   13. PETITS SMARTPHONES
========================================================== */

@media (max-width: 576px) {

    .item-page {

        padding: 30px 15px 50px;
    }


    .item-page h3 {

        font-size: 25px;
    }


    .item-page h3 + p {

        padding: 18px;

        font-size: 15.5px;
    }


    .item-page table td img {

        height: 210px !important;
    }


    .item-page .ceicf-back-news a {

        font-size: 15px;
    }

}