
.citation-item {
    margin: 10px 0;
    transition: background-color 0.3s ease; /* Transition de couleur de fond */
    text-align: center; /* Centrer le texte */
}



.citation-item p {
    font-size: 18px; /* Taille de police de la citation */
    margin-bottom: 10px;
}
.citation{
    font-size : 35px;
    font-family : Chalkduster, fantasy;
}
.auteur {
    font-weight: bold;
    color: #e74c3c; /* Couleur du texte pour l'auteur */
}

.citation-list {
    list-style-type: none;
    padding: 0;
}


body.scroll-down {
    transition: transform 1.0s ease-in-out;
}

body.scroll-down.active {
    transform: translateY(100vh); /* Ajustez la distance de descente selon vos besoins */
}



#equipe{
    background-color: rgb(237, 84, 84);
}
#presentation{
    background-color: rgb(159, 229, 166);
}
#temoignages{
    background-color: rgb(47, 115, 250);
}

        h1 {
            font-size: 70px;
        }
        h2 {
            font-size: 50px;
        }
        footer{
            text-align: center;
            font-size: 17px;
        }



.footer-link {
    display: inline-block;
    margin-top: 5px;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #2980b9; /* Bleu foncé */
}

.footer-link:hover {
    background-color: #2c3e50; /* Bleu foncé au survol */
}

        body {
            font-family: 'Arial', sans-serif;
            scroll-behavior: smooth;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            overflow-x: hidden;
            background-color: #f5f5f5;
            scroll-behavior: smooth;
        }

        

       

        .banner h1,
        .banner p{
            position: relative;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        }
        .banner h2 {
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        }

        .sections {
    padding: 30px 20px;
    text-align: center;
}

.ppresentation {
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
}

.key-number {
    display: inline-block;
    margin: 20px;
}

.key-number img {
    width: 150px; /* Ajustez la taille de l'icône selon vos besoins */
    height: 150px;
    margin-bottom: 10px;
}

.key-number p {
    margin: 0;
    font-size: 18px;
    color: #333;
    font-size : 100px;
}

#tutor-count,
#aided-count, 
#parcour-count{
    font-weight: bold;
    font-size: 24px;
    color: #ffca28;
    font-size : 100px;
}

/* Ajoutez d'autres styles selon vos préférences */


        h2 {
            color: #333;
            text-align: center;
            font-weight: bold;
        }

        
        .team {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }

        .team-member {
            position: relative;
            text-align: center;
            overflow: hidden;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px; /* Ajustez selon votre préférence */
        }
        .team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* Vous pouvez ajuster cela selon vos besoins */
}

.team {
    width: 300px; /* Ajustez la largeur de chaque équipe selon vos besoins */
    margin: 10px; /* Marge entre chaque équipe */
}

/* Ajoutez le reste de votre CSS selon vos besoins */


        .team-member img {
            width: 100%;
            height: 100%;

            border-radius: 50%;
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
        }

        .team-member {
    text-align: center;

    margin-bottom: 20px;
    /* Retirez la hauteur fixe pour permettre à la div de s'adapter à son contenu */
}



.member-info {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    /* Retirez la position absolue et les propriétés associées */
}

        .team-member .description {
            background-color: rgba(255, 255, 255, 0.9);
            color: #333;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 150px;
            transition: opacity 0.3s;
            opacity: 0;
	    font-size: 15px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	    line-height: 1.29;
	    width: 70%;
}
        


        .team-member:hover .description {
            opacity: 1;
        }

        .team-member:hover img {
            transform: scale(1.1);
        }


        .name {
    display: flex;
    justify-content: space-between; /* Ajustez selon vos préférences (e.g., space-between, space-around, center) */
    align-items: center; /* Ajustez selon vos préférences (e.g., flex-start, center, flex-end) */
}

        #contactForm {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#contactForm label[for="firstName"],
#contactForm label[for="lastName"] {
    display: inline-block;
    width: 48%; /* Ajustez la largeur en fonction de vos préférences */
    margin-right: 4%;
}

/* Nouvelle règle pour aligner les champs Email et Téléphone sur la même ligne */
#contactForm label[for="email"],
#contactForm label[for="phone"] {
    display: inline-block;
    width: 48%; /* Ajustez la largeur en fonction de vos préférences */
    margin-right: 4%;
}

button {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #555;
}

        


.testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.testimonial {
    min-width: 300px; /* Ajoutez cette ligne pour définir une taille minimale */
    max-width: 400px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 8px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial p {
    font-size: 14px;
    color: #555;
}


/* Menu burger styles */
.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    margin-right : 30px;
}

@media screen and (max-width: 900px) {
    .ppresentation {

font-size: 15px;
margin-left: 10px;
margin-right: 10px;
line-height: 1.5;
    }

    h2 {
        font-size :  35px
    }
    .burger-menu {
        display: flex;
    }

    nav {
        display: none;
        position: absolute;
        top: 100px; /* Ajustez la position en fonction de votre design */
        left: 0;
        width: 100%;
        background-color: #000;
        flex-direction: column;
        align-items: center;
    }

    nav a {
        margin: 15px 0;
    }

    nav.active {
        display: flex;
    }
    

}

.link-admin{
    color : black;
    text-decoration:none
}

.voir-tous-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.voir-tous-btn:hover {
    background-color: #2980b9;
}

/* faq */
.faq-container {
    max-width: 2000px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.faq-item {
    list-style-type: none; /* Retire les puces */
    border-bottom: 1px solid #ddd;
    padding: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.faq-item:hover {
    background-color: #f9f9f9;
}

.question {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.arrow {
    margin-right: 10px;
    transition: transform 0.3s;
}

.answer {
    font-size: 16px;
    display: none;
    margin-left: 25px; /* Marge pour l'indentation de la réponse */
}

.answer.show-answer {
    display: block;
}

/* equie */
.team-container {
    position: relative;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.team {
    flex: 0 0 25%;
    display: none; /* Masquer tous les membres par défaut */
}

.member {
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.prev, .next {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .team {
        flex: 0 0 100%; /* Afficher un membre par ligne sur mobile */
    }
    .navigation {
        display: none; /* Masquer la navigation sur mobile */
    }
    .voir-tous-container {
        text-align: center;
    }
}
