* {
    /* margin: 20;
    padding: 20; */
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    /* margin: 20;
    padding: 0; */
    /* width: 100%; */
}

span {
    font-size: 18px;
}

.social-icon i {
    color: white; /* Change la couleur des icônes en blanc */
}

.social-icon a {
    text-decoration: none; /* Supprime le soulignement des liens */
}

.social-icon:hover i {
    color: #ccc; /* Change la couleur lors du survol (facultatif) */
}
.circle-one {
    max-width: 100%;
    width: 900px;
    height: 900px;
    position: absolute;
    left: -200px;
    top: -150px;
    border-radius: 900px;
    background: rgba(250, 215, 16, 0.1);
    filter: blur(50px);
}

.circle-two {
    width: 300px;
    height: 300px;
    position: absolute;
    right: 0px;
    top: -100px;
    border-radius: 300px;
    background: rgba(250, 215, 16, 0.1);
    filter: blur(50px);
}

.circle-video {
    width: 300px;
    height: 300px;
    position: absolute;
    left: -50px;
    top: -100px;
    border-radius: 300px;
    background: rgba(250, 215, 16, 0.1);
    filter: blur(50px);
}

.circle-three {
    width: 300px;
    height: 300px;
    position: absolute;
    left: -120px;
    top: -50px;
    border-radius: 300px;
    background: rgba(250, 215, 16, 0.1);
    filter: blur(50px);
}

.full-width-section {
    display: flex;
    width: 100%;

    justify-content: space-around;
    align-items: center;
    align-self: stretch;
    gap: 32px;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px; /* Ajoute un espacement sous les images */
}

.my-store-buttons {
    display: flex;
    flex-direction: column; /* Default: column for small screens */
    gap: 16px;
}

@media (min-width: 768px) {
    /* When screen width is 768px or more */
    .my-store-buttons {
        flex-direction: row; /* Switch to row for larger screens */
    }
}

.my-container-buttons {
    display: flex;
    flex-direction: column; /* Default: column for small screens */
    gap: 16px;
    justify-items: center;
    justify-content: center;
    align-items: center;
}

.left-side,
.right-side {
    width: 50%;
}
/*
.right-side {
    max-width: 600px;
    min-height: 700px;
}*/

.left-side {
    display: flex;
    width: 504px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-items: center; /* Assure que le contenu est centré dans le côté gauche */
    text-align: center; /* Centre le texte à l'intérieur */
}

h1 {
    color: #000;
    /* h1 */
    font-family: Gotham;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 62.4px */
    letter-spacing: -0.48px;
}

p {
    color: #000;
    /* body/medium/medium */
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.right-side img {
    width: 100%;

    height: 100%;
    object-fit: cover;
}

/*============================= section 2 ===================================== */
/*============================= section 2 ===================================== */
/*============================= section 2 ===================================== */
/*============================= section 2 ===================================== */
/*============================= section 2 ===================================== */
/*============================= section 2 ===================================== */
/*============================= section 2 ===================================== */
/*============================= section 2 ===================================== */
/*============================= section 2 ===================================== */
/*============================= section 2 ===================================== */
/*============================= section 2 ===================================== */

.three-column-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
.section-2-svg {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: var(--white, #fefefe);
    box-shadow:
        0px 4px 12px -2px rgba(18, 18, 18, 0.1),
        0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.column {
    min-width: 235px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 30%; /* Chaque colonne occupe 30% de la largeur */
}

.svg-logo {
    width: 100px; /* Taille du logo SVG */
    height: auto;
    margin-bottom: 20px;
}

.red-text {
    padding: 16px;

    color: var(--brand-500, #ee1c23);
    /* h1 */
    font-family: Gotham;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 62.4px */
    letter-spacing: -0.48px;
}

.black-text {
    color: var(--black, #121212);
    /* body/large/bold */
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
}

/*============================= Video Section ===================================== */
/*============================= Video Section ===================================== */
/*============================= Video Section ===================================== */
/*============================= Video Section ===================================== */
/*============================= Video Section ===================================== */
/*============================= Video Section ===================================== */
/*============================= Video Section ===================================== */

.anaschool-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    justify-content: center;
    justify-items: center;
    gap: 32px;
    /* background-color: #ee1c23; */
}

.text-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    /* justify-content: center;
    justify-items: center; */
    /* background-color: aqua; */
    align-items: center;
}

.text-content h2 {
    color: #121212;
    text-align: center;
    /* h2 */
    font-family: Gotham;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 52px */
    letter-spacing: -0.4px;
    margin-bottom: 24px;
}

.text-content h2 span {
    color: var(--brand-500, #ee1c23);

    font-family: Gotham;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.text-content p {
    color: var(--gray-900, #111827);
    text-align: center;
    /* body/medium/medium */
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

/* Video Player Section */
.video-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.video-wrapper {
    height: 600px;
    max-width: 800px;
    min-height: 550px;
}

#anaschool-video {
    height: 600px;
    max-width: 800px;
    min-height: 550px;
    border-radius: 15px;
}

#anaschool-video-2 {
    height: 600px;
    max-width: 800px;
    min-height: 550px;
    border-radius: 15px;
}

/*============================= section 3 ===================================== */
/*============================= section 3 ===================================== */
/*============================= section 3 ===================================== */
/*============================= section 3 ===================================== */
/*============================= section 3 ===================================== */
/*============================= section 3 ===================================== */
/*============================= section 3 ===================================== */
/*============================= section 3 ===================================== */

section {
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    position: relative;
}

/* Conteneur principal */
.section-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

/* Colonne de gauche */
.left-column {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-desktop {
    display: block; /* Show desktop version */
}

.video-mobile {
    display: none; /* Hide mobile version */
}

/* When screen width is less than 768px (mobile), switch the videos */
@media screen and (max-width: 768px) {
    .video-desktop {
        display: none;
    }

    .video-mobile {
        display: block;
    }
}

.image-container {
    flex: 1;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    height: 100%;
    max-width: 722px;
    max-height: 436px;
    display: flex;
    justify-content: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
}
.image-person2 {
    display: none;
}
/* Colonne de droite */
.right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 8px;
}

.red-bar {
    width: 39px;
    height: 5px;
    background: #ee1c23;
    border-radius: 999px;
}

.content-idea {
    color: #d2d0d0;
    font-size: 16px;
    font-family: Gotham;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
}

.title {
    text-align: right;
}

.title .highlight {
    color: #ee1c23;
    font-size: 40px;
    font-family: Gotham;
    font-weight: 500;
}

.title span {
    color: black;
    font-size: 40px;
    font-family: Gotham;
    font-weight: 500;
}

.description {
    text-align: right;
    color: black;
    font-size: 16px;
    font-family: Gotham;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    align-self: stretch;
}

.title .highlight {
    color: #ee1c23;
    font-size: 40px;
    font-family: Gotham;
    font-weight: 500;
}

.title span {
    color: black;
    font-size: 40px;
    font-family: Gotham;
    font-weight: 500;
}

.description {
    text-align: right;
    color: black;
    font-size: 16px;
    font-family: Gotham;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    align-self: stretch;
}

/*============================= section 4 ===================================== */
/*============================= section 4 ===================================== */
/*============================= section 4 ===================================== */
/*============================= section 4 ===================================== */
/*============================= section 4 ===================================== */
/*============================= section 4 ===================================== */
/*============================= section 4 ===================================== */

.section-4-class-container {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
}

.section-4-class-main-container {
    width: 100%; /* Remplacer la largeur fixe par 100% */
    max-width: 1440px; /* Max width pour garder une certaine limite */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-right: 0; /* Supprime l'espace à droite */
}

.section-4-class-text-area {
    width: 722px; /* Peut être ajusté selon les besoins */
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Pour aligner à droite */
    gap: 24px;
}

.section-4-class-image-area {
    display: flex;
    max-width: 550px;
    max-height: 550px;
    align-items: center;
}

.section-4-class-image-wrapper {
    height: 100%; /* Prend toute la hauteur disponible */
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-4-class-image-wrapper img {
    height: 100%; /* Pour que l'image prenne toute la hauteur du conteneur */
    width: auto; /* Pour garder le ratio d'aspect */
    max-width: none; /* Ne limite pas la largeur */
    border-radius: 12px;
}

.section-4-class-points-container {
    width: 100%;
    display: flex;
    flex-direction: column; /* Pour garder les points en colonne */
    gap: 12px; /* Espacement entre les points */
}

.section-4-class-point {
    display: flex;
    justify-content: right; /* Aligne les éléments à gauche */
    align-items: center; /* Centre verticalement les éléments */
    text-align: right; /* Aligne le texte à droite */
    width: 100%;
    color: #121212;
    font-size: 16px;
    font-family: Gotham, sans-serif;
    font-weight: 100;
    /* line-height: 24px; */
    direction: rtl; /* Définit la direction du texte pour chaque point */
    gap: 12px; /* Espacement entre l'icône et le texte */
}

/* Pour inverser l'ordre de l'icône et du texte */
.section-4-class-point {
    flex-direction: row-reverse; /* Change l'ordre des éléments dans le point */
}

.section-4-class-checkmark {
    background: #ee1c23;
    box-shadow: 0px 1px 3px rgba(18, 18, 18, 0.1);
    border-radius: 50%; /* Rendre les coins complètement arrondis */
    border: 1.02px #edecec solid;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 4px;
}

/* Styles existants pour le texte */
.section-4-class-highlight-bar {
    width: 39px;
    height: 5px;
    background: #ee1c23;
    border-radius: 999px;
}
.highlight-bar {
    width: 39px;
    height: 5px;
    background: #ee1c23;
    border-radius: 999px;
}

.section-4-class-subtext {
    color: #d2d0d0;
    font-size: 16px;
    font-family: Gotham, sans-serif;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
}

.section-4-class-main-title {
    color: #ee1c23;
    font-size: 40px;
    font-family: Gotham, sans-serif;
    font-weight: 500;
    line-height: 52px;
    text-align: right;
}

.section-4-class-description {
    color: black;
    font-size: 16px;
    font-family: Gotham, sans-serif;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
}

/*============================= section 5 ===================================== */
/*============================= section 5 ===================================== */
/*============================= section 5 ===================================== */
/*============================= section 5 ===================================== */
/*============================= section 5 ===================================== */
/*============================= section 5 ===================================== */
/*============================= section 5 ===================================== */
/*============================= section 5 ===================================== */
/*============================= section 5 ===================================== */

.section5-container {
    width: 100%;
    padding: 24px 64px 32px 64px;
    background: var(--White-75, #f6f6f6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px; /* Espacement entre les sections */
}

.anaschool-container {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.anaschool-title {
    text-align: center;
    color: #ee1c23;
    font-size: 40px;
    font-family: Gotham, sans-serif;
    font-weight: 500;
    line-height: 52px;
    word-wrap: break-word;
}

.anaschool-description {
    text-align: center;
    color: #111827;
    font-size: 16px;
    font-family: Gotham, sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.section-images {
    display: flex; /* Utiliser flex pour aligner les images côte à côte */
    justify-content: center;
    align-items: center;
    gap: 16px; /* Espacement entre les images */
    z-index: 1;
}

.image-phone,
.anaschool-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imageBackground {
    display: flex;
    width: 750px;
    height: 522.843px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 58.823px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 0.1;
    max-width: 100%;

    img {
        width: 100%;
    }
}

/*============================= footer ===================================== */
/*============================= footer ===================================== */
/*============================= footer ===================================== */
/*============================= footer ===================================== */
/*============================= footer ===================================== */
/*============================= footer ===================================== */
/*============================= footer ===================================== */
/*============================= footer ===================================== */
/*============================= footer ===================================== */
/*============================= footer ===================================== */
/*============================= footer ===================================== */

.footer {
    width: 100%;
    padding: 40px 64px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    background: var(--black, #121212);
}

.footer-container {
    width: 100%;
}

.footer-content {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-left {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
}

.logo-container {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 17.85px;
    margin-left: -10px;
    margin-top: -22px;
    margin-bottom: 10px;
}

.logo {
    width: 94px;
    padding: 5.25px;
    height: 61px;
    box-shadow: 0px 0.16px 0.49px rgba(0, 0, 0, 0.1);
    border-radius: 7.05px;
}

.footer-description {
    width: 400px;
    color: #fefefe;
    font-size: 16px;
    font-family: Gotham, sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.footer-email {
    width: 296px;
    color: #fefefe;
    font-size: 16px;
    font-family: Gotham, sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.social-icons {
    display: inline-flex;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #ee1c23;
    color: white;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.facebook-icon-content {
    width: 8.86px;
    height: 17.38px;
    background: #fefefe;
    border-radius: 4px;
}

.instagram-icon-content {
    width: 17px;
    height: 17px;
    position: relative;
    background: #fefefe;
    border-radius: 4px;
}

.twitter-icon-content {
    width: 13.33px;
    height: 12.67px;
    border: 1.5px solid #fefefe;
    border-radius: 4px;
}

.youtube-icon-content {
    width: 7.32px;
    height: 6.72px;
    background: #fefefe;
    position: absolute;
    top: 4.44px;
    left: 4.39px;
}

.footer-divider {
    width: 100%;
    height: 1px;
    border: 1px solid #fefefe;
}

.footer-bottom {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    color: #fefefe;
    font-size: 16px;
    font-family: Gotham, sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    gap: 16px;
    margin-top: 10px;
}

.logo-google-play {
    width: 24px;
    height: 24px;
    margin: 0;
}

@media (max-width: 600px) {
    .button-wrap-mobile {
        flex-wrap: wrap;
    }
    .buttonnn {
        width: 320px;
        max-width: 320px;
        min-width: 320px;
    }

    .full-width-section {
        flex-direction: column;
        gap: 40px;
    }
}

@media (min-width: 768px) {
    /* When screen width is 768px or more */
    .full-width-section {
        flex-direction: row; /* Switch to horizontal layout */
    }
    .full-width-section > div {
        width: 50%; /* Each child takes half width */
    }
}

@media (max-width: 900px) {
    .icon-container {
        gap: 24px;
    }

    .logo-image {
        width: 140px;
    }

    .left-side,
    .right-side {
        width: 100%;
        gap: 16px;
    }
    .left-side {
        margin-top: 32px;
    }

    h1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }

    p {
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
    }

    .right-side {
        height: 400px;
        max-width: 400px;
    }

    /*============================= section2 ===================================== */
    /*============================= section2 ===================================== */
    /*============================= section2 ===================================== */
    /*============================= section2 ===================================== */

    .three-column-section {
        flex-direction: column;
        gap: 16px;
        margin-top: 24px;
        align-items: center;
    }

    .column {
        width: 100%;
        gap: 12px;
    }

    .red-text {
        font-size: 40px;
    }

    .black-text {
        font-size: 18px;
    }

    /*============================= Video Section ===================================== */
    /*============================= Video Section ===================================== */
    /*============================= Video Section ===================================== */
    /*============================= Video Section ===================================== */
    /*============================= Video Section ===================================== */

    .anaschool-section {
        padding: 0px 16px;
        margin-top: 32px;
        gap: 24px;
    }

    .text-content h2 {
        color: #121212;
        text-align: center;
        /* h2 */
        font-family: Gotham;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 52px */
        letter-spacing: -0.4px;
        margin-bottom: 16px;
    }

    .text-content h2 span {
        color: var(--brand-500, #ee1c23);

        font-family: Gotham;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.4px;
    }

    .text-content p {
        color: var(--gray-900, #111827);
        text-align: center;
        /* body/medium/medium */
        font-family: Gotham;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 27px */
    }

    /* Video Player Section */
    .video-container {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .video-wrapper {
        height: 600px;
        max-width: 800px;
        min-height: 550px;
    }

    #anaschool-video {
        height: 600px;
        max-width: 800px;
        min-height: 550px;
        border-radius: 15px;
    }
    #anaschool-video-2 {
        height: 600px;
        max-width: 800px;
        min-height: 550px;
        border-radius: 15px;
    }

    /* ================= section 3 ============================= */
    /* ================= section 3 ============================= */
    /* ================= section 3 ============================= */

    .section-container {
        flex-direction: column;
        gap: 24px; /* Réduit l'espace entre les colonnes */
        margin-top: 32px;
    }

    .left-column,
    .right-column {
        width: 100%;
        flex: none;
    }

    .right-column {
        order: -1; /* Affiche la colonne de droite (texte) avant la colonne de gauche (image) */
        gap: 8px;
    }

    .title {
        font-size: 40px;
        font-weight: 500;
        line-height: 130%; /* 52px */
        letter-spacing: -0.4px;
    }
    .highlight {
        font-size: 32px; /* Réduit la taille de la police pour un meilleur affichage sur mobile */
    }

    .content-idea,
    .description {
        font-size: 16px;
        line-height: 150%; /* Réduit la taille du texte */
        text-align: right;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    .image-container {
        width: 100%; /* Ajuste la largeur à 100% de son conteneur */
        height: auto; /* Ajuste automatiquement la hauteur */

        /* Pour forcer l'image à devenir carrée */
        aspect-ratio: 1 / 1; /* Rend l'image carrée sur les petits écrans */
        object-fit: cover;
        max-width: 400px;
        min-height: 400px;
    }

    .image-container img {
        width: 100%;
        height: auto; /* Ajuste la taille de l'image à la largeur de l'écran */
        object-fit: cover; /* L'image remplira le conteneur carré sans se déformer */
        margin-bottom: 32px;
    }
    .image-person1 {
        display: none;
    }
    .image-person2 {
        display: block;
    }

    /* ================= section4 ============================= */
    /* ================= section4 ============================= */
    /* ================= section4 ============================= */
    /* ================= section4 ============================= */
    /* ================= section4 ============================= */
    /* ================= section4 ============================= */
    /* ================= section4 ============================= */

    .section-4-class-main-title {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 46.8px */
        letter-spacing: -0.36px;
    }
    .section-4-class-subtext {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 21px */
    }

    .section-4-class-container {
        padding: 0;
        margin-top: 24px;
    }
    .section-4-class-main-container {
        flex-direction: column; /* Dispose les éléments en colonne */
        align-items: center; /* Centre les éléments horizontalement */
        gap: 24px;
    }

    .section-4-class-image-area {
        margin-bottom: 20px; /* Ajoute de l'espace sous l'image */
        width: 100%; /* S'assure que l'image ne dépasse pas */
        display: flex; /* Centre l'image */
        justify-content: center; /* Centre horizontalement l'image */
        overflow: hidden; /* S'assure que tout débordement soit caché */
    }

    .section-4-class-image-wrapper {
        height: 400px;
        max-width: 400px;
        min-height: 400px;
    }

    .section-4-class-image-wrapper img {
        width: 100%; /* L'image prend toute la largeur du conteneur */
        height: auto; /* Maintient le ratio de l'image */
        max-height: 100%; /* Limite la hauteur de l'image à 100% du conteneur */
        object-fit: cover; /* Recouvre l'image pour qu'elle remplisse le conteneur */
    }

    .section-4-class-text-area {
        text-align: right; /* Aligne le texte à droite */
        width: 90%; /* Réduit la largeur du texte pour éviter le débordement */
        gap: 16px;
    }

    .section-4-class-description,
    .section-4-class-point {
        font-size: 16px; /* Réduit la taille de la police pour les petits écrans */
    }

    .section-4-class-point {
        text-align: right; /* Aligne le texte des points à droite */
    }

    /* ================= footer ============================= */
    /* ================= footer ============================= */
    /* ================= footer ============================= */
    /* ================= footer ============================= */
    /* ================= footer ============================= */

    .footer {
        display: flex;
        padding: 32px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .footer-content {
        display: flex;
        width: 296px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 16px;
    }

    .footer-left {
        width: 100%; /* Assurez-vous qu'il utilise la largeur complète */
    }

    .footer-description,
    .footer-email {
        width: auto; /* Largeur automatique pour s'adapter à l'écran */
        font-size: 14px; /* Ajuster la taille de la police pour mobile */
    }

    .social-icons {
        justify-content: start; /* Centrer les icônes sociales */
        margin-top: 12px; /* Ajouter un peu de marge au-dessus */
    }

    .footer-bottom {
        flex-direction: column; /* Disposition en colonne */
        align-items: center; /* Centrer les éléments */
    }

    .copyright {
        display: flex;
        justify-content: space-between;
        align-items: start;
        align-self: stretch;
        margin-top: 16px;
    }

    #phone {
        display: none;
    }
    .anaschool-container2 {
        display: none;
    }

    .section-2-svg {
        width: 72px;
        height: 72px;
    }
}
@media (max-width: 900px) {
    .my-svg {
        width: 16px;
        height: 16px;
    }
    .section-4-class-checkmark {
        width: 30px;
        height: 30px;
        padding: 6px;
    }
}

/* Design pour les mobiles */
@media (max-width: 600px) {
    .my-svg {
        width: 16px;
        height: 16px;
    }
    .section-4-class-checkmark {
        width: 30px;
        height: 30px;
        padding: 6px;
    }
}

@media (max-width: 900px) and (min-width: 601px) {
    /* Pour les tablettes uniquement */
    .full-width-section {
        flex-direction: column; /* Change l'orientation pour les tablettes */
        align-items: center; /* Centre les colonnes */
    }

    .left-side,
    .right-side {
        width: 100%; /* Assure que chaque côté prend toute la largeur */
        gap: 16px;
    }

    .left-side {
        align-items: center; /* Assure que le contenu est centré dans le côté gauche */
        text-align: center; /* Centre le texte à l'intérieur */
    }

    .icon-container {
        gap: 24px; /* Ajuste l'espacement */
    }

    .logo-image {
        width: 140px; /* Taille des images pour les tablettes */
    }

    h1 {
        font-size: 40px;
        font-weight: 500;
        line-height: 130%;
    }

    p {
        font-size: 16px;
        font-weight: bold;
    }

    .right-side {
        height: 400px;
        min-width: 328px;
        max-width: 400px;
    }
}

/* Default styles for larger screens */
.video-wrapper video,
.video-wrapper img {
    width: 100%;
    max-width: 800px; /* Control the size */
    border-radius: 15px; /* Apply rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow */
    background-color: #000; /* Optional: Background color behind the poster */
    object-fit: cover; /* Make sure the poster covers the area fully */
    cursor: pointer; /* Show a pointer cursor to indicate it's clickable */
    transition: opacity 0.3s ease-in-out;
}

/* Add hover effect to poster */
.video-wrapper video:hover,
.video-wrapper img:hover {
    opacity: 0.9; /* Slightly dim the video/poster when hovered */
}

/* Responsive styles for screens 600px and below */
@media screen and (max-width: 600px) {
    .video-wrapper video,
    .video-wrapper img {
        width: 100%; /* Make video and poster take full width */
        max-width: none; /* Remove the max width limitation */
        border-radius: 10px; /* Adjust radius for smaller screens */
    }

    .video-container {
        padding: 10px; /* Add some padding to prevent touching screen edges */
    }

    .video-wrapper video {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Smaller shadow for smaller screens */
    }

    .video-wrapper img {
        box-shadow: none; /* Remove shadow on the image poster for simplicity */
    }
}

.right-side {
    display: flex;
    align-items: center; /* Aligne au centre par défaut (desktop) */
    flex: 1 0 0;
    max-width: 600px; /* Largeur maximale pour desktop */
    min-height: 700px; /* Hauteur minimale pour desktop */
}

/* Pour l'image */
.right-side img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Styles pour mobile */
@media (max-width: 900px) {
    .right-side {
        align-items: flex-start; /* Aligne en haut pour mobile */
        height: 400px; /* Hauteur fixe pour mobile */
        min-width: 328px; /* Largeur minimale pour mobile */
        min-height: 400px; /* Hauteur minimale pour desktop */

        max-width: 400px; /* Largeur maximale pour mobile */
    }
}
