/**
* General
**/
/* src: url('assets/fonts/Neuzeit-Grotesk-W01-Regular.otf') format('opentype'); */
/* Font-face */
@font-face {
    font-family: 'Neuzeit Grotesk';
    src: url('../assets/fonts/Neuzeit-Grotesk-W01-Regular.otf') format('otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gala';
    src: url('../assets/fonts/Gala-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Gala-Regular.woff2') format('woff2'),
        url('../assets/fonts/Gala-Regular.woff') format('woff'),
        url('../assets/fonts/Gala-Regular.ttf') format('truetype'),
        url('../assets/fonts/Gala-Regular.eot') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Social Media Circled';
    src: url('../assets/fonts/Social-Media-Circled.ttf') format('truetype');
    font-style: normal;
}

/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Integration */
html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

header {
    font-family: 'Gala', sans-serif;
    font-weight: bold;
    /* box-shadow: 0px 1px 40px 10px #ffffff4f; */
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}

body {
    font-family: 'Neuzeit Grotesk', sans-serif;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* background: linear-gradient(180deg, #FFFFFF -10%, #0300DC 80%); */
    /* background-repeat: no-repeat; */
}

main {
    max-width: 1200px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9% !important;
    margin-bottom: 8% !important;
}

@media screen and (max-width: 768px) {
    main {
        margin-top: 23% !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gala', sans-serif;
    font-weight: 600;
}

footer {
    margin-block-start: 0;
    font-family: 'Gala', sans-serif;
    font-weight: bold;
    z-index: 9999;
    position: relative;
    /* position: absolute;
    width: 100%;
    bottom: 0; */
    /* box-shadow: 0px 0px 35px 20px #ffffff4f; */
}

.cookies_blocked_messages {
    font-size: 20px;
}

/**
* General Woocommerce
**/
.wc-block-components-button {
    border-radius: 5px;
}

/**
* General custom classes
**/
.custom_blue_title_rotate_center,
.custom_blue_title_bottom_right {
    transition: all 0.3s ease-in-out;
    cursor: default;
    background-color: #0300DC;
    color: white;
    padding: 15px 30px;
    border-radius: 20px;
    /* box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.7); */
    text-align: center;
    display: inline-block;
}

/* .custom_blue_title_rotate_center:hover,
.custom_blue_title_bottom_right:hover {
    box-shadow: 0px 3px 15px rgba(255, 255, 255, 0.7);
    border-radius: 20px;
} */

.custom_blue_background_hover {
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    padding: 10px;
    transform: translateX(-10px);
}

.custom_blue_background_hover:hover {
    background-color: #0300DC;
    /* box-shadow: 0px 3px 15px rgba(255, 255, 255, 0.7); */
}

.custom_blue_title_rotate_center {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    transform-origin: center;
}

.single-artists .custom_blue_title_rotate_center {
    font-size: 1.2em;
}

.custom_blue_title_rotate_center:hover {
    transform: rotate(3deg);
}

.custom_blue_title_bottom_right:hover {
    transform-origin: bottom right;
    transform: rotate(3deg);
}

.custom_white_background_hover {
    transition: all 0.3s ease-in-out;
    cursor: default;
    background-color: rgb(255, 255, 255);
    color: #0300DC;
    padding: 10px 20px;
    border-radius: 20px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7); */
    text-align: center;
    display: inline-block;
}

.custom_white_background_hover:hover {
    /* box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.7); */
    border-radius: 20px;
}

.has-social-media-circled-font-family,
.has-social-media-circled-font-family * {
    font-family: 'Social Media Circled', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}

.no_underline,
.no_underline * {
    text-decoration: none !important;
}

.musazik_full_width_container {
    width: 100% !important;
}

/**
* Header & Footer
**/
/* Header */
.custom_basket {
    position: absolute;
    top: 0.1em;
    right: 0.5em;
}

.custom_basket .wc-block-mini-cart__badge {
    color: rgb(0, 0, 0);
}

.mobile_menu_elements {
    display: none;
}

.artist_menu,
.actualites_menu,
.dates_menu,
.boutique_menu {
    position: relative;
}

.artist_menu span,
.actualites_menu span,
.dates_menu span,
.boutique_menu span {
    font-size: 1.1em;
}

.artist_menu a,
.actualites_menu a,
.dates_menu a,
.boutique_menu a {
    transition: transform 0.3s ease-in-out;
}

.artist_menu a:hover,
.actualites_menu a:hover,
.dates_menu a:hover,
.boutique_menu a:hover {
    transform: scale(1.2);
}

.mobile_menu>li a {
    font-size: 1.1em;
    transition: transform 0.3s ease-in-out;
}

.mobile_menu>li a:hover {
    transform: scale(1.2);
}

@media screen and (max-width: 768px) {
    .mobile_menu>li a:hover {
        transform: scale(1);
    }
}

/* footer a:hover {
    transition: transform 0.3s ease-in-out;
}

footer a:hover {
    transform: scale(1.2);
} */

/* Header menu icons */
/* .artist_menu:hover::before,
.actualites_menu:hover::before,
.dates_menu:hover::before,
.boutique_menu:hover::before {
    background-image: var(--icon-url);
    content: '';
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
} */

/* Footer */
.laptop_footer {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.mobile_footer {
    display: none !important;
}

.footer_social_containers {
    max-width: fit-content;
}

@media (max-width: 855px) {
    .laptop_menu {
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin: 0;
    }

    .laptop_menu {
        display: none !important;
    }

    .mobile_menu_container {
        padding: 0;
    }

    .mobile_menu_elements {
        display: inherit;
    }

    .mobile_menu {
        gap: 0;
        text-align: center;
        /* color: #ffffff; */
    }

    .mobile_menu>div {
        /* background: linear-gradient(180deg, rgb(255, 255, 252) 0%, rgba(0, 71, 255, 0.8) 100%); */
        background-color: #000;
    }

    .mobile_menu>div {
        flex-direction: column;
        justify-content: center;
    }

    .mobile_menu>div .wp-block-navigation__responsive-container-close {
        top: -20vh;
        color: #ffffff;
        right: 5%;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        padding-top: 0;
        align-items: center;
        gap: 5vh;
    }

    .custom_basket_container {
        text-align: right;
    }

    .custom_basket {
        position: inherit;
    }

    /* Footer */
    .laptop_footer {
        display: none !important;
    }

    .mobile_footer {
        display: block !important;
    }

    .social_icons_mobile {
        gap: 10px;
    }

    body.menu-or-modal-open .reopenConsentBtn_container,
    body.menu-or-modal-open #footer-player-arrow-container, 
    body.menu-or-modal-open footer {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .reopenConsentBtn_container,
    #footer-player-arrow-container, 
    footer {
        transition: opacity 0.3s ease;
    }
}

/**
* Homepage
**/
.header-home {
    height: 100vh;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
}

@media (max-width: 768px) {
    .header-home {
        /* height: 420px; */
    }
}

@media (max-width: 781px) {
    .header-home {
        margin-top: 0;
    }
}

@media (max-width: 866px) {
    .header-home {
        margin-top: 4.2vw;
    }
}

@media (max-width: 1200px) {
    .header-home {
        margin-top: 5vw;
    }
}

@media (min-width: 1201px) {
    .header-home {
        margin-top: 3.3vw;
    }
}

.header-home_content {
    max-width: 80%;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media (min-width: 1226px) {
    .text_header_home {
        flex-basis: 35% !important;
    }
}

body.home main {
    margin-top: 58px !important;
}

/* @media (max-width: 768px) {
    body.home main {
        margin-top: 70px !important;
    }
} */

.home_h2s {
    font-family: 'Gala', sans-serif;
}

/* .header-home video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
} */

.insta_link_home_container a,
.next_shows_link_home_container a {
    width: 16%;
}

.sb_instagram_header,
#sbi_load {
    display: none;
}

.sbi_item {
    /* border-radius: 12px; */
    opacity: 0.8 !important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: opacity .5s;
}

.sbi_item:hover {
    opacity: 1 !important;
}

#sb_instagram {
    padding-bottom: 1% !important;
}

#sb_instagram .sbi_photo {
    /* padding-bottom: 25% !important; */
    position: relative;
    overflow: hidden;
}

#sb_instagram .sbi_photo img {
    border-radius: 12px;
    margin-bottom: 5% !important;
}

.sbi_photo .slide-up-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.34, 0.83, 0.79, 0.24), opacity 0.4s;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 30px 20px;
    font-size: 18px;
    pointer-events: auto;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

/* Hide scrollbar in webkit browsers */
.sbi_photo .slide-up-text::-webkit-scrollbar {
    display: none;
}

/* Show on hover or with .show-text class (touch) */
.sbi_photo.show-text .slide-up-text,
.sbi_photo:hover .slide-up-text {
    transform: translateY(0%);
    opacity: 1;
}

.insta_link_home_container {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: flex-start;
    gap: 4px;
}

.insta_link_home_container a {
    font-size: 1.2rem;
    margin-top: 1%;
}

.insta_link_home_container img {
    width: 6%;
}

@media (max-width: 768px) {
    .dernieres_actus_container {
        margin-top: 15% !important;
    }

    #sb_instagram.sbi_width_resp {
        position: relative;
        overflow: visible;
        width: 100vw !important;
        left: 50%;
        transform: translateX(-50%);
    }

    #sbi_images {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 0;
        position: relative;
        padding-bottom: 30px;
        /* space for dots */
    }

    .sbi_item {
        flex: 0 0 80%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        opacity: 1 !important;
        margin-right: 0;
        border-radius: 0;
    }

    #sb_instagram #sbi_images .sbi_item:first-child {
        margin-left: 10% !important;
    }

    #sb_instagram #sbi_images .sbi_item:last-child {
        margin-right: 10% !important;
    }

    .sbi_photo {
        /* padding-bottom: 30% !important; */
    }

    /* Dots container styling */
    .sbi-carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 5%;
    }

    /* Individual dot styling */
    .sbi-carousel-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #565656;
        transition: background 0.3s ease-in-out;
    }

    .sbi-carousel-dot.active {
        background-color: rgba(255, 255, 255, 1);
    }

    .insta_link_home_container {
        justify-content: center;
    }

    .insta_link_home_container a,
    .next_shows_link_home_container a {
        width: initial;
    }
}

/**
* Page actualités
**/
.musazik-post-card li {
    cursor: pointer;
}

.musazik-post-card li:hover img {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    filter: grayscale(100%);
}

.musazik-post-card li.extended_actualites:hover img {
    box-shadow: inherit;
    filter: inherit;
}

.musazik-post-card li .musazik-post-excerpt {
    display: block;
}

.musazik-post-card li.extended_actualites .musazik-post-excerpt {
    display: none;
}

.musazik-post-card li .musazik-post-full-content {
    display: none;
}

.musazik-post-card li.extended_actualites .musazik-post-full-content {
    display: block;
    margin-top: 24px;
}

.musazik-see-more-btn a {
    text-align: left;
    padding: 0;
}

.extended_actualites {
    background-color: white;
    color: black;
    padding: 1%;
    border-radius: 25px;
}

.extended_actualites>div {
    align-items: stretch;
}

.extended_actualites>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.extended_actualites>div>div * {
    width: 100%;
    color: black;
}

@media (max-width: 768px) {
    .musazik-post-card li {
        margin-bottom: 30%;
    }
}

/**
* Actualités en home
**/
.musazik-card-link-wrapper {
    text-decoration: none;
    color: inherit;
}

.musazik-card-link-wrapper:hover .musazik-card {
    cursor: pointer;
}

.musazik-actualites-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    /* margin: 0 20px; */
    padding-top: 10px;
}

.musazik-card {
    height: 500px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s, opacity 0.3s;
}

.musazik-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    opacity: 1;
}

.musazik-card-image {
    height: 65%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5%;
    overflow: hidden;
    border-radius: 15px;
}

.musazik-card-image-inner {
    width: 95%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.musazik-card-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: filter 0.3s;
}

.musazik-card:hover .musazik-card-image-inner img {
    filter: grayscale(100%);
}

.musazik-card-content {
    height: 35%;
    padding: 15px;
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.musazik-card-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.musazik-card-link {
    align-self: flex-start;
    font-weight: bold;
    text-decoration: none;
    color: #0300DC;
    transition: color 0.2s;
    margin-top: auto;
}

.musazik-card-link:hover {
    color: #0300DC;
}

@media (max-width: 768px) {
    .musazik-actualites-container {
        flex-direction: column;
    }

    .musazik-card {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/**
* Page archive artistes
**/
.artists_cards {
    position: relative;
}

.artists_cards .artists_titles {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 2.2rem;
    font-weight: 600;
}

.artists_cards:hover .artists_titles {
    display: block;
    width: 90%;
}

.artists_cards img {
    transition: all 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .artists_cards:hover img {
        transform: rotate(3deg);
        filter: brightness(0.4) grayscale(1);
    }
}

/**
* Pages artiste
**/
.artist_media_text_row img {
    border-radius: 25px;
}

@media (max-width: 768px) {
    .artist_media_text_row p:first-of-type {
        margin-top: 7%;
    }
}

.artist_pages_videos>div {
    height: 100%;
}

@media (max-width: 768px) {
    .grille_videos_pages_artiste {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

.logo_partenaires_container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2rem !important;
}

/* chaque figure fait au plus 15% de la largeur contenant */
.logo_partenaires_container figure {
    flex: 0 1 15% !important;
    max-width: 15% !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* on adapte l’image à son conteneur sans la déformer */
.logo_partenaires_container figure img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* custom youtube thumbnails */
.grille_videos_pages_artiste .wp-block-embed__wrapper {
    position: relative;
    height: 100%;
}

.grille_videos_pages_artiste .wp-block-embed__wrapper .yt-lazy-thumb {
    position: absolute;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000 center / cover no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    filter: grayscale(100%);
    transition: filter 0.1s ease-in-out;
}

.grille_videos_pages_artiste .wp-block-embed__wrapper .yt-lazy-thumb:hover {
    filter: grayscale(0%) brightness(1.2);
}

@media (max-width: 768px) {
    .grille_videos_pages_artiste .wp-block-embed__wrapper .yt-lazy-thumb {
        height: auto;
    }
}

.grille_videos_pages_artiste .wp-block-embed__wrapper .yt-lazy-thumb__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: rgba(0, 0, 0, .7);
    border-radius: 12px;
}

.grille_videos_pages_artiste .wp-block-embed__wrapper .yt-lazy-thumb__play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    /* léger centrage visuel du triangle */
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
}

.grille_videos_pages_artiste .wp-block-embed__wrapper .yt-lazy-thumb:hover .yt-lazy-thumb__play {
    background: rgba(0, 0, 0, .5);
}

/* end of custom youtube thumbnails */

/**
* Page qui sommes-nous
**/
@media (max-width: 768px) {
    .page_qui_sommes_nous_container {
        margin-bottom: 12% !important;
    }
}

/* 
* Panier
*/
.woocommerce-cart main>.entry-content {
    max-width: inherit !important;
}

.wc-block-cart-inside {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 5% 2%;
}

/**
* Page validation commande 
**/
.wp-block-woocommerce-checkout-fields-block {
    margin-top: 8px !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 15px 30px !important;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
}

.wp-block-woocommerce-checkout-order-summary-block {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 15px 30px;
    border-radius: 20px;
}

.wc-block-components-product-name {
    display: none !important;
}

@media (max-width: 768px) {
    .wp-block-woocommerce-checkout-order-summary-block:not(.checkout-order-summary-block-fill-wrapper) {
        display: none;
    }

    .page_validation_container {
        margin-bottom: 12% !important;
    }
}

@media (max-width: 1189px) {
    .wc-block-components-order-summary-item__total-price {
        display: none;
    }
}

/**
* Page confirmation commande 
**/
@media (max-width: 768px) {
    .page_confirmation_container {
        margin-bottom: 18% !important;
    }
}

/**
* Page produit
**/
.woocommerce.product input,
.woocommerce.product button {
    border-radius: 4px;
}

.woocommerce.product input {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .page_produit_container {
        margin-bottom: 18% !important;
    }
}

/**
* Page boutique
**/
.woocommerce-ordering select {
    border-radius: 4px;
}

a.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button.product_type_simple.has-font-size.has-small-font-size.has-text-align-center.wc-interactive {
    border-radius: 4px;
}

@media (max-width: 768px) {
    .page_boutique_container {
        margin-bottom: 12% !important;
    }
}

/**
* Page contacts
**/
/* .full_width_container {
    margin-left: inherit !important;
    margin-right: inherit !important;
    width: 100%;
    max-width: inherit;
} */

.page-id-4933 main {
    margin-bottom: 0 !important;
}

.bandeau_adresse_contacts {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
}

@media screen and (max-width: 781px) {
    .bandeau_adresse_contacts {
        padding-left: 10%;
        padding-right: 10%;
    }
}

/* General form styles */
#custom-contact-form {
    background: rgb(0, 0, 0);
    border-radius: 10px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

/* Form row for multiple columns */
.form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 3px;
}

.form-group {
    flex: 1;
    position: relative;
}

/* Email area */
.email_input_container {
    margin-bottom: 3px;
}

/* Input and textarea styles */
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 15px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #acacac;
}

textarea {
    min-height: 150px;
    resize: none;
}

/* Placeholder styling (labels inside inputs) */
input::placeholder,
textarea::placeholder {
    color: #666;
    font-size: 14px;
}

/* Honeypot field */
.honeypot {
    display: none;
}

/* Submit button styles */
button[type="submit"] {
    background: #0300DC;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 16px;
    font-weight: bold;
}

/* Handle form subscription */
#success-message,
#error-message {
    font-size: 16px;
    color: green;
    margin-top: 10px;
    text-align: center;
}

#success-icon svg {
    fill: green;
}

#error-message {
    color: red;
}

#success-icon,
#error-icon {
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none !important;
}

#form-feedback #loading-icon svg {
    animation: spin 1s linear infinite;
    width: 48px;
    height: 48px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/**
* Audio player footer
**/
#footer-player-arrow-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    z-index: 9999;
}

#lecteur-audio-1 {
    background-color: #ffffff;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 7px 10px;
    transition: bottom 0.3s ease-in-out;
    flex-wrap: nowrap;
    font-weight: bold;
}

#controle-lecteur-1,
#duree-chanson-1 {
    width: 20%;
}

#controle-lecteur-1 {
    display: flex;
    flex-wrap: nowrap;
}

#controle-lecteur-1 button {
    background: none;
    border: none;
    color: #0300DC;
    cursor: pointer;
    padding: 0 10px;
}

#info-chanson-1 {
    max-width: 50%;
    font-size: 1.2em;
    width: 60%;
    text-align: center;
}

#duree-chanson-1 {
    text-align: right;
}

.credits {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    color: #878787;
    padding-bottom: 10px;
    font-size: 0.73em;
}

@media (max-width: 768px) {
    #lecteur-audio-1 {
        font-size: 0.8rem;
    }

    #controle-lecteur-1 {
        width: 35%;
    }

    #controle-lecteur-1 button {
        transform: scale(0.8);
        padding: 0;
    }

    #controle-lecteur-1 svg {
        transform: scale(0.7);
    }

    #info-chanson-1 {
        width: 40%;
        font-size: 1.1em;
    }

    #duree-chanson-1 {
        width: 25%;
    }

    .credits {
        font-size: 0.5em;
    }
}

/**
* Audio player artist pages
**/
#lecteur-audio-2 audio {
    /* hides the default audio control bar */
    display: none;
}

/* Put a blue background behind the list */
#lecteur-audio-2 {
    /* or #0047FF to match your screenshot */
    padding: 1rem;
    border-radius: 8px;
    max-width: 400px;
    /* adjust as needed */
    margin: auto;
    /* center it, optional */
}

/* Remove bullet points and padding */
#playlist-2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Each list item as a horizontal "row" */
#playlist-2 li.playlist-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* left icon, center name, right time */
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    gap: 13px;
}

/* Left icon: just a triangle or an inline SVG */
.play-icon {
    font-size: 1.2rem;
    color: #0300DC;
    /* match your brand color */
    margin-right: 1rem;
}

/* Middle text: flex-grow so it stays centered-ish */
.track-name {
    flex: 1;
    /* push the duration to the right */
    text-align: left;
    font-weight: bold;
    color: #000;
}

/* Right side - track duration */
.track-duration {
    margin-left: 1rem;
    color: #000;
    min-width: 24%;
    text-align: right;
}

/**
* Scroll down arrow
**/
#scroll-down-button {
    text-align: right;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#scroll-down-button img {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0 3% 5vh 0;
    z-index: 999;
    position: relative;
    top: -5vh;
}

#scroll-down-button:hover {
    transform: translateY(3px);
}

/**
* Next shows home
**/
.next_shows_home_container {
    width: 100%;
    display: flex;
    max-width: 100%;
    gap: 1rem;
}

.next_show_home_containers {
    flex-grow: 1;
    flex-basis: min-content;
    position: relative;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1;
}

.next_shows_link_home_container {
    text-align: right;
}

.next_shows_link_home_container a {
    font-size: 1.2rem;
}

.next_shows_link_home_container img {
    width: 6%;
}

.next_shows_overlay_informations {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0300DC;
    border-radius: 12px;
    padding: 15px 10px 0 10px;
    border-bottom: 10px solid #0300DC;
    max-height: 2em;
    transition: max-height 0.4s cubic-bezier(0.33, 1.56, 0.78, 0.82), box-shadow 0.25s;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}

.next_show_home_containers .overlay_chevron {
    display: block;
    text-align: center;
    font-size: 1em;
    opacity: 0.5;
    transition: transform 0.3s;
    position: absolute;
    bottom: 20px;
    right: 6%;
    z-index: 999;
}

/* Expanded on hover (desktop) */
/* .next_show_home_containers:hover .next_shows_overlay_informations,
.next_show_home_containers:focus-within .next_shows_overlay_informations {
    max-height: 16vw;
    overflow: scroll;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.22);
}

.next_show_home_containers:hover .overlay_chevron,
.next_show_home_containers:focus-within .overlay_chevron {
    transform: rotate(180deg);
    transform-origin: 50% 38%;
} */

.next_show_home_containers.overlay-expanded .next_shows_overlay_informations {
    max-height: 16vw;
    overflow: scroll;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.22);

}

.next_show_home_containers.overlay-expanded .overlay_chevron {
    transform: rotate(180deg);
}

/* Hide scrollbars and clean padding */
.next_shows_overlay_informations::-webkit-scrollbar {
    display: none;
}

.next_shows_artist_city_containers p {
    margin-block-start: 3%;
    margin-block-end: 0px;
    /* font-size: 14px; */
    font-size: clamp(1rem, 1vw, 2.5rem);
    text-align: center;
    padding-bottom: 10px;
}

.next_shows_date_artist_rows {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10%;
}

.next_shows_date_artist_rows p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    display: block;
    font-size: clamp(1.1rem, 1vw, 2.5rem);
    text-align: center;
}

.next_show_home_containers.overlay-expanded p,
.next_show_home_containers.overlay-hover p {
    text-overflow: unset;
    text-wrap: auto;
}

.next_shows_date_artist_rows a {
    text-decoration: none;
}

.next_shows_link_home_container {
    margin-top: 2%;
}

@media (max-width: 768px) {
    .next_show_home_containers .overlay_chevron {
        bottom: 17px;
    }

    .next_shows_overlay_informations {
        max-height: 2em;
    }

    .next_show_home_containers.overlay-expanded .next_shows_overlay_informations {
        max-height: 75vw;
    }

    .next_shows_home_and_dots_container {
        position: relative;
        overflow: visible;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .next_shows_home_container {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        padding-bottom: 15px;
    }

    .next_show_home_containers {
        flex: 0 0 80%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        border-radius: 12px;
        height: 75vw;
    }

    /* push the very first slide in by 10% */
    .next_shows_home_container>.next_show_home_containers:first-child {
        margin-left: 10%;
    }

    /* give the very last slide 10% breathing-room on the right */
    .next_shows_home_container>.next_show_home_containers:last-child {
        margin-right: 10%;
    }

    .next_shows_artist_city_containers * {
        font-size: 1.2rem !important;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        position: absolute;
        bottom: -7%;
        left: 0;
        right: 0;
        z-index: 10;
    }

    .carousel-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #565656;
        transition: background 0.3s ease-in-out;
    }

    .carousel-dot.active {
        background: #fff;
    }

    .next_shows_link_home_container,
    .insta_link_home_container {
        margin-bottom: 15%;
        margin-top: 15%;
        display: flex;
    }

    .insta_link_home_container {
        margin-top: 4%;
    }

    .next_shows_link_home_container img,
    .insta_link_home_container img {
        width: 20%;
        transform: rotate(19deg);
    }

    .next_shows_overlay_informations {
        max-height: 2em;
    }
}

/* Laptop */
@media (min-width: 769px) {

    .next_show_home_containers:hover .next_shows_overlay_informations,
    .next_show_home_containers:focus-within .next_shows_overlay_informations {
        max-height: 16vw;
        overflow: scroll;
        box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.22);
    }

    .next_show_home_containers:hover .overlay_chevron,
    .next_show_home_containers:focus-within .overlay_chevron {
        transform: rotate(180deg);
        transform-origin: 50% 38%;
    }

    .next_show_home_containers.overlay-expanded .next_shows_overlay_informations {
        max-height: 16vw;
        overflow: scroll;
        box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.22);
    }
}