section:nth-child(even) {
    background: var(--grey-extra-light);
}

/* Professeurs START */
.professeurs .swiper-section-small,
.professeurs .frame img {
    width: 360px;
    height: auto;
}

.professeurs ul li {
    text-indent: -0.65rem;
    padding-left: 0.65rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.professeurs .cards {
    margin-top: 3rem;
}

.professeurs .card-item iframe {
    width: 100%;
    aspect-ratio: 3/2;
}

.professeurs .mobile-only {
    display: none;
}

.professeurs #yumi-aizawa .section-row:last-of-type {
    margin-top: 3rem;
    flex-direction: column;
    gap: 0;
}

.professeurs #yumi-aizawa .section-row:last-of-type .section-content-text {
    align-items: flex-start;
}


.professeurs #yumi-aizawa .read-more-link {
    margin-bottom: 2rem;
}
/* Professeurs END */

/* Studio START */
#studio .swiper-frame {
    width: 95vw;
}
/* Studio END */

/* Reglement START */
#reglement .download-link.up {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

#reglement .download-link.down {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

#reglement .download-link a {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
}

#reglement .download-link a:hover {
    opacity: 0.6;
    text-decoration: underline;
}
/* Reglement END */

/* Mentions Legales START */
#mentions section.longread h5 {
    font-weight: bold;
    margin: 2rem 0 1rem 0;
}
/* Mentions Legales END */

/* Enfants-Ado Classique START */

#enfants-classique .niveau-button {
    margin-top: 2rem;
}

#enfants-classique .swiper-section-small {
    width: 360px;
    height: 480px;
}

#enfants-classique .swiper-section-small .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#enfants-classique .swiper-section-small .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#enfants-classique .swiper-section-small .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* Enfants-Ado Classique END */

/*Ado Contemporain START*/
#ado-contemporain .swiper-section-small {
    width: 360px;
    height: 480px;
}

#ado-contemporain .swiper-section-small .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#ado-contemporain .swiper-section-small .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#ado-contemporain .swiper-section-small .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#ado-contemporain p:last-of-type {
    margin-bottom: 2rem;
}
/*Ado Contemporain END*/

/*Adulte Classique START*/
#adulte-classique .swiper-section-small {
    width: 360px;
    height: 480px;
}

#adulte-classique .swiper-section-small .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#adulte-classique .swiper-section-small .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#adulte-classique .swiper-section-small .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#adulte-classique p:last-of-type {
    margin-bottom: 2rem;
}
/*Adulte Classique END*/

/*Adulte Contemporain START*/
#adulte-contemporain p:has(+ ul) {
    margin-bottom: 0;
}

#adulte-contemporain ul {
    list-style: disc;
    margin-bottom: 1rem;
}

#adulte-contemporain .swiper-section-small {
    width: 360px;
    height: 480px;
}

#adulte-contemporain .swiper-section-small .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#adulte-contemporain .swiper-section-small .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#adulte-contemporain .swiper-section-small .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#adulte-contemporain p:last-of-type {
    margin-bottom: 2rem;
}
/*Adulte Contemporain END*/

/*Barre START*/
#barre p:has(+ ul) {
    margin-bottom: 0;
}

#barre ul {
    list-style: disc;
    margin-bottom: 1rem;
}

#barre .swiper-section-small {
    width: 360px;
    height: 480px;
}

#barre .swiper-section-small .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#barre .swiper-section-small .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#barre .swiper-section-small .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#barre p:last-of-type {
    margin-bottom: 2rem;
}
/*Barre END*/

/*Planning START*/
#planning .section-content-text {
    width: 100%;
}
#planning .schedule-table {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--grey-light);
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    border-collapse: collapse;
    border-radius: 3px;
}

#planning .schedule-row {
    display: flex;
    width: 100%;
}

#planning .schedule-header {
    font-weight: bold;
    font-size: 1.3rem;
    border-bottom: 1px solid var(--grey-light);
}

#planning .schedule-cell {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.5rem;
    box-sizing: border-box;
    min-height: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

#planning .schedule-item {
    padding: 0.3rem 0.5rem;
    border-radius: 50px;
    text-align: center;
    width: 11rem;
    font-size: 0.7rem;
}

#planning .schedule-item h5 {
    font-size: 0.9rem;
}



#planning .schedule-row:not(.schedule-header) .schedule-cell:not(:last-child),
#planning .schedule-header .schedule-cell:not(:last-child) {
    border-right: 1px solid var(--grey-light);
}

#planning .init {
    background: #f9dcf7;
}

#planning .elem-1 {
    background: #abf0fc;
}

#planning .elem-2 {
    background: #aad3fc;
}

#planning .elem-3 {
    background: #dbb6fc;
}

#planning .ado-avance {
    background: #ddfbd0;
}

#planning .ado-contempo {
    background: #fef7c0;
}

#planning .adulte-avance {
    background: #fecdc0;
}

#planning .adulte-contempo {
    background: #fadfac;
}

#planning .barre {
    background: #fef2e8;
}

#planning .cours-particuliers {
    background: var(--grey-extra-light);
}

#planning .section-row,
#planning .section-content-text {
    align-items: flex-start;
    justify-content: left;
}

#planning .section-content-text .section-text {
    align-items: flex-start;
    margin-top: 2rem;
}

#planning .schedule-mobile {
    display: none;
}

.modal-schedule {
    background: var(--white);
    text-align: center;
    width: 560px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 2.5rem;
    gap: 2rem;
    position: relative;
}

.modal-schedule-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.modal-schedule .modal-close {
    position: absolute;
}
/*Planning END*/

/*Tarifs START*/
#tarifs h4 {
    font-weight: bold;
}

#tarifs h4:first-of-type {
    margin-top: 4rem;
}

#tarifs h4:last-of-type {
    margin: 6rem 0 -3rem;
}

#tarifs .tarif-table {
    width: 66rem;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 4rem;
    font-size: 1rem;
    text-align: center;
}

#tarifs .tarif-table.small {
    width: 43rem;
    grid-template-columns: 2fr auto;
}

#tarifs .tarif-table.large {
    margin-bottom: 0;
}

#tarifs .tarif-header {
    display: contents;
    font-weight: 700;
    font-size: 1rem;
}

#tarifs .tarif-row {
    display: contents;
}

#tarifs .tarif-header::after,
#tarifs .tarif-row::after {
    content: "";
    grid-column: 1 / -1;
    border-bottom: 1px solid var(--grey-light);
    display: block;
    height: 0;
    margin-top: 0.3rem;
}

#tarifs .first-cell {
    text-align: left;
    margin-left: 1rem;
    max-width: 15rem;
}

#tarifs .first-cell-large {
    text-align: left;
    margin-left: 1rem;
    max-width: 25rem;
}

#tarifs em {
    color: var(--grey);
}

#tarifs .mobile-only {
    display: none;
}

#tarifs .highlighted {
    position: relative;
    z-index: 10;
}

#tarifs .highlight {
    position: absolute;
    background: var(--grey-extra-light);
    border-radius: 3rem;
    padding: 2rem;
    width: 7rem;
    height: 39rem;
    z-index: -1;
    top: -2.2rem;
    right: 5.35rem;
}
/*Tarifs END*/

/* Section Pro START */
#section-pro .section-row {
    align-items: flex-start;
}

#section-pro ul {
    list-style: disc;
}

#section-pro #presentation,
#section-pro #scolarite {
    flex-direction: row;
}

#section-pro #presentation .section-text,
#section-pro #scolarite .section-text {
    width: 100%;
    text-align: left;
}

#section-pro #presentation .frame,
#section-pro #scolarite .frame {
    margin-top: 2rem;
}

/* Section Pro END */

/* Contacts START */

#contacts .main-contacts-wrap {
    width: 100%;
}

#contacts .google-map iframe {
    width: 100%;
    height: 20rem;
}

#contacts .three-items-wrap {
    width: 100%;
    margin-bottom: 2rem;
}

/* Contacts END */

/* Responsive */
@media screen and (max-width: 1440px) {

}

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


    #planning .section-content-text,
    #planning .schedule-row {
        width: 100%;
    }

    #planning .schedule-item {
        padding: 0.5rem 0.7rem;
        width: 9rem;
        font-size: 0.7rem;
    }

    #planning .schedule-item h5 {
        font-size: 0.8rem;
    }

    #tarifs .tarif-table.large {
        width: 100%;
    }

    #tarifs .tarif-table.small {
        width: 100%;
    }

    #contacts .three-items-row {
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    #tarifs .highlight {
        right: 4.4rem;
    }
}

@media screen and (max-width: 1024px) {
    .professeurs .swiper-section-small,
    .professeurs .frame img {
        width: 450px;
        height: auto;
    }




    .section-content-text {
        order: 2;
        width: 100%;
    }

    .section-content-image {
        order: 1;
    }


    #enfants-classique .section-content-text,
    #enfants-classique .section-content-center {
        width: 100%;
    }

    #enfants-classique .swiper-section-small {
        width: 450px;
        height: auto;
    }

    #enfants-classique .swiper-section-small .swiper-slide img {
        height: 600px;
    }

    #enfants-classique .section-content-image .frame {
        margin-top: 3rem;
    }

    #ado-contemporain .section-content-text,
    #ado-contemporain .section-content-center {
        width: 100%;
    }

    #ado-contemporain .swiper-section-small {
        width: 450px;
        height: auto;
    }

    #ado-contemporain .swiper-section-small .swiper-slide img {
        height: 600px;
    }

    #ado-contemporain .section-content-image .frame {
        margin-top: 3rem;
    }

    #adulte-classique .section-content-text,
    #adulte-classique .section-content-center {
        width: 100%;
    }

    #adulte-classique .swiper-section-small {
        width: 450px;
        height: auto;
    }

    #adulte-classique .swiper-section-small .swiper-slide img {
        height: 600px;
    }

    #adulte-classique .section-content-image .frame {
        margin-top: 3rem;
    }

    #adulte-contemporain .section-content-text,
    #adulte-contemporain .section-content-center {
        width: 100%;
    }

    #adulte-contemporain .swiper-section-small {
        width: 450px;
        height: auto;
    }

    #adulte-contemporain .swiper-section-small .swiper-slide img {
        height: 600px;
    }

    #adulte-contemporain .section-content-image .frame {
        margin-top: 3rem;
    }

    #barre .section-content-text,
    #barre .section-content-center {
        width: 100%;
    }

    #barre .swiper-section-small {
        width: 450px;
        height: auto;
    }

    #barre .swiper-section-small .swiper-slide img {
        height: 600px;
    }

    #barre .section-content-image .frame {
        margin-top: 3rem;
    }

    #tarifs .section-content-text {
        width: 100%;
    }



    #section-pro #presentation .frame,
    #section-pro #scolarite .frame {
        margin-top: 0;
    }

}

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

    .professeurs .cards {
        margin: 2rem 0 1rem;
    }

    .professeurs .section-content-center {
        align-items: flex-start;
    }

    .professeurs .section-content-center:has(> .cards) {
        align-items: center;
    }

    #planning .schedule-item {
        padding: 0.5rem;
        width: 7rem;
        font-size: 0.6rem;
    }

    #planning .schedule-item h5 {
        font-size: 0.6rem;
    }

    #tarifs .highlight {
        right: 3rem;
    }

    #section-pro .section-content-center .section-text {
        width: 100%;
    }

}

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


    .professeurs .cards {
        row-gap: 2rem;
        column-gap: 2rem;
    }
    .professeurs #yumi-aizawa .section-row:last-of-type {
        margin-top: 2rem;
    }
    #studio .swiper {
        aspect-ratio: 1/1;
    }



    #planning .schedule-table {
        display: none;
    }

    #planning .schedule-table {
        display: none;
    }

    #planning .schedule-mobile {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border: 1px solid var(--grey-light);
        border-radius: 3px;
    }

    #planning .schedule-mobile .day-block {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 1rem 1rem 3rem 1rem;
        border-bottom: 1px solid var(--grey-light);
    }

    #planning .schedule-mobile .day-block:last-of-type {
        border-bottom: none;
    }

    #planning .schedule-mobile .morning,
    #planning .schedule-mobile .afternoon,
    #planning .schedule-mobile .evening {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #planning .schedule-mobile .day-block-row {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    #planning .schedule-mobile .schedule-item {
        padding: 0.5rem 1rem;
        border-radius: 50px;
        text-align: center;
        width: 12rem;
        font-size: 1rem;
    }

    #planning .schedule-mobile .schedule-item h5 {
        font-size: 1rem;
    }

    #tarifs .tarif-table.mobile-only {
        display: grid;
        grid-template-columns: 2fr auto;
        text-align: right;
    }

    #tarifs .tarif-table.small span {
        display: block;
    }

    #tarifs .tarif-table.small span br {
        display: none;
    }

    #tarifs .tarif-table.small .tarif-cell:empty {
        display: none;
    }

    #tarifs .tarif-table.large {
        display: none;
    }

    #tarifs h4:first-of-type {
        margin-top: 3rem;
    }

    #tarifs h4 {
        margin-bottom: 2rem;
    }

    #tarifs h4:last-of-type {
        margin: 4rem 0 2rem;
    }

    #tarifs h5 {
        font-weight: 700;
    }

    #tarifs .tarif-table:last-of-type {
        margin-bottom: 0;
    }

    #tarifs .mobile-only .highlighted {
        margin: 0.5rem 0;
        padding: 0.5rem 1rem;
        background: var(--grey-extra-light);
        border-radius: 3rem;
        transform: translateX(1rem);
    }

    #section-pro .swiper {
        aspect-ratio: 1/1;
    }


    #contacts .section-text {
        width: 100%;
    }

}

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



    .professeurs .swiper-section-small,
    .professeurs .frame img {
        width: 80vw;
        height: auto;
    }

    .professeurs .cards {
        display: none;
    }

    .professeurs .mobile-only {
        display: block;
        margin-top: 1rem;
        text-align: center;
    }

    .professeurs .mobile-only iframe {
        width: 100%;
        aspect-ratio: 3/2;
        margin: 1rem auto;
    }

    #enfants-classique .swiper-section-small {
        width: 80vw;
    }

    #enfants-classique .swiper-section-small .swiper-slide img {
        height: auto;
        aspect-ratio: 3/4;
    }

    #ado-contemporain .swiper-section-small {
        width: 80vw;
    }

    #ado-contemporain .swiper-section-small .swiper-slide img {
        height: auto;
        aspect-ratio: 3/4;
    }

    #adulte-classique .swiper-section-small {
        width: 80vw;
    }

    #adulte-classique .swiper-section-small .swiper-slide img {
        height: auto;
        aspect-ratio: 3/4;
    }

    #adulte-contemporain .swiper-section-small {
        width: 80vw;
    }

    #adulte-contemporain .swiper-section-small .swiper-slide img {
        height: auto;
        aspect-ratio: 3/4;
    }

    #barre .swiper-section-small {
        width: 80vw;
    }

    #barre .swiper-section-small .swiper-slide img {
        height: auto;
        aspect-ratio: 3/4;
    }

    .modal-schedule {
        width: 100%;
        padding: 1rem;
    }

    .modal-schedule h3 {
        font-size: 1.6rem;
    }

    #section-pro .section-photo  {
        width: 85vw;
    }

    #contacts .main-contacts-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    #contacts .google-map,
    #contacts .google-map iframe {
        width: 100%;
        height: 40vw;
    }



    #tarifs .first-cell-large {
        max-width: 20rem;
    }


}

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

    .professeurs ul li {
        text-indent: 0;
        padding-left: 0;
    }

    #studio .swiper-frame {
        width: 85vw;
    }

    #enfants-classique .section-content-image .frame {
        margin-top: 2rem;
    }

    #ado-contemporain .section-content-image .frame {
        margin-top: 2rem;
    }

    #adulte-classique .section-content-image .frame {
        margin-top: 2rem;
    }

    #adulte-contemporain .section-content-image .frame {
        margin-top: 2rem;
    }

    #barre .section-content-image .frame {
        margin-top: 2rem;
    }

    #planning .schedule-mobile .day-block-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    #planning .schedule-mobile .day-block {
        justify-content: center;
        align-items: center;
    }

    #tarifs .mobile-only .first-cell {
        margin-left: 0;
        max-width: 10rem;
    }

    #tarifs .first-cell-large {
        max-width: 15rem;
    }

    #section-pro .half-width {
        width: 100%;
    }

    #contacts .three-items-row {
        align-items: center;
        gap: 2rem;
        margin-top: 0;
    }

    #contacts .section-first.no-padding-top {
        margin: 2rem 0 0 0;
    }


}

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

    .modal-schedule h3 {
        font-size: 1.3rem;
    }

    #tarifs .tarif-cell {
        max-width: 11rem;
    }

    #tarifs .first-cell-large {
        max-width: 15rem;
    }

    #contacts .three-items-row {
        gap: 2rem;
    }
}

@media screen and (max-width: 375px) {
    #section-pro #presentation .frame,
    #section-pro #scolarite .frame {
        margin-top: 0;
    }

}

@media screen and (max-width: 320px) {
    #tarifs .tarif-table.small span br {
        display: inline-block;
    }


}