* {
    font-family: "Montserrat", sans-serif;
}


/* GLOBAL */
body {
    font-family: 'Montserrat', sans-serif;
    background: #f7f6fc;
    margin: 0;
    overflow-x: hidden;
}

/* NAVBAR & BOUTONS GÉNÉRAUX */
.navbar-nav {
    display: flex;
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    gap: 42px;
    font-size: 18px;
}

.btn-connexion {
    background-color: #A674F2;
    color: white;
    padding: 6px 20px;
    border-radius: 30px;
    text-decoration: none;
    border-style: none;
    font-size: 18px;
    font-weight: 500;
}

.btn-connexion:hover {
    background-color: #8a6ee0;
}

.btn-neo {
    background: linear-gradient(180deg, #DFFF7C 0%, #A7F5A7 100%);
}

.text-purple {
    color: #A674F2;
    align-items: center;
    font-size: 100px;
    letter-spacing: -0.15px;
    text-transform: uppercase;
}

.text-green {
    background: linear-gradient(180deg, #DFFF7C 0%, #A7F5A7 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 180px;
    letter-spacing: -0.15px;
    text-transform: uppercase;
}

/* Section hero */
.hero {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.hero-texte {
    position: relative;
    top: -210px;
}

.neo {
    background: linear-gradient(180deg, #DFFF7C 0%, #A7F5A7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 110px;
    margin: 0;
    font-weight: 700;
    line-height: 0.9;
}

.sapiens {
    color: #8a6ee0;
    font-size: 110px;
    margin: 0;
    font-weight: 700;
    line-height: 0.9;
}

.motifvert-img {
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    max-width: 1500px;
    height: auto;
    z-index: 0;
}

.logo-navbar {
    position: absolute;
    top: -20px;
    left: 10px;
    z-index: 1000;
}

.logo-navbar img {
    width: 100px;
    max-width: 400px;
    height: auto;
    display: block;
}

.logo-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 110px;
    height: auto;
    z-index: 10;
}

.btn-essayer {
    background: linear-gradient(180deg, #DFFF7C 0%, #A7F5A7 100%);
    color: #000;
    border: none;
    border-radius: 30px;
    padding: 14px 34px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.btn-essayer:hover {
    background: #A7F5A7;
}

@media (max-width: 992px) {
    .motifvert-img {
        filter: blur(4px);
        opacity: 0.75;
    }

    .hero::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #00ad0900, #f7f6fc, #f7f6fc);
        z-index: 1;
        pointer-events: none;
    }

    .hero .container {
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 768px) {
    .motifvert-img {
        filter: blur(6px);
        opacity: 0.6;
    }

    .hero::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(247, 246, 252, 0.4);
    }

    .hero .container {
        position: relative;
        z-index: 2;
    }

    .neo,
    .sapiens {
        font-size: 70px;
    }

    .logo-navbar {
        top: 12px;
        left: 12px;
    }

    .logo-navbar img {
        width: 75px;
    }
}

/*Contact*/

.img-contact {
    background: linear-gradient(135deg, #d4fc79 0%, #96e6a1 100%);
    background-image: url('../image/Component\ 69.svg '); 
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    margin-top: -60px;
}

.custom-btn {
    background: linear-gradient(to right, #d4fc79, #96e6a1);
    border-style: none!important;
    border-radius: 50px!important;
    color: #000;
    font-weight: 700!important;
    padding: 12px;
    transition: transform 0.2s;
    height: 50px;
    width: 300px;
}

.custom-btn:hover {
    transform: scale(1.01);
    color: #000;
}

.bg-white {
    background-color: #f7f6fC!important;
}

.custom-input {
    border-radius: 25px !important; 
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    padding: 18px 25px !important;
    font-weight: 700; 
    color: #333;
    box-shadow: 0 8px 15px rgba(0,0,0,0.05) !important; 
    margin-bottom: 20px;
}

.form-title {
    margin-top: -50px;
    margin-bottom: 40px;
    color:#000;
    text-transform: uppercase;
    font-weight: 700;
}

.logo {
    display: flex;         
    align-items: center;    
    gap: 5px;              
    padding: 0%;
}

.logo img {
    width: 140px;            
    height: auto;
}

.form-container {
    margin-top: -40px;
}

/*Contact*/

/* CONNEXION */

.page-connexion {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.fond-page {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
    transform: scale(1.05);
}

.voile-blanc {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
}

.bloc-centre {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 18px;
}

.carte {
    width: 100%;
    max-width: 430px;
    background: #f5f4f8;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.haut-carte {
    width: 100%;
}

.img-top {
    width: 100%;
    display: block;
    object-fit: cover;
}

.contenu {
    padding: 55px 28px 35px;
    text-align: center;
}

.titre-principal {
    margin: 0 0 24px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
    color: black;
    font-style: italic;
}

.sous-texte {
    margin: 0 0 38px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #555;
}

.btn-connecter {
    width: 231px;
    height: 50px;
    margin: 0 auto 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-connecter::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    transition: left 0.45s ease;
}

.btn-connecter:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.btn-connecter:hover::before {
    left: 240px;
}

.btn-vert {
    background: linear-gradient(to right, #DFFF7C,  #A7F5A7);
    color: black;
}

.btn-violet {
    background:#A674F2;
    color: black;
}

.rond-bas {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #d9d9d9;
    margin: 58px auto 0 auto;
}

/* FORMULAIRE DE CONNEXION*/

.contenu-formulaire {
    padding: 28px 28px 35px;
    text-align: center;
}

.titre-formulaire {
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    color: black;
    text-align: left;
}

.texte-formulaire {
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: #7a7a7a;
    text-align: left;
}

.bloc-formulaire {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
}

.champ-formulaire {
    width: 100%;
    height: 47px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 0 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    background: #f5f4f8;
    box-sizing: border-box;
    outline: none;
}

.champ-formulaire::placeholder {
    color: #9a9a9a;
}

.champ-formulaire:focus {
    border-color: #a674f2;
}

.bloc-formulaire .btn-connecter {
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.lien-mdp {
    display: inline-block;
    margin-bottom: 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: black;
    text-decoration: none;
}

.separateur-formulaire {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto 18px auto;
    width: 100%;
}

.separateur-formulaire span {
    flex: 1;
    height: 1px;
    background: #d9d9d9;
}

.separateur-formulaire p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #8a8a8a;
}

/* A PROPOS DE NOUSSSSS*/

.text-neon {
    color: #ccff00;
}

.italic {
    font-style: italic;
}

.evolution-section {
    min-height: 100vh;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 30%, transparent 100%), 
                url('../image/sportswoman-training-abs-with-ball-gym.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission-section {
    background: url('../image/motifaproposdenous.svg') center center no-repeat;
    background-size: cover; 
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.proposons-section {
    background: url('../image/serious-model-with-sport-equipment-studio.jpg') center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.mission-credo ul li {
    font-size: 1.25rem;
    font-weight: 600;
}

.max-width-700 {
    max-width: 700px;
}

.icon-box p {
    white-space: nowrap; 
    font-size: 0.95rem;  
    margin: 0;
}

.icon-size {
    width: 60px;
    height: 60px;
}

.different-section {
    background: url('../image/motifaproposdenous.svg') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center; 
}

/*A PROPOS DE NOUS FIN */ 



/* AGE */



input[type="radio"] {
    display: none;
}

.age-card {
    background:#F1F0F4;
    border-radius: 15px;
    padding: 20px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: 0.2s;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

input[type="radio"]:checked + .age-card {
    background: #c8f5d0;
    border-color: #48c774;
}

.age-card:hover {
    border-color: #48c774;
}

.age-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/* Sexe */




.carte-sexe {
    display: block;
    position: relative;
    background: linear-gradient(135deg, #a8f07a, #c8f576);
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px;
    cursor: pointer;
    border: 3px solid transparent;
    overflow: hidden;
    transition: 0.2s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    min-height: 180px;
}

.carte-sexe img {
    height: 160px;
    object-fit: contain;
    display: block;
}


.symbole-sexe {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    color: #7c3aed;
    font-weight: bold;
}


.badge-sexe {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #7c3aed;
    color: white;
    border-radius: 50px;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}


.toggle-rond {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: white;
    opacity: 0.5;
    display: inline-block;
    transition: 0.2s;
}


input[type="radio"]:checked + .carte-sexe {
    border-color: #7c3aed;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.3);
}

input[type="radio"]:checked + .carte-sexe .toggle-rond {
    opacity: 1;
    background: white;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
}

/*Poids / taille */

.champ-avec-unite {
    position: relative;
    width: 100%;
}

.champ-avec-unite .champ-formulaire {
    padding-right: 50px;
    text-align: center;
}

/* Objectif */

input[type="radio"] {
    display: none;
}

.carte-objectif {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #F1F0F4;
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 12px 20px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: border 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    width: 100%;
}

.carte-objectif img {
    height: 120px;
    width: 120px;
    object-fit: contain;
    flex-shrink: 0;
}

.texte-objectif {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}


.carte-selectionnee {
    border: 3px solid #1a1a1a;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}


/* Cache uniquement les radios de cette page */
.radio-cache {
    display: none !important;
}

/* Carte programme */
.carte-programme {
    display: block;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
    cursor: pointer;
    border: 3px solid transparent;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: border 0.2s, box-shadow 0.2s;
    width: 100%;
}

.carte-programme:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.13);
}

/* Bordure noire quand sélectionnée */
.carte-programme-selectionnee {
    border: 3px solid #1a1a1a !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.18) !important;
}

/* Ligne haut : texte gauche + image droite */
.carte-programme-haut {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.carte-programme-texte {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.carte-programme-titre {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.carte-programme-img {
    height: 120px;
    width: 120px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Badge vert */
.badge-vert-prog {
    display: inline-block;
    background: linear-gradient(to right, #DFFF7C, #A7F5A7);
    color: #1a1a1a;
    font-weight: 700;
    font-size: 12px;
    border-radius: 50px;
    padding: 5px 14px;
    width: fit-content;
}

/* Bouton bas de carte */
.carte-programme-btn {
    width: 100%;
    background: linear-gradient(to right, #DFFF7C, #A7F5A7);
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.carte-programme-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}



.newsletter {
    text-align: left;
    
}

.newsletter label {
    margin-left: 5px;
}


/* Select même style que les champs */
.form-select {
    width: 100%;
    padding: 14px 18px;
    border: none;
    border-radius: 12px;
    background-color: #f0f0f0;
    font-size: 15px;
    color: #555;
    outline: none;
    cursor: pointer;
    margin-bottom: 12px;
    text-overflow: clip; /* supprime les "..." */
}


.form-select:focus {
    background-color: #e8e8e8;
    box-shadow: none;
    border: none;
}


.form-label {
    font-size: 13px;
    color: #888;
    margin-bottom: 4px;
    margin-left: 4px;
}


.newsletter {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f0f0f0;
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

.newsletter label {
    font-size: 15px;
    color: #555;
    cursor: pointer;
    margin: 0;
}

.newsletter input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #7c3aed;
    cursor: pointer;
    margin: 0;
}
