
/*
|--------------------------------------------------------------------------
| BEN'S LINE DANCE
| NOUS-REJOINDRE.CSS
|--------------------------------------------------------------------------
| Design :
| Vert sauge / Crème / Brun
| Hero avec dégradé
| Boutons rectangulaires à coins arrondis
| Responsive mobile-first
|--------------------------------------------------------------------------
*/


/* =========================================================
   1. PAGE
========================================================= */

.join-page {

    --sauge-fonce: #4f624b;
    --sauge: #667a62;
    --sauge-clair: #e8eee5;

    --brun-fonce: #4b3f35;
    --brun: #594a3c;
    --brun-clair: #80694f;

    --creme: #f8f5ee;
    --creme-claire: #fffdf8;

    --texte: #302a24;
    --texte-clair: #756d63;

    --bordure: #ddd5c7;

    width: 100%;
    min-height: 100vh;

    background: var(--creme);
    color: var(--texte);

    overflow-x: hidden;
}


.join-page *,
.join-page *::before,
.join-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   HERO — MÊME DÉGRADÉ QUE À PROPOS
========================================================= */

.join-top {

    position: relative;

    width: 100%;
    height: 190px;
    min-height: 190px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #4f624b 0%,
            #66785f 45%,
            #80694f 100%
        );

    color: #fffaf0;

    border-bottom:
        1px solid #ddd5c7;

    overflow: hidden;
}

/* =========================================================
   3. HERO INNER
========================================================= */

.join-top-inner {

    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1200px;

height: 190px;

    margin: 0 auto;

    padding: 35px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.join-top-content {

    min-width: 0;
    flex: 1;

    max-width: 850px;
}


/* =========================================================
   EYEBROW
========================================================= */

.join-eyebrow {

    display: block;

    margin-bottom: 12px;

    color: #e8eee5;

    font-size: .70rem;
    font-weight: 800;

    letter-spacing: .18em;
    text-transform: uppercase;
}


/* =========================================================
   HERO TITRE
========================================================= */

.join-top h1 {

    margin: 0;

    max-width: 850px;

    color: #fffaf0;

    font-size:
        clamp(
            2.2rem,
            5vw,
            3.6rem
        );

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -.025em;
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.join-top p {

    max-width: 700px;

    margin: 15px 0 0;

    color: rgba(255,250,240,.92);

    font-size:
        clamp(
            .95rem,
            1.8vw,
            1.08rem
        );

    line-height: 1.7;
}


/* =========================================================
   HERO ICÔNE
========================================================= */

.join-top-mark {

    width: 64px;
    height: 64px;

    flex: 0 0 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(255,255,255,.20);

    border-radius: 16px;

    background:
        rgba(255,255,255,.13);

    color: #fff;

    font-size: 24px;

    box-shadow:
        0 10px 25px
        rgba(63,53,43,.16);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


/* =========================================================
   4. CONTENU PRINCIPAL
========================================================= */

.join-content {

    width: calc(100% - 32px);

    max-width: 1100px;

    margin: 0 auto;

    padding: 45px 0 80px;
}


/* =========================================================
   5. TITRES DE SECTION
========================================================= */

.join-section-heading {

    width: 100%;

    margin-bottom: 24px;
}


.join-section-label {

    display: block;

    margin-bottom: 8px;

    color: var(--sauge);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .16em;

    text-transform: uppercase;
}


.join-section-heading h2 {

    margin: 0;

    color: var(--texte);

    font-size:
        clamp(
            1.5rem,
            6vw,
            2.2rem
        );

    line-height: 1.15;

    letter-spacing: -.025em;
}


.join-section-heading p {

    max-width: 720px;

    margin: 10px 0 0;

    color: var(--texte-clair);

    font-size: 14px;

    line-height: 1.65;
}


/* =========================================================
   6. CONTACT
========================================================= */

.join-contact {

    width: 100%;

    display: grid;

    grid-template-columns: 1fr;

    gap: 18px;
}


/* =========================================================
   7. CARTES
========================================================= */

.join-info,
.join-form-card {

    width: 100%;
    min-width: 0;

    background: #fff;

    border:
        1px solid
        var(--bordure);

    border-radius: 18px;

    box-shadow:
        0 8px 25px
        rgba(63,53,43,.07);
}


.join-info {
    padding: 24px;
}


.join-form-card {
    padding: 24px;
}


/* =========================================================
   8. INFORMATIONS
========================================================= */

.join-info-box {

    width: 100%;

    display: flex;
    align-items: flex-start;

    gap: 13px;

    margin-bottom: 20px;
}


.join-info-box:last-of-type {
    margin-bottom: 25px;
}


.join-info-icon {

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: var(--sauge-clair);

    color: var(--sauge);

    font-size: 17px;
}


.join-info-box strong {

    display: block;

    margin-bottom: 3px;

    color: var(--brun);

    font-size: 14px;
}


.join-info-box span {

    display: block;

    max-width: 100%;

    color: var(--texte-clair);

    font-size: 13px;

    line-height: 1.45;

    overflow-wrap: anywhere;
}


/* =========================================================
   9. RÉSEAUX SOCIAUX
========================================================= */

.join-social {

    padding-top: 20px;

    border-top:
        1px solid
        var(--bordure);
}


.join-social > strong {

    display: block;

    margin-bottom: 12px;

    color: var(--brun);

    font-size: 14px;
}


.join-social-links {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;
}


.join-social-links a {

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #f3eee4;

    color: var(--sauge);

    font-size: 17px;

    text-decoration: none;

    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease;
}


.join-social-links a:hover {

    transform: translateY(-2px);

    background: var(--sauge);

    color: #fff;
}


/* =========================================================
   10. FORMULAIRE
========================================================= */

.join-form {

    width: 100%;
}


.join-form-group {

    width: 100%;

    margin-bottom: 17px;
}


.join-form-group label {

    display: block;

    margin-bottom: 7px;

    color: var(--brun);

    font-size: 13px;

    font-weight: 700;
}


.join-form-group label span {
    color: #c0392b;
}


/* =========================================================
   CHAMPS
========================================================= */

.join-form-group input,
.join-form-group textarea {

    display: block;

    width: 100%;
    max-width: 100%;

    box-sizing: border-box;

    border:
        1px solid
        var(--bordure);

    border-radius: 12px;

    background: var(--creme-claire);

    color: var(--texte);

    font-family: inherit;

    font-size: 14px;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}


.join-form-group input {

    min-height: 46px;

    padding: 11px 13px;
}


.join-form-group textarea {

    min-height: 150px;

    padding: 13px;

    resize: vertical;

    line-height: 1.55;
}


.join-form-group input::placeholder,
.join-form-group textarea::placeholder {

    color: #aaa29a;
}


.join-form-group input:hover,
.join-form-group textarea:hover {

    border-color: var(--sauge);
}


.join-form-group input:focus,
.join-form-group textarea:focus {

    border-color: var(--sauge);

    background: #fff;

    box-shadow:
        0 0 0 3px
        rgba(102,122,98,.13);
}


/* =========================================================
   11. BOUTON PRINCIPAL
   BRUN — RECTANGULAIRE
========================================================= */

.join-actions {

    width: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-top: 22px;
}


.join-submit {

    width: 100%;

    min-height: 50px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 13px 24px;

    border:
        1px solid
        var(--brun-fonce);

    border-radius: 12px;

    background: var(--brun-fonce);

    color: #fff;

    font-family: inherit;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    cursor: pointer;

    box-shadow:
        0 5px 15px
        rgba(75,63,53,.16);

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


.join-submit i {
    font-size: 16px;
}


.join-submit:hover {

    background: #d8cabc;

    border-color: #b9a999;

    color: var(--brun-fonce);

    transform: translateY(-1px);

    box-shadow:
        0 6px 16px
        rgba(75,63,53,.12);
}


.join-submit:active {
    transform: translateY(0);
}


/* =========================================================
   12. MESSAGES
========================================================= */

.join-success,
.join-error {

    width: 100%;

    padding: 13px 15px;

    margin-bottom: 20px;

    border-radius: 10px;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.45;
}


.join-success {

    background: #eaf7ec;

    color: #2e7d32;

    border-left: 4px solid #2e7d32;
}


.join-error {

    background: #fdeded;

    color: #c62828;

    border-left: 4px solid #c62828;
}


.join-success i,
.join-error i {
    margin-right: 6px;
}


/* =========================================================
   13. RAISONS
========================================================= */

.join-reasons {

    width: 100%;

    margin-top: 45px;
}


.join-reasons-grid {

    width: 100%;

    display: grid;

    grid-template-columns: 1fr;

    gap: 14px;
}


.join-reason {

    width: 100%;

    padding: 22px 18px;

    background: #fff;

    border:
        1px solid
        var(--bordure);

    border-radius: 16px;

    text-align: center;
}


.join-reason-icon {

    width: 45px;
    height: 45px;

    margin: 0 auto 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--sauge-clair);

    color: var(--sauge);

    font-size: 18px;
}


.join-reason h3 {

    margin: 0 0 7px;

    color: var(--texte);

    font-size: 16px;
}


.join-reason p {

    margin: 0;

    color: var(--texte-clair);

    font-size: 13px;

    line-height: 1.55;
}


/* =========================================================
   14. CITATION
========================================================= */

.join-quote {

    width: 100%;

    margin-top: 45px;

    padding: 32px 20px;

    background: #f0ebe1;

    border:
        1px solid
        var(--bordure);

    border-radius: 18px;

    text-align: center;
}


.join-quote-icon {

    display: block;

    margin-bottom: 12px;

    color: var(--sauge);

    font-size: 32px;
}


.join-quote blockquote {

    margin: 0;

    color: var(--brun);

    font-family: Georgia, serif;

    font-size: 18px;

    font-style: italic;

    line-height: 1.55;
}


.join-quote-brand {

    display: block;

    margin-top: 15px;

    color: var(--texte-clair);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .18em;
}


/* =========================================================
   15. CONTRIBUTIONS DES MEMBRES
========================================================= */

.join-contributions {

    width: 100%;

    padding: 65px 20px;

    background: var(--creme);
}


.join-contributions-inner {

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;
}


.join-contributions-heading {

    max-width: 760px;

    margin: 0 auto 42px;

    text-align: center;
}


.join-contributions-heading h2 {

    margin: 10px 0 15px;

    color: var(--texte);

    font-size:
        clamp(
            1.8rem,
            5vw,
            2.4rem
        );

    font-weight: 700;

    line-height: 1.2;
}


.join-contributions-heading p {

    margin: 0;

    color: var(--texte-clair);

    font-size: 16px;

    line-height: 1.7;
}


/* =========================================================
   CONTRIBUTIONS — GRILLE
========================================================= */

.join-contributions-grid {

    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 25px;
}


/* =========================================================
   CONTRIBUTION — CARTE
========================================================= */

.join-contribution-card {

    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 22px;

    width: 100%;
    min-width: 0;

    padding: 30px;

    background: #fff;

    border:
        1px solid
        var(--bordure);

    border-radius: 20px;

    text-decoration: none;

    box-shadow:
        0 12px 35px
        rgba(0,0,0,.06);

    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.join-contribution-card::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 5px;

    background: var(--sauge);
}


.join-contribution-card:hover {

    transform: translateY(-4px);

    border-color: var(--sauge);

    box-shadow:
        0 18px 42px
        rgba(0,0,0,.10);
}


/* =========================================================
   CONTRIBUTION — ICÔNE
========================================================= */

.join-contribution-icon {

    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: var(--sauge-clair);

    color: var(--sauge);

    font-size: 24px;

    transition:
        background .25s ease,
        color .25s ease;
}


.join-contribution-card:hover
.join-contribution-icon {

    background: var(--sauge);

    color: #fff;
}


/* =========================================================
   CONTRIBUTION — CONTENU
========================================================= */

.join-contribution-content {

    min-width: 0;

    flex: 1;
}


.join-contribution-label {

    display: block;

    margin-bottom: 7px;

    color: var(--sauge);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


.join-contribution-content h3 {

    margin: 0 0 10px;

    color: var(--texte);

    font-size: 22px;

    font-weight: 700;

    line-height: 1.3;
}


.join-contribution-content p {

    margin: 0 0 17px;

    color: var(--texte-clair);

    font-size: 14px;

    line-height: 1.65;
}


.join-contribution-link {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: var(--brun);

    font-size: 14px;

    font-weight: 700;
}


.join-contribution-link i {

    transition:
        transform .25s ease;
}


.join-contribution-card:hover
.join-contribution-link i {

    transform: translateX(4px);
}


/* =========================================================
   16. TABLETTE — 768PX
========================================================= */

@media (min-width: 768px) {

    .join-top-inner {

        width: calc(100% - 48px);

        padding:
            85px
            0
            65px;
    }


    .join-content {

        width: calc(100% - 48px);

        padding:
            55px
            0
            90px;
    }


    .join-contact {

        grid-template-columns:
            320px
            minmax(0, 1fr);

        gap: 20px;
    }


    .join-info {
        padding: 28px;
    }


    .join-form-card {
        padding: 30px;
    }


    .join-reasons-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 15px;
    }


    .join-contributions {

        padding:
            60px
            24px;
    }


    .join-contribution-card {

        padding: 28px;

        gap: 20px;
    }
}


/* =========================================================
   17. DESKTOP — 992PX
========================================================= */

@media (min-width: 992px) {

    .join-top-inner {

        max-width: 1200px;

        min-height: 280px;

        padding:
            90px
            25px
            70px;
    }


    .join-top {

        min-height: 280px;
    }


    .join-top-mark {

        width: 68px;
        height: 68px;

        flex-basis: 68px;

        font-size: 25px;
    }


    .join-content {

        max-width: 1100px;

        padding:
            65px
            0
            100px;
    }


    .join-contact {

        grid-template-columns:
            340px
            minmax(0, 1fr);

        gap: 25px;
    }


    .join-info {

        padding: 35px;
    }


    .join-form-card {

        padding: 35px;
    }


    .join-reasons {

        margin-top: 55px;
    }


    .join-reason {

        padding: 25px 20px;
    }


    .join-quote {

        margin-top: 55px;

        padding:
            50px
            35px;
    }


    .join-quote blockquote {

        font-size: 24px;
    }


    .join-contributions {

        padding:
            70px
            25px;
    }


    .join-contribution-card {

        padding: 35px;

        gap: 25px;

        border-radius: 24px;
    }


    .join-contribution-icon {

        width: 62px;
        height: 62px;

        flex-basis: 62px;

        border-radius: 18px;

        font-size: 26px;
    }


    .join-contribution-content h3 {

        font-size: 25px;
    }


    .join-contribution-content p {

        font-size: 15px;
    }
}


/* =========================================================
   18. MOBILE — 576PX
========================================================= */

@media (max-width: 576px) {

    .join-top {

        min-height: 0;
    }


.join-top-inner {

    width: 100%;

    min-height: 0;

    padding:
        75px
        16px
        50px;

    text-align: left;
}


.join-top-content {

    width: 100%;
    max-width: none;

    text-align: left;
}


    .join-eyebrow {

        margin-bottom: 10px;

        font-size: 9px;

        letter-spacing: .14em;
    }


    .join-top h1 {

        width: 100%;

        max-width: none;

        font-size:
            clamp(
                1.9rem,
                9vw,
                2.35rem
            );

        line-height: 1.12;
    }


    .join-top p {

        width: 100%;

        max-width: 100%;

        margin:
            13px
            auto
            0;

        font-size: .88rem;

        line-height: 1.6;
    }


    .join-top-mark {

        display: none;
    }


    .join-content {

        width: calc(100% - 24px);

        padding:
            35px
            0
            70px;
    }


    .join-section-heading {

        margin-bottom: 20px;
    }


    .join-section-heading h2 {

        font-size: 1.55rem;
    }


    .join-section-heading p {

        font-size: 13px;

        line-height: 1.6;
    }


    .join-contact {

        grid-template-columns: 1fr;

        gap: 15px;
    }


    .join-info,
    .join-form-card {

        padding: 20px;

        border-radius: 16px;
    }


    .join-info-box {

        gap: 10px;

        margin-bottom: 17px;
    }


    .join-info-icon {

        width: 38px;
        height: 38px;

        flex-basis: 38px;

        border-radius: 11px;

        font-size: 15px;
    }


    .join-info-box strong {

        font-size: 13px;
    }


    .join-info-box span {

        font-size: 12px;
    }


    .join-social {

        padding-top: 16px;
    }


    .join-social-links a {

        width: 38px;
        height: 38px;

        flex-basis: 38px;

        border-radius: 11px;

        font-size: 15px;
    }


    .join-form-group {

        margin-bottom: 14px;
    }


    .join-form-group label {

        margin-bottom: 6px;

        font-size: 12px;
    }


    .join-form-group input {

        min-height: 44px;

        padding:
            10px
            11px;

        font-size: 14px;
    }


    .join-form-group textarea {

        min-height: 130px;

        padding: 11px;

        font-size: 14px;
    }


    .join-actions {

        margin-top: 20px;
    }


    .join-submit {

        width: 100%;

        min-height: 48px;

        padding:
            12px
            18px;

        border-radius: 12px;

        font-size: 13px;
    }


    .join-reasons {

        margin-top: 35px;
    }


    .join-reasons-grid {

        grid-template-columns: 1fr;

        gap: 10px;
    }


    .join-reason {

        padding:
            20px
            16px;

        border-radius: 15px;
    }


    .join-quote {

        margin-top: 35px;

        padding:
            28px
            16px;

        border-radius: 16px;
    }


    .join-quote blockquote {

        font-size: 16px;
    }


    /* -----------------------------------------------------
       CONTRIBUTIONS MOBILE
    ----------------------------------------------------- */

    .join-contributions {

        padding:
            48px
            15px;
    }


    .join-contributions-heading {

        margin-bottom: 32px;
    }


    .join-contributions-heading h2 {

        font-size: 28px;
    }


    .join-contributions-heading p {

        font-size: 14px;

        line-height: 1.6;
    }


    .join-contributions-grid {

        grid-template-columns: 1fr;

        gap: 14px;
    }


    .join-contribution-card {

        flex-direction: column;

        gap: 16px;

        padding:
            24px
            20px;

        border-radius: 18px;
    }


    .join-contribution-icon {

        width: 52px;
        height: 52px;

        flex-basis: 52px;

        border-radius: 14px;

        font-size: 21px;
    }


    .join-contribution-content h3 {

        font-size: 20px;
    }


    .join-contribution-content p {

        font-size: 13px;

        line-height: 1.6;
    }


    .join-contribution-link {

        font-size: 13px;
    }
}


/* =========================================================
   19. TRÈS PETIT MOBILE — 400PX
========================================================= */

@media (max-width: 400px) {

    .join-top-inner {

        padding:
            62px
            12px
            42px;
    }


    .join-top h1 {

        font-size: 1.78rem;
    }


    .join-top p {

        font-size: .82rem;
    }


    .join-content {

        width: calc(100% - 20px);

        padding:
            28px
            0
            60px;
    }


    .join-info,
    .join-form-card {

        padding: 17px;

        border-radius: 14px;
    }


    .join-section-heading h2 {

        font-size: 1.4rem;
    }


    .join-form-group input,
    .join-form-group textarea {

        font-size: 14px;
    }


    .join-submit {

        min-height: 47px;

        border-radius: 11px;
    }


    .join-contributions {

        padding:
            42px
            12px;
    }


    .join-contribution-card {

        padding:
            21px
            17px;
    }


    .join-contribution-content h3 {

        font-size: 19px;
    }
}


/* =========================================================
   20. PROTECTION MOBILE
========================================================= */

@media (max-width: 576px) {

    .join-page {

        width: 100%;
        max-width: 100%;

        overflow-x: hidden;
    }


    .join-top,
    .join-content,
    .join-contributions {

        max-width: 100%;

        overflow-x: hidden;
    }


    .join-info,
    .join-form-card,
    .join-reason,
    .join-contribution-card,
    .join-quote {

        min-width: 0;

        max-width: 100%;
    }


    .join-form-group input,
    .join-form-group textarea,
    .join-submit {

        max-width: 100%;
    }
}


/* =========================================================
   21. ACCESSIBILITÉ
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .join-social-links a,
    .join-submit,
    .join-contribution-card,
    .join-contribution-icon,
    .join-contribution-link i {

        transition: none;
    }


    .join-submit:hover,
    .join-social-links a:hover,
    .join-contribution-card:hover {

        transform: none;
    }
}



/* =========================================================
   NOUS-REJOINDRE — DESKTOP
   Même structure que À PROPOS
========================================================= */

@media (min-width: 992px) {

    .join-top {

        width: 100%;

        height: 190px;
        min-height: 190px;
    }


    .join-top-inner {

        width:
            calc(100% - 32px);

        max-width:
            1400px;

        min-height:
            190px;

        height:
            190px;

        margin:
            0 auto;

        padding:
            32px 0;

        display:
            flex;

        align-items:
            center;

        justify-content:
            space-between;

        gap:
            18px;
    }


    .join-top-content {

        min-width:
            0;

        margin:
            0;

        padding:
            0;
    }


    .join-eyebrow {

        display:
            block;

        margin:
            0 0 8px;

        font-size:
            10px;

        line-height:
            1;

        font-weight:
            800;

        letter-spacing:
            .15em;
    }


    .join-top h1 {

        margin:
            0;

        font-size:
            clamp(
                2rem,
                8vw,
                3rem
            );

        line-height:
            1.05;

        letter-spacing:
            -.03em;
    }


    .join-top p {

        max-width:
            600px;

        margin:
            10px 0 0;

        font-size:
            14px;

        line-height:
            1.55;
    }


    .join-top-mark {

        width:
            60px;

        height:
            60px;

        flex:
            0 0 60px;

        display:
            flex;

        align-items:
            center;

        justify-content:
            center;

        border-radius:
            50%;

        font-size:
            24px;
    }

}