html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    font-family: 'Exo 2', sans-serif;
    ;
    background-color: var(--color-bg-primary);
    min-height: 100%;
    color: var(--color-text-primary);
}

.wrapper {
    position: relative;
    min-height: 100%;
    flex: 1 0 auto;
}

main {
    overflow: clip;
    padding-bottom: 20px;
}

footer {
    position: relative;
    /* bottom: 0; */
    height: 50px;
    margin-top: 50px;
    clear: both;
    /* flex-shrink: none; */
    text-align: center;
}

.container-fluid {
    margin: 0;
    padding: 0;
    /* height:100vh; */
    width: auto;
    text-align: center;
    /* background-color: var(--color-bg-primary); */
}

.main {
    margin: 0;
    padding: 0 auto 20px;
    /* height:100vh; */
    width: auto;
    text-align: center;
    background-color: var(--color-bg-primary);
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.non-active {
    display: none;
}

h1 {
    font-size: 1.9em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-text-primary);
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: var(--color-text-primary);
    font-weight: bold;
}

hr {
    width: 80%;
    margin: 0 auto 50px;
}

.red {
    color: rgba(232, 220, 200, 0.5)
}

.bold {
    font-weight: 900;
}


/* .box-complet {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: rgba(232, 220, 200, 0.5);
    font-size: larger;
    font-weight: bolder;
    color: var(--color-text-primary);
    box-sizing: content-box;
    width: 100%;
} */


/* **************************************************************** */


/*                             Header                               */


/* **************************************************************** */

header {
    text-align: center;
    /* position: relative; */
}

#breadcrumbs {
    text-align: center;
}

.bandeau_header_theatre {
    width: 60%;
}

.header-social-link {
    position: absolute;
    float: left;
    left: 2%;
    top: 8px;
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
}

.header-left-side,
.header-right-side {
    width: 20px;
    margin: auto 10px;
}


/* .header-right-side .newsletter {
    display: none;
} */

.social_logo {
    width: 20px;
    margin: 0;
    /* margin: 20px auto; */
}

.header-left-side a img:hover,
.header-right-side a img:hover {
    box-shadow: 0 0 4px var(--color-border-hover);
}

.navbar-toggler {
    background-color: var(--color-text-primary);
}

.navbar {
    width: 100vw;
    background-color: var(--color-bg-primary) !important;
    justify-content: center;
}

.navbar-brand {
    margin: 0 2vw 0 2vw;
    font-size: 1.2em;
    line-height: 1.8em;
    text-decoration: none !important;
    color: var(--color-text-primary);
    padding: 0 5px;
    font-weight: 600;
    box-shadow: -2px 2px 4px var(--color-border-hover);
}

.navbar-brand:hover {
    color: rgba(232, 220, 200, 0.7) !important;
    font-weight: 600;
    cursor: pointer;
    box-shadow: -2px 2px 4px rgba(232, 220, 200, 0.7);
}

.navbar:focus-within {
    width: 100vw !important;
    margin: auto;
}

.navbar-nav a {
    margin: 0 2vw 0 2vw;
    font-size: 1.2em;
    line-height: 1.8em;
    text-decoration: none !important;
    color: var(--color-text-primary);
    padding: 0 5px;
    font-weight: 600;
    box-shadow: -2px 2px 4px var(--color-border-hover);
}

.navbar-nav a:hover {
    color: rgba(232, 220, 200, 0.7);
    font-weight: 600;
    cursor: pointer;
    box-shadow: -2px 2px 4px rgba(232, 220, 200, 0.7);
}

.dropdown-menu li a {
    color: black;
    box-shadow: none;
    margin: 0;
}

.navbar-toggler {
    background-color: rgba(232, 220, 200, 0.3);
}

.navbar-toggler-icon {
    background-color: rgba(232, 220, 200, 0.3);
}

.rideau-gauche {
    display: none;
    height: 100vh;
}

.rideau-droit {
    display: none;
    height: 100vh;
}


/* **************************************************************** */


/*                              404                                 */


/* **************************************************************** */

.bg-404 {
    background: url('../assets/images/underwater.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 10;
}

.bg-404 img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.bg-404 h1 {
    color: var(--color-text-primary);
}

.description-404 {
    margin-top: 20em;
}

.description-404 button {
    margin-top: 2em;
    width: 350px;
    background-color: var(--color-text-primary);
    border: 1px solid var(--color-text-primary);
    border-radius: 5px;
    font-weight: 700;
    line-height: 1.8em;
    font-size: 1.2em;
}

.description-404 button a {
    text-decoration: none;
    color: darkblue;
}

.description-404 button:hover {
    background-color: rgb(10, 117, 240);
    color: var(--color-text-primary);
}


/* **************************************************************** */


/*                             front-page                           */


/* **************************************************************** */

.salles {
    padding: 0 10px;
}

.section_les_salles_title {
    margin-top: 90px;
    margin-bottom: 50px;
    font-weight: 900;
    background-color: rgba(232, 220, 200, 0.3);
}

.logo-salle {
    box-shadow: 2px -2px 4px var(--color-border-hover);
    margin-top: 20px;
}

.salles-adress-1,
.salles-adress-2,
.salles-adress-3 {
    font-weight: 600;
    background-color: rgba(232, 220, 200, 0.3);
    color: var(--color-text-primary);
    text-decoration: none !important;
    margin-bottom: 0.3rem;
}

.salles-adress-1 {
    margin-top: 20px;
}

.next-events-title {
    margin-top: 30px;
}

.next-events,
.last-events {
    margin: 50px auto 50px auto;
    text-align: center;
}

.next-events::-webkit-scrollbar {
    width: 0 !important
}


/* .separation {
	width: 100%;
	height: 2px;
	background-color: #f210c1;
} */

.event {
    width: 150px;
    display: inline-block;
    margin: 20px;
}

.event-cat {
    font-weight: bold;
}

.event-cat li {
    padding-top: 0;
    list-style: none;
}

.event-cat ul {
    padding: 0;
    margin: 0;
}

.event-cat a {
    text-decoration: none;
    color: black;
}

figure {
    margin: 0;
    /* position: relative; */
}

.event-image img {
    width: 150px;
    height: 225px;
    box-shadow: 2px 2px 3px #999;
}

.event-date p {
    margin: 5px 0 0 0;
}

.event-time p {
    margin: 0;
}

.bg-dark {
    /* background: linear-gradient(rgba(232, 220, 200, 0.5), purple); */
    background-color: var(--color-bg-primary) !important;
}

.bg-primary {
    background: linear-gradient(#122235, rgba(232, 220, 200, 0.5));
    bottom: 0;
}

.btn-reserver {
    width: 150px;
}

.btn-info,
.btn-primary {
    background-color: rgba(232, 220, 200, 0.3);
    /* border-color: rgba(232, 220, 200, 0.5); */
    border-color: rgba(232, 220, 200, 0.3);
    box-shadow: 2px 2px 3px #999;
    margin-bottom: 4px;
    line-height: .6em;
}

.btn-secondary {
    background-color: rgb(228, 9, 228);
    border-color: purple;
    box-shadow: 2px 2px 3px #999;
    margin-bottom: 4px;
    line-height: .6em;
}

a .fa-share,
a .fa-ticket {
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    /* margin-top: 6px; */
}

#newsletter-accueil {
    display: none;
    background-color: purple;
    color: var(--color-text-primary);
    width: 200px;
    margin: 40px auto;
    padding: 5px;
}

#newsletter-accueil input[type=submit] {
    background-color: rgb(228, 9, 228);
    color: var(--color-text-primary);
    border: none;
    cursor: pointer;
}

#newsletter-accueil input[type=submit]:hover {
    background-color: rgb(10, 117, 240);
    color: var(--color-text-primary);
}

.downloadable-prog {
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.map-responsive {
    /* margin-top: 30px; */
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    height: 300px;
}

.map-responsive iframe {
    left: 0;
    top: 30px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.edito {
    margin: 0 auto 50px;
    text-align: center;
    padding: 0 20px;
}


/* **************************************************************** */


/*                             La salle                              */


/* **************************************************************** */


/* .map-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
} */


/* .map-responsive {
overflow:hidden;
padding-bottom:60%;
position:relative;
height:0;
}
.map-responsive iframe {
left:0;
top:0;
height: 400px;
width: 300px;
position:absolute;
} */

.plan-salle {
    margin-top: 50px;
    max-height: 70vh;
    max-width: 80vw;
}

.download-link-plan-salle {
    margin-top: 15px;
}

.container-la-salle {
    margin-top: 30px;
}


/* **************************************************************** */


/*                             Contact                              */


/* **************************************************************** */

.contact {
    text-align: center;
    float: center;
    margin: 50px auto;
    max-width: 600px;
}

.contact-container {
    margin: 60px auto;
    text-align: center;
}

.contact h1 {
    margin-bottom: 30px;
}

address {
    font-size: 1.3em;
}

.input-group-text {
    background-color: purple;
    color: var(--color-text-primary);
}

.newsletter {
    margin: 100px auto;
    width: 400px;
    text-align: center;
}

.newsletter-form,
.w-preview-field-table,
.mj-form-button {
    text-align: center !important;
    margin: auto !important;
}

.mj-embedded-content {
    text-align: center !important;
    margin: auto !important;
}

.form-row {
    display: block;
}

.logo-mr-production {
    width: 60%;
}


/* **************************************************************** */


/*                             PAGE SINGLE                          */


/* **************************************************************** */

.main-single {
    text-align: center;
    padding: 50px;
}

.post-categories li {
    list-style-type: none;
}

.single-event-image {
    position: relative;
}

.pixelbones>p {
    color: var(--color-text-primary) !important;
}

.one-sentence-description {
    color: var(--color-text-primary) !important;
    margin-bottom: 1rem;
}

.hover-full>p {
    color: var(--color-text-primary) !important;
}


/* **************************************************************** */


/*                             FOOTER                          */


/* **************************************************************** */

.footer-nav {
    width: auto;
    text-align: center;
    justify-content: center;
    background-color: none;
}

.contact-icon-footer {
    color: green;
}

.footer-contact a {
    text-decoration: none;
    color: rgba(232, 220, 200, 0.7);
}


/* *********************************************************************************** */


/*                                       RESPONSIVE                                    */


/*                   Points de rupture :  800px, 992px, 1200px, 1400px                        */


/* *********************************************************************************** */


/*------------------------------------------------AprÃƒÆ’Ã‚Â¨s 800px  -----*/

@media (min-width: 800px) {
    .header-social-link {
        top: 18px;
    }
    .header-left-side,
    .header-right-side {
        width: 30px;
        margin: auto 15px;
    }
    .social_logo {
        width: 30px;
        height: 30px;
    }
    .event {
        width: 200px;
    }
    .event-image img {
        width: 200px;
        height: 300px;
    }
    .btn-reserver {
        width: 200px;
    }
    .header-right-side .newsletter {
        position: absolute;
        box-sizing: border-box;
        /* float: right; */
        right: 2%;
        top: 8px;
        z-index: 10;
        margin: 0;
        display: inline-block;
        width: 305px;
        height: auto;
        background-color: transparent;
        text-align: left;
        line-height: normal;
    }
    .edito {
        max-width: 80vw;
    }
    .footer-contact {
        display: none;
    }
}


/*-----------------------------------------------AprÃƒÆ’Ã‚Â¨s 992px  -----*/

@media (min-width: 992px) {
    .header-social-link {
        top: 24px;
    }
    .header-left-side,
    .header-right-side {
        width: 35px;
        margin: auto 20px;
    }
    .social_logo {
        width: 35px;
        height: 35px;
    }
    .rideau-gauche {
        display: block;
        width: 120px;
        height: 100vh;
        float: left;
        margin: 0;
        z-index: 100;
    }
    .rideau-droit {
        display: block;
        width: 120px;
        height: 100vh;
        float: right;
        margin: 0;
        z-index: 100;
    }
    /* .header-right-side .newsletter {
        position: absolute;
        float: right;
        right: 2%;
        top: 8px;
        z-index: 10;
        margin: 0;
        width: 200px;
        display: block;
    } */
    /* .bg-primary {
		z-index: -10;
    } */
    #newsletter-accueil {
        position: absolute;
        z-index: 10;
        top: 5px;
        right: 5px;
        margin: 0;
    }
}


/*--------------------------------------------------  1200px  -----*/

@media (min-width: 1200px) {
    .navbar-nav a {
        margin: 0 4vw 0 4vw;
        font-size: 1.1em;
        line-height: 1.8em;
    }
    .header-social-link {
        top: 30px;
    }
    .header-left-side,
    .header-right-side {
        width: 40px;
        margin: auto 25px;
    }
    .social_logo {
        width: 40px;
        height: 40px;
    }
    .rideau-gauche {
        display: block;
        width: 230px;
        float: left;
        margin: 0;
        z-index: 10;
    }
    .rideau-droit {
        display: block;
        width: 230px;
        float: right;
        margin: 0;
        z-index: 10;
    }
}


/*--------------------------------------------------  1400px  -----*/

@media (min-width: 1400px) {
    .header-social-link {
        top: 30px;
    }
    .rideau-gauche {
        display: block;
        width: 270px;
        float: left;
        margin: 0;
        z-index: 10;
    }
    .rideau-droit {
        display: block;
        width: 270px;
        float: right;
        margin: 0;
        z-index: 10;
    }
}

/* Footer final layout */
footer.site-footer {
    align-items: center !important;
    background: #091420 !important;
    border-top: 1px solid rgba(243, 234, 220, 0.1) !important;
    display: grid !important;
    gap: 28px !important;
    grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr) !important;
    margin-top: 0 !important;
    padding: 34px 40px !important;
    text-align: center !important;
}

.footer-brand {
    align-items: center;
    display: inline-flex;
    gap: 14px;
    justify-self: start;
    text-align: left;
}

.footer-brand-icon {
    border: 1px solid rgba(243, 234, 220, 0.22);
    border-radius: 50%;
    height: 54px;
    object-fit: cover;
    width: 54px;
}

.footer-brand-title {
    color: #fff7ea;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 1;
    text-transform: uppercase;
}

.footer-brand-subtitle {
    color: rgba(243, 234, 220, 0.55);
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 4px;
    margin-top: 5px;
    text-transform: uppercase;
}

.footer-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    justify-content: center;
}

.footer-links a,
.footer-contact a,
.footer-copy {
    color: rgba(243, 234, 220, 0.5) !important;
    font-family: 'Inter', sans-serif;
    font-size: 11px !important;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-socials a:hover {
    color: #fff7ea !important;
}

.footer-meta {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-self: end;
}

.footer-contact {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: flex-end;
}

.footer-socials {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.footer-socials a {
    align-items: center;
    border: 1px solid rgba(243, 234, 220, 0.24);
    border-radius: 50%;
    color: rgba(243, 234, 220, 0.55) !important;
    display: inline-flex;
    font-size: 9px !important;
    height: 30px;
    justify-content: center;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    width: 30px;
}

.footer-copy {
    color: rgba(243, 234, 220, 0.36) !important;
    letter-spacing: 1.5px;
}

@media (max-width: 980px) {
    footer.site-footer {
        grid-template-columns: 1fr !important;
        padding: 34px 24px !important;
    }

    .footer-brand,
    .footer-meta {
        align-items: center;
        justify-self: center;
        text-align: center;
    }

    .footer-contact,
    .footer-socials {
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .footer-brand {
        flex-direction: column;
        gap: 12px;
    }

    .footer-links,
    .footer-contact {
        flex-direction: column;
        gap: 12px;
    }
}

/* Spectacle cards spacing and button fit */
.next-events,
.actual-events-front-page {
    gap: 32px !important;
}

.next-events {
    grid-template-columns: repeat(auto-fit, minmax(220px, 260px)) !important;
    justify-content: center !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.event {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 26px 16px 24px !important;
    min-width: 0 !important;
}

.event a {
    max-width: 100% !important;
}

.event-image {
    margin: 0 auto 4px !important;
    max-width: 100% !important;
}

.event-image img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

.event .btn-reserver,
.event button.btn-reserver {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: center !important;
    max-width: 100% !important;
    min-height: 28px !important;
    overflow: hidden !important;
    padding: 6px 12px !important;
    text-align: center !important;
    width: min(180px, 100%) !important;
    white-space: nowrap !important;
}

@media (max-width: 640px) {
    .next-events {
        grid-template-columns: minmax(0, 280px) !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Previous shows archive */
.spectacles-precedents-page {
    background: var(--color-bg-primary) !important;
    min-height: 100vh;
    padding: 54px 32px 72px;
}

.last-events-section {
    background: transparent !important;
}

.last-events {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(190px, 230px)) !important;
    gap: 34px !important;
    justify-content: center !important;
    margin: 0 auto !important;
    max-width: 1320px !important;
    text-align: center !important;
    width: 100% !important;
}

.last-events .section-label,
.last-events .last-events-title {
    grid-column: 1 / -1;
}

.last-events .section-label {
    padding-top: 0 !important;
}

.last-events-title {
    margin-bottom: 8px !important;
}

.previous-event {
    background: var(--color-bg-primary) !important;
    border: 1px solid rgba(232, 220, 200, 0.08) !important;
    border-radius: 2px !important;
    min-width: 0 !important;
    padding: 16px 14px 18px !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.previous-event:hover {
    background: var(--color-bg-secondary) !important;
    border-color: rgba(232, 220, 200, 0.18) !important;
    transform: translateY(-2px);
}

.previous-event-link {
    align-items: center;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
}

.previous-event-image {
    aspect-ratio: 2 / 3;
    background: rgba(232, 220, 200, 0.04);
    border: 1px solid rgba(232, 220, 200, 0.1);
    margin: 0 0 14px !important;
    overflow: hidden;
    width: 100%;
}

.previous-event-image img {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

.previous-event-title {
    color: var(--color-text-primary) !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    margin: 8px 0 4px !important;
}

.previous-event .event-location {
    min-height: 22px;
}

.previous-event .event-date p {
    margin: 4px 0 0 !important;
}

@media (max-width: 900px) {
    .spectacles-precedents-page {
        padding: 42px 22px 58px;
    }

    .last-events {
        grid-template-columns: repeat(auto-fit, minmax(165px, 210px)) !important;
        gap: 24px !important;
    }
}

@media (max-width: 520px) {
    .last-events {
        grid-template-columns: minmax(0, 280px) !important;
    }
}

/* Contact form */
.contact {
    max-width: none !important;
    width: 100% !important;
}

.contact-intro,
.contact-details {
    color: var(--color-text-muted);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0 auto 24px;
    max-width: 680px;
}

.contact-details {
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    justify-content: center;
    padding: 16px 0;
}

.contact-details p {
    margin: 0;
}

.contact-message {
    border: 1px solid var(--color-border-hover);
    color: var(--color-text-primary);
    font-size: 13px;
    letter-spacing: 0.4px;
    margin: 0 auto 24px;
    max-width: 760px;
    padding: 12px 16px;
}

.contact-message-sent {
    background: rgba(232, 220, 200, 0.06);
}

.contact-message-error,
.contact-message-invalid,
.contact-message-missing {
    background: rgba(232, 220, 200, 0.03);
}

.contact-container {
    margin: 30px auto 0 !important;
    max-width: 820px;
    width: 100%;
}

.contact-form {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
}

.contact-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.contact-field-full {
    grid-column: 1 / -1;
}

.contact-field label {
    color: rgba(232, 220, 200, 0.55);
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
    background: rgba(9, 20, 32, 0.55);
    border: 1px solid var(--color-border);
    border-radius: 2px;
    color: var(--color-text-primary);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    outline: none;
    padding: 12px 14px;
    width: 100%;
}

.contact-field textarea {
    min-height: 170px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: var(--color-border-hover);
    box-shadow: 0 0 0 1px rgba(232, 220, 200, 0.08);
}

.contact-field-hp {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.contact-actions {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.contact-actions button {
    width: min(240px, 100%);
}

@media (max-width: 700px) {
    .contact-form {
        grid-template-columns: 1fr;
    }

    .contact-details {
        flex-direction: column;
    }
}

/* ========================================================================== */
/* Galet Prod final system                                                    */
/* Single source of truth for palette, header/brand, typography and hero.     */
/* ========================================================================== */
:root {
    --color-bg-primary: #050d1c;
    --color-bg-secondary: #071229;
    --color-bg-elevated: #0d1d3a;
    --color-bg-footer: #030914;
    --color-text-primary: #f7f8fc;
    --color-text-muted: rgba(247, 248, 252, 0.62);
    --color-text-faint: rgba(247, 248, 252, 0.34);
    --color-border: rgba(103, 143, 205, 0.28);
    --color-border-hover: rgba(74, 163, 255, 0.72);
    --color-accent: #1682ff;
    --color-accent-light: #4aa3ff;
}

html {
    font-size: 17px;
}

body,
.wrapper,
.main,
main,
section,
.page,
.page-content,
.content-area,
.container-fluid,
.next-events,
.spectacles-precedents-page,
.galet-edito,
.salles-section,
.contact {
    background: var(--color-bg-primary) !important;
    color: var(--color-text-primary) !important;
    font-family: 'Inter', sans-serif !important;
}

body {
    font-size: 1rem !important;
    line-height: 1.72 !important;
}

p,
li,
label,
input,
textarea,
select,
button,
.hero-subtitle,
.section-intro,
.salles-intro,
.edito p {
    color: var(--color-text-muted) !important;
    font-size: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title,
.section-title,
.footer-brand-title,
header.header .site-brand-title {
    color: var(--color-text-primary) !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

h1,
.entry-title {
    font-size: clamp(2.4rem, 4vw, 4rem) !important;
}

h2,
.section-title {
    font-size: clamp(2rem, 3vw, 3rem) !important;
}

h3 {
    font-size: clamp(1.35rem, 2vw, 2rem) !important;
}

a {
    color: var(--color-text-primary) !important;
}

a:hover,
a:focus,
.section-label,
.hero-eyebrow,
.next-events .section-label,
.event-date,
.next-events .event-date p,
.next-events .event-cat,
.next-events .event-cat a,
.salle-city {
    color: var(--color-accent-light) !important;
}

.section-label,
.hero-eyebrow,
.next-events .section-label {
    font-size: 0.82rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.34em !important;
    text-transform: uppercase !important;
}

header.header,
.site-header,
#masthead {
    align-items: center !important;
    background: #040b16 !important;
    border-bottom: 1px solid var(--color-border) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    justify-content: center !important;
    padding: 26px 32px 22px !important;
    text-align: center !important;
}

header.header .site-brand {
    align-items: center !important;
    display: inline-flex !important;
    gap: 16px !important;
    justify-content: center !important;
    margin: 0 auto !important;
    text-decoration: none !important;
}

header.header .site-brand-icon {
    border: 1px solid rgba(247, 248, 252, 0.22) !important;
    border-radius: 50% !important;
    display: block !important;
    flex: 0 0 auto !important;
    height: 82px !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 82px !important;
}

header.header .site-brand-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    line-height: 1.1 !important;
}

header.header .site-brand-title {
    display: block !important;
    font-size: clamp(2rem, 3vw, 2.6rem) !important;
    letter-spacing: 5px !important;
    line-height: 1.05 !important;
    text-transform: uppercase !important;
}

header.header .site-brand-subtitle {
    color: var(--color-text-muted) !important;
    display: block !important;
    font-size: 0.86rem !important;
    letter-spacing: 6px !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
}

header.header .galet-main-nav {
    background: transparent !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

header.header .galet-main-nav .header-nav {
    align-items: center !important;
    display: flex !important;
    gap: 24px !important;
    justify-content: center !important;
    width: 100% !important;
}

header.header .galet-main-nav .navbar-collapse {
    flex-grow: 0 !important;
}

header.header .galet-menu {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 26px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

header.header .galet-menu .menu-item {
    display: block !important;
}

header.header .galet-menu .nav-link,
header.header .navbar-brand,
header.header .navbar-nav a,
.footer-links a,
footer.site-footer a {
    border: 0 !important;
    color: var(--color-text-muted) !important;
    display: inline-flex !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    letter-spacing: 2.4px !important;
    padding: 8px 2px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

header.header .galet-menu .nav-link:hover,
header.header .galet-menu .nav-link:focus,
footer.site-footer a:hover,
footer.site-footer a:focus {
    color: var(--color-text-primary) !important;
}

.navbar-toggler {
    align-items: center !important;
    background: var(--color-accent) !important;
    border: 1px solid var(--color-accent-light) !important;
    border-radius: 2px !important;
    display: inline-flex !important;
    justify-content: center !important;
    min-height: 42px !important;
    min-width: 52px !important;
}

.navbar-toggler-icon {
    background-image: none !important;
    height: 2px !important;
    position: relative !important;
    width: 24px !important;
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    background: #fff !important;
    display: block !important;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 24px;
}

.navbar-toggler-icon::before {
    top: -7px;
}

.navbar-toggler-icon::after {
    top: 7px;
}

.hero,
.home-banner,
#hero {
    align-items: center !important;
    background: var(--color-bg-secondary) !important;
    border-bottom: 4px solid var(--color-accent) !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
}

#hero h1.hero-main-title,
section.hero.home-banner h1.hero-main-title {
    align-self: center !important;
    display: block !important;
    font-size: clamp(2.1rem, 3.05vw, 3.25rem) !important;
    line-height: 1.15 !important;
    margin: 0 auto 14px !important;
    max-width: 1180px !important;
    text-align: center !important;
    white-space: nowrap !important;
    width: 100% !important;
}

#hero .hero-subtitle,
section.hero.home-banner .hero-subtitle {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.btn,
button,
input[type='submit'],
.hero a,
.btn-reserver,
.reservation-button,
.next-events .btn-reserver {
    background: transparent !important;
    border-color: var(--color-border-hover) !important;
    border-radius: 6px !important;
    color: var(--color-text-primary) !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
}

.btn:hover,
button:hover,
input[type='submit']:hover,
.hero a:hover,
.btn-reserver:hover,
.reservation-button:hover,
.next-events .btn-reserver:hover,
.menu-item a[href*='reservation'],
.menu-item a[href*='reserver'] {
    background: var(--color-accent) !important;
    border-color: var(--color-accent) !important;
    color: #fff !important;
}

.next-events .event,
.spectacle-card,
.show-card,
.event-card,
.previous-event-card,
.salle-item {
    background: var(--color-bg-elevated) !important;
    border-color: rgba(74, 163, 255, 0.22) !important;
}

.next-events .event:hover,
.spectacle-card:hover,
.show-card:hover,
.event-card:hover,
.previous-event-card:hover,
.salle-item:hover {
    background: #10264b !important;
    border-color: var(--color-border-hover) !important;
}

.next-events .event-location,
.event-location,
.salle-name {
    font-size: 0.9rem !important;
}

.next-events .event-cat,
.next-events .event-cat a,
.event-cat,
.event-date,
.next-events .event-date p,
.salle-city {
    font-size: 0.92rem !important;
}

.next-events .event h3,
.next-events .event-title,
.spectacle-card h3,
.show-card h3,
.event-card h3,
.previous-event-title {
    font-size: 1.25rem !important;
}

.salle-capacity {
    color: var(--color-accent-light) !important;
    display: block !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    margin-top: 10px !important;
}

.salle-address {
    color: var(--color-text-muted) !important;
    display: block !important;
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
    margin-top: 8px !important;
}

.salles-empty {
    color: var(--color-text-muted) !important;
    margin: 24px auto 0 !important;
    max-width: 620px !important;
}

footer.site-footer,
.site-footer,
#colophon {
    background: var(--color-bg-footer) !important;
    border-top: 1px solid var(--color-border) !important;
}

footer.site-footer .footer-brand {
    align-items: center !important;
}

footer.site-footer .footer-brand-icon {
    display: block !important;
    flex: 0 0 auto !important;
    object-fit: cover !important;
    object-position: center center !important;
}

footer.site-footer .footer-brand > div {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    line-height: 1.1 !important;
}

@media (min-width: 768px) {
    header.header .navbar-toggler {
        display: none !important;
    }

    header.header .galet-main-nav .navbar-collapse {
        display: flex !important;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 18px;
    }

    body {
        line-height: 1.68 !important;
    }

    header.header {
        padding: 22px 20px !important;
    }

    header.header .site-brand {
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
    }

    header.header .site-brand-icon {
        height: 76px !important;
        width: 76px !important;
    }

    header.header .site-brand-title {
        font-size: 1.65rem !important;
        letter-spacing: 4px !important;
    }

    header.header .site-brand-subtitle {
        font-size: 0.72rem !important;
        letter-spacing: 4px !important;
    }

    header.header .galet-main-nav .header-nav {
        display: grid !important;
        gap: 16px !important;
        grid-template-columns: 1fr auto 1fr !important;
    }

    header.header .galet-main-nav .navbar-collapse {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }

    header.header .galet-menu {
        flex-direction: column !important;
        gap: 14px !important;
        padding: 18px 0 8px !important;
    }

    header.header .galet-menu .nav-link {
        font-size: 1rem !important;
    }

    header.header .header-right-side {
        justify-self: end !important;
    }

    #hero h1.hero-main-title,
    section.hero.home-banner h1.hero-main-title {
        font-size: clamp(1.95rem, 8.5vw, 2.7rem) !important;
        max-width: 100% !important;
        white-space: normal !important;
    }

    h2,
    .section-title {
        font-size: clamp(1.85rem, 8vw, 2.65rem) !important;
    }

    .next-events .event h3,
    .next-events .event-title,
    .spectacle-card h3,
    .show-card h3,
    .event-card h3,
    .previous-event-title {
        font-size: 1.18rem !important;
    }
}

/* Galet Prod - layout repair after CSS cleanup */
#hero.home-banner,
section.hero.home-banner {
    padding: 72px 32px 64px !important;
    margin: 0 !important;
}

#hero .hero-eyebrow,
section.hero.home-banner .hero-eyebrow {
    margin-bottom: 14px !important;
}

#hero .hero-subtitle,
section.hero.home-banner .hero-subtitle {
    margin-bottom: 28px !important;
}

.actual-events-front-page {
    padding: 48px 24px 72px !important;
}

.next-events {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 32px !important;
    justify-content: center !important;
    margin: 0 auto !important;
    max-width: 1180px !important;
    padding: 0 !important;
    width: min(100%, 1180px) !important;
}

.next-events > .section-label,
.next-events > .section-title {
    grid-column: 1 / -1 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.next-events > h3.next-events-title {
    display: none !important;
}

.next-events .event {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-self: center !important;
    max-width: 340px !important;
    min-height: 100% !important;
    padding: 28px 22px !important;
    text-align: center !important;
    width: 100% !important;
}

.next-events .event-image {
    display: block !important;
    margin: 18px auto !important;
    max-width: 260px !important;
    width: 100% !important;
}

.next-events .event-image img {
    display: block !important;
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

.next-events .btn-reserver {
    margin-top: auto !important;
}

.section-les-salles {
    padding: 64px 24px !important;
}

.container_les_salles {
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.salles-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 18px !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
}

.salle-item {
    align-items: center !important;
    border: 1px solid rgba(74, 163, 255, 0.22) !important;
    border-radius: 4px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 190px !important;
    padding: 28px 22px !important;
    text-align: center !important;
    text-decoration: none !important;
}

.salle-number {
    color: rgba(74, 163, 255, 0.45) !important;
    display: block !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 2rem !important;
    line-height: 1 !important;
    margin-bottom: 12px !important;
}

.salle-name {
    color: var(--color-text-primary) !important;
    display: block !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

@media (max-width: 767.98px) {
    #hero.home-banner,
    section.hero.home-banner {
        padding: 54px 22px 48px !important;
    }

    .actual-events-front-page {
        padding: 40px 18px 56px !important;
    }

    .next-events {
        grid-template-columns: minmax(0, 340px) !important;
        gap: 28px !important;
    }

    .salles-grid {
        grid-template-columns: minmax(0, 340px) !important;
        justify-content: center !important;
    }
}

/* Galet Prod - center events grid */
.actual-events-front-page {
    display: block !important;
    text-align: center !important;
}

.next-events {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 320px)) !important;
    gap: 32px !important;
    justify-content: center !important;
    justify-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1120px !important;
    width: 100% !important;
}

.next-events .event {
    justify-self: center !important;
    max-width: 320px !important;
    width: 100% !important;
}

@media (max-width: 767.98px) {
    .next-events {
        grid-template-columns: minmax(0, 340px) !important;
        max-width: 100% !important;
    }
}

/* Galet Prod - center venues grid */
.section-les-salles,
.container_les_salles {
    text-align: center !important;
}

.salles-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 320px)) !important;
    gap: 24px !important;
    justify-content: center !important;
    justify-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1120px !important;
    width: 100% !important;
}

.salle-item {
    justify-self: center !important;
    max-width: 320px !important;
    width: 100% !important;
}

@media (max-width: 767.98px) {
    .salles-grid {
        grid-template-columns: minmax(0, 340px) !important;
        max-width: 100% !important;
    }
}

/* Galet Prod - home dynamic effects */
#hero.home-banner,
section.hero.home-banner {
    isolation: isolate !important;
    overflow: hidden !important;
    position: relative !important;
}

#hero.home-banner > :not(.gp-particles),
section.hero.home-banner > :not(.gp-particles) {
    position: relative !important;
    z-index: 1 !important;
}

.gp-typed-cursor {
    animation: gp-blink 0.8s step-end infinite;
    background: #4da6ff;
    display: inline-block;
    height: 0.85em;
    margin-left: 3px;
    vertical-align: middle;
    width: 2px;
}

@keyframes gp-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.gp-particles {
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.gp-particle {
    animation: gp-float linear infinite;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

@keyframes gp-float {
    0% { transform: translateY(0) scale(0); opacity: 0; }
    10% { opacity: 0.8; }
    90% { opacity: 0.4; }
    100% { transform: translateY(-160px) scale(1.3); opacity: 0; }
}

#hero.home-banner::after,
section.hero.home-banner::after {
    animation: gp-shimmer 3s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, #4da6ff, #a855f7, #4da6ff, transparent);
    bottom: 0;
    content: '';
    height: 1px;
    left: 10%;
    position: absolute;
    right: 10%;
    z-index: 1;
}

@keyframes gp-shimmer {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

.gp-timeline-section {
    background: #060d18 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 40px 32px !important;
}

.gp-timeline-inner {
    margin: 0 auto;
    max-width: 900px;
}

.gp-timeline-label {
    color: #4da6ff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 5px !important;
    margin-bottom: 28px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.gp-timeline {
    position: relative;
}

.gp-timeline-track {
    height: 1px;
    margin: 0 5%;
    position: relative;
}

.gp-timeline-line {
    background: rgba(255, 255, 255, 0.08);
    inset: 0;
    position: absolute;
}

.gp-timeline-progress {
    background: linear-gradient(90deg, #4da6ff, #a855f7);
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 1.2s ease;
}

.gp-timeline-dots {
    display: flex;
    justify-content: space-around;
    position: relative;
    top: -6px;
}

.gp-tdot-wrap {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 0 8px;
}

.gp-tdot {
    background: #060d18;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    height: 13px;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s;
    width: 13px;
    z-index: 1;
}

.gp-tdot-wrap.gp-done .gp-tdot {
    background: #a855f7;
    border-color: #a855f7;
}

.gp-tdot-wrap.gp-active .gp-tdot {
    animation: gp-pulse 2s ease-in-out infinite;
    background: #4da6ff;
    border-color: #4da6ff;
    box-shadow: 0 0 14px rgba(77, 166, 255, 0.6);
}

@keyframes gp-pulse {
    0%, 100% { box-shadow: 0 0 8px rgba(77, 166, 255, 0.4); }
    50% { box-shadow: 0 0 20px rgba(77, 166, 255, 0.9); }
}

.gp-tdot-wrap:hover .gp-tdot {
    border-color: #4da6ff;
    box-shadow: 0 0 10px rgba(77, 166, 255, 0.4);
}

.gp-tdot-month {
    color: rgba(255, 255, 255, 0.3) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 9px !important;
    letter-spacing: 2px !important;
    margin-bottom: 5px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.gp-tdot-name {
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    max-width: 80px;
    text-align: center !important;
    transition: color 0.2s;
}

.gp-tdot-wrap.gp-active .gp-tdot-name {
    color: #fff !important;
    font-weight: 700;
}

.gp-tdot-wrap:hover .gp-tdot-name {
    color: #fff !important;
}

@media (max-width: 768px) {
    .gp-timeline-section {
        padding: 34px 24px !important;
    }

    .gp-timeline-dots {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        top: 0;
    }

    .gp-tdot-wrap {
        align-items: center;
        flex-direction: row;
        gap: 14px;
        padding: 0;
    }

    .gp-tdot {
        flex: 0 0 auto;
        margin-bottom: 0;
    }

    .gp-timeline-track {
        display: none;
    }

    .gp-tdot-name {
        max-width: none;
        text-align: left !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gp-typed-cursor,
    .gp-particle,
    #hero.home-banner::after,
    section.hero.home-banner::after,
    .gp-tdot-wrap.gp-active .gp-tdot {
        animation: none !important;
    }
}

/* Galet Prod - keep next event cards centered for short lists */
.next-events {
    align-items: stretch !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 32px !important;
    justify-content: center !important;
    justify-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1180px !important;
    width: min(100%, 1180px) !important;
}

.next-events > .section-label,
.next-events > .section-title,
.next-events > h2.next-events-title,
.next-events > h3.next-events-title {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.next-events > h3.next-events-title {
    display: none !important;
}

.next-events > .event {
    flex: 0 1 320px !important;
    max-width: 320px !important;
    width: 100% !important;
}

@media (max-width: 767.98px) {
    .next-events {
        gap: 28px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .next-events > .event {
        flex-basis: min(100%, 340px) !important;
        max-width: 340px !important;
    }
}
/* Galet Prod - center mobile header controls */
@media (max-width: 767.98px) {
    header.header .galet-main-nav .header-nav {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 18px !important;
        width: 100% !important;
    }

    header.header .navbar-toggler {
        grid-column: 1 !important;
        justify-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: min(100%, 190px) !important;
    }

    header.header .galet-main-nav .navbar-collapse {
        grid-column: 1 !important;
        justify-self: center !important;
        text-align: center !important;
        width: 100% !important;
    }

    header.header .header-right-side {
        align-items: center !important;
        display: flex !important;
        grid-column: 1 !important;
        justify-content: center !important;
        justify-self: center !important;
        margin: 0 auto !important;
        width: 100% !important;
    }

    header.header .header-right-side a {
        display: inline-flex !important;
        justify-content: center !important;
    }
}