:root{
    --CouleurPrimaire:#1f354d;
    --CouleurSecondaire:#03989e;
    --CouleurAccent:#FF8C42;
    --FontFamily:"Khand", sans-serif;
    --BoxShadow:rgb(163, 163, 163);
    --FontSizeREG:clamp(19px,1.3vw,30px);
    --FontSizeBIG:clamp(30px,7vw,42px);
  }
.Carroussel{
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
} 

.CarrousselBloc{
    background-color: white;
    padding: 25px;
    width: clamp(280px, 45%, 400px);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.CarrousselBloc:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.CarrousselBloc .Title{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.CarrousselBloc .Title span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--CouleurSecondaire);
    color: white;
    font-size: 26px;
    flex-shrink: 0;
}

.CarrousselBloc .Title h3{
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeREG) + 2px);
    font-weight: 600;
    color: var(--CouleurPrimaire);
    margin: 0;
}

.CarrousselBloc h4{
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeREG) - 1px);
    font-weight: 400;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

@media only screen and (max-width: 698px){
    .CarrousselBloc{
        width: 100%;
    }
}
#SocialMediaBANDbg{
    background-image: linear-gradient(to right,var(--CouleurPrimaire),var(--CouleurSecondaire));
    width: 92%;
    height: fit-content;
    padding-left:4%;
    padding-right:4%;
}
#SocialMediaBAND{
    height:fit-content;
    padding-top:clamp(5px,4vw,15px);
    padding-bottom:clamp(5px,4vw,15px);
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
#SocialMediaBAND a{
    margin-top: auto;
    margin-bottom: auto;
}
#SocialMediaBAND h3{
    color:white;
    font-size: var(--FontSizeREG);
    font-family: var(--FontFamily);
    font-weight: 300;
    margin-top: auto;
    margin-bottom: auto;
}
#PremiereVue{
    font-family: var(--FontFamily);
}
#PremiereVue img{
    border-radius: 100%;
    width:clamp(100px,40vw,450px);
    height:clamp(100px,40vw,450px);
    object-fit: cover;
    position: relative;
}
#PremiereVue h1{
    font-size: clamp(45px,5vw,60px);
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 30px;
}
#PremiereVue #Desc{
    font-size: calc(var(--FontSizeREG) + 5px);
    font-weight: 400;
    margin-right: 15px;
}
.NavCTA h5{
    font-family: var(--FontFamily);
    font-size:calc(var(--FontSizeREG) + 7px);
    font-weight: 400;
}
.NavCTA span{
    font-size:calc(var(--FontSizeREG) + 2px);
    font-family: var(--FontFamily);
    background-color: var(--CouleurAccent);
    padding:3px 8px 3px 8px;
    transition:all 0.2s;
}
.NavCTA span:hover{
    font-size:calc(var(--FontSizeREG) + 2.5px);
}
.ButtonsNav{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap:15px;
}
#NotreNaissance h1{
    font-family: var(--FontFamily);
    font-size: var(--FontSizeBIG);
    font-weight: 600;
}
#NotreNaissance h2{
    font-family: var(--FontFamily);
    font-size: var(--FontSizeREG);
    font-weight: 400;
}
#NotreNaissance img{
    height:400px;
    width:100%;
    border-radius: 20px 4px 20px 4px;
    object-fit: cover;
    object-position: 50% 50%;
    margin-top: 20px;
}

@media only screen and (max-width: 564px){
    #PremiereVue img{
        position:absolute;
        opacity: 70%;
        right:0px;
        top:100px;
        z-index: -1;
    }
    #NotreNaissance img{
        height:200px;
    }
    }

    #Profil{
        margin-top: 30px;
    }
    #Profil h1{
        font-family: var(--FontFamily);
        font-size:var(--FontSizeBIG);
        font-weight:600;
        text-align: center;
        line-height: var(--FontSizeBIG);
    }
    #Profil h4{
        font-family: var(--FontFamily);
        font-size:var(--FontSizeREG);
        font-weight:400;
        text-align: center;
    }
    
#AffichageLimite .Horizontal{
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
#AffichageLimite .ButtonCTA{
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 10px;
}
#AffichageLimite h3{
    text-align: center;
    font-family: var(--FontFamily);
    font-size:var(--FontSizeREG);
    font-weight: 400;
    color:#868686;

}
#AffichageLimite span{
    color:#868686;
}

/* Carrousel de tuteurs */
#CarrouselTuteursSection {
    padding-top: 0;
    padding-bottom: 20px;
    overflow: hidden;
}

#CarrouselTuteur {
    width: 100%;
    padding: 0;
}

@keyframes slides {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

#CarrouselTuteur .logos {
    overflow: hidden;
    padding: 10px 0;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

#CarrouselTuteur .logos:before,
#CarrouselTuteur .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 150px;
    height: 100%;
    z-index: 2;
}

#CarrouselTuteur .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0) 5%, rgb(255, 255, 255) 100%);
}

#CarrouselTuteur .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 5%, rgb(255, 255, 255) 100%);
}

#CarrouselTuteur .logo_items {
    display: inline-block;
    animation: 55s slides infinite linear;
}

#CarrouselTuteur .logos:hover .logo_items {
    animation-play-state: paused;
}

#CarrouselTuteur .logo_items img {
    height: 80px;
    width: 80px;
    padding-left: 15px;
    border-radius: 100%;
    object-fit: cover;
}

/* Comment ça fonctionne */
#CommentCaFonctionne {
    background-color: #f8f9fa;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

#CommentCaFonctionne h1 {
    font-family: var(--FontFamily);
    font-size: var(--FontSizeBIG);
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--CouleurPrimaire);
}

#EtapesContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.Etape {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    text-align: center;
    padding: 20px;
}

.EtapeNumero {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--CouleurSecondaire);
    color: white;
    font-family: var(--FontFamily);
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.Etape h3 {
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeREG) + 2px);
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--CouleurPrimaire);
}

.Etape p {
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeREG) - 2px);
    font-weight: 300;
    color: #555;
}

.EtapeFleche {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.EtapeFleche .material-symbols-outlined {
    font-size: 30px;
    color: var(--CouleurSecondaire);
}

.CTAButton {
    display: inline-block;
    background-color: var(--CouleurAccent);
    color: white;
    font-family: var(--FontFamily);
    font-size: var(--FontSizeREG);
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
}

.CTAButton:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 140, 66, 0.4);
}

@media only screen and (max-width: 700px) {
    .EtapeFleche {
        display: none;
    }

    #EtapesContainer {
        flex-direction: column;
        align-items: center;
    }

    .Etape {
        max-width: 100%;
    }
}

/* Expérience Unique - Citation */
#ExperienceUnique {
    background: linear-gradient(135deg, var(--CouleurPrimaire) 0%, var(--CouleurSecondaire) 100%);
    padding: 30px 20px;
    text-align: center;
}

.ExperienceContent {
    max-width: 700px;
    margin: 0 auto;
}

.ExperienceContent .material-symbols-outlined {
    font-size: 36px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

.ExperienceContent h2 {
    font-family: var(--FontFamily);
    font-size: var(--FontSizeBIG);
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    line-height: 1.2;
}

.ExperienceContent p {
    font-family: var(--FontFamily);
    font-size: var(--FontSizeREG);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    #ExperienceUnique {
        padding: 25px 15px;
    }
}

/* Matières et Niveaux - Bannière horizontale */
#MatieresNiveaux {
    background-color: var(--CouleurPrimaire);
    width: 100%;
}

#ServicesBanniere {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    width: 92%;
    margin: 0 auto;
    padding: 15px 4%;
    gap: 15px;
}

.ServiceItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.ServiceLabel {
    font-family: var(--FontFamily);
    font-size: var(--FontSizeREG);
    font-weight: 500;
    color: white;
    white-space: nowrap;
    flex-shrink: 0;
}

.ServiceTagsWrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

.ServiceArrow {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    cursor: pointer;
    flex-shrink: 0;
    user-select: none;
    transition: color 0.2s;
    display: none;
}

.ServiceArrow:hover {
    color: white;
}

.ServiceArrow.visible {
    display: block;
}

.ServiceTags {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.ServiceTagsInner {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    transition: transform 0.3s ease;
}

.ServiceDivider {
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.Tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeREG) - 4px);
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.Tag:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.Tag .material-symbols-outlined {
    font-size: 16px;
}

@media only screen and (max-width: 850px) {
    #MatieresNiveaux {
        display: none;
    }

    #ServicesBanniere {
        flex-direction: column;
        padding: 15px 4%;
        gap: 10px;
        align-items: stretch;
    }

    .ServiceLabel {
        display: none;
    }

    .ServiceDivider {
        display: none;
    }

    .ServiceItem {
        flex: 0 0 auto;
        width: 100%;
    }

    .ServiceTagsWrapper {
        width: 100%;
    }

    .ServiceTags {
        flex: 1;
    }

    .Tag {
        font-size: calc(var(--FontSizeREG) - 5px);
        padding: 4px 8px;
    }

    .ServiceArrow {
        font-size: 20px;
        padding: 2px;
    }
}

/* Témoignages */
#Temoignages {
    padding-top: 50px;
    padding-bottom: 50px;
}

#Temoignages h1 {
    font-family: var(--FontFamily);
    font-size: var(--FontSizeBIG);
    font-weight: 600;
    color: var(--CouleurPrimaire);
    text-align: center;
    margin-bottom: 40px;
}

#TemoignagesContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.Temoignage {
    position: relative;
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    padding-bottom: 35px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.TemoignageContactBtn {
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: fit-content;
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeREG) - 5px);
    color: #888;
    text-decoration: none;
    padding: 2px 8px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    transition: all 0.2s;
}

.TemoignageContactBtn:hover {
    color: var(--CouleurSecondaire);
    border-color: var(--CouleurSecondaire);
    background-color: #f2fbfb;
}

.TemoignageHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.TemoignageHeader img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.TemoignageTuteur {
    display: flex;
    flex-direction: column;
}

.TuteurNom {
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeREG) + 1px);
    font-weight: 500;
    color: var(--CouleurPrimaire); 
}

.TuteurTitre {
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeREG) - 4px);
    color: #666;
}

.TemoignageRatings {
    margin-bottom: 12px;
}

.RatingRow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.RatingLabel {
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeREG) - 4px);
    color: #555;
    min-width: 140px;
}

.RatingStars {
    display: flex;
    gap: 2px;
}

.RatingStars .material-symbols-outlined {
    font-size: 18px;
    color: #ddd;
}

.RatingStars .material-symbols-outlined.filled {
    color: #FFD700;
    font-variation-settings: 'FILL' 1;
}

.TemoignageTexte {
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeREG) - 2px);
    color: #333;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 12px;
}

.TemoignageAuteur {
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeREG) - 4px);
    color: var(--CouleurSecondaire);
    font-weight: 500;
}

/* Voir tuteurs */
#VoirTuteurs {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    background-color: #f8f9fa;
}

.VoirTuteursContent {
    max-width: 600px;
    margin: 0 auto;
}

.VoirTuteursContent .material-symbols-outlined {
    font-size: 45px;
    color: var(--CouleurSecondaire);
    margin-bottom: 8px;
}

.VoirTuteursContent h2 {
    font-family: var(--FontFamily);
    font-size: calc(var(--FontSizeBIG) - 12px);
    font-weight: 600;
    color: var(--CouleurPrimaire);
    margin-bottom: 5px;
}

.VoirTuteursContent p {
    font-family: var(--FontFamily);
    font-size: var(--FontSizeREG);
    color: #555;
    margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
    #TemoignagesContainer {
        grid-template-columns: 1fr;
    }

    .ServiceBloc {
        min-width: 100%;
    }
}

