/* colors
bleu-vert : #10a0a0
orange: #f18b33
*/

/* The article fills all the space between header & footer */

body {
    display: flex;
    flex-direction: column;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    margin: 0;
    background-image: url("/assets/img/accueil/orange_low_poly_background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    max-width: 100vw;
    /*background-color: #dbdbdb;*/
}

main {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.container {
    max-width: 100%;
}

.row {
    max-width: 100%;
}

.navigation-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%;
    font-family: "League Gothic", sans-serif;
    font-weight: 100;
    font-size: 1.5rem;
    background-color: #ffffff;
    box-shadow: rgba(126, 114, 114, 0.15) 0px 3px 3px 0px;
    z-index: 2;
}

.navigation-bar div a {
    color: black;
    text-align: center;
    text-decoration: none;
}

.navbar-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-logo-social {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-mobile-button {
    display: none;
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo img {
    display: flex;
    padding: 1rem;
    height: 80px;
    width: auto
}

.menu-categories {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 2rem
}

.menu-element {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 20px;
    padding: 0 20px 0 20px;
}

a:visited {
    color: inherit;
}

.menu-element:hover {
    background-color: white;
}

.active {
    background-color: #2596be;
}

.main-presentation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15rem 0 0 0;
}

.main-presentation-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 5rem 0;
}

.main-presentation-title h1 {
    font-family: "League Gothic", sans-serif;
    font-weight: 550;
    font-size: 10rem;
    color: white;
    margin: 0 0 0 0;
    text-align: center;
    line-height: 1;
}

.main-presentation-title h2 {
    font-family: "League Gothic", sans-serif;
    font-weight: 100;
    font-size: 3rem;
    color: white;
    text-align: center;
    margin: 2rem 0 1rem 0;
}

.main-presentation-title img {
    width: 50%;
}

.main-presentation-title p {
    font-family: "League Gothic", sans-serif;
    font-weight: 100;
    font-size: 3rem;
    color: #ffd329;
    text-align: center;
    text-transform: uppercase;
    margin: 2rem 0 1rem 0;
}

.main-presentation-img {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    justify-content: center;
    background-color: black;
}

.main-spectacles {
    margin: 10rem 0 0 0;
}

.main-spectacles-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 3rem 0 2rem 0;
}

.main-spectacles h2 {
    font-family: "League Gothic", sans-serif;
    font-weight: 500;
    font-size: 5rem;
    color: white;
    padding: 1rem 1rem 1rem 1rem;
    margin: 0;
    border: 1px solid white;
    border-radius: 10px;
}

.main-spectacles-content {
    display: flex;
    flex-direction: row;
    gap: 10rem;
    margin: auto;
    width: 100%;
    overflow: hidden;
    justify-content: flex-start;
    overflow-x: auto; /* Enable horizontal scrolling */
    scroll-behavior: smooth; /* Smooth scrolling effect */
    scrollbar-width: none;
}

.main-spectacles-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 2rem 2rem 2rem 2rem;
    height: 500px;
}

.main-spectacles-card-first {
    margin-left: 5rem;
}

.main-spectacles-img {
    height: 475px;
    width: auto;
    position: relative;
    object-fit: fill;
}

.main-spectacles-img-black {
    box-shadow: 1rem 1rem #38291a;
}

.main-spectacles-img-black:hover {
    box-shadow: 1rem 1rem white;
}

.main-spectacles-card {
    position: relative;
}

.main-spectacles-card:hover {
    opacity: 1;
    visibility: visible;
}

.main-spectacles-card h3 {
    padding: 0.5rem;
    margin-top: 3rem;
    border: solid 1px black;
    background: white;
}

/* MAIN SPECTACLES GALLERY */
.main-arrows {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    cursor: pointer;
    padding: 2rem;
}

.arrow-svg {
    fill: black;
    border: 1px black solid;
    background-color: white;
    border-radius: 10px;
}

.arrow-svg:hover {
    fill: #ffd329;
    border: 1px black solid;
    background-color: black;
}

/* ACTUALITES */

.main-actualites-text {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

/* AGENDA */

.main-agenda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10rem 0 0 0;
}

.main-contact,
.main-actualites {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10rem 0 0 0;
}

.main-agenda h2,
.main-contact h2,
.main-actualites h2 {
    font-family: "League Gothic", sans-serif;
    font-weight: 500;
    font-size: 5rem;
    color: white;
    margin: 0;
    padding: 1rem 1rem 1rem 1rem;;
    border: 1px solid white;
    border-radius: 10px;
}

.main-agenda-title,
.main-contact-title,
.main-actualites-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2rem;
}

.main-agenda-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: white;
    border: solid 1px black;
    margin-bottom: 2rem;
}

.main-agenda-contact h2 {
    font-family: "League Gothic", sans-serif;
    font-weight: 100;
    font-size: 3rem;
}

.main-agenda-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem 0 2rem 0
}

.main-agenda-content h2 {
    font-family: "League Gothic", sans-serif;
    font-weight: 100;
    font-size: 3rem;
}

.main-agenda-date {
    background-color: #ffd329;
    color: black;
    border-radius: 5%;
    text-align: center;
    text-decoration: none;
    padding: 1rem 1rem 1rem 1rem;
    margin: 1rem 2rem 1rem 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.main-agenda-date-month {
    font-size: 1rem;
}

.main-agenda-date-day {
    font-weight: bold;
    font-size: 3rem;
}

.main-agenda-text h2 {
    font-family: "League Gothic", sans-serif;
    color: black;
    margin-top: 1rem;
    padding: 0;
}

.main-agenda-text a {
    text-decoration: none;
}

.main-agenda-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1rem;
}

.main-agenda-button-more-dates {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.main-agenda-button-more-dates a {
    text-decoration: none;
}

.main-contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0
}

.main-contact-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 1rem 0 1rem 0;
}

.main-contact-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.main-contact-text p {
    font-size: 1.7rem;
    text-align: left;
    margin: 0;
}

.main-contact-email p {
    font-size: 1.2rem;
    margin: 0;
}

.main-contact-social,
.navbar-contact-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0 1rem 0;
}

.navbar-contact-social a {
    cursor: pointer;
}

.main-contact-social a {
    margin: 0 1rem 0 1rem;
}

.navbar-contact-social a {
    padding: 0;
}

.main-contact-social a:link,
.main-contact-social a:visited,
.main-contact-social a:hover {
    color: black;
    text-decoration: none;
}

.main-contact-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 4rem 0 4rem 0;
    max-width: 100%;
}

.main-contact-img img {
    max-width: 100%;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: white;
}

/* TITLES */

.title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 12rem;
    margin: 6rem 0 6rem 0;
}

.title-black {
    background-color: black
}

.title h1 {
    font-size: 6rem;
    font-family: "League Gothic", sans-serif;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
}

.title h2 {
    font-size: 4rem;
    font-family: "League Gothic", sans-serif;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
}

/* COMPAGNIE */

.compagnie-img-container {
    width: 50%;
}

.compagnie-img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.compagnie {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 1rem 1rem 1rem;
    flex-grow: 1;
}

.compagnie-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 2rem 2rem 1rem;
}

.compagnie-direction {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.compagnie-direction-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.compagnie-direction-title h2 {
    border: 1px solid white;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 1rem 1rem 1rem;
}

.compagnie-text h3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: justify;
}

.compagnie-text p, .compagnie-direction-text p {
    font-size: 1.5rem;
}

.compagnie-direction-img-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 3rem;
}

.compagnie-direction-img-container h3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: justify;
    margin-top: 0;
}

.compagnie-direction-img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

/* SPECTACLES */

.spectacles-title {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.spectacles {
    padding-bottom: 3rem;
}

.spectacles h2 {
    font-family: "League Gothic", sans-serif;
    font-weight: 100;
    font-size: 3rem;
}

.spectacles-img {
    position: relative;
    height: 475px;
    object-fit: fill;
    width: auto;
}

.spectacles-img-black {
    box-shadow: 1rem 1rem #38291a;
}

.spectacles-img-black:hover {
    box-shadow: 1rem 1rem white;
}

.spectacles-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.spectacles-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
    align-items: center;
    margin: 7rem 0 7rem 0;
    height: 500px;
}

.spectacles-card-img {
    text-align: center;
    order: 1;
}

.spectacles-card-text {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
    text-align: start;
    border: solid 1px black;
    background: white;
    height: auto;
    order: 2;
}

.spectacles-card-img-invert {
    text-align: center;
    order: 2;
}

.spectacles-card-text-invert {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
    text-align: start;
    border: solid 1px black;
    background: white;
    height: auto;
    order: 1;
}

.spectacles-card h3 {
    padding: 0.5rem;
    margin-top: 3rem;
    border: solid 1px black;
    background: white;
}

.spectacles-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 2rem 0 2rem 0;
}

/* SPECTACLE PAGE */

.spectacle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 1rem 1rem 1rem 1rem;
}

.spectacle-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.spectacle-images-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.spectacle-images-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem 1rem 2rem 1rem;
}

.spectacle-images-container-big {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.spectacle-images-container-small {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spectacle-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 1rem 1rem 1rem 1rem;
}

.spectacle-img-small {
    width: 600px;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.spectacle-img-small {
    width: 600px;
    height: 400px;
}

.spectacle-img-small-cover-top {
    width: 600px;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.spectacle-img-small-cover-left {
    width: 600px;
    height: 400px;
    object-fit: cover;
    object-position: left;
}

.spectacle-img-small-cover-bottom {
    width: 600px;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
}

.spectacle-img-big {
    width: 100%;
    height: auto;
}

.spectacle-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 2rem 2rem 1rem;
}

.spectacle-text p {
    font-size: 1.5rem;
    text-align: start;
}

.spectacle-text h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: justify;
}

/* FORMATION PRESTATIONS */

.formation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 1rem 1rem 1rem;
    flex-grow: 1;
}

.formation-img-container {
    width: 50%;
    display: flex;
    justify-content: center;
}

.formation-img {
    height: auto;
    width: 80%;
    object-fit: cover;
}

.formation-stages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 1rem 1rem 1rem 1rem;
}

.formation-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 1rem 2rem 1rem;
}

.formation-quote {
    text-align: center;
}

.formation h2 {
    margin: 5rem 0rem 0rem 0rem;
    font-size: 2rem;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    padding: 1rem 1rem 1rem 1rem;
}

.formation h3 {
    font-size: 1.8rem;
    margin: 3rem 0rem 0rem 0rem;
}

.formation h4 {
    font-size: 1.5rem;
}

.formation-text p,
ul,
li {
    margin: 2rem 0rem 0rem 0rem;
    font-size: 1.5rem;
}

.formation-text ul, li {
    margin: 0.5rem 0rem 0rem 0rem;
    font-size: 1.5rem;
}

.button-formation {
    margin: 1rem 0rem 0rem 0rem;
}

.formation-email p {
    font-size: 1.5rem;
    font-style: italic;
}

/* ATELIERS - STAGES */

.ateliers-stages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 1rem 1rem 1rem 1rem;
}

.ateliers-stages-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 2rem 2rem 1rem;
}

.ateliers-stages h2 {
    margin: 3rem 0rem 0rem 0rem;
    font-size: 2rem;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    padding: 1rem 1rem 1rem 1rem;
}

.ateliers-stages h3 {
    font-size: 1.8rem;
    margin: 3rem 0rem 0rem 0rem;
}

.ateliers-stages h4 {
    font-size: 1.5rem;
}

.ateliers-stages-text p,
ul,
li {
    margin: 2rem 0rem 0rem 0rem;
    font-size: 1.5rem;
}

.ateliers-stages-text ul, li {
    margin: 0.5rem 0rem 0rem 0rem;
    font-size: 1.5rem;
}

.button-ateliers-stages {
    margin: 1rem 0rem 0rem 0rem;
}

/* STAGES */
.stages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 1rem 1rem 1rem 1rem;
}

.stages-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 2rem 2rem 1rem;
}

.stages h2 {
    margin: 4rem 0rem 0rem 0rem;
    font-size: 2rem;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    padding: 1rem 1rem 1rem 1rem;
}

.stages h3 {
    font-size: 1.8rem;
    margin: 3rem 0rem 0rem 0rem;
}

.stages h4 {
    font-size: 1.5rem;
}

.stages-text ul,
li {
    margin: 0.5rem 0rem 0rem 0rem;
    font-size: 1.5rem;
}

.stages-text-std {
    margin: 2rem 0rem 0rem 0rem;
    font-size: 1.5rem;
}

.stages-text-no-margin-top {
    margin: 0.5rem 0rem 0rem 0rem;
    font-size: 1.2rem;
    font-style: italic;
}

.stages-text ul, li {
    margin: 0.5rem 0rem 0rem 0rem;
    font-size: 1.5rem;
}

.button-stages {
    margin: 1rem 0rem 0rem 0rem;
}

/* EVENEMENTS */

.evenements {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 1rem 1rem 1rem;
    flex-grow: 1;
}

.evenements-img-container {
    width: 50%;
    display: flex;
    justify-content: center;
}

.evenements-img {
    height: auto;
    width: 600px;
    object-fit: cover;
}

.evenements-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 2rem 2rem 1rem;
}

.evenements h2 {
    margin: 2rem 0rem 0rem 0rem;
    font-size: 2rem;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    padding: 1rem 1rem 1rem 1rem;
}

.evenements h3 {
    font-size: 1.8rem;
    margin: 3rem 0rem 0rem 0rem;
}

.evenements h4 {
    margin: 3rem 0rem 0rem 0rem;
    font-size: 1.5rem;
}

.evenements-text p,
ul,
li {
    margin: 2rem 0rem 0rem 0rem;
    font-size: 1.5rem;
}

.evenements-text ul, li {
    margin: 0.5rem 0rem 0rem 0rem;
    font-size: 1.5rem;
}

.evenements-stages {
    margin: 1rem 0rem 0rem 0rem;
}

/* AGENDA */

.agenda {
    padding-bottom: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.agenda-title,
.contact-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.agenda-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 10px 20px 10px
}

.contact-text p {
    text-align: left;
}

.agenda-contact h2 {
    font-family: "League Gothic", sans-serif;
    font-weight: 100;
    font-size: 3rem;
}

.agenda-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: white;
    border: solid 1px black;
    margin-bottom: 2rem;
}

.agenda-date {
    background-color: #ffd329;
    color: black;
    border-radius: 5%;
    text-align: center;
    text-decoration: none;
    padding: 1rem 1rem 1rem 1rem;
    margin: 1rem 2rem 1rem 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.agenda-date-month {
    font-size: 1rem;
}

.agenda-date-day {
    font-weight: bold;
    font-size: 3rem;
}

.agenda-text p {
    color: black;
    font-size: 1.2rem;
}

.agenda-img-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 2rem 0 2rem;
}

.agenda-img {
    height: 125px;
}

.agenda-img {
    position: relative;
    height: 100px;
    object-fit: fill;
    width: auto;
}

.agenda-img-black {
    box-shadow: 0.5rem 0.5rem #38291a;
}

.agenda-img-black:hover {
    box-shadow: 0.5rem 0.5rem #ffd329;
}

.agenda-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 2rem 0 2rem;
}

.agenda-img-button-container {
    display: flex;
    flex-direction: row;
}

.ateliers-stages-text ul li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

/* BUTTONS */
.custom-button {
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    color: white;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    height: 3rem;
    padding: 0 1rem 0 1rem;
}

.custom-button-black {
    background-color: black;
}

.custom-button-black:hover {
    color: black;
    background-color: #ffd329;
    border: 1px solid black;
    border-radius: 5px;
}

/* FOOTER */

.footer {
    bottom: 0;
    left: 0;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.footer p {
    font-size: 0.8rem;
    text-align: justify;
}

/* COMPUTER */
@media only screen and (min-width: 768px) {

    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12, .col {
        width: 100%;
    }

}

/************************************************************************************************************/
/************************************************** MOBILE **************************************************/
/************************************************************************************************************/

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

    [class*="container"] {
        max-width: 100%;
    }

    [class*="row"] {
        max-width: 100%;
    }

    .navigation-bar {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-content {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-logo-social {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        display: flex;
        height: 50px;
        width: auto;
    }

    .logo-mobile {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }

    .menu {
        display: none;
    }

    .menu-arrow-img {
        width: 25px;
        height: 25px;
    }

    .menu-mobile-img-logo {
        display: flex;
        width: auto;
        height: 60px;
    }

    .menu-mobile {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 5rem;
    }

    .menu-mobile-button {
        display: flex;
    }

    .menu-element {
        padding: 0.75rem 0 0.75rem 0
    }

    .menu-text {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-right: 1rem;
    }

    .menu-text p {
        margin-right: 0.5rem;
    }

    .menu-categories {
        display: flex;
        flex-direction: column;
    }

    .title h1 {
        font-size: 4rem;
    }

    .main-presentation {
        margin: 10rem 0 0 0;
    }

    .main-spectacles h2,
    .main-ateliers h2 {
        font-size: 4.5rem;
    }

    .main-presentation-title h2 {
        font-size: 2rem;
    }

    .main-presentation-title img {
        width: 90%;
    }

    .main-presentation-title p {
        font-size: 1.5rem;
        width: 90%;
    }

    .main-spectacles-card {
        margin: 0 2rem 0 2rem
    }

    .main-spectacles-content {
        align-items: flex-start;
        flex-direction: row;
        justify-content: stretch;
        gap: 10px;
    }


    .main-agenda-title h2,
    .main-spectacles-title h2,
    .main-contact-title h2 {
        font-size: 4rem;
    }

    .main-agenda-content {
        margin: 0 2rem 0 2rem;
    }

    .main-agenda-item {
        flex-direction: column;
        padding: 2rem;
    }

    .main-agenda-date {
        margin: 0 0 0 0;
    }

    .main-arrows {
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: flex-end;
        cursor: pointer;
        padding: 0;
        margin: 2rem 1rem 0 0;
    }

    .presentation {
        margin: 2rem 1rem 2rem 1rem;
    }

    .presentation-text h1 {
        font-size: 2.5rem;
        font-style: italic;
        margin-top: 0;
    }

    .presentation-img {
        max-width: 100%;
    }

    .main-spectacles-img {
        height: 400px;
        width: auto;
        position: relative;
        object-fit: fill;
    }

    .main-contact {
        margin-top: 5rem;
    }

    .main-contact-text p {
        text-align: center;
    }

    .main-contact-social svg {
        width: 32px;
        height: 32px;
    }

    .main-contact-img {
        width: 50%;
    }

    .title {
        margin-top: 80px
    }

    .title h1 {
        margin: 0
    }

    .compagnie-direction {
        width: 100%;
    }

    .compagnie-img-container {
        width: 100%;
    }

    .compagnie-img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .compagnie-direction-img-container {
        width: 100%;
    }

    .compagnie-direction-title {
        width: 100%;
    }

    .compagnie-direction-text p {
        font-size: 1.2rem;
    }

    .compagnie-text p {
        font-size: 1.2rem;
    }

    .spectacles-card {
        flex-direction: column;
        height: auto;
        align-items: normal;
    }

    .spectacles-card-img {
        margin: 0 1rem 0 1rem;
        order: 1;
    }

    .spectacles-card-text {
        font-size: 1.2rem;
        margin: 0 1rem 0 1rem;
        padding: 0 1rem 0 1rem;
        height: auto;
        order: 2;
    }

    .spectacles-card-img-invert {
        margin: 0 1rem 0 1rem;
        order: 1;
    }

    .spectacles-card-text-invert {
        font-size: 1.2rem;
        margin: 0 1rem 0 1rem;
        padding: 0 1rem 0 1rem;
        height: auto;
        order: 2;
    }

    .spectacles-img {
        width: 100%;
        height: auto
    }

    .spectacle-img-small {
        width: 100%;
        height: auto;
    }

    .spectacle-img-small-cover-top {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top;
    }

    .spectacle-img-small-cover-left {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: left;
    }

    .spectacle-img-small-cover-bottom {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: bottom;
    }

    .spectacles-img:hover {
    }

    .spectacles-img-black {
        box-shadow: none;
    }

    .spectacles-img-black:hover {
        box-shadow: none;
    }

    .spectacle-images-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ateliers-stages-text p, li {
        font-size: 1.2rem;
    }

    .navigation-bar div a {
        padding: 0;
    }

    .agenda-img-button-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .agenda-date {
        margin: 0 0 0 0;
    }

    .agenda-button {
        margin: 0 0 0 0;
    }

    .agenda-img-container {
        margin: 0 0 0 0;
        order: 2;
    }

    .agenda-img-container a {
        margin-right: 0;
    }

    .agenda-item {
        flex-direction: column;
        margin: 2rem 1rem 2rem 1rem;
        padding: 2rem;
    }

    .evenements-img-container {
        width: 100%;
    }

    .evenements-img {
        height: auto;
        width: 100%;
    }

    .formation-img-container {
        width: 100%;
    }

    .formation-img {
        height: auto;
        width: 100%;
    }

    .formation-email p {
        font-size: 1.2rem;
        font-style: italic;
    }

}

html {
    scroll-behavior: smooth;
}
