/* General Styles */

:root{
  --max: 1440px;
  --pad: 2px;   /* ou 8px */
} 

.container{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}

/* sections full-bleed */

.homepage, .middleHomePage, .bottomHomePage{
  width: 100%;
  margin: 0;
  /* padding: 0;          le padding est dans .container */
  overflow-x: clip;
}

/* WP themes often limit width */

#page, #content, .site, .site-content, .content-area, .entry-content, .wp-site-blocks {
  width: 100%;
  max-width: none ;
  margin: 0;
  padding: 0;
}

html, body {
    font-family: 'Sora', sans-serif;
    line-height: 1.8;
    width: auto; 
    margin: 0; 
    padding: 0; 
    overflow-x: clip; 
}

*, *::before, *::after {
    box-sizing: border-box; 
}

img, svg {
  /* max-width: 100%; */
  height: auto;
  display: block;
}

.homepage {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(rgba(157, 73, 237, 1)1%, rgba(11, 11, 11, 1)68%);}

.middleHomePage{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(rgba(11, 11, 11, 1));
}

.bottomHomePage{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(rgba(11, 11, 11, 1) 5%,#8F4EFF 168%);
}

.background{
    margin-top : 13%;
    opacity:94%;
    position: relative;
    display:flex;
    justify-content: center;
}

.forme{
  width: min(1260px, 100%);  /* = ton viewBox */
  height: 100%;
  overflow: hidden;          /* IMPORTANT */
  left: 0;                   /* évite décalages */
}

.forme svg{
  width: 100%;
  height: auto;
  display: block;
}

/* Hero Section */

.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.buttons {
    margin-left: 100%;
}

.user-status-logged-out {
    margin-top: 1%;
    margin-left: 65%;
    margin-bottom: -150px;
}

.hero-content {
    max-width: 50%;
    color: #ffe6ff; /* Light pink */
    margin-left: 10%;
    margin-bottom: 9%;
}

.hero-content img {
    height: 20% ;
    width: 60%;
    margin-left: -6%;
}

.hero-content h2 {
    font-family: Nunito;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #F77FE2;
    line-height: .5;
}



.hero-contents{
    font-family: 'Sora';
    font-size: 120%;
    margin-top: 6%;
    line-height: .5;
}

.hero-contents p {
    font-size: 1.3rem;
    line-height:-1.5;
}

.hero-titre{
    margin-top:3%;
}

.lt-btn {

    display: inline-block;

    padding: 9px 33px;

    background: #C784D7; /* Bright pink */

    color: #fff;

    text-decoration: none;

    border-radius: 10px;

    font-weight: bold;

    transition: background 0.3s ease;

}



.cta-btn {

    display: inline-block;

    padding: 10px 20px;

    background: #ff66cc; /* Bright pink */

    color: #fff;

    text-decoration: none;

    border-radius: 5px;

    font-weight: bold;

    transition: background 0.3s ease;

}



.cta-btn:hover {

    background: #ff3399; /* Darker pink */

}



.hero-image img{

  width: 110%;

  height: 20%;

  transform: scale(1.6);

  margin-left: -30%;

  margin-top: 40%;

}



.hero-images img{

  width: 100%;

  max-width: 100%;

  height: auto;

  transform: scale(2);

  margin-left: -100%;

  margin-top: 20%;

}



/* === HERO DOMÉLO === */



.hero-sections {

    margin-top: 3%;

    left: 2%;

    padding: 6rem 8%;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;      /* IMPORTANT pour le positionnement absolu */

    overflow: visible;

}





/* On remet la carte + le robot au-dessus de l'image de fond */

.hero-inner {

    max-width: 1200px;

    width: 100%;

    margin: 0 auto;

    display: flex;

    align-items: flex-start;

    gap: 1rem;

    position: relative;

    opacity: 80%;

    z-index: 1;

}



/* Image à gauche */

.hero-images {

    left: 2%;

    flex: 0 0 30%;  

    display: flex;

    justify-content: center;

    margin-top: -170px;

    margin-left: 5%;  /* tu peux jouer avec -20, -40, -60, etc. */

}



.hero-card,

.hero-images {

    position: relative;

    z-index: 2;

}



/* Carte "tableau" à droite */

.hero-card {

    right: 8%;

    width: 100000%;

    height: 850%;

    line-height: 1;

    margin-top: -6%;

    flex: 0 0 72%; 

    max-width: 532%;

    padding: 4rem ;

    border-radius: 40px;

    border: 1px solid rgba(255, 255, 255, 0.5);

    background: rgba(255, 255, 255, 0.04); /* léger transparent */

    backdrop-filter: blur(20px);

    -webkit-backdrop-filter: blur(18px);

    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);

    color: #ffffff;

    position: relative;

    opacity: 100%;

    overflow: visible;

}



/* Image violette à l'intérieur de la carte, derrière le texte */

 .hero-card::after {

    content: "";

    position: absolute;

    right: -140px;           

    bottom: -350px;          

    width: 520%;           

    height: 520%;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center;

    opacity: 1;              

    pointer-events: none;

    z-index: -1;           

}







.hero-card h2 {

    font-size: 180%;

    margin-left: 10%;

    font-family: 'Nunito';

    font-weight: 700;

    width: 800%;

    height: 37%;

    margin-top: -2%;

    margin-left: 2%;

    text-transform: uppercase;

    letter-spacing: 0.06em;

}



.hero-card-line {

    margin-left: 2%;

    display: block;

    width: 40%;

    height: 2px;

    background: #ffffff;

    margin-bottom: 2rem;

}



.hero-card p {

    font-weight: 300;

    margin-left: 2%;

    font-size: 130%;

    line-height: 1.4;

    margin-bottom: -1rem;

}



/* Responsive : sur mobile, on empile image + carte */

@media (max-width: 900px) {

.hero-inner {

    flex-direction: column;

    text-align: left;

}



.hero-section {

    padding: 4rem 1.5rem;

}



.hero-card {

    padding: 2rem;

}



.hero-images {

    order: -1; /* si tu veux l'image en haut sur mobile */

    max-width: 100%;

    margin-top: 12%;

}

}



/* About Section */

.cta-section h2 {

    font-size: 2.5rem;

    color: #ffe6ff;

    text-align: center;

}



.cta-section p {

    font-size: 1.2rem;

    color: #fff;

    text-align: center;

    line-height: 120%;

}



/* Why Section - Style moderne */

.why-section {

    width: 104%;

    height: auto;        /* ou supprime la ligne height */

    min-height: 520px;   /* choisis la hauteur mini */

    padding: 3.5rem 4rem;

    margin-top: -5%;

    position: relative;

    padding: 8rem 8%;

    overflow: visible;

    flex: 0 0 68%; 

}



.why-section::before {

    content: "";

    position: absolute;

    right: -5%;

    top: -340px;

    width: 650px;

    height: 700px;

    background-image: url("../img/design11.1.png");

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center;

    opacity: 1;

    z-index: 0;

    pointer-events: none;

}



.why-section h2 {

    margin-left: 5%;

    font-size: 1.5rem;

    font-weight: bold;

    color: #ffffff;

    text-align: left; 

    margin-top: -0.1%;

    margin-bottom: 0.2rem;

    position: relative;

    z-index: 1;

}





.why-section h2 + h2 {

    margin-left: 5%;

    margin-top: -1.7rem !important; /* rapproche les deux lignes */

}





.why-section h2::after {

    content: "";

    display: block;

    width: 180px;

    height: 3px;

    margin-top: 1rem;

}



/* .line {

    margin-left: 5%;

    display: block;

    width: 140px;

    height: 3px;

    background: #ffffff;

    margin-top: -0.5rem;   

    margin-bottom: 1.5rem;} */



.reasons-card {

    margin-left: 4%;

    max-width: 1200%;

    width: 100%;

    margin: 0 auto;

    height: 630px;

    padding: 3rem 4rem;

    border-radius: 80px;

    border: 1px solid rgba(255, 255, 255, 0.5);

    background: linear-gradient(180deg, rgba(157, 73, 237, 0.20) 0%, rgba(36, 80, 201, 0.20) 100%), rgba(255, 255, 255, 0.05);

    box-shadow: 0 -2px 4px 0 rgba(255, 255, 255, 0.20) inset, 0 2px 4px 0 rgba(255, 255, 255, 0.40) inset;

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(20px);

    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);

    position: relative;

    z-index: 1;

}

.reasons-card h2{

    font-family: 'nunito';

    font-size:30px;

    line-height: 150%;;

}

.reasons-list {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 1.5rem;

    list-style: none;

    margin: 0 0 3rem 0;

}



.reason-item {

    width: 100%;

    display: flex;

    align-items: center;

    gap: 2rem;

    padding: 1rem ;

    border-radius: 50px;

    border: 1px solid rgba(255, 255, 255, 0.2);

    background: rgba(255, 255, 255, 0.03);

    transition: all 0.3s ease;

}



.reason-item:hover {

    background: rgba(255, 255, 255, 0.08);

    border-color: rgba(255, 255, 255, 0.4);

    transform: translateY(-2px);

}



.reason-icon {

    margin-left: -2%;

    width: 48px;

    height: 48px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.1);

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

}



.reason-icon svg {

    width: 30px;

    height: 30px;

    stroke: #ffffff;

    fill: none;

}



.reason-text {

    font-size: 1.2rem;

    color: #ffffff;

    font-weight: 400;

}



.why-section .cta-btn {

    margin-right: 7%;

    margin-top: 0%;

    display: inline-block;

    padding: 10px 40px;

    background: #C784D7;

    color: #ffffff;

    text-decoration: none;

    border-radius: 50px;

    font-weight: bold;

    font-size: 1rem;

    text-transform: uppercase;

    letter-spacing: 0.05em;

    transition: all 0.3s ease;

    /* float: right; */

}



.why-section .cta-btn:hover {

    background: #e360d0;

    transform: translateY(-2px);

    box-shadow: 0 10px 30px rgba(159, 122, 234, 0.4);

}



@media (max-width: 900px) {

    .reasons-list {

        grid-template-columns: 1fr;

    }

    

    .why-section::before {

        width: 300px;

        height: 300px;

        right: -50px;

    }

    

    .reasons-card {

        padding: 2rem;

    }

    

    .why-section .cta-btn {

        float: none;

        display: block;

        text-align: center;

        margin: 0 auto;

    }

}







/* Features Section */



/* Features Section - Nouvelle disposition 2x2 */



.titreEXP {

    position: relative;

    text-align: center;

    font-size: 1.9rem;

    color: #ffffff;

    margin-bottom: 4rem;

    text-transform: uppercase;

    padding-top: 4rem;

    overflow: visible;

    font-family:'nunito';

    

}



/* IMAGE DE FOND VIOLET MÉTALLIQUE À GAUCHE */

.titreEXP::before {

    content: "";

    position: absolute;

    left: -18%;

    top: -30%;

    width: 800px;

    height: 1100px;

    background-image: url("../img/design13.1 1.png");

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center left;

    opacity: 1;

    z-index: 0;

    pointer-events: none;

}



.titreEXP::after {

    content: "";

    position: absolute;

    right: -25%;

    top: 58%;

    width: 1000px;

    height: 1100px;

    background-image: url("../img/design12.1 1.png");

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center left;

    opacity: 100%;

    z-index: 0;

    pointer-events: none;

}



.titreEXP h2 {

    margin-left: 4%;

    font-size: 3rem;

    margin-bottom: 2%;

    margin-top: -2%;

    position: relative;

    z-index: 1;

}



.titreEXP p {
    margin-left: 4%;
    font-size: 1.7rem;
    color: #ffffff;
    text-transform: none;
    font-family: 'sora', sans-serif;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
    line-height: 2;
    font-weight: 300;
}



.soustitre {

    margin-bottom: -2%;

}



.dessustableau{

    margin-bottom: 10%;

}





/* Grille 2x2 pour les cartes */

.EnsTab {

    top: 100%;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 2rem;

    max-width: 1100px;

    margin: 0% 8%;

    padding: 0% 2%;

    position: relative;

    z-index: 1;

}



/* Style uniforme pour toutes les cartes */

.tab1, 

.tab2,

.tab3,

.tab4 {

    position: relative;

    height: 115%;

    width: 115%;

    padding: 1.7rem;

    border-radius: 43px;

    border: 1px solid rgba(255, 255, 255, 0.3);

    background: rgba(28, 10, 20, 0.6);

    opacity: 95%;

    backdrop-filter: blur(13px);

    -webkit-backdrop-filter: blur(20px);

    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);

    transition: all 0.3s ease;

    overflow: hidden;

}



.tab1:hover,

.tab2:hover,

.tab3:hover,

.tab4:hover {

    transform: translateY(-5px);

    box-shadow: 0 12px 40px rgba(157, 73, 237, 0.4);

    border-color: rgba(199, 132, 215, 0.6);

}



/* Titres des cartes - ALIGNEMENT UNIFORME */

.tab1 h4,

.tab2 h4,

.tab3 h4,

.tab4 h4 {

    font-size: 80%;

    color: #3B39FF;

    text-transform: uppercase;

    margin: 0 1.8rem;

    margin-top: 3%;

    margin-bottom: 0.3rem;

    margin-left: 8%;

    font-weight: bold;

    text-align: left;

}



/* Paragraphes - ALIGNEMENT UNIFORME */

.tab1 p,

.tab2 p,

.tab3 p,

.tab4 p {

    top: 1% ;

    left: 35px;

    right:35px;

    font-family: 'sora', sans-serif;

    font-size: 65%;

    line-height: 1.4;

    margin: 0;

    text-align: left;

    color: #ffffff;

    font-weight:300;

}



.tab3,

.tab4 {

    margin-left: 15%; /* Décalage vers la droite */

}



.tab2,

.tab4 {

    margin-top: 10%; /* Décalage vers la droite */

    height: 110%;



}



/* Responsive */

@media (max-width: 1024px) {

    .EnsTab {

        grid-template-columns: 1fr;

        gap: 1.5rem;

        padding: 0 3%;

    }

    

    .tab1, 

    .tab2,

    .tab3,

    .tab4 {

        height: auto;

        min-height: 180px;

    }

    

    .titreEXP::before {

        width: 400px;

        height: 500px;

        left: -50px;

    }

}



@media (max-width: 768px) {

    .tab1 h4,

    .tab2 h4,

    .tab3 h4,

    .tab4 h4 {

        font-size: 0.9rem;

    }

    

    .tab1 p,

    .tab2 p,

    .tab3 p,

    .tab4 p {

        font-size: 0.85rem;

    }

    

    .titreEXP::before {

        width: 300px;

        height: 400px;

        left: -30px;

        opacity: 0.3;

    }

}



/* CTA Section */

.cta-section {

    text-align: center;

    padding: 8rem 10%;

    position: relative;

    overflow: hidden;

    min-height: 600px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}







.cta-section h2 {

    font-size: 2rem;

    font-weight: bold;

    color: #ffffff;

    margin-bottom: -1.2rem;

    text-transform: uppercase;

    letter-spacing: 0.02em;

    position: relative;

    z-index: 1;

    line-height: 1.1;

}



/* Ligne de séparation sous les titres */

.cta-section h2:last-of-type::after {

    content: "";

    display: block;

    width: 270px;

    height: 3px;

    background: #ffffff;

    margin: 2rem auto 2.5rem;

}



.cta-section p {

    font-family: sora;

    font-size: 1.2rem;

    font-weight: 700;

    color: #ffffff;

    margin-bottom: 1rem;

    font-weight: 400;

    position: relative;

    z-index: 1;

    max-width: 700px;

    margin: 0.1rem;

    text-transform: uppercase;



}



.cta-section .cta-btn {

    display: inline-block;

    padding: 15px 30px;

    background: #E89FF7;

    color: #ffffff;

    text-decoration: none;

    border-radius: 20px;

    font-weight: bold;

    font-size: 85%;

    text-transform: uppercase;

    letter-spacing: 0.05em;

    transition: all 0.3s ease;

    position: relative;

    z-index: 1;

    box-shadow: 0 8px 20px rgba(232, 159, 247, 0.4);

    margin-top: 30px;

}



.cta-section .cta-btn:hover {

    background: #d881e8;

    transform: translateY(-3px);

    box-shadow: 0 15px 40px rgba(232, 159, 247, 0.6);

}



/* Responsive */

@media (max-width: 1024px) {

    .cta-section::before {

        width: 500px;

        right: -100px;

        opacity: 0.5;

    }

    

    .cta-section h2 {

        font-size: 2.5rem;

    }

}



@media (max-width: 768px) {

    .cta-section {

        padding: 5rem 5%;

        min-height: 500px;

    }

    

    .cta-section::before {

        width: 350px;

        right: -80px;

        opacity: 0.3;

    }

    

    .cta-section h2 {

        font-size: 2rem;

    }

    

    .cta-section p {

        font-size: 1.1rem;

    }

    

    .cta-section .cta-btn {

        padding: 15px 40px;

        font-size: 1rem;

    }

}



/* page questionnaire */



/* === PAGE ONBOARDING - SÉLECTION INSTRUMENT === */



.onboarding-page {

    width: 100%;

    min-height: 100vh;

    background: linear-gradient(#0B0B0B 20%,#9D49ED);

    position: relative;

    overflow: hidden;

    padding: 2rem;

}



.onboarding-container {

    max-width: 1400px;

    margin: 0 auto;

    position: relative;

    z-index: 1;

}



/* === LOGO === */

.onboarding-logo {

    text-align: center;

    margin-bottom: 3rem;

}



.onboarding-logo img {

    margin-left: 41%;

    height: 50px;

    width: auto;

}



/* === BARRE DE PROGRESSION === */

.progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2%;
    flex-direction: row;
}



.progress-step {
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
}



.progress-step.active {
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(232, 159, 247, 0.6);
}



/* === CONTENU PRINCIPAL === */

.onboarding-content {

    display: flex;

    justify-content: center;

    align-items: flex-start;

    gap: 3rem;

    position: relative;

    max-width: 1200px;

    margin: 0 auto;

}



/* === DÉCORATION GAUCHE === */

.decoration-right {

    position: absolute;

    left: 68%;

    bottom: 10%;

    width: 50%;

    height: 50%;

    opacity: 0.8;

    z-index: 0;

}



.decoration-right img {

    width: 100%;

    height: auto;

    filter: blur(2px);

}



.decoration-left {

    position: absolute;

    right: 55%;

    top: -20%;

    width: 50%;

    height: 50%;

    opacity: 0.8;

    z-index: 0;

}



.decoration-left img {

    width: 70%;

    height: auto;

    filter: blur(2px);

}



/* === HEADER AVEC TITRE ET MASCOTTE === */

/* === HEADER AVEC TITRE ET MASCOTTE === */

.onboarding-header {

    flex: 0 0 auto;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 2rem;

    position: relative;

    z-index: 1;

    margin-right: 80%; /* Enlever le margin-left: 60% */

    margin-bottom: 40%;

}



/* Nouveau conteneur pour le titre */

.onboarding-header .title {

    margin-left: 1100%; /* Ajustez cette valeur selon vos besoins */

}



.onboarding-header h1 {

    

    /* margin-right: 0; Enlever le margin-right: 1000% */

    font-family: 'Nunito', sans-serif;

    font-size: 190%;

    font-weight: 700;

    color: #ffffff;

    line-height: 1.2;

    text-align: left;

    margin: 0;

    white-space: nowrap;

}



.mascotte {

    width: 150px;

    height: 150px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-left: 0; /* Enlever les marges excessives */

}



.mascotte img {

    margin-bottom: 220%; /* Enlever le margin-bottom: 200% */

    margin-left: 2090%;   /* Enlever le margin-left: 900% */

    width: 70%;

    height: auto;

    filter: drop-shadow(0 10px 30px rgba(157, 73, 237, 0.6));

    animation: float 3s ease-in-out infinite;

}



/* === CARTE DE SÉLECTION === */

/* === CARTE DE SÉLECTION === */

.selection-card {

    margin-top: 12%;

    /* margin-left: ;  Centre horizontalement */

    margin-right: 102%; /* Centre horizontalement */

    flex: 0 0 auto;     /* Ne prend plus toute la largeur disponible */

    width: 550px;       /* Largeur fixe au lieu de max-width */

    max-width: 550px;

    padding: 2rem 3rem; /* Réduire le padding horizontal de 10rem à 3rem */

    border-radius: 40px;

    border: 1px solid rgba(255, 255, 255, 0.3);

    background: rgba(255, 255, 255, 0.04);

    backdrop-filter: blur(20px);

    -webkit-backdrop-filter: blur(20px);

    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);

    position: relative; /* Changer de absolute à relative */

    z-index: 1;

    opacity: 85%;

}





.selection-subtitle {

    font-family: 'Sora', sans-serif;

    font-size: 1.1rem;

    color: rgba(255, 255, 255, 0.8);

    text-align: center;

    margin-bottom: 2rem;

    font-weight: 300;

     white-space: nowrap;

}



/* === GRILLE DES INSTRUMENTS === */

.instruments-grid {

    display: flex;

    flex-direction: column;

    gap: 1.2rem;

    margin-bottom: 2.5rem;

}



.instrument-option {

    cursor: pointer;

    position: relative;

}



.instrument-option input[type="radio"] {

    position: absolute;

    opacity: 0;

    pointer-events: none;

}



.instrument-btn {

    width: 100%;

    padding: 1rem 1rem;

    border-radius: 20px;

    border: 2px solid rgba(255, 255, 255, 0.3);

    background: rgba(255, 255, 255, 0.05);

    backdrop-filter: blur(10px);

    text-align: center;

    transition: all 0.3s ease;

    position: relative;

    overflow: hidden;

}



.instrument-btn::before {

    content: '';

    position: absolute;

    top: 0;

    left: -100%;

    width: 100%;

    height: 100%;

    background: linear-gradient(90deg, 

        transparent, 

        rgba(255, 255, 255, 0.1), 

        transparent

    );

    transition: left 0.5s ease;

}



.instrument-btn span {

    font-family: 'Sora', sans-serif;

    font-size: 1.3rem;

    font-weight: 600;

    color: #ffffff;

    position: relative;

    z-index: 1;

}



/* Effet hover */

.instrument-option:hover .instrument-btn {

    border-color: rgba(232, 159, 247, 0.6);

    background: rgba(255, 255, 255, 0.1);

    transform: translateX(5px);

}



.instrument-option:hover .instrument-btn::before {

    left: 100%;

}



/* État sélectionné */

.instrument-option.selected .instrument-btn {

    border-color: #E89FF7;

    background: linear-gradient(135deg, 

        rgba(232, 159, 247, 0.3) 0%, 

        rgba(199, 132, 215, 0.3) 100%

    );

    box-shadow: 0 0 20px rgba(232, 159, 247, 0.4);

}



.instrument-option.selected .instrument-btn span {

    color: #ffffff;

    text-shadow: 0 0 10px rgba(232, 159, 247, 0.8);

}



/* === BOUTON CONTINUER === */

.continue-btn {

    width: 60%;

    margin: 0 auto;

    display: block;

    padding: 1rem 2rem;

    border: none;

    border-radius: 25px;

    background: rgba(255, 255, 255, 0.2);

    color: rgba(255, 255, 255, 0.5);

    font-family: 'Sora', sans-serif;

    font-size: 1.1rem;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.05em;

    cursor: not-allowed;

    transition: all 0.3s ease;

}



.continue-btn.active {

    background: linear-gradient(135deg, #E89FF7 0%, #C784D7 100%);

    color: #ffffff;

    cursor: pointer;

    box-shadow: 0 8px 25px rgba(232, 159, 247, 0.5);

}



.continue-btn.active:hover {

    transform: translateY(-2px);

    box-shadow: 0 12px 35px rgba(232, 159, 247, 0.7);

}



/* === RESPONSIVE === */



@media (max-width: 1024px) {

    .onboarding-content {

        flex-direction: column;

        align-items: center;

        text-align: center;

        gap: 2rem;

    }



    .onboarding-header h1 {

        text-align: center;

        font-size: 2rem;

    }



    .decoration-left {

        display: none;

    }



    .selection-card {

        max-width: 200%;

        width: 200%;

    }

}



@media (max-width: 768px) {

    .onboarding-page {

        padding: 1rem;

    }



    .onboarding-logo img {

        height: 40px;

    }



    .progress-step {

        width: 50px;

    }



    .onboarding-header h1 {

        font-size: 1.8rem;

    }



    .mascotte {

        width: 120px;

        height: 120px;

    }



    .selection-card {

        padding: 2rem 1.5rem;

    }



    .instrument-btn span {

        font-size: 1.1rem;

    }



    .continue-btn {

        width: 100%;

        font-size: 1rem;

    }

}



@media (max-width: 480px) {

    .progress-bar {

        gap: 0.5rem;

    }



    .progress-step {

        width: 40px;

        height: 3px;

    }



    .onboarding-header h1 {

        font-size: 1.5rem;

    }



    .selection-subtitle {

        font-size: 0.95rem;

    }



    .instrument-btn {

        padding: 1rem;

    }



    .instrument-btn span {

        font-size: 1rem;

    }

}



/* General Styles */
 body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color : rgba(157, 73, 237, 1);
    
} 

body {
    font-family: 'sora';
    line-height: 1.6;
    background-color:#0B0B0B ;
        margin: 0;
    padding: 0;
} 

body.page-template-template-login {
    overflow: hidden;
} 

.logo-login{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:20px;
    height:20px;
    margin-bottom:20px;
    text-decoration: none;
}

/* Login & Register Forms */
.login-container,
.register-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    height:100vh;
    width:100vw;
    overflow: hidden;
    position: relative;
    top:0;
    left:0;
    bottom:0;
    right:0;
}

.login-form-wrapper,
.register-form-wrapper {
    width: 55%;
    max-width: 60%;
    min-width: 300px;
    padding: 2rem;
    border: 0.5px solid #ffffff;
    position:relative;
    line-height:6vh;
    opacity:100%;
    background:rgba(157, 73, 237, 0.55);
    backdrop-filter: blur(10px);
    border-radius: 86px;
    box-shadow: 
    0 5px 25px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 10px 5px rgba(157, 73, 237, 0.55);
}

.middleHomePage{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(rgba(11, 11, 11, 1));
}

.form-group {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    justify-content: center;
}

.form-group label {
    display: flex;;
    margin-bottom: -0.5rem;
    font-weight: 600;
}

.form-group input[type="pren"],
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"] {
    width: 27vw;
    max-width: 405px;
    padding: 0.75rem;
    height:6vh;
    border: 1px solid #ffffff;
    border-radius: 15px;
    font-size: 1rem;
    background:rgba(161, 85, 233, 0.55);
    backdrop-filter: blur(10px);
    /* background:rgba(158, 74, 237, 0.03);
    /* backdrop-filter: blur(20px); */
    opacity:50%;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -2px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 5px 1px rgba(255, 255, 255, 0.55);  
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.submit-btn {
    width: 60%;
    padding: 0.75rem 1.25rem;
    background-color: #C784D7;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 23px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'sora';
    font-weight:700;
    display: block;
    margin: 2rem auto;
    box-shadow: 
    0 1px 1px #C784D7,
    inset 0 2px 0 #C784D7,
    inset 0 -1px 0 #C784D7,
    inset 0 0 1px 1px rgba(255, 255, 255, 0.55); 

}
#submitbtn{
    letter-spacing:2%;
}
.submit-btn:hover {
    background-color:rgba(232, 159, 247, 0.7);
        box-shadow: 
    0 2px 20px #C784D7,
    inset 0 2px 0 #C784D7,
    inset 0 -1px 0 #C784D7,
    inset 0 0 1px 1px rgba(255, 255, 255, 0.55); 
}
/* .error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
} */



.register-link,
.login-link {
  color: white;
  font-size: 16px;
  font-weight: inherit;
  text-align: center;
  letter-spacing: 2%;}
.bottomHomePage{
    width: 100%;
    justify-content: center;
}

.form-group label {
    display: flex;;
    margin-bottom: -0.5rem;
    font-weight: 600;
}

.form-group input[type="pren"],
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"] {
    width: 27vw;
    max-width: 405px;
    padding: 0.75rem;
    height:6vh;
    border: 1px solid #ffffff;
    border-radius: 15px;
    font-size: 1rem;
    background:rgba(161, 85, 233, 0.55);
    backdrop-filter: blur(10px);
    /* background:rgba(158, 74, 237, 0.03);
    /* backdrop-filter: blur(20px); */
    opacity:50%;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -2px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 5px 1px rgba(255, 255, 255, 0.55);  
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.submit-btn {
    width: 60%;
    padding: 0.75rem 1.25rem;
    background-color: #C784D7;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 23px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'sora';
    font-weight:700;
    display: block;
    margin: 2rem auto;
    box-shadow: 
    0 1px 1px #C784D7,
    inset 0 2px 0 #C784D7,
    inset 0 -1px 0 #C784D7,
    inset 0 0 1px 1px rgba(255, 255, 255, 0.55); 

}
#submitbtn{
    letter-spacing:2%;
}
.submit-btn:hover {
    background-color: rgba(232, 159, 247, 0.7);
        box-shadow: 
    0 2px 20px #C784D7,
    inset 0 2px 0 #C784D7,
    inset 0 -1px 0 #C784D7,
    inset 0 0 1px 1px rgba(255, 255, 255, 0.55); 
}
.error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}



.register-link,
.login-link {
  color: white;
  font-size: 16px;
  font-weight: inherit;
  text-align: center;
  letter-spacing: 2%;
}

.register-link a,
.login-link a {
    color: white;
    text-decoration: none;}



.register-link a:hover,
.login-link a:hover {
    text-decoration: underline;
    cursor: pointer;
}





.pass{
    text-transform: uppercase;
    color:white;
    font-weight: bold;
    font-size: 2.2vh;
    letter-spacing:1%;
}

.userlogin{
    text-transform: uppercase;
    color:white;
    font-weight: bold;
    font-size: 2.2vh;
    letter-spacing:1%;
}

#intro{
    text-align: center;
    margin-bottom:20px;
    font-size: 1.5vh;
    color: white;
    font-weight:300;
    text-transform: uppercase;
    font-family: 'nunito';
}
.login-title{
    color:white; 
    font-size:2.4vh;
    font-weight: 700;
}

a{
    text-decoration: none;
}

.bloc1 {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 15px;

}
.bloc3 {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 15px;
}

.slider-bg {
    position: absolute;
    display:flex; 
    justify-content: center;
    align-items:center;
    top: -7%;
    right: 0%;
    width: 140%;
    height: 110%;
    background-color: #C784D7;
    border-radius: 20px;
    z-index: 0;
}

.slider2-bg {
    position: absolute;
    display:flex; 
    justify-content: center;
    align-items:center;
    top: -7%;
    left: 0%;
    width: 140%;
    height: 110%;
    background-color: #C784D7;
    border-radius: 20px;
    z-index: 0;

}
.bloc1 h2 {
    position: relative;
    z-index: 1;
    left:-20%;
    padding:3px 2px;
}
.bloc3 h2 {
    position: relative;
    z-index: 1;
    left:-20%;
}

.bloc2{
    display:flex;
    justify-content: center;
}

.forme{
  width: min(1260px, 100%);  /* = ton viewBox */
  height: 100%;
  overflow: hidden;          /* IMPORTANT */
  left: 0;                   /* évite décalages */
}
.forme svg{
  width: 100%;
  height: auto;
  display: block;
}

/* Hero Section */
.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.buttons {
    margin-left: 100%;
}

.user-status-logged-out {
    margin-top: 1%;
    margin-left: 65%;
    margin-bottom: -150px;
}

.hero-content {
    max-width: 50%;
    color: #ffe6ff; /* Light pink */
    margin-left: 10%;
    margin-bottom: 10%;
}

.hero-content img {
    height: 20% ;
    width: 60%;
    margin-left: -6%;
}

.hero-content h2 {
    font-family: Nunito;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #F77FE2;
    line-height: 0.5;
}

.hero-contents{
    font-family: 'Sora';
    font-size: 120%;
    margin-top: 10%;
    line-height: 0.5;
}

.hero-contents p {
    font-size: 1.3rem;
}



.lt-btn {
    display: inline-block;
    padding: 12px 37px;
    background: #C784D7; /* Bright pink */
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.cta-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #ff66cc; /* Bright pink */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.cta-btn:hover {
    background: #ff3399; /* Darker pink */
}

.hero-image img{
  width: 110%;
  height: 20%;
  transform: scale(1.6);
  margin-left: -30%;
  margin-top: 40%;
}

.hero-images img{
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: scale(2);
  margin-left: -100%;
  margin-top: 20%;
}

/* === HERO DOMÉLO === */

.hero-sections {
    margin-top: 3%;
    left: 2%;
    padding: 6rem 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;      /* IMPORTANT pour le positionnement absolu */
    overflow: visible;
}


/* On remet la carte + le robot au-dessus de l'image de fond */
.hero-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    opacity: 80%;
    z-index: 1;
}
.register-link a,
.login-link a {
    color: white;
    text-decoration: none;}

/* Image à gauche */
.hero-images {
    left: 2%;
    flex: 0 0 30%;  
    display: flex;
    justify-content: center;
    margin-top: -170px;
    margin-left: 5%;  /* tu peux jouer avec -20, -40, -60, etc. */
}

.hero-card,
.hero-images {
    position: relative;
    z-index: 2;
}

/* Carte "tableau" à droite */
.hero-card {
    right: 8%;
    width: 100000%;
    height: 850%;
    line-height: 1;
    margin-top: -6%;
    flex: 0 0 72%; 
    max-width: 532%;
    padding: 4rem ;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.04); /* léger transparent */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    color: #ffffff;
    position: relative;
    opacity: 100%;
    overflow: visible;
}

/* Image violette à l'intérieur de la carte, derrière le texte */
 .hero-card::after {
    content: "";
    position: absolute;
    right: -140px;           
    bottom: -350px;          
    width: 520%;           
    height: 520%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;              
    pointer-events: none;
    z-index: -1;           
}



.hero-card h2 {
    font-size: 180%;
    margin-left: 10%;
    font-family: 'Nunito';
    font-weight: 700;
    width: 800%;
    height: 37%;
    margin-top: -2%;
    margin-left: 2%;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hero-card-line {
    margin-left: 2%;
    display: block;
    width: 40%;
    height: 2px;
    background: #ffffff;
    margin-bottom: 2rem;
}

.hero-card p {
    font-weight: 300;
    margin-left: 2%;
    font-size: 130%;
    line-height: 1.4;
    margin-bottom: 0rem;
}

/* Responsive : sur mobile, on empile image + carte */
@media (max-width: 900px) {
.hero-inner {
    flex-direction: column;
    text-align: left;
}

.hero-section {
    padding: 4rem 1.5rem;
}

.hero-card {
    padding: 2rem;
}

.hero-images {
    order: -1; /* si tu veux l'image en haut sur mobile */
    max-width: 100%;
    margin-top: 12%;
}
}

/* About Section */
.cta-section h2 {
    font-size: 2.5rem;
    color: #ffe6ff;
    align-items: center; 
    height:100%;
    border-radius:20px; 
    flex:1;
    position:relative;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 3.4vh;
    cursor: pointer;
    padding: 6px 0;
    width:120%;
}

.bloc4{
    display:flex;
    justify-content: center;
    align-items: center; 
    height:100%;
    border-radius:20px; 
    flex:1;
    position:relative;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 2.4vh;
    cursor: pointer;
    padding: 6px 0;
    width:120%;
}

.bloc2 h2{
    position: relative;
    z-index: 1;
    right:-20%;
        padding:6px;
}

.bloc4 h2{
    position: relative;
    z-index: 1;
    right:-20%;
}

.logodom{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:38%;
    margin-bottom:20px;
    object-fit: cover;
}

.form{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
    width:100%;
    max-width:120%;
    margin:0 auto;
    gap:1.5rem;
}

.bloctt{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:auto;
    margin: 0 auto;
    margin-top:3%;
}

.bloctout{
    position: relative;
    display:flex; 
    justify-content: center;
    align-items: center;
    text-align:center;
    width:100%;
    height:100%;
    opacity:80%;
}

.transparence{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    height:8vh;
    width: 43%;
    padding: 0;
    margin: 0 auto;
    opacity:100%;
    border-radius:25px; 
    border-color: #C784D7;
    box-shadow: 
    0 2px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 #C784D7,
    inset 0 -1px 0 #C784D7,
    inset 0 0 5px 1px rgba(255, 255, 255, 0.55); 
}

.designfond{
    position:absolute;
    height:130vh;
    width:130vw;
    top: -15vh;
    left: -15vw;
    z-index:-1000;
    object-fit: cover;
}

.connection-btn {
    position: absolute;
    top: 3%;
    left: 30%;
    background-color: #C784D7;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 23px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.connection-btn:hover {
    background-color: #5d246b;
}

/* === RESPONSIVE === */

@media (max-width: 1024px) {
    .onboarding-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2rem;
    }

    .onboarding-header h1 {
        text-align: center;
        font-size: 2rem;
    }

    .decoration-left {
        display: none;
    }

    .selection-card {
        max-width: 200%;
        width: 200%;
    }
}

@media (max-width: 768px) {
    .onboarding-page {
        padding: 1rem;
    }

.designfond{
    position:absolute;
    height:130vh;
    width:130vw;
    top: -15vh;
    left: -15vw;
    z-index:-1000;
    object-fit: cover;
}

.connection-btn {
    position: absolute;
    top: 3%;
    left: 30%;
    background-color: #C784D7;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 23px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.connection-btn:hover {
    background-color: #5d246b;
}

    .onboarding-logo img {
        height: 40px;
    }

    .progress-step {
        width: 50px;
    }

    .onboarding-header h1 {
        font-size: 1.8rem;
    }

    .mascotte {
        width: 120px;
        height: 120px;
    }

    .selection-card {
        padding: 2rem 1.5rem;
    }

    .instrument-btn span {
        font-size: 1.1rem;
    }

    .continue-btn {
        width: 100%;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .progress-bar {
        gap: 0.5rem;
    }

    .progress-step {
        width: 40px;
        height: 3px;
    }

    .onboarding-header h1 {
        font-size: 1.5rem;
    }

    .selection-subtitle {
        font-size: 0.95rem;
    }

    .instrument-btn {
        padding: 1rem;
    }

    .instrument-btn span {
        font-size: 1rem;
    }
}
