.main-content {
    width: 100%;
}

.top-hero__back-link,
.top-hero__back-link:visited {
    padding-top: 96px;
    color: #FF8ABC;
    font-family: Oswald-Regular;
    font-size: 16px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-hero__back-link svg {
    width: 24px;
    height: 24px;
}
.top-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 96px;
}

.desktop-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-display {
    display: none !important;
}

.top-hero__post-thumbnail img {
    width: 560px;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    border: 2px solid #FF8ABC;
    border-radius: 22px;
}

.top-hero__infos {
    padding-left: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.top-hero__title {
    color: white;
    font-family: Oswald-SemiBold;
    font-size: 46px;
    line-height: 1.4;
    margin-bottom: 32px;
}

.top-hero__infos-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.top-hero__stage-atelier_infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.top-hero__stage-atelier_infos__schedule {
    display: inline-block;
    padding-right: 16px;
}

.top-hero__stage-atelier_infos__schedule-title {
    font-family: Oswald-SemiBold;
    font-size: 20px;
    color: #FF8ABC;
}

.school-schedule-title {
    margin-top: 32px;
}

.top-hero__stage-atelier_infos__schedule-list {
    margin-top: 16px;
    position: relative;
    left: 16px;
}

.top-hero__stage-atelier_infos__schedule-item {
    color: white;
    font-family: Oswald-Regular;
    font-size: 16px;
    list-style: disc;
    margin-bottom: 16px;
}

.top-hero__stage-atelier_infos__schedule-item::marker {
    font-size: 12px;
}

.top-hero__stage-atelier_infos__schedule-item:last-of-type {
    margin-bottom: 0;
}

.top-hero__stage-atelier_infos__duration,
.top-hero__stage-atelier_infos__target-public {
    color: white;
    font-family: Oswald-Regular;
    font-size: 16px;
    margin-top: 32px;
}

.top-hero__stage-atelier_infos__duration span,
.top-hero__stage-atelier_infos__target-public span {
    color: #FF8ABC;
    font-family: Oswald-SemiBold;
    font-size: 20px;
    margin-right: 8px;
}

.top-hero__stage-atelier_infos__price {
    color: white;
    font-family: Oswald-Regular;
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 48px;
}

.top-hero__stage-atelier_infos__price span {
    color: #FF8ABC;
    font-family: Oswald-SemiBold;
    font-size: 20px;
    margin-right: 8px;
}

.top-hero__stage-atelier_infos__cta {
    margin-top: auto;
    color: #FF8ABC !important;
    border-color: #FF8ABC;
}

.top-hero__stage-atelier_infos__schedule-item {
    margin-top: 16px;
}

.aa-label-icon {
    min-width: 190px;
}

.top-hero__stage-atelier_infos__schedule-item * {
    color: white;
    font-family: Oswald-Light;
    line-height: 1.6;
    font-size: 16px;
}

.stage-atelier_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 96px;
    -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
}

.les-animateurs {
    margin-bottom: 96px;
}

.stage-atelier_about__content{
    padding-right: 96px;
}

.stage-atelier_about__title,
.stage-atelier_about__menu-title,
.les-animateurs__title {
    color: #FF8ABC;
    margin-bottom: 16px;
    font-family: Oswald-SemiBold;
}

.stage-atelier_gallery__title {
    color: #FF8ABC;
    margin-bottom: 32px;
    font-family: Oswald-SemiBold;
}

.stage-atelier_about__text *,
.les-animateurs__content * {
    color: white;
    font-family: Oswald-Regular;
    line-height: 1.6;
}

.stage-atelier_about__menu-div {
    border-radius: 22px;
    padding: 32px;
    background-color: #282828;
    border: 2px solid #FF8ABC;
}

.stage-atelier_about__menu-item {
    color: white;
    font-family: Oswald-Regular;
    margin-bottom: 16px;
    line-height: 1.6;
}

.stage-atelier_about__menu-item span {
    font-family: Oswald-Light;
}

.show__book-menu-link {
    color: white;
    font-family: Oswald-Regular;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 32px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.show__book-menu-link:hover {
    color: #FF8ABC;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.stage-atelier_about__no-menu {
    color: white;
}

.stage-atelier_about__no-menu {
    font-family: Oswald-Regular;
    font-size: 20px;
    line-height: 1.4;
}

.about_menu_booking-div * {
    color: white;
    font-family: Oswald-Light;
    line-height: 1.6;
}

.stage-atelier_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 96px;
}

.stage-atelier_gallery__image {
    width: 332px;
    height: 332px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 16px;
    margin-bottom: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.stage-atelier_gallery__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 22px;
}   

.stage-atelier_gallery__image:hover {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.stage-atelier_gallery__image:nth-of-type(4n + 4) {
    margin-right: 0;
}

.how-to-book-section__text {
    font-family: Oswald-SemiBold;
    font-size: 58px;
    text-align: center;
    color: white;
}

.stage-atelier_credits {
    margin-top: 96px;
}

.stage-atelier_credits * {
    color: white;
    font-family: Oswald-Light;
    line-height: 1.4;
}

.stage-atelier_gallery__image {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.stage-atelier_gallery__image:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.lb-outerContainer {
    background-color: black !important;
}

@media all and (max-width: 1454px) {
    .stage-atelier_gallery__image {
        width: calc(33% - 16px);
        height: auto;
    }

    .stage-atelier_gallery__image:nth-of-type(4n + 4) {
        margin-right: 16px;
    }
}

@media all and (max-width: 1160px) {
    .top-hero__post-thumbnail {
            text-align: center;
        }
    .top-hero__post-thumbnail img {
        width: 460px !important;
            margin-left: auto;
            margin-right: auto;
    }

    .top-hero__stage-atelier_infos {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .top-hero__stage-atelier_infos__target-public {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top-hero__stage-atelier_infos__target-public span {
        margin-bottom: 16px;
    }
}

@media all and (max-width: 1060px) {
    .top-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 0;
    }

    .desktop-display {
        display: none !important;
    }

    .mobile-display {
        display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        margin-top: 32px;
    }

    .top-hero__post-thumbnail img {
        width: 100%;
    }

    .top-hero__title {
        margin-top: 16px;
        width: 100%;
    }

    .top-hero__infos {
        padding-left: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .top-hero__infos-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%;
    }

    .top-hero__stage-atelier_infos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 32px;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .top-hero__stage-atelier_infos__duration {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 0;
    }

    .top-hero__stage-atelier_infos__price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 0;
    }

    .top-hero__stage-atelier_infos__duration span,
    .top-hero__stage-atelier_infos__price span {
        margin-bottom: 16px;
    }

}

@media all and (max-width: 810px) {

    .top-hero__infos-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .top-hero__stage-atelier_infos {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
    }

    .aa-label-icon {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: auto;
    }

    .stage-atelier_about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .stage-atelier_about__content {
        padding-right: 0;
    }

    .stage-atelier_about__menu-div {
        padding: 16px;
    }

    .stage-atelier_gallery__image {
        width: calc(50% - 16px);
        height: auto;
    }
}

@media all and (max-width: 660px) {
    .top-hero__stage-atelier_infos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

        .top-hero__post-thumbnail img {
            width: 100% !important;
        }
    .top-hero__stage-atelier_infos__schedule {
        width: 100%;
        padding-right: 0;
    }

    .top-hero__stage-atelier_infos__duration,
    .top-hero__stage-atelier_infos__price,
    .top-hero__stage-atelier_infos__target-public {
        padding-left: 0;
        margin-top: 32px;
    }

    .stage-atelier_gallery__image {
        width: 100%;
    }

    .stage-atelier_gallery__image:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .cta-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .cta-section .main-cta {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .cta-section .main-cta:first-of-type {
        margin-right: 0 !important;
        margin-bottom: 16px;
    }

    .mobile-display {
        width: 100%;
    }

    .stage-atelier_about,
    .les-animateurs {
        margin-bottom: 48px;
    }
}