/*
=========================================================
CMS AKONO
PAROISSE.CSS
---------------------------------------------------------
Page officielle de la Paroisse
Notre-Dame des Sept Douleurs d'Akono
---------------------------------------------------------
Développé par :
ESSOMBA Pancrace Cédric
Pancrace Consulting Group
=========================================================
*/


/*=========================================================
VARIABLES
=========================================================*/

:root {

    --paroisse-bleu: #0F4C81;

    --paroisse-or: #D4AF37;

    --paroisse-vert: #2E7D32;

    --paroisse-fond: #F8FAFC;

    --paroisse-texte: #444;

    --paroisse-radius: 25px;

    --paroisse-shadow:
        0 18px 45px rgba(0, 0, 0, .10);

}


/*=========================================================
BANNIERE
=========================================================*/

.page-banner {

    position: relative;

    min-height: 72vh;

    display: flex;

    justify-content: center;

    align-items: center;

    overflow: hidden;

    text-align: center;

    padding: 140px 20px 90px;

    background:

        linear-gradient(rgba(7, 38, 70, .75),

            rgba(7, 38, 70, .80)),

        url("../images/eglise-akono.jpg");

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    background-attachment: fixed;

}


/*=========================================================
OVERLAY
=========================================================*/

.page-banner::before {

    content: "";

    position: absolute;

    width: 650px;

    height: 650px;

    right: -180px;

    top: -180px;

    border-radius: 50%;

    background: rgba(212, 175, 55, .08);

    filter: blur(20px);

}

.page-banner::after {

    content: "";

    position: absolute;

    width: 550px;

    height: 550px;

    left: -180px;

    bottom: -180px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .05);

}


/*=========================================================
CONTENU
=========================================================*/

.page-banner-content {

    position: relative;

    z-index: 5;

    max-width: 980px;

    margin: auto;

}


/*=========================================================
BADGE
=========================================================*/

.banner-badge {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 12px 28px;

    border-radius: 40px;

    background: rgba(255, 255, 255, .12);

    backdrop-filter: blur(12px);

    color: #FFF;

    font-size: 15px;

    letter-spacing: 1px;

    margin-bottom: 35px;

}


/*=========================================================
TITRE
=========================================================*/

.page-banner h1 {

    font-size: 64px;

    color: #FFF;

    line-height: 1.15;

    margin-bottom: 30px;

    font-weight: 800;

    text-shadow:

        0 12px 30px rgba(0, 0, 0, .35);

}


/*=========================================================
SOUS TITRE
=========================================================*/

.page-banner p {

    font-size: 21px;

    color: #F3F3F3;

    max-width: 780px;

    margin: auto;

    line-height: 1.9;

}


/*=========================================================
BOUTONS
=========================================================*/

.page-banner .hero-buttons {

    margin-top: 45px;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 20px;

}

.page-banner .btn {

    min-width: 220px;

}

.page-banner .btn:hover {

    transform: translateY(-5px);

}

.page-banner .btn-vert {

    min-width: 220px;

}


/*=========================================================
SECTIONS
=========================================================*/

.section {

    padding: 110px 0;

}

.section-alt {

    background: #F7F9FC;

}


/*=========================================================
TITRES
=========================================================*/

.section h2 {

    font-size: 44px;

    color: var(--paroisse-bleu);

    margin-bottom: 25px;

    position: relative;

}

.section h2::after {

    content: "";

    display: block;

    width: 90px;

    height: 5px;

    margin-top: 18px;

    border-radius: 20px;

    background:

        linear-gradient(90deg,

            var(--paroisse-or),

            #FFD75E);

}


/*=========================================================
BADGES
=========================================================*/

.section-badge {

    display: inline-block;

    padding: 10px 22px;

    background: rgba(15, 76, 129, .08);

    color: var(--paroisse-bleu);

    border-radius: 40px;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 18px;

}


/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:992px) {

    .page-banner {

        background-attachment: scroll;

    }

    .page-banner h1 {

        font-size: 48px;

    }

}

@media(max-width:768px) {

    .page-banner {

        min-height: 60vh;

    }

    .page-banner h1 {

        font-size: 38px;

    }

    .page-banner p {

        font-size: 18px;

    }

}
/*=========================================================
PRESENTATION
=========================================================*/

.history-grid {

    width: min(1350px, 92%);

    margin: auto;

    display: grid;

    grid-template-columns: 1.1fr .9fr;

    gap: 80px;

    align-items: center;

}


/*=========================================================
IMAGE PREMIUM
=========================================================*/

.history-image {

    width: 100%;

    height: 560px;

    object-fit: cover;

    border-radius: 28px;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, .18);

    transition: .45s;

    border: 8px solid #FFF;

}

.history-image:hover {

    transform: scale(1.02);

}


/*=========================================================
IMAGE CADRE
=========================================================*/

.history-grid>div:last-child {

    position: relative;

}

.history-grid>div:last-child::before {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    background: var(--paroisse-or);

    opacity: .15;

    border-radius: 30px;

    right: -30px;

    top: -30px;

    z-index: -1;

}

.history-grid>div:last-child::after {

    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    border: 4px solid rgba(15, 76, 129, .10);

    left: -30px;

    bottom: -30px;

    border-radius: 30px;

    z-index: -1;

}


/*=========================================================
TEXTES
=========================================================*/

.history-grid p {

    margin-bottom: 22px;

    text-align: justify;

    font-size: 18px;

    color: #555;

    line-height: 2;

}


/*=========================================================
PREMIER PARAGRAPHE
=========================================================*/

.history-grid p:first-of-type {

    font-size: 20px;

    color: #2E2E2E;

}


/*=========================================================
TITRE
=========================================================*/

.history-grid h2 {

    margin-bottom: 30px;

}


/*=========================================================
SECTION TITLE
=========================================================*/

.section-title {

    width: min(900px, 92%);

    margin: auto;

    text-align: center;

    margin-bottom: 70px;

}

.section-title p {

    font-size: 19px;

    color: #666;

}


/*=========================================================
CARTES PREMIUM
=========================================================*/

.cards {

    width: min(1350px, 92%);

    margin: auto;

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

    gap: 35px;

}

.cards .card {

    background: #FFF;

    border-radius: 28px;

    padding: 45px 35px;

    box-shadow:
        0 18px 40px rgba(0, 0, 0, .10);

    transition: .40s;

    position: relative;

    overflow: hidden;

}

.cards .card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 6px;

    background:

        linear-gradient(90deg,
            var(--paroisse-bleu),
            var(--paroisse-or));

}

.cards .card:hover {

    transform: translateY(-10px);

    box-shadow:
        0 30px 70px rgba(0, 0, 0, .16);

}


/*=========================================================
ICONE
=========================================================*/

.cards .card i {

    width: 85px;

    height: 85px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    background:

        rgba(15, 76, 129, .08);

    color: var(--paroisse-bleu);

    font-size: 36px;

    margin-bottom: 28px;

}


/*=========================================================
TITRE
=========================================================*/

.cards .card h3 {

    color: var(--paroisse-bleu);

    margin-bottom: 18px;

    font-size: 28px;

}


/*=========================================================
PARAGRAPHE
=========================================================*/

.cards .card p {

    color: #666;

    line-height: 1.9;

    font-size: 17px;

}


/*=========================================================
HISTORICAL STATS
=========================================================*/

.historical-stats {

    width: min(1400px, 92%);

    margin: -70px auto 100px;

    position: relative;

    z-index: 20;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

}

.historical-card {

    background: #FFF;

    border-radius: 25px;

    padding: 40px;

    text-align: center;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, .12);

    transition: .35s;

}

.historical-card:hover {

    transform: translateY(-10px);

}

.historical-card h3 {

    font-size: 60px;

    color: var(--paroisse-bleu);

    margin-bottom: 10px;

}

.historical-card p {

    font-size: 18px;

    color: #666;

}


/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:1100px) {

    .history-grid {

        grid-template-columns: 1fr;

    }

    .history-image {

        height: 420px;

    }

}

@media(max-width:768px) {

    .historical-stats {

        grid-template-columns: repeat(2, 1fr);

    }

    .history-image {

        height: 320px;

    }

}

@media(max-width:576px) {

    .historical-stats {

        grid-template-columns: 1fr;

    }

}
/*=========================================================
SECTION STOLL
=========================================================*/

.stoll-section {

    position: relative;

    overflow: hidden;

    padding: 120px 0;

    background:
        linear-gradient(135deg,
            #0F4C81,
            #082B47);

}

.stoll-section::before {

    content: "";

    position: absolute;

    width: 650px;

    height: 650px;

    top: -250px;

    right: -180px;

    border-radius: 50%;

    background: rgba(212, 175, 55, .08);

}

.stoll-section::after {

    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    left: -180px;

    bottom: -180px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .04);

}


/*=========================================================
CONTENU
=========================================================*/

.stoll-content {

    position: relative;

    z-index: 10;

    width: min(1100px, 92%);

    margin: auto;

    text-align: center;

}

.stoll-content h2 {

    color: #FFF;

    font-size: 46px;

    line-height: 1.3;

    margin: 30px 0;

}

.stoll-content p {

    color: #E8E8E8;

    font-size: 18px;

    line-height: 2;

    margin-bottom: 22px;

}


/*=========================================================
BADGE
=========================================================*/

.year-badge {

    display: inline-block;

    padding: 12px 30px;

    border-radius: 40px;

    background: rgba(255, 255, 255, .12);

    color: #FFF;

    letter-spacing: 1px;

    font-weight: 600;

}


/*=========================================================
PATRIMOINE
=========================================================*/

.cards {

    margin-top: 70px;

}

.cards .card {

    min-height: 380px;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

}

.cards .card:hover {

    transform: translateY(-12px);

}


/*=========================================================
IMAGE PREMIUM
=========================================================*/

.history-image {

    position: relative;

    overflow: hidden;

}

.history-image img {

    transition: .5s;

}

.history-image:hover img {

    transform: scale(1.05);

}


/*=========================================================
SECTION ALTERNATIVE
=========================================================*/

.section-alt {

    position: relative;

}

.section-alt::before {

    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    right: 0;

    top: 80px;

    background: rgba(212, 175, 55, .05);

    border-radius: 50%;

}

.section-alt::after {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    left: 0;

    bottom: 60px;

    background: rgba(15, 76, 129, .05);

    border-radius: 50%;

}


/*=========================================================
SECTION GRID
=========================================================*/

.section .history-grid {

    align-items: center;

}


/*=========================================================
IMAGE
=========================================================*/

.section .history-image {

    width: 100%;

    height: 500px;

    object-fit: cover;

    border-radius: 25px;

    border: 10px solid #FFF;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, .15);

}


/*=========================================================
SOUS TITRES
=========================================================*/

.section h3 {

    color: var(--paroisse-bleu);

    margin-bottom: 20px;

}


/*=========================================================
PARAGRAPHES
=========================================================*/

.section p {

    color: #555;

    font-size: 17px;

    line-height: 2;

}


/*=========================================================
EFFET APPARITION
=========================================================*/

.cards .card,
.history-grid {

    animation: fadeUp .9s ease;

}


/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:992px) {

    .stoll-content h2 {

        font-size: 36px;

    }

    .section .history-image {

        height: 380px;

    }

}

@media(max-width:768px) {

    .stoll-content h2 {

        font-size: 30px;

    }

    .section .history-image {

        height: 300px;

    }

}
/*=========================================================
TIMELINE PREMIUM
=========================================================*/

.timeline-premium {

    position: relative;

    width: min(1100px, 92%);

    margin: 90px auto;

    padding-left: 60px;

}

.timeline-premium::before {

    content: "";

    position: absolute;

    left: 28px;

    top: 0;

    bottom: 0;

    width: 5px;

    border-radius: 20px;

    background: linear-gradient(to bottom,
            var(--paroisse-or),
            var(--paroisse-bleu));

}


/*=========================================================
POINT
=========================================================*/

.timeline-point {

    position: relative;

    margin-bottom: 60px;

    padding: 35px 40px;

    background: #FFF;

    border-radius: 25px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);

    transition: .35s;

}

.timeline-point:last-child {

    margin-bottom: 0;

}

.timeline-point:hover {

    transform: translateX(12px);

    box-shadow: 0 28px 60px rgba(0, 0, 0, .16);

}


/*=========================================================
PASTILLE
=========================================================*/

.timeline-point::before {

    content: "";

    position: absolute;

    width: 24px;

    height: 24px;

    left: -46px;

    top: 45px;

    border-radius: 50%;

    background: var(--paroisse-or);

    border: 6px solid #FFF;

    box-shadow: 0 0 0 5px rgba(212, 175, 55, .18);

}


/*=========================================================
DATE
=========================================================*/

.timeline-point h3 {

    font-size: 40px;

    color: var(--paroisse-bleu);

    margin-bottom: 10px;

}

.timeline-point h4 {

    color: #222;

    margin-bottom: 18px;

    font-size: 24px;

}

.timeline-point p {

    color: #666;

    line-height: 1.9;

}


/*=========================================================
PAROISSES FILLES
=========================================================*/

.cards {

    margin-top: 70px;

}

.cards .card {

    text-align: center;

}

.cards .card i {

    margin: auto;

    margin-bottom: 25px;

}

.cards .card h3 {

    font-size: 24px;

}


/*=========================================================
STATISTIQUES
=========================================================*/

.stats {

    width: min(1300px, 92%);

    margin: 70px auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 35px;

}

.stat-card {

    background: #FFF;

    border-radius: 28px;

    padding: 45px 30px;

    text-align: center;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .10);

    transition: .35s;

    position: relative;

    overflow: hidden;

}

.stat-card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 6px;

    background: linear-gradient(90deg,
            var(--paroisse-bleu),
            var(--paroisse-or));

}

.stat-card:hover {

    transform: translateY(-10px);

}

.stat-card h3 {

    font-size: 62px;

    color: var(--paroisse-bleu);

    margin-bottom: 15px;

}

.stat-card p {

    color: #666;

    font-size: 18px;

}


/*=========================================================
CURÉ
=========================================================*/

.current-curate {

    width: min(900px, 92%);

    margin: 80px auto 0;

    background: #FFF;

    padding: 45px;

    border-radius: 28px;

    text-align: center;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);

}

.current-curate h3 {

    color: var(--paroisse-bleu);

    margin-bottom: 18px;

}

.current-curate strong {

    display: block;

    font-size: 28px;

    color: var(--paroisse-or);

    margin-bottom: 20px;

}

.current-curate p {

    line-height: 1.9;

}


/*=========================================================
MISSION
=========================================================*/

.mission-box {

    background: linear-gradient(135deg,
            var(--paroisse-bleu),
            #082B47);

    border-radius: 30px;

    padding: 70px;

    color: #FFF;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);

}

.mission-box h2 {

    color: #FFF;

}

.mission-box h2::after {

    background: var(--paroisse-or);

}

.mission-box p {

    color: #EEE;

}


/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:992px) {

    .stats {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media(max-width:768px) {

    .timeline-premium {

        padding-left: 30px;

    }

    .timeline-premium::before {

        left: 10px;

    }

    .timeline-point {

        padding: 30px;

    }

    .timeline-point::before {

        left: -28px;

    }

    .stats {

        grid-template-columns: 1fr;

    }

    .mission-box {

        padding: 40px;

    }

}
/*=========================================================
GALERIE HISTORIQUE
=========================================================*/

.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;

    background: #FFF;

    box-shadow: 0 22px 55px rgba(0, 0, 0, .12);

    cursor: pointer;

    transition: .40s;

}

.galerie-item:hover {

    transform: translateY(-10px);

    box-shadow: 0 30px 70px rgba(0, 0, 0, .18);

}

.galerie-item img {

    width: 100%;

    height: 320px;

    object-fit: cover;

    transition: .60s;

}

.galerie-item:hover img {

    transform: scale(1.08);

}


/*=========================================================
OVERLAY
=========================================================*/

.galerie-item::before {

    content: "";

    position: absolute;

    inset: 0;

    background:

        linear-gradient(rgba(15, 76, 129, .05),

            rgba(15, 76, 129, .55));

    opacity: 0;

    transition: .35s;

    z-index: 1;

}

.galerie-item:hover::before {

    opacity: 1;

}


/*=========================================================
ICONE
=========================================================*/

.galerie-item::after {

    content: "\f06e";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) scale(.6);

    width: 75px;

    height: 75px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #FFF;

    color: var(--paroisse-bleu);

    font-size: 28px;

    opacity: 0;

    transition: .35s;

    z-index: 2;

}

.galerie-item:hover::after {

    opacity: 1;

    transform: translate(-50%, -50%) scale(1);

}


/*=========================================================
CTA
=========================================================*/

.don-section {

    position: relative;

    overflow: hidden;

    background:

        linear-gradient(135deg,

            #0F4C81,

            #082B47);

}

.don-section::before {

    content: "";

    position: absolute;

    width: 700px;

    height: 700px;

    right: -220px;

    top: -220px;

    border-radius: 50%;

    background: rgba(212, 175, 55, .08);

}

.don-section::after {

    content: "";

    position: absolute;

    width: 550px;

    height: 550px;

    left: -220px;

    bottom: -220px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .04);

}


/*=========================================================
DON CARD
=========================================================*/

.don-card {

    position: relative;

    z-index: 10;

    max-width: 1000px;

    margin: auto;

    text-align: center;

}

.don-card h2 {

    color: #FFF;

    font-size: 46px;

    margin: 25px 0;

    line-height: 1.3;

}

.don-card p {

    color: #F2F2F2;

    line-height: 2;

    font-size: 18px;

}


/*=========================================================
BOUTONS
=========================================================*/

.don-card .hero-buttons {

    margin-top: 45px;

}

.don-card .btn,

.don-card .btn-or {

    min-width: 230px;

}


/*=========================================================
SECTION BADGE
=========================================================*/

.don-card .section-badge {

    background: rgba(255, 255, 255, .12);

    color: #FFF;

}


/*=========================================================
ANIMATIONS
=========================================================*/

.history-grid,

.cards .card,

.timeline-point,

.stat-card,

.galerie-item {

    animation: fadeUp .9s ease;

}


/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:992px) {

    .galerie-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media(max-width:768px) {

    .galerie-grid {

        grid-template-columns: 1fr;

    }

    .galerie-item img {

        height: 260px;

    }

    .don-card h2 {

        font-size: 34px;

    }

    .don-card p {

        font-size: 17px;

    }

}

@media(max-width:576px) {

    .don-card .btn,

    .don-card .btn-or {

        width: 100%;

    }

}
/*=========================================================
DIOCESES
=========================================================*/

.diocese-grid {

    width: min(1350px, 92%);

    margin: 90px auto 0;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 35px;

}

.diocese-card {

    background: #FFF;

    border-radius: 25px;

    padding: 40px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);

    transition: .35s;

    border-top: 6px solid var(--paroisse-or);

}

.diocese-card:hover {

    transform: translateY(-10px);

}

.diocese-card h3 {

    color: var(--paroisse-bleu);

    margin-bottom: 25px;

    font-size: 28px;

}

.diocese-card h3 i {

    color: var(--paroisse-or);

    margin-right: 10px;

}

.diocese-card ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.diocese-card li {

    padding: 14px 0;

    border-bottom: 1px solid #ECECEC;

    color: #555;

    font-size: 17px;

}

.diocese-card li:last-child {

    border-bottom: none;

}

@media(max-width:992px) {

    .diocese-grid {

        grid-template-columns: 1fr;

    }

}
/*=========================================================
RAYONNEMENT STATS
=========================================================*/

.rayonnement-stats {

    width: min(1100px, 92%);

    margin: 40px auto 90px;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

}

.rayonnement-item {

    background: linear-gradient(135deg,
            var(--paroisse-bleu),
            #123B61);

    color: #FFF;

    text-align: center;

    padding: 35px;

    border-radius: 22px;

    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);

    transition: .35s;

}

.rayonnement-item:hover {

    transform: translateY(-8px);

}

.rayonnement-item span {

    display: block;

    font-size: 52px;

    font-weight: 800;

    color: var(--paroisse-or);

    margin-bottom: 10px;

}

.rayonnement-item small {

    font-size: 18px;

    color: #FFF;

}

/*=========================================================
BADGE
=========================================================*/

.paroisse-badge {

    margin-top: 30px;

    background: rgba(212, 175, 55, .12);

    color: var(--paroisse-bleu);

    border-left: 5px solid var(--paroisse-or);

    border-radius: 12px;

    padding: 18px;

    font-size: 16px;

    line-height: 1.7;

}

.paroisse-badge strong {

    color: var(--paroisse-or);

}

/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:768px) {

    .rayonnement-stats {

        grid-template-columns: 1fr;

    }

}
