html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
}

:root{
    --lp-section-gap: 120px;
}

#partage,
#Recentes,
#marcheComment,
#ensembleOnPartage,
#aboAvantage,
#locationExemple,
#review,
#KiwiizCest,
#parleDeNous{
    margin-top: var(--lp-section-gap);
}


/* 
====================
LE CLUB LANDING PAGE
====================
*/

.specialTexte{
    background: var(--gradient-j, linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
#CatchPhrase{
    position: relative;
    margin-top: 60px;
}

#logoMedias{
    box-sizing: border-box;
    max-width: 1280px;
    margin: 24px auto 0;
    padding: 60px 100px;
    background: #FFF;
    box-shadow: none;
    border: none;
}
#logoMedias .logoMediasInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 32px;
    row-gap: 8px;
    flex-wrap: wrap;
}
#logoMedias .logoMediasInner .logoMediaItem{
    background: #FFF;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#logoMedias .logoMediasInner .logoMediaItem img{
    height: 32px;
    width: auto;
    object-fit: contain;
    opacity: 1;
    filter: none;
    border: 0;
    outline: none;
}

#logoMedias .logoMediasInner .logoMediaItem img{
    -webkit-user-drag: none;
}

@media screen and (max-width: 768px){
    /* Figma mobile (node 288:7317) */
    #logoMedias{
        max-width: 100%;
        padding: 0 20px;
        background: transparent;
    }
    #logoMedias .logoMediasInner{
        width: 100%;
        justify-content: space-between;
        column-gap: 0;
        row-gap: 8px;
    }
    #logoMedias .logoMediasInner .logoMediaItem{
        padding: 14px;
    }
    #logoMedias .logoMediasInner .logoMediaItem img{
        height: 40px;
    }
}

#CatchPhrase p{
    color: var(--Primary-bleu-dark, #1D3253);
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 24px 0 40px;
}
#CatchPhrase #firstArrow{
    position: absolute;
    top: 43%;
    left: 2%;
    z-index: -1;
    height: 400px;
    rotate: 20deg;
}
.LeClub{
    display: block;
    width: 259px;
    height: 90px;
    margin: 0 auto 24px;
}
h1{
    text-align: center;
    font-family: Quicksand;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 120% */
    letter-spacing: -1.82px;
    color: #1D3253;
    width: 70%;
    margin: 0 auto;
    position: relative;
}
/* h1::after{
    content: "";
    background-image: url("/img/flashCardKiwiiz.svg");
    background-size: 100% 100%;
    padding: 9px;
    position: absolute;
    top: 0;
    left: 0;
} */
#CatchPhrase a{
    color: var(--Primary-bleu-dark, #1D3253);
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
}
#CatchPhrase a:hover{
    text-decoration: none;
}
#searchAndNote{
    display: flex;
    justify-content: center;
    gap: 16px;   
}
#searchAndNote #SearchBarHolder{
    height: 51px;
}
#searchAndNote #SearchBarHolder #rechercher{
    margin: auto;
    height: 32px;
    width: 32px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
#caroucheNote{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 12px auto 0;
    width: fit-content;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

#caroucheNote img{
    width: 18px;
    height: 18px;
    display: block;
}

#caroucheNote p{
    margin: 0;
    color: var(--Bleu-fonc, #1D3253);
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
}

#caroucheNote .caroucheNoteLink{
    color: inherit;
    text-decoration: none;
}

#caroucheNote .caroucheNoteLink:hover{
    text-decoration: underline;
}

#caroucheNote .caroucheNoteUnderline{
    text-decoration: underline;
}
#phonePresentation{
    position: relative;
    width: 90%;
    max-width: 1277px;
    margin: 102px auto 0;
}
/* #phonePresentation > img{
    display: block;
    width: 415px;
    height: 522px;
    margin: 0 auto;
} */
#phonePresentation > img{
    width: 100%;
}
#phonePresentation div{
    position: absolute;
    top: 0;
    left: 0;
}
#phonePresentation div img{
    position: absolute;
}
#phonePresentation div p:first-of-type{
    color: var(--Bleu-fonc, #1D3253);
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 8px 0;
}
#phonePresentation div p:last-of-type{
    color: var(--677294, #677294);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
#phonePresentation div:nth-of-type(1){
    top: 29%;
    left: 4%;
    width: 22%;
}
#phonePresentation div:nth-of-type(1) img{
    width: 187.502px;
    height: 76.446px;
    transform: rotate(2deg);
    top: -77%;
    right: -58%;
}
#phonePresentation div:nth-of-type(2){
    top: 49%;
    left: 8%;
    width: 30%;
}
#phonePresentation div:nth-of-type(2) img{
    width: 190.216px;
    height: 77.552px;
    bottom: -117%;
    right: -28%;
    transform: scaleY(-1) rotate(-17deg);
}
#phonePresentation div:nth-of-type(3){
    top: 87%;
    left: 30%;
    width: 17%;
}
#phonePresentation div:nth-of-type(3) img{
    width: 170.69px;
    top: -200%;
    right: -55%;
    transform: scaleY(-1) rotate(43deg);
}
#phonePresentation div:nth-of-type(4){
    top: 5%;
    left: 66%;
    width: 32%;
}
#phonePresentation div:nth-of-type(4) img{
    width: 170.69px;
    top: 50%;
    left: -68%;
    transform: scaleX(-1) rotate(30deg);
}
#phonePresentation div:nth-of-type(5){
    top: 22%;
    left: 75%;
    width: 30%;
}
#phonePresentation div:nth-of-type(5) img{
    width: 170.69px;
    top: 40%;
    left: -72%;
    transform: scaleX(-1) scaleY(-1) rotate(-25deg);
}
#phonePresentation div:nth-of-type(6){
    top: 55%;
    left: 76%;
    width: 32%;
}
#phonePresentation div:nth-of-type(6) img{
    width: 141.69px;
    top: -100%;
    left: -47%;
    transform: scaleX(-1) rotate(7deg);
}
#locationExemple{
    display: flex;
    gap: 42px;
    margin: 100px auto 0;
    max-width: 1277px;
}
#locationExemple > div:first-of-type{
    width: 57%;
}
#locationExemple h2{
    color: #1D3253;
    font-family: Quicksand;
    text-align: left !important;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
    margin: 0 0 24px;
}
/* #locationExemple h2 > span{
    background-image: url("/img/entour.png");
    background-size: 100% 100%;
    padding: 9px;
}
#locationExemple h2 > span span{
    position: relative;
    z-index: -1;
} */

#locationExemple .plusParMois{
    color: var(--Bleu-fonc, #1D3253);
    font-family: Quicksand;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 16px;
    border-radius: 44px;
    border: 3px solid var(--Contour, #EFEFEF);
    background: #FFF;
    width: fit-content;
    margin: 0;
    white-space: nowrap;
}

#locationExemple p.plusParMois:nth-of-type(1), #locationExemple p.plusParMois:nth-of-type(3){
    transform: rotate(1deg);
    position: relative;
}
#locationExemple p.plusParMois:nth-of-type(1){
    top: 8px;
}
#locationExemple p.plusParMois:nth-of-type(3){
    bottom: 8px;
}
#locationExemple p.plusParMois:nth-of-type(2){
    transform: rotate(-0.5deg);
}
#locationExemple .plusParMois span{
    background: var(--gradient-j, linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Quicksand;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#locationExemple p:last-of-type{
    color: rgba(29, 50, 83, 0.70);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.07px;
    margin: 8px 0 0;
}
#locationExemple > div:last-of-type{
    width: 400px;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 21px;
    border: 3px solid var(--Contour, #EFEFEF);
}
#locationExemple > div:last-of-type img{
    width: 122%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#Recentes{
    width: 100%;
    margin-top: 0;
}
#Recentes #recentesTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1277px;
    margin: 100px auto 0;
}
#Recentes #recentesTitle h2{
    color: var(--Primary-bleu-dark, #1D3253);
    font-family: Quicksand;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 120% */
    margin: 0;
}
#Recentes #recentesTitle a{
    display: flex;
    gap: 8px;
    background: var(--background-purplebleu, linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}
#Recentes #recentesTitle a img{
    width: 24px;
    height: 24px;
    /* L'icône est déjà orientée vers la droite */
    transform: none;
}
#Recentes #objRecents{
    scroll-behavior: smooth;
    display: flex;
    gap: 16px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    padding: 40px 50px;
    background: none;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}
#Recentes #objRecents a,
#Recentes #objRecents img{
    -webkit-user-drag: none;
}
#Recentes #objRecents.is-dragging{
    cursor: grabbing;
    scroll-behavior: auto !important;
}
#Recentes #objRecents .cartoucheAnnonceHolder{
    min-width: 430px;
}
#Recentes #buttonscrollRecents{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    margin-bottom: 100px;
}
#Recentes #buttonscrollRecents img:first-of-type{
    /* L'icône "chevron-left" est déjà orientée vers la gauche */
    transform: none;
}
#Recentes #buttonscrollRecents img{
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 72.016px;
    background: var(--Grey0, #FFF);
    box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.14);
    cursor: pointer;
}
#Recentes #buttonscrollChoice{
    display: flex;
    align-items: center;
    gap: 4px;
}
#Recentes #buttonscrollChoice .optionRecent{
    width: 8px;
    height: 8px;
    background-color: #CBD5E1;
    border-radius: 100%;
    cursor: pointer;
}
#Recentes #buttonscrollChoice .optionRecent.currentRecents{
    background-color: #2156A9;
    border: 2px solid white;
    outline: 1px solid #2156A9;
}
.abo{
    position: relative;
    margin: 100px auto 0;
    max-width: 1277px;
}
.abo h2{
    text-align: center;
    font-family: Quicksand;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.abo .prixAboClub{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.abo .prixAboClub > div{
    box-sizing: border-box;
    width: 31%;
    padding: 32px 48px;
    border-radius: 24px;
}
.abo .prixAboClub > div:not(:nth-of-type(2)){
    border: 2px solid var(--Contour, #EFEFEF);
    background: #FFF;
}
.abo .prixAboClub > div:nth-of-type(2){
    border: 1px solid #F907FC;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%);
}
.abo .prixAboClub > div:not(:nth-of-type(2)) p:first-of-type{
    color: #1D3253;
}
.abo .prixAboClub > div p:first-of-type{
    color: #FFF;
}
.abo .prixAboClub > div p:first-of-type{
    font-family: Quicksand;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    margin: 0;
}
.abo .prixAboClub > div:not(:nth-of-type(2)) hr{
    background: rgba(29, 50, 83, 0.10);
}
.abo .prixAboClub > div hr{
    background: rgba(255, 255, 255, 0.10);
}
.abo .prixAboClub > div hr{
    width: 100%;
    height: 2px;
    border: none;
    margin: 16px 0;
}
.abo .prixAboClub > div:not(:nth-of-type(2)) p:nth-of-type(2){
    color: var(--Bleu-fonc, #1D3253);
}
.abo .prixAboClub > div p:nth-of-type(2){
    color: #FFF;
}
.abo .prixAboClub > div p:nth-of-type(2){
    font-family: Quicksand;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
    margin: 0;
}
.abo .prixAboClub > div:not(:nth-of-type(2)) p:nth-of-type(2) span{
    color: rgba(29, 50, 83, 0.80);
}
.abo .prixAboClub > div:nth-of-type(2) p:nth-of-type(2) span{
    color: rgba(255, 255, 255, 0.80);
}
.abo .prixAboClub > div p:nth-of-type(2) span{
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.abo .prixAboClub > div:not(:nth-of-type(2)) p.Explication{
    color: rgba(29, 50, 83, 0.80);
}
.abo .prixAboClub > div:nth-of-type(2) p.Explication{
    color: #FFF;
}
.abo .prixAboClub > div p.Explication{
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
#ensembleOnPartage{
    display : flex;
    max-width: 1240px;
    height: 492px;
    margin: 140px auto 0;
    border-radius: 42px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%);    overflow: hidden;
    position: relative;
}
#ensembleOnPartage > div:first-of-type{
    margin-left: 143px;
    margin-top: 74px;
}
#ensembleOnPartage p{
    color: #FFF;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin: 0;
}
#ensembleOnPartage #partageTitre{
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 16px;
}
#ensembleOnPartage #partageBoutton{
    margin-top: 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-decoration: none;
    border-radius: 100px;
    border: 1px solid var(--gradient-j, #F907FC);
    background: var(--Blanc, #FFF);
    padding: 16px;
    width: 100%;
}
#ensembleOnPartage #partageBoutton span{
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    background: var(--gradient-j, linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#ensembleOnPartage #partagePhoneFull{
    display: none;
}
#ensembleOnPartage #partageFleche{
    position: absolute;
    left: -40px;
    bottom: -370px;
    transform: scaleY(-1);
}
#ensembleOnPartage #partagePhone{
    overflow: hidden;
    width: 50%;
    position: relative;
    z-index: 1;
}
#ensembleOnPartage #partagePhone img{
    position: absolute;
    right: 0;
    width: 553px;
}
#ensembleOnPartage .backgroundDot{
    position: absolute;
    top: -10px;
    right: 0;
    height: 110%;
    width: 15%;
    background: transparent;
    background-size: 25px 25px;
    background-position: -19px -19px;
    z-index: 0;
    background-image: radial-gradient(#6299ff 3px, transparent 0);
}
#parleDeNous{
    display: flex;
    gap: 60px;
    margin: 0 auto;
    max-width: 1330px;
}
#parleDeNous #parleContenus{
    width: 705px;
}
#parleDeNous p, #parleDeNous p span{
    color: var(--Bleu-fonc, #1D3253);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
}
#parleDeNous #titreParleNous, #parleDeNous #titreParleNous span{
    font-family: Quicksand;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}
#parleDeNous #selecteurMedia{
    display: flex;
    border-radius: 8px;
    border: 1px solid var(--Blue-Gray-300, #CBD5E1);
    overflow: hidden;
    margin: 40px 0 0;
}
#parleDeNous #selecteurMedia p{
    box-sizing: border-box;
    display: block;
    width: 50%;
    padding: 16px;
    text-align: center;
    color: var(--Blue-Gray-900, #0F172A);
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    background: var(--Grey0, #FFF);
    cursor: pointer;
}
#parleDeNous #selecteurMedia p.currentMedia{
    background: var(--Grey300, #E3EAF2);
    border-right: 1px solid var(--Blue-Gray-300, #CBD5E1);
    border-left: 1px solid var(--Blue-Gray-300, #CBD5E1);
}
#parleDeNous #selecteurMedia p:hover{
    opacity: 0.8;
} 
#parleDeNous #contentMedia{
    margin: 24px 0;
}
#parleDeNous #contentMedia .grasMedia{
    font-weight: 700;
}
#parleDeNous #contactPresse{
    cursor: pointer;
    display: flex;
    gap: 16px;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    
    /* Button/M */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    background: var(--background-purplebleu, linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#parleDeNous #contactPresse img{
    transform: none;
}
#parleDeNous #parleLogo{
    display: flex;
    align-items: center;
    gap: 16px;
}
#parleDeNous #parleLogo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#parleDeNous #parleLogo div{
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}
#parleDeNous #parleLogo .logom6{
    width: 283px;
    height: 384px;
    background-color: #ed1a3b;
}
#parleDeNous #parleLogo .logom6 img{
    width: 250%;
}
#parleDeNous #parleLogo .logoFranceTv{
    width: 266px;
    height: 475px;
    background-color: #181818;
}
#parleDeNous #parleLogo .logoFranceTv img{
    width: 160%;
}
#parleDeNous #parleLogo .logoLeParisien{
    width: 283px;
    height: 384px;
    background-color: #1da0e6;
}

#parleDeNous #parleLogo .logoMidiLibre{
    width: 266px;
    height: 475px;
    background-color: #ef3240;
}
#parleDeNous #parleLogo .logoLeParisien img, #parleDeNous #parleLogo .logoMidiLibre img{
    width: 100%;
}
#rejoindreLaCommu{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1128px;
    padding: 80px;
    margin: 100px auto;
    border-radius: var(--radius-M, 24px);
    background: linear-gradient(90deg, #04132C 0%, rgba(31, 51, 84, 0.50) 50%, #04132C 100%), url("/img/landing/rejoinLaCommu.jpg") lightgray 50% / cover no-repeat;
}
#rejoindreLaCommu p{
    margin: 0;
    color: var(--White, #FFF);
    text-align: center;

    /* Body/L */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 28.8px */
}
#rejoindreLaCommu #rejoindreTitre{
    font-family: Quicksand;
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
}
#rejoindreLaCommu a {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 56px;
    background: var(--background-purplebleu, linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%));
    padding: 16px 24px;
    margin: 0 auto;
    text-decoration: none;

    color: var(--White, #FFF);
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    letter-spacing: 0.5px;
}
#rejoindreLaCommu a img{
    filter: brightness(0) invert(1);
    /* L'icône est déjà orientée vers la droite */
    transform: none;
}
.abo .prixAboClub > div a {
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 32px 0 0;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 20px 24px;
    border-radius: 100px;
    border: 1px solid var(--gradient-j, #F907FC);
    background: var(--Blanc, #FFF);
    text-decoration: none;
}
.abo .prixAboClub > div a::after{
    content: "";
    background-image: url("/img/arrowRightClub.svg");
    display: inline-block;
    width: 0;
    height: 24px;
    transition: 0.5s;
}
.abo .prixAboClub > div a:hover::after{
    width: 24px;
}
.abo .prixAboClub > div a span {
    background: var(--gradient-j, linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.abo > img{
    width: 322.809px;
    height: 301.593px;
    position: absolute;
    bottom: -71%;
    left: -16%;
}
#aboAvantage{
    max-width: 1277px;
    margin: 0 auto;
}
#aboAvantage > div{
    display: flex;
    justify-content: center;
    gap: 40px;
}
#aboAvantage p{
    display: flex;
    gap: 16px;
    color: var(--Bleu-fonc, #1D3253);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}

#aboAvantage div div{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#aboAvantage p span.img{
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#aboAvantage p span.img img{
    max-width: 100%;
    max-height: 100%;
}
#aboAvantage p span:not(.premium):not(.img){
    font-weight: 700;
    font-size: 38px;
}
#aboAvantage p span.premium{
    color: #FFF;
    font-family: Quicksand;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 8px;
    padding: 0px 8px;
    border-radius: 4px;
    border: 1.5px solid var(--Bleu-clair, #1891FC);
    opacity: 0.9;
    background: #1891FC;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
    height: 26px;
    display: flex;
    width: fit-content;
    align-items: center;
}
#jeProfite{
    width: 150px;
    color: var(--White, #FFF);
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    padding: 16px 8px;
    border-radius: 56px;
    background: linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 32px 0 0 32px;
    transition: 0.3s;
}

#marcheComment h2{
    color: var(--Primary-bleu-dark, #1D3253);
    text-align: center;
    font-family: Quicksand;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 56px;
}
#marcheComment #scrollEffect{
    height: 2100px;
}
#marcheComment .Explication{
    box-sizing: border-box;
    max-width: 1044px;
    height: 396px;
    border-radius: 30px;
    border: 3px solid var(--gradient-j, #F907FC);
    background: #FFF;
    display: flex;
    padding: 78px 89px;
    position: sticky;
    top: 104px;
    margin: 0 auto;
    overflow: hidden;
}
#marcheComment .Explication p:first-of-type{
    font-family: Quicksand;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px; 
    background: var(--gradient-j, linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
#marcheComment .Explication p:nth-of-type(2){
    color: var(--Bleu-fonc, #1D3253);
    font-family: Quicksand;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.6px;
    margin: 5px 0 0 ;
    width: 500px;
}
#marcheComment .Explication p:last-of-type{
    margin: 24px 0;
}
#marcheComment .Explication a{
    display: block;
    text-align: center;
    color: var(--Blanc, #FFF);
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
    border-radius: 100px;
    background: var(--gradient-j, linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%));
    padding: 16px 48px;
    text-decoration: none;
}
#marcheComment .Explication img{
    position: absolute;
    z-index: 1;
}
#marcheComment .Explication:first-of-type img{
    width: 409px;
    top: 0;
    right: 36px;
}
#marcheComment .Explication:nth-of-type(2) img{
    width: 470px;
    top: 42px;
    right: 7px;
}
#marcheComment .Explication:nth-of-type(3) img{
    width: 439px;
    top: 43px;
    right: 56px;
}

#marcheComment .Explication .backgroundDot{
    position: absolute;
    top: 0;
    right: 0;
    height: 52%;
    width: 23%;
    background: transparent;
    background-size: 25px 25px;
    background-position: -19px -19px;
    z-index: 0;
}
#marcheComment .Explication:nth-of-type(1) .backgroundDot{
    background-image: radial-gradient(#FFD375 3px, transparent 0);
}
#marcheComment .Explication:nth-of-type(2) .backgroundDot{
    background-image: radial-gradient(#EB9393 3px, transparent 0);
}
#marcheComment .Explication:nth-of-type(3) .backgroundDot{
    background-image: radial-gradient(#75A4C8 3px, transparent 0);
}
#marcheComment .Explication:nth-of-type(2){
    margin: 100px auto;
}
#review h2{
    color: var(--Bleu-fonc, #1D3253);
    text-align: center;
    font-family: Quicksand;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 50px;
}

#review #allAvis{
    width: 100%;
    display: flex;
    gap: 32px;
    margin: 0 auto;
    overflow-x: scroll;
    scrollbar-width: none;
    position: relative;
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}
#review #allAvis.is-dragging{
    cursor: grabbing;
    scroll-behavior: auto !important;
}
#review #allAvis img{
    -webkit-user-drag: none;
}
#review #allAvis > div{
    display: flex;
    width: 300px;
    padding: 32px;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    border-radius: 32px;
    border: 2px solid #E3EAF2;
    background: #FFF;
}
#review #allAvis > div > img{
    width: 120px;
    height: 120px;
    border-radius: 100px;
    border: 6px solid #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
#review #allAvis > div p:first-of-type{
    color: var(--Bleu-fonc, #1D3253);
    text-align: center;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
#review #allAvis > div div.note{
    display: flex;
    gap: 3px;
}
#review #allAvis > div div.note img{
    width: 24px;
    height: 24px;
}
#review #allAvis > div p.titreAvis{
    color: var(--Bleu-fonc, #1D3253);
    text-align: center;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.09px;
    margin: 0;
    width: 249px;
}
#review #allAvis > div p:last-of-type{
    color: var(--Bleu-fonc, #1D3253);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.08px;
    margin: 0;
}
#review > div{
    position: relative;
    width: 70%;
    margin: 0 auto;
}
#review > div > img{
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 14px;
    position: absolute;
    border: 1px solid #E3EAF2;
    border-radius: 100px;
    background: #FFF;
    cursor: pointer;
    filter: drop-shadow(0px 8px 7.5px rgba(0, 0, 0, 0.04));
}
#review > div > img#leftReview{
    top: 50%;
    left: -89px;
    /* L'icône "chevron-left" est déjà orientée vers la gauche */
    transform: none;
    display: none;
}
#review > div > img#rightReview{
    top: 50%;
    right: -89px;
}
#partage h2{
    color: var(--Bleu-fonc, #1D3253);
    text-align: center;
    font-family: Quicksand;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 32px;
}
#partage #objetsSelection{
    display: flex;
    gap: 32px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    padding: 0 100px 0;
    background: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    cursor: grab;
}
#partage #objetsSelection.is-dragging{
    cursor: grabbing;
    scroll-behavior: auto !important;
}
#partage #objetsSelection a{
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    text-decoration: none;
}
#partage #objetsSelection a img{
    width: 24px;
    height: 24px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#partage #objetsSelection a p{
    color: var(--Bleu-fonc, #1D3253);
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
#partage #objetsSelection a.selectedObjet p{
    background: var(--gradient-j, linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a:hover {
    opacity: 0.8;
}

/* Effets de survol (feedback visuel) */
.card{
    transition: transform 160ms ease, box-shadow 160ms ease;
}
.card:hover{
    transform: translateY(-4px); /* Élévation très légère */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.btn-primary:hover{
    opacity: 0.7;
    cursor: pointer;
}
/* #objetsChoix{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 23px 20px;
    margin: 0 auto 0;
    max-width: 1277px;
}
#objetsChoix > div{
    width: 190px;
}
#objetsChoix div img{
    box-sizing: border-box;
    width: 190px;
    height: 153px;
    border-radius: 8px;
    border: 5px solid #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 23, 48, 0.08);
}
#objetsChoix div p{
    color: var(--Bleu-fonc, #1D3253);
    text-align: center;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
} */
#KiwiizCest{
    display: grid;
    grid-template-areas: 
    "titre kiwiiz"
    "texte kiwiiz";
    margin: 100px auto;
    max-width: 1277px;
}
#KiwiizCest h2{
    grid-area: titre;
    color: var(--Bleu-fonc, #1D3253);
    font-family: Quicksand;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
    margin: 0;
}
#KiwiizCest > div:first-of-type{
    grid-area: texte;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 80px;
    align-items: center;
    margin-top: 48px;
}
#KiwiizCest > div:first-of-type p span:first-of-type{
    text-align: center;
    font-family: Quicksand;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.24px;
}
#KiwiizCest > div:first-of-type p{
    color: rgba(29, 50, 83, 0.70);
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.12px;
    margin: 0;
}
#KiwiizCest > div:first-of-type p span:nth-of-type(2){
    font-size: 12px;
    letter-spacing: -0.06px;
    display: block;
}
#KiwiizCest > div:last-of-type{
    grid-area: kiwiiz;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 379px;
    border-radius: 24px;
    border: 1px solid #E3EAF2;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 23, 48, 0.08);
    margin-left: auto;
}
#KiwiizCest > div:last-of-type img:first-of-type{
    position: absolute;
    top: -16%;
    right: -15%;
    width: 43px;
    height: 61px;
}
#KiwiizCest > div:last-of-type img:last-of-type{
    width: 184.053px;
    height: 63.999px;
}
.joinButton:hover{
    box-shadow: 0px 0px 2px 6px rgba(253, 159, 254, 0.40);
}
#ssrubrHolder {
    display: flex;
    gap: 16px;
    align-items: stretch; 
}

#ssrubrHolder > div {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    height: auto;
}
#ssrubrHolder > div .ssrubrImg {
    width: 100%;
    height: 120px;
    max-height: 120px;
    display: block;
    object-fit: cover;
    border-radius: 8px; 
}
#ssrubrHolder > div .selectedIcon {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 8px;
    right: 8px;
    max-height: none;
    max-width: none;
}

/* Styles pour le bouton avec loader */
#suivantCreerWiiz.loading {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    cursor: not-allowed;
    opacity: 0.8;
}

/* Spinner/Loader */
.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 0.8s linear infinite;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Style alternatif avec des points */
.loading-dots {
    display: inline-block;
}

.loading-dots:after {
    content: '.';
    animation: dots 1.5s steps(5, end) infinite;
}

@keyframes dots {
    0%, 20% {
        content: '.';
    }
    40% {
        content: '..';
    }
    60% {
        content: '...';
    }
    80%, 100% {
        content: '';
    }
}
#GoBackJeWiiz{
    position: absolute;
    aspect-ratio: 1 / 1;
    width: 24px;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px){
    #locationExemple{
        gap: 8px;
        justify-content: center;
    }
    #aboAvantage p{
        font-size: 18px;
    }
    #jeProfite{
        margin-left: 70px;
    }
    #KiwiizCest{
        grid-template-areas:
            "titre"
            "texte";
        padding: 0 20px;
        margin: 0;
    }
    #KiwiizCest h2{
        text-align: center;
    }
    #KiwiizCest > div:last-of-type{
        display: none;
    }
}
@media screen and (max-width: 768px){
    :root{
        --lp-section-gap: 60px;
    }

    .LeClub{
        width: 129.999px;
        height: 45.205px;
    }
    h1{
        font-size: 32px;
        line-height: normal;
        letter-spacing: -1px;
        width: 86%;
        margin-bottom: 16px;
    }
    #searchAndNote #SearchBarHolder{
        width: 90%;
        z-index: 16;
    }
    /* Landing: barre un peu plus compacte sur mobile */
    .SearchBarHolderLanding{
        height: 48px;
        padding: 3px 3px 3px 14px;
        border-radius: 48px;
        max-width: 360px;
        width: min(82vw, 360px);
        
    }
    .SearchBarHolderLanding form input{
        font-size: 14px;
    }
    .SearchBarHolderLanding .rechercher{
        width: 30px;
        height: 30px;
        padding: 7px;
        margin-top: 4px;
        margin-right: 4px;
    }
    #Recentes #recentesTitle h2{
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -0.96px;
        text-align: center;
        padding: 0 35px;
    }
    #Recentes #recentesTitle a{
        display: none;
    }
    #CatchPhrase p{
        font-size: 16px;
        line-height: normal;
        margin: 16px auto;
        width: 86%;
    }
    #CatchPhrase #firstArrow{
        display: none;
    }
    #phonePresentation{
        width: 100%;
        position: relative;
        height: 227px;
        margin-top: 60px;
        overflow: hidden;
    }
    #phonePresentation > img {
        width: 135%;
        position: absolute;
        left: 43%;
        transform: translateX(-50%);
    }
    #locationExemple{
        gap: 16px;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    #locationExemple > div:first-of-type{
        width: auto;
        padding: 0 20px;
    }
    #locationExemple h2{
        font-size: 32px;
        line-height: normal;
        letter-spacing: -0.64px;
        margin-bottom: 16px;
    }

    #locationExemple .plusParMois{
        font-size: 20px;
    }
    #locationExemple .plusParMois span{
        font-size: 20px;
    }
    #locationExemple p:last-of-type{
        font-size: 12px;
        letter-spacing: -0.06px;
    }
    #locationExemple > div:last-of-type{
        width: 230px;
        height: 230px;
    }
    .abo{
        margin-top: 0;
    }
    .abo h2{
        font-size: 32px;
        margin: 0 0 32px;
    }
    .abo .prixAboClub{
        flex-direction: column;
        align-items: center;
    }
    .abo .prixAboClub > div{
        width: 353px;
    }
    .abo .prixAboClub > div:not(:nth-of-type(2)){
        order: 2;
    }
    .abo .prixAboClub > div:nth-of-type(2){
        order: 1;
    }
    #aboAvantage > div{
        flex-direction: column;
        gap: 16px;
    }
    #aboAvantage p span.img{
        width: 24px;
        height: 24px;
    }
    #aboAvantage p span:not(.premium):not(.img){
        font-size: 22px;
    }
    #aboAvantage p span.premium{
        font-size: 5px;
        padding: 0;
        justify-content: center;
        width: 24px;
    }
    #aboAvantage p{
        font-size: 14px;
        gap: 8px;
        width: fit-content;
        margin: 0 20px;
    }
    #jeProfite, .abo > img{
        display: none;
    }
    #marcheComment h2{
        font-size: 32px;
        margin: 0 0 32px;
    }
    #marcheComment .Explication{
        width: 100%;
        height: 670px;
        padding: 34px;
        top: 15px;
        margin-bottom: 50px;
    }
    #marcheComment .Explication p:first-of-type{
        font-size: 24px;
        line-height: normal;
    }
    #marcheComment .Explication p:nth-of-type(2){
        font-size: 32px;
        line-height: normal;
        letter-spacing: -1px;
        width: auto;
    }
    #marcheComment .Explication:first-of-type img{
        width: 274px;
        top: 240px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #marcheComment .Explication:nth-of-type(2) img{
        width: 346px;
        top: 260px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #marcheComment .Explication:nth-of-type(3) img{
        width: 237px;
        top: 250px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #marcheComment .Explication > div{
        width: 100%;
    }
    #marcheComment .Explication .backgroundDot{
        top: 175px;
        right: 7px;
        width: 28%;
    }
    #marcheComment .Explication a{
        box-sizing: border-box;
        margin-top: 360px;
        width: 100%;
        font-size: 16px;
        padding: 16px 0;

    }
    #marcheComment .Explication .backgroundDot{
        display: none;
    }
    #review h2{
        font-size: 32px;
        margin: 60px 0 33px;
    }
    #review #allAvis{
        gap: 16px;
    }
    #review > div {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }
    #review > div > img{
        display: none !important;
    }
    #partage h2{
        font-size: 26px;
        margin: 64px 0 32px;
    }
    #partage #objetsSelection{
        margin: 32px 0 0;
        padding: 0 32px;
    }
    #partage #objetsSelection a{
        flex-direction: column;
    }
    #partage #objetsSelection a p{
        font-size: 14px;
    }
    #objetsChoix{
        gap: 16px 40px;
    }
    #objetsChoix > div{
        width: 90px;
    }
    #objetsChoix div img{
        width: 90px;
        height: 72.474px;
    }
    #objetsChoix div p{
        font-size: 12px;
    }
    #KiwiizCest h2{
        font-size: 32px;
        letter-spacing: -0.64px;
        line-height: normal;
        text-align: left;
    }
    #KiwiizCest > div:first-of-type{
        margin-top: 16px;
    }
    #KiwiizCest > div:first-of-type{
        gap: 20px;
    }
    #KiwiizCest > div:first-of-type p{
        font-size: 14px;
        letter-spacing: -0.07px;
    }
    #KiwiizCest > div:first-of-type p span:first-of-type{
        font-size: 24px;
        letter-spacing: -0.12px;
    }
    #ensembleOnPartage{
        box-sizing: border-box;
        width: 100%;
        height: auto;
        padding: 44px 21px;
        border-radius: 0;
    }
    #ensembleOnPartage > div:first-of-type{
        margin: 0;
    }
    #ensembleOnPartage #partageTitre{
        font-size: 32px;
        line-height: normal;
    }
    #ensembleOnPartage p{
        font-size: 16px;
        font-weight: 700;
    }
    #ensembleOnPartage #partagePhoneFull{
        display: block;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        width: 185px;
    }
    #ensembleOnPartage #partageBoutton{
        position: relative;
        z-index: 1;
    }
    #ensembleOnPartage #partageBoutton span{
        font-size: 16px;
    }
    #ensembleOnPartage .backgroundDot{
        top: auto;
        bottom: -10px;
        right: 0;
        height: 75%;
        width: 46%;
    }
    #ensembleOnPartage #partagePhone, #ensembleOnPartage #partageFleche{
        display: none;
    }
    #parleDeNous{
        flex-direction: column;
        padding: 0 16px;
    }
    #parleDeNous #parleContenus{
        width: auto;
    }
    #parleDeNous #titreParleNous, #parleDeNous #titreParleNous span{
        font-size: 32px;
        line-height: 32px;
    }
    #parleDeNous #parleLogo div{
        height: 286px !important;
    }
    #rejoindreLaCommu{
        border-radius: 0;
        padding: 80px 24px;
    }
    #rejoindreLaCommu p{
        text-align: left;
    }
    #rejoindreLaCommu a{
        box-sizing: border-box;
        width: 100%;
        justify-content: center;
    }
    #Recentes #objRecents .cartoucheAnnonceHolder{
        min-width: 200px;
    }
    #Recentes #recentesTitle{
        margin: 64px auto 0;
    }
    #Recentes #objRecents{
        padding: 32px 50px;
    }
}

/* 
======================
LE CLUB PAGE CONNECTER
======================
*/
#TitleClub{
    max-width: 1230px;
    margin: 65px auto 0;
}
#TitleClub h1{
    text-align: left;
    width: 100%;
    font-size: 56px;
}
#TitleClub p{
    color: var(--Grey600, #8D98A8);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    margin: 16px 0 0;
}
#TitleClub p span{
    color: var(--Bleu-fonc, #1D3253);
    font-weight: 700;
}
#StatClub > div:first-of-type{
    width: 50%;
    height: 56px;
    border-radius: 64px;
    background: #CEDCF2;
    overflow: hidden;
}
#StatClub{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1230px;
    margin: 97px auto 0;
}
#StatClub > div:first-of-type p{
    color: var(--blanc, #FFF);
    text-align: center;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    box-sizing: border-box;
    width: 70%;
    height: 100%;
    margin: 0;
    padding-left: 46px;
    text-align: left;
    background: var(--degrad-violet, linear-gradient(226deg, #F907FC 0.01%, #0779FF 100%));
    display: flex;
    align-items: center;
}
#StatClub > div:last-of-type{
    display: flex;
}
#StatClub > div:last-of-type p{
    color: var(--Grey600, #8D98A8);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 120% */
    padding: 0 16px;
    margin: 0;
}
#StatClub > div:last-of-type p:first-of-type{
    border-right: 1px solid rgb(29, 50, 83, 0.4);
}
#ClubObj{
    margin-top: 57px;
}
#ClubObj #objetsSelection{
    display: flex;
    gap: 32px;
    overflow: scroll;
    scrollbar-width: none;
    padding: 0 133px;
    background: none;
    user-select: none;
}
#ClubObj #objetsSelection div{
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}
#ClubObj #objetsSelection div img{
    width: 32px;
    height: 32px;
    user-select: none;
    -webkit-user-drag: none;
}
#ClubObj #objetsSelection div p{
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    white-space: nowrap;
    user-select: none;
}
#ClubObj #objetsSelection div.selectedObjet p{
    background: var(--gradient-j, linear-gradient(72deg, #F907FC 0.03%, #0779FF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#ClubObj #objSelected{
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
    scrollbar-width: none;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
#objSelectedDiv {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 16px;
    justify-content: center;
    max-width: 1230px;
    /* Ajoute un peu d'air au-dessus de la grille objets/services */
    margin: 56px auto 0;
    align-content:flex-start;
}
#objSelectedDiv > a{
    width: 190px;
    text-decoration: none;
}
#objSelectedDiv > a img{
    box-sizing: border-box;
    width: 100%;
    height: 153px;
    padding: 3px;
    border-radius: 16px;
    background: var(--Grey-Grey-000, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
#objSelectedDiv > a .ObjPresAddImg{
    position: relative;
}
#objSelectedDiv > a .ObjPresAddImg div:has(> img){
    box-sizing: border-box;
    margin: 1px;
    height: 139px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    border: 4px solid var(--Grey-Grey-000, #FFF);
}
#objSelectedDiv > a .ObjPresAddImg img{
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-user-drag: none;
    user-select: none;
}
#objSelectedDiv > a .add{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(45deg, #F907FC 0%, #0779FF 100%);
    border: 3px solid #FFF;
    border-radius: 100px;
    user-select: none;
    cursor: pointer;
    font-family: Quicksand;
    text-decoration: none;
}
#objSelectedDiv > a.HasObj .add{
    background: none;
    background-color: #008037;
    border: none;
    font-weight: 700;
    cursor: default;
}
#objSelectedDiv > a > p{
    color: var(--Primary-Primary, #203455);
    text-align: center;
    font-family: Quicksand;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    margin: 8px 0 0;
    height: 32px;
}
#objSelectedDiv > a  .buttonsObjChoix{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 8px;
}
#objSelectedDiv > a .buttonsObjChoix img{
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 100px;
    background: var(--Grey-Grey-000, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
    -webkit-user-drag: none;
    user-select: none;
    cursor: pointer;
}
#objSelectedDiv > a.HasObj .ObjPresAddImg img{
    filter: brightness(50%);
}
#objSelectedDiv > a .buttonsObjChoix img.unselected{
    box-shadow: none;
    background: var(--Grey-Grey-200, #F7F8FA);
    filter: grayscale(1) opacity(0.5);
}
#amisClub{
    max-width: 1230px;
    margin: 64px auto 0;
}
#amisClub h2{
    color: var(--Bleu-fonc, #1D3253);
    font-family: Quicksand;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 61.6px */
    margin: 0;
}
#amisClub > p{
    color: var(--Grey600, #8D98A8);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 120% */
    margin: 16px 0 32px;
}
#amisClub > div{
    display: flex;
    gap: 24px;
    overflow: scroll;
    scrollbar-width: none;
    margin: -32px;
    padding: 32px;
}
#amisClub > div > div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#amisClub > div:first-of-type p:first-of-type{
    margin: 0;
    font-size: 70px;
    color: #FFF;
    font-family: Quicksand;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 125px;
    background: linear-gradient(45deg, #F907FC 0%, #0779FF 100%);
    border: 7px solid #FFF;
    border-radius: 100px;
    user-select: none;
    cursor: pointer;
    filter: drop-shadow(0px 6.25px 25px rgba(0, 0, 0, 0.10));
}
#amisClub > div:first-of-type p:last-of-type{
    color: var(--Primary-Primary, #203455);
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    margin: 8px 0 0;
    text-align: center;
    display: block;
    border: none;
    height: auto;
    background: none;
    cursor: default;
    user-select: initial;
}
#amisClub > div > div:not(:first-of-type) img{
    width: 125px;
    height: 125px;
    border-radius: 100px;
    filter: drop-shadow(0px 6.25px 25px rgba(0, 0, 0, 0.10));
    border: 3px solid #FFF;
}

#util_id, #util_code{
    display: none;
}
#bgShare{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 6;
}
#share{
    display: none;
    z-index: 3;
    background-color: #FFF;
    width: 500px;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-duration: 1s;
    font-family: Quicksand;
    z-index: 7;
    border-radius: 16px;
    padding: 24px;
}
@keyframes comeFromRight{
    0%{
        left: 100vw;
    }
    100%{
        left: 0;
    }
}
#retourLien{
    cursor: pointer;
    display: block;
    width: 22px;
    height: 22px;
    margin: 31px 0 0 16px;
}
#texteInvitation{
    margin: 15px 0 0 16px;
    color: #1D3253;
    font-family: Quicksand;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
}
#texteInvitation p:first-of-type{
    font-weight: 700;
    margin: 0;
}
#texteInvitation p:last-of-type{
    margin: 0;
    font-weight: 400;   
}
#typeShare{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 62px auto 0;
    row-gap: 55px;
}
#typeShare > *{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#typeShare > * p{
    margin: 10px 0;
    color: #111;
}
#typeShare > *:hover{
    text-decoration: none;
}
#qrCode{
    display: none;
}
#qrCode img{
    box-sizing: border-box;
    width: 84px;
    height: 84px;
    padding: 20px;
    border-radius: 8px;
    border: 4px solid #F3F3F3;
    background: #FFF;   
}
#lien img{
    box-sizing: border-box;
    width: 82px;
    height: 82px;
    padding: 16px;
    background-color: #552FEC;
    border-radius: 100%;    
}
#email img{
    width: 82px;
    height: 82px;
}
#sms img{
    box-sizing: border-box;
    width: 84px;
    height: 84px;
    padding: 18px;
    background-color: #EC2F2F;
    border-radius: 100%;
}
#whatsapp img{
    box-sizing: border-box;
    width: 82px;
    height: 82px;
    padding: 17px;
    background-color: #40C351;
    border-radius: 100%;
}
#facebook img{
    width: 82px;
    height: 82px;
}
#twitter img{
    box-sizing: border-box;
    width: 84px;
    height: 84px;
    padding: 20px;
    background-color: #111;
    border-radius: 100%;
}
#snapchat{
    display: none;
}
#snapchat img{
    width: 82px;
    height: 82px;
}
#instagram{
    display: none;
}
#instagram img{
    width: 83px;
    height: 83px;
}





@media screen and (max-width: 1024px){

    #TitleClub{
        margin: 66px 100px 0;
    }
    #StatClub{
        margin: 32px 100px 0;
    }
    #StatClub > div:last-of-type p{
        font-size: 20px;
    }
    #amisClub {
        margin: 64px 100px 0;
    }
    #share{
        box-sizing: border-box;
        z-index: 17;
        width: 100%;
        height: 100vh;
        border-radius: var(--button-radius, 16px);
        box-shadow: 0px 0px 40px 0px rgba(0, 23, 48, 0.08);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    #share #qrCode{
        display: none;
    }
    #share #sms{
        display: none;
    }
    #share #retourLien{
        position: absolute;
        right: 20px;
        top: 20px;
        margin: 0;
    }
    #share #retourLien img{
        content:url("/img/croix_support.png");
        width: 16px;
        height: 20px;
    }
    #share #typeShare{
        gap: 26px;
        margin: 41px auto 0;
        width: 85%;
    }
    #share #texteInvitation{
        margin: 52px auto 0;
        width: fit-content;
    }
    #share #texteInvitation p{
        display: inline-block;
    }
    #share #typeShare > *{
        width: 80px;
        cursor: pointer;
    }
}
@media screen and (max-width: 768px){
    #TitleClub{
        margin: 32px 22px 0;
    }
    #TitleClub h1{
        font-size: 32px;
        margin-bottom: 16px;
    }
    #TitleClub p{
        font-size: 16px;
        line-height: 22.4px;
    }
    #StatClub{
        margin: 18px 22px 0;
    }
    #StatClub > div:first-of-type{
        width: 166px;
        height: 32px;
    }
    #StatClub > div:first-of-type p{
        padding-left: 21px;
        font-size: 16px;
        
    }
    #StatClub > div:last-of-type p{
        padding: 0 8px;
        font-size: 12px;
        line-height: normal;
        width: 57px;
    }
    #ClubObj{
        margin-top: 30px;
    }
    #ClubObj #objetsSelection{
        gap: 16px;
        padding: 0 22px;
    }
    #ClubObj #objetsSelection div{
        gap: 8px;
    }
    #ClubObj #objetsSelection div img{
        width: 24px;
        height: 24px;
    }
    #ClubObj #objetsSelection div p{
        font-size: 14px;
    }
    #ClubObj #objSelected #objSelectedDiv{
        gap: 16px 8px;
        margin-top: 30px;
        padding: 0 22px;
    }

    #amisClub{
        margin: 49px 22px 0;
    }
    #amisClub h2{
        font-size: 32px;
        line-height: 40px;
    }
    #amisClub > p{
        font-size: 16px;
        margin: 16px 0 24px;
    }
    #amisClub > div:first-of-type p:first-of-type{
        width: 80px;
        height: 80px;
    }
    #amisClub > div:first-of-type p:last-of-type{
        width: 80px;
        height: 80px;
    }
    #amisClub > div > div:not(:first-of-type) img{
        width: 80px;
        height: 80px;
    }
    #objSelectedDiv > a{
        width: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #objSelectedDiv > a img{
        height: 90px;
        width: 105px;
    }
    footer#bottomPage{
        margin-bottom: 0 !important;
    }
}