/**
*
* AFASIA
*
**/

.afasia h1 {
    font-size: 8rem;
    font-weight: 800 !important;
    margin-top: 0!important;
    color: black;
    margin-bottom: 2rem;
}

.afasia .body p {
   font-size: 1.8rem !important;
}

.afasia .body {
    margin-bottom: 10rem;
}

.afasia .afasia-wrapper {
    height: 30rem;
}
.afasia .afasia-wrapper .afasia-glide, .afasia-wrapper glide__track, .afasia-wrapper .glide__slides {
    height: 100%;
}
.afasia .afasia-wrapper img {
    height: 100%;
    object-fit: cover;
    /* END - PHOTOGALLERY 2024 */
    /* ABOUTUS */
}

.afasia .afasia-wrapper .glide__arrows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 3rem;
}

.afasia .afasia-wrapper .glide__arrow {
    position: unset;
    border: unset;
    box-shadow: none;
    padding: 0;
}

.afasia .back-project {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 2rem 3rem;
    gap: 1rem;
}
.afasia .back-project a {
    display: flex;
    align-items: center;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
}

/**
*
* WOW
*
**/
.content-page-ps-2024 .intermediate-wow-title h6 {
    font-size: 8rem;
    font-weight: 800 !important;
    margin-top: 0!important;
    color: black;
    margin-bottom: 2rem;
}

.content-page-ps-2024 .header-wow h1 {
    font-size: 8rem;
    font-weight: 800 !important;
    margin-top: 0!important;
    color: black;
    margin-bottom: 4rem;
}

.content-page-ps-2024 .intermediate-wow-title {
    text-align: center;
    padding: 4rem 0;
}

.experimental-wrapper h3 {
    margin: 0;
    color: black;
    font-weight: 800;
    font-size: 24;
    padding: 1rem 0;
}

.experimental-wrapper .experimental-description {
    color: black;
    font-weight: 800;
    font-size: 14;
}

.experimental-single-wow {
    margin-bottom: 80px;
}

.experimental-image {
    padding: 0 20rem;
}

/**
*
* OPEN PROGRAMME
*
**/

.open-programme-2025 .header h1 {
    font-size: 8rem;
    font-weight: 800 !important;
    margin-top: 0!important;
    color: black;
    margin-bottom: 4rem;
}

.open-programme-2025 .actions-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
}

.open-programme-2025 .actions-div form {
    margin: 0;
}

.open-programme-2025.single-card.single-event {
    padding: 4rem;
}

.open-programme-2025 .details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.open-programme-2025 p.details-title {
    color: black;
    font-weight: 900;
    text-transform: uppercase;
}

.open-programme-2025 p.details-desc {
    font-weight: 600;
}

.open-programme-2025 .navigation {
    padding: 4rem 2rem;
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
}
.open-programme-2025 .navigation .nav-prev, .open-programme-2025 .navigation .nav-next {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.open-programme-2025 .navigation .nav-next a, .open-programme-2025 .navigation .nav-prev a {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
}
.open-programme-2025 button.add-favourites {
    background-color: transparent!important;
    color: black!important;
    border: 2px solid black!important;
    font-weight: 800!important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.open-programme-2025 button.add-favourites svg {
    width: 20px;
    margin-left: .5rem;
}
.open-programme-2025.single-card {
    margin: 0;
}

/**
 *
 * MEDIAQUERY MOBILE
 *
 */
@media screen and (max-width: 600px) {

    /**
    *
    * AFASIA
    *
    **/
    .afasia h1 {
        font-size: 4rem;
    }

    /**
    *
    * WOW
    *
    **/
    .content-page-ps-2024 .header-wow h1 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }

    .content-page-ps-2024 .intermediate-wow-title h6 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }

    .experimental-image {
        padding: 0;
    }

    /**
    *
    * OPEN PROGRAMME
    *
    **/

    .open-programme-2025 .header h1 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }

    .open-programme-2025.single-card.single-event {
        padding: 2rem;
    }

    .open-programme-2025 .details-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 30px;
    }
}
