@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.otf") format("otf");
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/poppins.regular.ttf") format("truetype");
}

/* 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 */ 

/*ADMIN*/

.barre-laterale {
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
    min-height: 100vh;
}

.zone-grise {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.menu-item {
    border: none;
    background: transparent;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-size: 13px;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    color: #333;
    text-decoration: none;
}

.menu-item img {
    width: 20px;
    margin-right: 12px;
}

.barre-haut {
    background: #fff;
    margin: 15px;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bloc-utilisateur {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #eee;
    padding-left: 15px;
}

.carte-verte {
    background: linear-gradient(135deg, #d7ff94 0%, #a2f67e 100%);
    border-radius: 20px;
    color: #000;
}

.carte-blanche {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.chiffre-stats {
    font-size: 32px;
    font-weight: bold;
}

.bouton-blanc {
    background: #fff;
    border-radius: 20px;
    font-size: 9px;
    padding: 5px 12px;
    font-weight: bold;
    border: none;
}

.bouton-contour {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 9px;
    padding: 5px 12px;
    font-weight: bold;
}

.conteneur-tableau {
    background: #fff;
    border-radius: 20px;
}

.badge-statut {
    background-color: #f8f9fa;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #eee;
    display: inline-block;
}

#choix-statut {
    border: none;
    background: transparent;
    font-size: 11px;
    cursor: pointer;
    outline: none;
}

.bloc-taches {
    background: #fff;
    border-radius: 20px;
}

.btn-plus {
    background-color: #d7ff94;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    font-weight: bold;
    border: none;
}

.item-tache {
    background-color: #f2f2f2;
    padding: 12px;
    border-radius: 12px;
}

.bas-carte {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px;
}

button {
    border: none;
    background: transparent;
    cursor: pointer;
}