/*
=========================================================
CMS AKONO
CENTENAIRE.CSS
---------------------------------------------------------
Page officielle du Jubilé du Centenaire
Paroisse Notre-Dame des Sept Douleurs d'Akono
---------------------------------------------------------
Développé par :
ESSOMBA Pancrace Cédric
Pancrace Consulting Group
=========================================================
*/


/*=========================================================
VARIABLES
=========================================================*/

:root {

    --jubile-or: #D4AF37;

    --jubile-or-clair: #F3D36A;

    --jubile-bleu: #0F4C81;

    --jubile-bleu-fonce: #082B47;

    --jubile-fond: #F8FAFC;

    --jubile-radius: 28px;

    --jubile-shadow:
        0 22px 60px rgba(0, 0, 0, .12);

}


/*=========================================================
HERO
=========================================================*/

.centenaire-hero {

    position: relative;

    min-height: 90vh;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    overflow: hidden;

    padding: 120px 20px;

    background:

        linear-gradient(rgba(8, 43, 71, .82),

            rgba(8, 43, 71, .88)),

        url("../images/eglise-akono.jpg");

    background-size: cover;

    background-position: center;

    background-attachment: fixed;

}


/*=========================================================
DECORATIONS
=========================================================*/

.centenaire-hero::before {

    content: "";

    position: absolute;

    width: 700px;

    height: 700px;

    right: -250px;

    top: -250px;

    border-radius: 50%;

    background: rgba(212, 175, 55, .10);

}

.centenaire-hero::after {

    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    left: -180px;

    bottom: -180px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .04);

}


/*=========================================================
OVERLAY
=========================================================*/

.hero-overlay {

    position: absolute;

    inset: 0;

    background:

        radial-gradient(transparent,

            rgba(0, 0, 0, .20));

}


/*=========================================================
CONTENU
=========================================================*/

.centenaire-hero .hero-content {

    position: relative;

    z-index: 5;

    max-width: 1050px;

}


/*=========================================================
LOGO
=========================================================*/

.logo-centenaire-page {

    width: 170px;

    margin-bottom: 35px;

    filter:

        drop-shadow(0 12px 25px rgba(0, 0, 0, .35));

}


/*=========================================================
BADGE
=========================================================*/

.hero-badge {

    display: inline-block;

    padding: 12px 28px;

    border-radius: 50px;

    background: rgba(255, 255, 255, .12);

    backdrop-filter: blur(10px);

    color: #FFF;

    letter-spacing: 1px;

    margin-bottom: 30px;

}


/*=========================================================
TITRE
=========================================================*/

.centenaire-hero h1 {

    font-size: 66px;

    color: #FFF;

    line-height: 1.15;

    margin-bottom: 30px;

    font-weight: 800;

    text-shadow:

        0 12px 30px rgba(0, 0, 0, .40);

}


/*=========================================================
SOUS TITRE
=========================================================*/

.hero-subtitle {

    color: #F5F5F5;

    font-size: 22px;

    max-width: 760px;

    margin: auto;

    line-height: 1.9;

}


/*=========================================================
BOUTONS
=========================================================*/

.centenaire-hero .hero-buttons {

    margin-top: 50px;

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

}

.centenaire-hero .btn,

.centenaire-hero .btn-or {

    min-width: 220px;

}


/*=========================================================
THEME
=========================================================*/

.theme-section {

    margin-top: -90px;

    position: relative;

    z-index: 20;

}


.theme-card {

    width: min(1100px, 92%);

    margin: auto;

    background: #FFF;

    padding: 70px;

    border-radius: 30px;

    text-align: center;

    box-shadow: var(--jubile-shadow);

}


.theme-card blockquote {

    font-size: 34px;

    line-height: 1.6;

    color: var(--jubile-bleu);

    font-weight: 700;

    margin: 30px 0;

    font-style: italic;

}


.theme-card p {

    font-size: 18px;

    color: #666;

    line-height: 2;

}


/*=========================================================
SECTION BADGE
=========================================================*/

.theme-card .section-badge {

    background: rgba(212, 175, 55, .15);

    color: var(--jubile-bleu);

}


/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:992px) {

    .centenaire-hero {

        background-attachment: scroll;

    }

    .centenaire-hero h1 {

        font-size: 48px;

    }

    .theme-card {

        padding: 45px;

    }

}


@media(max-width:768px) {

    .centenaire-hero {

        min-height: 70vh;

    }

    .centenaire-hero h1 {

        font-size: 38px;

    }

    .hero-subtitle {

        font-size: 18px;

    }

    .theme-card blockquote {

        font-size: 24px;

    }

}
/*=========================================================
SECTIONS
=========================================================*/

.section {

    padding: 110px 0;

}

.section-alt {

    background: #F8FAFC;

}


/*=========================================================
SECTION TITLE
=========================================================*/

.section-title {

    width: min(900px, 92%);

    margin: auto;

    margin-bottom: 70px;

    text-align: center;

}

.section-title h2 {

    font-size: 48px;

    color: var(--jubile-bleu);

    margin-bottom: 25px;

    position: relative;

}

.section-title h2::after {

    content: "";

    display: block;

    width: 100px;

    height: 5px;

    margin: 20px auto 0;

    border-radius: 20px;

    background: linear-gradient(90deg,
            var(--jubile-or),
            var(--jubile-or-clair));

}

.section-title p {

    font-size: 19px;

    line-height: 2;

    color: #666;

}


/*=========================================================
BADGE
=========================================================*/

.section-badge {

    display: inline-block;

    padding: 10px 24px;

    border-radius: 40px;

    background: rgba(212, 175, 55, .12);

    color: var(--jubile-bleu);

    font-weight: 600;

    margin-bottom: 20px;

}


/*=========================================================
HISTORY GRID
=========================================================*/

.history-grid {

    width: min(1350px, 92%);

    margin: auto;

    display: grid;

    grid-template-columns: 1.1fr .9fr;

    gap: 80px;

    align-items: center;

}

.history-grid h2 {

    color: var(--jubile-bleu);

    font-size: 42px;

    margin-bottom: 25px;

}

.history-grid p {

    color: #555;

    line-height: 2;

    font-size: 18px;

    margin-bottom: 20px;

    text-align: justify;

}


/*=========================================================
IMAGE
=========================================================*/

.history-image {

    width: 100%;

    height: 540px;

    object-fit: cover;

    border-radius: 30px;

    border: 8px solid #FFF;

    box-shadow: var(--jubile-shadow);

    transition: .45s;

}

.history-image:hover {

    transform: scale(1.02);

}


/*=========================================================
CHIFFRES
=========================================================*/

.historical-stats {

    width: min(1350px, 92%);

    margin: 90px auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

}

.historical-card {

    background: #FFF;

    border-radius: 25px;

    padding: 45px;

    text-align: center;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .10);

    transition: .35s;

    position: relative;

    overflow: hidden;

}

.historical-card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 6px;

    background: linear-gradient(90deg,
            var(--jubile-or),
            var(--jubile-bleu));

}

.historical-card:hover {

    transform: translateY(-10px);

}

.historical-card h3 {

    font-size: 60px;

    color: var(--jubile-bleu);

    margin-bottom: 15px;

}

.historical-card p {

    color: #666;

    font-size: 18px;

}


/*=========================================================
CARTES
=========================================================*/

.cards {

    width: min(1350px, 92%);

    margin: auto;

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

    gap: 35px;

}

.card {

    background: #FFF;

    border-radius: 28px;

    padding: 45px 35px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);

    transition: .40s;

    position: relative;

    overflow: hidden;

}

.card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 6px;

    background: linear-gradient(90deg,
            var(--jubile-or),
            var(--jubile-bleu));

}

.card:hover {

    transform: translateY(-10px);

    box-shadow: 0 28px 60px rgba(0, 0, 0, .15);

}


/*=========================================================
ICONE
=========================================================*/

.card i {

    width: 85px;

    height: 85px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    margin-bottom: 25px;

    background: rgba(212, 175, 55, .12);

    color: var(--jubile-bleu);

    font-size: 34px;

}


/*=========================================================
TITRE
=========================================================*/

.card h3 {

    color: var(--jubile-bleu);

    font-size: 28px;

    margin-bottom: 18px;

}


/*=========================================================
PARAGRAPHE
=========================================================*/

.card p {

    color: #666;

    line-height: 1.9;

}


/*=========================================================
ANIMATION
=========================================================*/

.card,
.historical-card,
.history-grid {

    animation: fadeUp .9s ease;

}


/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:1100px) {

    .history-grid {

        grid-template-columns: 1fr;

    }

}

@media(max-width:768px) {

    .historical-stats {

        grid-template-columns: repeat(2, 1fr);

    }

    .history-image {

        height: 350px;

    }

}

@media(max-width:576px) {

    .historical-stats {

        grid-template-columns: 1fr;

    }

}
/*=========================================================
PROJETS DU CENTENAIRE
=========================================================*/

.projects-section {

    position: relative;

    overflow: hidden;

}

.projects-section::before {

    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    right: -180px;

    top: -180px;

    border-radius: 50%;

    background: rgba(212, 175, 55, .06);

}

.projects-section::after {

    content: "";

    position: absolute;

    width: 320px;

    height: 320px;

    left: -120px;

    bottom: -120px;

    border-radius: 50%;

    background: rgba(15, 76, 129, .05);

}


/*=========================================================
CARTE PROJET
=========================================================*/

.project-card {

    position: relative;

    background: #FFF;

    border-radius: 28px;

    padding: 45px 35px;

    overflow: hidden;

    box-shadow: 0 20px 55px rgba(0, 0, 0, .10);

    transition: .35s;

}

.project-card:hover {

    transform: translateY(-12px);

    box-shadow: 0 30px 70px rgba(0, 0, 0, .18);

}

.project-card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 8px;

    background: linear-gradient(90deg,
            var(--jubile-or),
            var(--jubile-bleu));

}


/*=========================================================
ICONE
=========================================================*/

.project-card i {

    width: 95px;

    height: 95px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 40px;

    color: var(--jubile-bleu);

    background: rgba(212, 175, 55, .14);

    margin-bottom: 28px;

}


/*=========================================================
TITRES
=========================================================*/

.project-card h3 {

    color: var(--jubile-bleu);

    font-size: 30px;

    margin-bottom: 20px;

}

.project-card p {

    color: #666;

    line-height: 1.9;

    text-align: justify;

}


/*=========================================================
EFFET DORE
=========================================================*/

.project-card:hover::after {

    content: "";

    position: absolute;

    inset: 0;

    border: 2px solid rgba(212, 175, 55, .35);

    border-radius: 28px;

    pointer-events: none;

}


/*=========================================================
INITIATIVES
=========================================================*/

.activities-grid {

    width: min(1350px, 92%);

    margin: auto;

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

    gap: 35px;

}


/*=========================================================
ACTIVITE
=========================================================*/

.activity-card {

    background: #FFF;

    border-radius: 25px;

    padding: 35px;

    text-align: center;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .10);

    transition: .35s;

}

.activity-card:hover {

    transform: translateY(-10px);

}

.activity-card i {

    font-size: 42px;

    color: var(--jubile-or);

    margin-bottom: 20px;

}

.activity-card h3 {

    color: var(--jubile-bleu);

    margin-bottom: 18px;

}

.activity-card p {

    color: #666;

    line-height: 1.8;

}


/*=========================================================
SECTION CONSTRUISONS ENSEMBLE
=========================================================*/

.stoll-section {

    position: relative;

    overflow: hidden;

    padding: 120px 0;

    background: linear-gradient(135deg,
            var(--jubile-bleu),
            var(--jubile-bleu-fonce));

}

.stoll-section::before {

    content: "";

    position: absolute;

    width: 650px;

    height: 650px;

    right: -220px;

    top: -220px;

    border-radius: 50%;

    background: rgba(212, 175, 55, .10);

}

.stoll-section::after {

    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    left: -180px;

    bottom: -180px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .05);

}


/*=========================================================
CONTENU
=========================================================*/

.stoll-content {

    position: relative;

    z-index: 2;

    width: min(1000px, 92%);

    margin: auto;

    text-align: center;

}

.year-badge {

    display: inline-block;

    padding: 12px 28px;

    background: rgba(255, 255, 255, .12);

    color: #FFF;

    border-radius: 40px;

    letter-spacing: 1px;

    margin-bottom: 25px;

}

.stoll-content h2 {

    color: #FFF;

    font-size: 48px;

    margin-bottom: 30px;

    line-height: 1.3;

}

.stoll-content p {

    color: #EEE;

    font-size: 18px;

    line-height: 2;

    max-width: 900px;

    margin: auto;

}


/*=========================================================
ANIMATION
=========================================================*/

.project-card,

.activity-card {

    animation: fadeUp .8s ease;

}


/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:992px) {

    .stoll-content h2 {

        font-size: 38px;

    }

}

@media(max-width:768px) {

    .stoll-content h2 {

        font-size: 30px;

    }

    .project-card {

        padding: 35px 25px;

    }

}
/*=========================================================
COMITE D'ORGANISATION
=========================================================*/

.organigramme {

    width: min(1300px, 92%);

    margin: 70px auto;

}


/*=========================================================
GRILLE DES COMMISSIONS
=========================================================*/

.cards {

    width: min(1400px, 92%);

    margin: auto;

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

    gap: 35px;

}


/*=========================================================
CARTE COMMISSION
=========================================================*/

.card {

    position: relative;

    background: #FFF;

    border-radius: 28px;

    padding: 40px 35px;

    overflow: hidden;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, .10);

    transition: .35s;

    border: 1px solid rgba(0, 0, 0, .05);

}

.card:hover {

    transform: translateY(-12px);

    box-shadow:
        0 30px 70px rgba(0, 0, 0, .16);

}


/*=========================================================
BANDEAU SUPERIEUR
=========================================================*/

.card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 7px;

    background:

        linear-gradient(90deg,
            var(--jubile-or),
            var(--jubile-bleu));

}


/*=========================================================
DECORATION
=========================================================*/

.card::after {

    content: "";

    position: absolute;

    width: 120px;

    height: 120px;

    right: -45px;

    bottom: -45px;

    border-radius: 50%;

    background:

        rgba(212, 175, 55, .06);

}


/*=========================================================
ICONE
=========================================================*/

.card i {

    width: 90px;

    height: 90px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    background:

        linear-gradient(135deg,
            rgba(212, 175, 55, .15),
            rgba(15, 76, 129, .10));

    color: var(--jubile-bleu);

    font-size: 36px;

    margin-bottom: 28px;

    transition: .35s;

}

.card:hover i {

    transform: rotate(10deg) scale(1.08);

}
.card-icon {

    font-size: 55px;

    margin-bottom: 20px;

    text-align: center;

}


/*=========================================================
TITRE
=========================================================*/

.card h3 {

    color: var(--jubile-bleu);

    font-size: 27px;

    margin-bottom: 18px;

    line-height: 1.4;

}


/*=========================================================
PARAGRAPHE
=========================================================*/

.card p {

    color: #666;

    line-height: 1.9;

    text-align: justify;

}


/*=========================================================
MISSION BOX
=========================================================*/

.mission-box {

    width: min(1200px, 92%);

    margin: auto;

    background:

        linear-gradient(135deg,
            var(--jubile-bleu),
            #0B3B63);

    border-radius: 35px;

    padding: 80px;

    position: relative;

    overflow: hidden;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, .18);

}


/*=========================================================
DECORATIONS
=========================================================*/

.mission-box::before {

    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    right: -150px;

    top: -150px;

    border-radius: 50%;

    background:

        rgba(212, 175, 55, .08);

}

.mission-box::after {

    content: "";

    position: absolute;

    width: 300px;

    height: 300px;

    left: -120px;

    bottom: -120px;

    border-radius: 50%;

    background:

        rgba(255, 255, 255, .04);

}


/*=========================================================
CONTENU
=========================================================*/

.mission-box>* {

    position: relative;

    z-index: 2;

}

.mission-box h2 {

    color: #FFF;

    font-size: 46px;

    margin: 20px 0 30px;

}

.mission-box p {

    color: #F3F3F3;

    font-size: 18px;

    line-height: 2;

}


/*=========================================================
BADGE
=========================================================*/

.mission-box .section-badge {

    background:

        rgba(255, 255, 255, .12);

    color: #FFF;

}


/*=========================================================
ANIMATION
=========================================================*/

.card {

    animation: fadeUp .8s ease;

}


/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:992px) {

    .mission-box {

        padding: 55px;

    }

}

@media(max-width:768px) {

    .mission-box {

        padding: 40px 30px;

    }

    .mission-box h2 {

        font-size: 32px;

    }

    .card {

        padding: 35px 25px;

    }

}
/*=========================================================
COMPTE A REBOURS PREMIUM
=========================================================*/

.countdown-section {

    padding: 120px 0;

    background: linear-gradient(135deg,
            #FDFBF4,
            #FFF);

}

.countdown-container {

    width: min(1200px, 92%);

    margin: 70px auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

}

.countdown-box {

    background: #FFF;

    border-radius: 30px;

    padding: 45px 30px;

    text-align: center;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);

    transition: .35s;

    position: relative;

    overflow: hidden;

}

.countdown-box::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 6px;

    background: linear-gradient(90deg,
            var(--jubile-or),
            var(--jubile-bleu));

}

.countdown-box:hover {

    transform: translateY(-10px);

}

.countdown-box i {

    font-size: 38px;

    color: var(--jubile-or);

    margin-bottom: 20px;

}

.countdown-box span {

    display: block;

    font-size: 60px;

    font-weight: 700;

    color: var(--jubile-bleu);

}

.countdown-box small {

    display: block;

    margin-top: 12px;

    font-size: 18px;

    color: #666;

}

/*=========================================================
GALERIE
=========================================================*/

.galerie-grid {

    width: min(1400px, 92%);

    margin: 70px auto;

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

    gap: 30px;

}

.galerie-item {

    position: relative;

    overflow: hidden;

    border-radius: 28px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);

    cursor: pointer;

}

.galerie-item img {

    width: 100%;

    height: 320px;

    object-fit: cover;

    transition: .60s;

}

.galerie-item:hover img {

    transform: scale(1.10);

}

.galerie-item::after {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(rgba(15, 76, 129, .10),

            rgba(15, 76, 129, .60));

    opacity: 0;

    transition: .35s;

}

.galerie-item:hover::after {

    opacity: 1;

}

/*=========================================================
PARTENAIRES
=========================================================*/

.partners-grid {

    width: min(1300px, 92%);

    margin: 70px auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 35px;

}

.partner-card {

    background: #FFF;

    border-radius: 25px;

    padding: 45px;

    text-align: center;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);

    transition: .35s;

}

.partner-card:hover {

    transform: translateY(-10px);

}

.partner-card i {

    font-size: 50px;

    color: var(--jubile-or);

    margin-bottom: 25px;

}

.partner-card h3 {

    color: var(--jubile-bleu);

    margin-bottom: 18px;

}

/*=========================================================
SECTION FINALE
=========================================================*/

.don-section {

    position: relative;

    overflow: hidden;

    background: linear-gradient(135deg,
            var(--jubile-bleu),
            var(--jubile-bleu-fonce));

    padding: 120px 0;

}

.don-section::before {

    content: "";

    position: absolute;

    width: 650px;

    height: 650px;

    right: -220px;

    top: -220px;

    border-radius: 50%;

    background: rgba(212, 175, 55, .08);

}

.don-card {

    position: relative;

    z-index: 2;

    width: min(1000px, 92%);

    margin: auto;

    text-align: center;

}

.don-card h2 {

    color: #FFF;

    font-size: 48px;

    margin: 25px 0;

    line-height: 1.3;

}

.don-card p {

    color: #EEE;

    line-height: 2;

    font-size: 18px;

}

.don-card .section-badge {

    background: rgba(255, 255, 255, .12);

    color: #FFF;

}

.don-card .hero-buttons {

    margin-top: 45px;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 20px;

}

.don-card .btn,

.don-card .btn-vert,

.don-card .btn-or {

    min-width: 220px;

}

/*=========================================================
ANIMATIONS
=========================================================*/

.galerie-item,

.countdown-box,

.partner-card {

    animation: fadeUp .8s ease;

}

/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:992px) {

    .countdown-container {

        grid-template-columns: repeat(2, 1fr);

    }

    .partners-grid {

        grid-template-columns: 1fr;

    }

}

@media(max-width:768px) {

    .countdown-container {

        grid-template-columns: 1fr;

    }

    .galerie-item img {

        height: 250px;

    }

    .don-card h2 {

        font-size: 34px;

    }

}

@media(max-width:576px) {

    .don-card .btn,

    .don-card .btn-vert,

    .don-card .btn-or {

        width: 100%;

    }

}

