/*=========================================================
CONTACT PREMIUM
JUBILÉ DU CENTENAIRE
Paroisse Notre-Dame des Sept Douleurs d'Akono
-----------------------------------------------------------
Développé par :
ESSOMBA Pancrace Cédric
Pancrace Consulting Group
=========================================================*/

/*=========================================================
VARIABLES
=========================================================*/

:root {

    --bleu: #0F4C81;
    --bleu-clair: #2F80ED;
    --or: #D4AF37;
    --vert: #2E7D32;
    --fond: #F5F7FA;
    --blanc: #FFFFFF;
    --texte: #333333;
    --gris: #777777;
    --ombre: 0 15px 40px rgba(0, 0, 0, .10);
    --radius: 22px;
    --transition: .35s ease;

}

/*=========================================================
BODY
=========================================================*/

body {

    background: var(--fond);

}

/*=========================================================
HERO
=========================================================*/

.contact-hero {

    position: relative;

    padding: 140px 0;

    overflow: hidden;

    background:
        linear-gradient(rgba(5, 112, 23, 0.88),
            rgba(2, 61, 71, 0.88)),
        url("../images/hero-contact.jpg");

    background-size: cover;

    background-position: center;

    color: #FFF;

}

.contact-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(rgba(255, 255, 255, .08),
            transparent 70%);

}

.hero-content {

    position: relative;

    z-index: 2;

    max-width: 850px;

    margin: auto;

    text-align: center;

}

.hero-badge {

    display: inline-block;

    padding: 12px 28px;

    border-radius: 50px;

    background: rgba(255, 255, 255, .18);

    backdrop-filter: blur(8px);

    margin-bottom: 30px;

    font-weight: 600;

}

.hero-content h1 {

    font-size: 58px;

    font-weight: 800;

    margin-bottom: 25px;

}

.hero-content p {

    font-size: 20px;

    line-height: 1.9;

    margin-bottom: 45px;

}

.hero-buttons {

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

}

/*=========================================================
BOUTONS
=========================================================*/

.btn-or {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    padding: 16px 40px;

    background: var(--or);

    color: #111;

    border-radius: 50px;

    text-decoration: none;

    font-weight: 700;

    transition: .35s;

}

.btn-or:hover {

    transform: translateY(-5px);

    color: #111;

}

.btn-blanc {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    padding: 16px 40px;

    background: #FFF;

    color: var(--bleu);

    border-radius: 50px;

    text-decoration: none;

    font-weight: 700;

    transition: .35s;

}

.btn-blanc:hover {

    background: var(--or);

    color: #111;

}

/*=========================================================
MESSAGE
=========================================================*/

.contact-message {

    margin-top: -70px;

    position: relative;

    z-index: 20;

    margin-bottom: 80px;

}

.message-box {

    background: #FFF;

    border-radius: 25px;

    box-shadow: var(--ombre);

    padding: 45px;

    display: flex;

    align-items: center;

    gap: 35px;

}

.message-icon {

    width: 100px;

    height: 100px;

    border-radius: 50%;

    background: var(--or);

    color: #FFF;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 42px;

    flex-shrink: 0;

}

.message-content h2 {

    color: var(--bleu);

    font-size: 34px;

    margin-bottom: 18px;

}

.message-content p {

    color: #555;

    font-size: 17px;

    line-height: 1.9;

}

/*=========================================================
SECTION CONTACTS
=========================================================*/

.contacts-section {

    padding: 100px 0;

}

.section-title {

    text-align: center;

    margin-bottom: 60px;

}

.section-title span {

    display: inline-block;

    padding: 10px 24px;

    border-radius: 40px;

    background: #EEF5FC;

    color: var(--bleu);

    font-weight: 700;

    margin-bottom: 20px;

}

.section-title h2 {

    color: var(--bleu);

    font-size: 42px;

    font-weight: 800;

    margin-bottom: 18px;

}

.section-title p {

    max-width: 800px;

    margin: auto;

    color: #666;

    line-height: 1.8;

}

.contacts-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 35px;

}

/*=========================================================
CARTES CONTACT
=========================================================*/

.contact-card {

    background: #FFF;

    border-radius: 22px;

    padding: 45px;

    text-align: center;

    box-shadow: var(--ombre);

    transition: .35s;

}

.contact-card:hover {

    transform: translateY(-10px);

}

.contact-icon {

    width: 90px;

    height: 90px;

    border-radius: 50%;

    background: #25D366;

    color: #FFF;

    display: flex;

    justify-content: center;

    align-items: center;

    margin: auto;

    margin-bottom: 25px;

    font-size: 42px;

}

.contact-icon.orange {

    background: #FF7900;

}

.contact-card h3 {

    color: var(--bleu);

    font-size: 28px;

    margin-bottom: 10px;

}

.contact-type {

    display: inline-block;

    padding: 8px 18px;

    border-radius: 30px;

    background: #EEF5FC;

    color: var(--bleu);

    font-weight: 600;

    margin-bottom: 20px;

}

.contact-card h2 {

    font-size: 34px;

    color: #222;

    margin-bottom: 15px;

    font-weight: 800;

}

.contact-card p {

    color: #666;

    line-height: 1.8;

    margin-bottom: 30px;

}

.btn-whatsapp {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    padding: 15px 30px;

    background: #25D366;

    color: #FFF;

    text-decoration: none;

    border-radius: 50px;

    font-weight: 700;

    transition: .35s;

}

.btn-whatsapp:hover {

    background: #128C7E;

    color: #FFF;

    transform: translateY(-4px);

}
/*=========================================================
HORAIRES
=========================================================*/

.horaires {

    padding: 100px 0;

    background: #FFFFFF;

}

.horaires-box {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

    gap: 35px;

}

.horaire-item {

    background: #F8FAFD;

    border-radius: 22px;

    padding: 40px;

    text-align: center;

    box-shadow: var(--ombre);

    transition: var(--transition);

}

.horaire-item:hover {

    transform: translateY(-10px);

}

.horaire-item i {

    font-size: 48px;

    color: var(--or);

    margin-bottom: 20px;

}

.horaire-item h3 {

    color: var(--bleu);

    font-size: 24px;

    margin-bottom: 18px;

}

.horaire-item p {

    color: #666;

    line-height: 1.8;

}

/*=========================================================
LOCALISATION
=========================================================*/

.localisation {

    padding: 100px 0;

    background: var(--fond);

}

.map-placeholder {

    background: #FFFFFF;

    border-radius: 25px;

    padding: 80px 40px;

    text-align: center;

    box-shadow: var(--ombre);

}

.map-placeholder i {

    font-size: 70px;

    color: var(--or);

    margin-bottom: 25px;

}

.map-placeholder h3 {

    color: var(--bleu);

    font-size: 30px;

    margin-bottom: 20px;

}

.map-placeholder p {

    color: #666;

    font-size: 18px;

    line-height: 1.8;

}

/*=========================================================
CALL TO ACTION
=========================================================*/

.contact-cta {

    padding: 110px 0;

    background: linear-gradient(135deg,
            var(--bleu),
            var(--bleu-clair));

}

.cta-box {

    max-width: 1000px;

    margin: auto;

    text-align: center;

    color: #FFFFFF;

}

.cta-box h2 {

    font-size: 48px;

    font-weight: 800;

    margin-bottom: 25px;

}

.cta-box p {

    font-size: 19px;

    line-height: 1.9;

    margin-bottom: 45px;

}

.cta-buttons {

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

}

/*=========================================================
INFOS
=========================================================*/

.contact-infos {

    padding: 100px 0;

    background: #FFFFFF;

}

.infos-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

    gap: 30px;

}

.info-card {

    background: var(--fond);

    border-radius: 22px;

    padding: 40px;

    text-align: center;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);

    transition: var(--transition);

}

.info-card:hover {

    transform: translateY(-8px);

    box-shadow: var(--ombre);

}

.info-card i {

    font-size: 48px;

    color: var(--or);

    margin-bottom: 20px;

}

.info-card h3 {

    color: var(--bleu);

    font-size: 24px;

    margin-bottom: 15px;

}

.info-card p {

    color: #666;

    line-height: 1.8;

}

/*=========================================================
ANIMATIONS
=========================================================*/

@keyframes fadeUp {

    from {

        opacity: 0;

        transform: translateY(40px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}

.contact-card,
.info-card,
.horaire-item,
.message-box {

    animation: fadeUp .7s ease;

}

/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:992px) {

    .hero-content h1 {

        font-size: 46px;

    }

    .hero-content p {

        font-size: 18px;

    }

    .message-box {

        flex-direction: column;

        text-align: center;

    }

    .contacts-grid {

        grid-template-columns: 1fr;

    }

}

@media(max-width:768px) {

    .hero-content h1 {

        font-size: 36px;

    }

    .hero-content p {

        font-size: 16px;

    }

    .section-title h2 {

        font-size: 32px;

    }

    .cta-box h2 {

        font-size: 34px;

    }

    .hero-buttons,

    .cta-buttons {

        flex-direction: column;

        align-items: center;

    }

    .btn-or,

    .btn-blanc,

    .btn-whatsapp {

        width: 100%;

        max-width: 330px;

    }

}

@media(max-width:576px) {

    .contact-hero {

        padding: 90px 0;

    }

    .message-box {

        padding: 30px;

    }

    .contact-card,

    .horaire-item,

    .info-card {

        padding: 30px;

    }

}

/*=========================================================
FIN DU FICHIER
=========================================================*/