/*
Theme Name: MADIKEYS
Theme URI: https://breakdance.com/zero-theme // todo
Author: Steven DIAI
Author URI: https://www.steven-diai.fr
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 8.2
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance

Requires Breakdance to be installed.
/*--------------------------------------------------------------*/

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;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 10rem;
}

body {
    overflow-x: hidden;
}

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

ol,
ul {
    list-style: none;
}

.bde-faq__answer-content ol {
    list-style: decimal;
    padding-left: 4rem;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.shortcode-lang {
    position: relative;
    display: inline-block;
    margin-left: 1rem;
}
.shortcode-lang ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
}
.shortcode-lang ul li:first-child:after {
    color: #000000;
    content: "●";
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

.shortcode-lang ul li a {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}

.shortcode-lang ul li a:hover {
    color: white;
    text-decoration: underline;
}

/* ============================================
   Madikeys Date Range Picker (Flatpickr)
   ============================================ */

/* Date range input styling */
.madikeys-daterange-input {
    width: 100%;
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;
    transition: border-color 0.3s ease;
}

.madikeys-daterange-input:hover {
    border-color: #999;
}

.madikeys-daterange-input:focus {
    outline: none;
    border-color: #8fc8a4;
    box-shadow: 0 0 0 3px rgba(143, 200, 164, 0.2);
}

/* Flatpickr calendar customization */
.flatpickr-calendar {
    font-family: "Poppins", sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border: none;
}

.flatpickr-innerContainer {
    padding-bottom: 1.5rem;
}

.flatpickr-day {
    border-radius: 0 !important;
}

/* Default: available days are green (matches native WPSBC "Libre") */
.madikeys-location-booking ~ .flatpickr-calendar .flatpickr-day,
.flatpickr-calendar .flatpickr-day {
    background: #ddffcc;
    border-color: #ddffcc;
    color: #000;
}

.flatpickr-calendar .flatpickr-day.prevMonthDay,
.flatpickr-calendar .flatpickr-day.nextMonthDay {
    background: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.3);
}

/* Split view - 2 months side by side */
.flatpickr-calendar.multiMonth.open {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.flatpickr-calendar.multiMonth .flatpickr-months {
    width: 100%;
    padding: 0.5rem 1rem;
}

.flatpickr-calendar.multiMonth .flatpickr-month {
    margin: 0;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.selected.endRange {
    background: #b8b8b8 !important;
    border-color: #b8b8b8 !important;
    color: #000 !important;
    font-weight: 600;
}

.flatpickr-day.inRange {
    background: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    color: #000 !important;
}

.flatpickr-day:hover {
    background: #c8f0b3 !important;
    border-color: #c8f0b3 !important;
}

.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
    background: #a8a8a8 !important;
    border-color: #a8a8a8 !important;
}

.flatpickr-day.inRange:hover {
    background: #cccccc !important;
    border-color: #cccccc !important;
}

/* Booked date types with visual indicators */
.flatpickr-day.booked-full {
    background: #ffc0bd !important;
    color: #000 !important;
    cursor: not-allowed !important;
    position: relative;
}

.flatpickr-day.booked-full:hover {
    background: #ffc0bd !important;
    color: #000 !important;
}

/* Dates désactivées (passées ou bloquées par minDate).
   Flatpickr's own CSS rend .flatpickr-disabled avec fond transparent et texte estompé.
   On rétablit le fond vert "libre" par défaut (matche le natif WPSBC) UNIQUEMENT
   quand le jour n'a pas déjà une classe .booked-* posée par onDayCreate. */
.flatpickr-day.flatpickr-disabled:not(.booked-full):not(.booked-arrival):not(.booked-departure),
.flatpickr-day.flatpickr-disabled:not(.booked-full):not(.booked-arrival):not(.booked-departure):hover {
    background: #ddffcc !important;
    border-color: #ddffcc !important;
    color: #000 !important;
    cursor: not-allowed !important;
}

/* Arrival date - someone arriving PM, available for departure AM */
.flatpickr-day.booked-arrival {
    background: linear-gradient(
        135deg,
        #ddffcc 0%,
        #ddffcc 50%,
        #ffc0bd 50%,
        #ffc0bd 100%
    ) !important;
    color: #333 !important;
    position: relative;
    cursor: pointer;
    border: 0.1rem solid #fff !important;
}

.flatpickr-day.booked-arrival:hover {
    background: linear-gradient(
        135deg,
        #c8f0b3 0%,
        #c8f0b3 50%,
        #ffaaa7 50%,
        #ffaaa7 100%
    ) !important;
}

/* Departure date - someone leaving AM, available for arrival PM */
.flatpickr-day.booked-departure {
    background: linear-gradient(
        135deg,
        #ffc0bd 0%,
        #ffc0bd 50%,
        #ddffcc 50%,
        #ddffcc 100%
    ) !important;
    color: #333 !important;
    position: relative;
    cursor: pointer;
    border: 0.1rem solid #fff !important;
}

.flatpickr-day.booked-departure:hover {
    background: linear-gradient(
        135deg,
        #ffaaa7 0%,
        #ffaaa7 50%,
        #c8f0b3 50%,
        #c8f0b3 100%
    ) !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .madikeys-daterange-input {
        font-size: 1.4rem;
        padding: 1rem;
    }
}

/* ============================================
   Single Location Booking System - Search Form
   ============================================ */

.madikeys-locations-search {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    max-width: 100%;
}

/* Search field containers */
.madikeys-search-field {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.madikeys-search-field label {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

/* Guest selector styling */
.madikeys-search-field select {
    width: 100%;
    padding: 1.2rem 3.5rem 1.2rem 4rem;
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #555;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    background-color: white;
    background-image:
        url("assets/icons/2 User.svg"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position:
        1.2rem center,
        calc(100% - 1.2rem) center;
    background-size: 2rem, 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.madikeys-search-field select:hover {
    border-color: #999;
}

.madikeys-search-field select:focus {
    outline: none;
    border-color: #ffc845;
    box-shadow: 0 0 0 3px rgba(255, 200, 69, 0.1);
}

/* Date range input styling */
.madikeys-search-field input[type="text"].madikeys-daterange-input {
    width: 100%;
    padding: 1.2rem 3.5rem 1.2rem 4rem;
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #555;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    background-color: white;
    background-image:
        url("assets/icons/Calendar.svg"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position:
        1.2rem center,
        calc(100% - 1.2rem) center;
    background-size: 2rem, 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.madikeys-search-field input[type="text"].madikeys-booking-daterange:hover {
    border-color: #999;
}

.madikeys-search-field input[type="text"].madikeys-booking-daterange:focus {
    outline: none;
    border-color: #ffc845;
    box-shadow: 0 0 0 3px rgba(255, 200, 69, 0.1);
}

/* Search button styling */
.madikeys-search-submit {
    flex: 0 0 auto;
    min-width: 30rem;
}

.madikeys-search-submit {
    width: auto;
    padding: 1.35rem 3rem;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 0.8rem;
    border: 1px solid #fbc646;
    background: #fbc646;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.2rem;
}

.madikeys-search-submit:hover {
    background: #8fc8a4;
}

.madikeys-search-submit:active,
.madikeys-search-submit:focus {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(255, 200, 69, 0.3);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .madikeys-locations-search {
        flex-direction: column;
        gap: 1.5rem;
    }

    .madikeys-search-field {
        width: 100%;
    }

    .madikeys-search-submit {
        width: 100%;
        min-width: 0;
    }

    .madikeys-search-field select,
    .madikeys-search-field input[type="text"].madikeys-booking-daterange,
    .madikeys-location-booking .madikeys-daterange-input {
        font-size: 1.4rem;
        padding: 1rem 3rem 1rem 3.5rem;
    }

    .madikeys-search-submit button,
    .madikeys-search-submit input[type="submit"] {
        padding: 1.2rem 2rem;
        font-size: 1.4rem;
    }
}

.madikeys-location-booking {
    font-family: "Poppins", sans-serif;
}

.madikeys-booking-field {
    margin-bottom: 2rem;
    position: relative;
}

/* Static-mode flatpickr: keep the calendar anchored to the input on scroll.
   The wrapper that flatpickr injects around the input must remain block-level
   so the input keeps width:100%, and the floating calendar can extend wider
   than the sidebar (multi-month view) without being clipped. */
.madikeys-booking-field > .flatpickr-wrapper,
.madikeys-booking-field .flatpickr-input + .flatpickr-input,
.madikeys-booking-field input.flatpickr-alt-input {
    width: 100%;
    display: block;
}

.madikeys-booking-field .flatpickr-calendar.static {
    top: calc(100% + 0.4rem);
    left: 0;
    right: auto;
    z-index: 50;
}

/* Leaflet/OSM maps create their own stacking context with high z-index
   on internal panes — force the map containers below the floating calendar. */
.madikeys-osm-map,
.leaflet-container {
    z-index: 1;
}

/* On desktop the multi-month calendar (~600px) is wider than the ~360px
   sidebar — let it extend leftward over the main content rather than
   overflowing the viewport on the right. */
@media (min-width: 769px) {
    .madikeys-booking-field .flatpickr-calendar.static.multiMonth {
        left: auto;
        right: 0;
    }
}

.madikeys-booking-field label {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
}

.madikeys-booking-daterange {
    width: 100%;
    padding: 1.2rem 3.5rem 1.2rem 4rem;
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    cursor: pointer;
    background-color: white;
    background-image:
        url("assets/icons/Calendar.svg"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position:
        1.2rem center,
        calc(100% - 1.2rem) center;
    background-size: 2rem, 1.2rem;
    transition: all 0.3s ease;
}

.madikeys-booking-daterange:hover {
    border-color: #999;
}

.madikeys-booking-daterange:focus {
    outline: none;
    border-color: #ffc845;
    box-shadow: 0 0 0 3px rgba(255, 200, 69, 0.1);
}

.madikeys-booking-info {
    margin: 2rem 0;
    padding-left: 0.5rem;
    border-radius: 8px;
}

.madikeys-booking-info p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #666;
}

.madikeys-booking-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 2px solid #444;
}

.madikeys-booking-total-nights {
    font-size: 1.8rem;
    font-weight: 500;
    color: #8fc8a4;
}

.madikeys-booking-total-nights .nights-count {
    font-weight: 500;
    font-size: 2.4rem;
}

.madikeys-booking-total-price {
    font-size: 3rem;
    font-weight: 500;
    color: #8fc8a4;
}

.madikeys-booking-total-price .total-amount {
    color: #8fc8a4;
}

.madikeys-booking-tax-notice {
    margin: 1rem 0 2rem;
    font-size: 1.2rem;
    font-style: italic;
    color: #999;
}

.madikeys-booking-submit {
    width: 100%;
    padding: 1.5rem 3rem;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: white;
    background-color: #fbc646;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.madikeys-booking-submit:hover:not(:disabled) {
    background-color: #8fc8a4;
}

.madikeys-booking-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Breakdance button disabled state */
.madikeys-booking-submit-breakdance .breakdance-link.disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none !important;
    filter: grayscale(100%);
}

/* Flatpickr disabled dates styling */
.flatpickr-day.booked-date {
    background-color: #ffc0bd !important;
    color: #000 !important;
    cursor: not-allowed !important;
}

.flatpickr-day.booked-date:hover {
    background-color: #ffc0bd !important;
    color: #000 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .madikeys-booking-daterange {
        font-size: 1.4rem;
        padding: 1rem 3rem 1rem 3.5rem;
    }

    .madikeys-booking-total {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .madikeys-booking-total-price {
        font-size: 2.4rem;
    }

    .madikeys-booking-submit {
        font-size: 1.6rem;
        padding: 1.2rem 2rem;
    }
}

/* ==================================================
   OpenStreetMap Integration Styles
   ================================================== */

.madikeys-osm-wrapper {
    margin: 2rem 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.madikeys-osm-map {
    width: 100%;
    border: none;
    border-radius: 8px;
}

.madikeys-osm-iframe-wrapper {
    margin: 2rem 0;
    text-align: center;
}

.madikeys-osm-iframe-wrapper iframe {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.madikeys-osm-iframe-wrapper small {
    display: inline-block;
    margin-top: 0.5rem;
    color: #666;
}

.madikeys-osm-iframe-wrapper small a {
    color: #0066cc;
    text-decoration: none;
}

.madikeys-osm-iframe-wrapper small a:hover {
    text-decoration: underline;
}

.madikeys-osm-error {
    padding: 1rem;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    color: #856404;
    margin: 1rem 0;
}

/* Leaflet marker adjustments */
.leaflet-container {
    font-family: inherit;
}

.leaflet-popup-content-wrapper {
    border-radius: 8px;
}

.wpsbc-calendars-wrapper.wpsbc-legend-position-side {
    max-width: 100% !important;
}

.wpsbc-calendars {
    display: flex !important;
}

/* ============================================
   LISTE DES ÉQUIPEMENTS
   ============================================ */
.equipements-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: var(--equipement-spacing);
}

/* Colonnes responsive */
.equipements-columns-1 .equipements-list {
    grid-template-columns: 1fr;
}

.equipements-columns-2 .equipements-list {
    grid-template-columns: repeat(2, 1fr);
}

.equipements-columns-3 .equipements-list {
    grid-template-columns: repeat(3, 1fr);
}

.equipements-columns-4 .equipements-list {
    grid-template-columns: repeat(4, 1fr);
}

/* ============================================
   ITEMS INDIVIDUELS
   ============================================ */
.equipement-item {
    padding: var(--equipement-spacing);
    background: var(--equipement-bg-color);
    border-radius: var(--equipement-border-radius);
    border-left: 4px solid var(--equipement-primary-color);
    display: flex;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

/* ============================================
   ICÔNES
   ============================================ */
.equipement-item i {
    margin-right: 12px;
    color: var(--equipement-primary-color);
    font-size: var(--equipement-icon-size);
    min-width: 24px;
    transition: all 0.3s ease;
}

.equipement-item:hover i {
    color: var(--equipement-secondary-color);
}

/* ============================================
   TEXTE
   ============================================ */
.equipement-item span {
    color: #333;
    font-size: 0.95em;
    font-weight: 500;
    line-height: 1.4;
}

/* ============================================
   CONTAINER GLOBAL (tous les équipements)
   ============================================ */
.equipements-global-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.equipements-global-container .equipements-container:last-child {
    margin-bottom: 0;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablettes et petits écrans */
@media (max-width: 1024px) {
    .equipements-columns-3 .equipements-list,
    .equipements-columns-4 .equipements-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .equipements-title {
        font-size: 1.6em;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .equipements-columns-2 .equipements-list,
    .equipements-columns-3 .equipements-list,
    .equipements-columns-4 .equipements-list {
        grid-template-columns: 1fr;
    }

    .equipements-title {
        font-size: 1.4em;
        margin-bottom: 15px;
    }

    .equipement-item {
        padding: 12px;
    }

    .equipement-item:hover {
        transform: translateX(4px);
    }

    .equipements-global-container {
        gap: 25px;
    }
}

/* ============================================
   VARIANTES DE STYLE (Classes optionnelles)
   ============================================ */

/* Variante: Style compact */
.equipements-compact .equipement-item {
    padding: 10px 12px;
}

.equipements-compact .equipement-item i {
    font-size: 1.1em;
    margin-right: 8px;
}

.equipements-compact .equipement-item span {
    font-size: 0.9em;
}

/* Variante: Style carte */
.equipements-card .equipement-item {
    border-left: none;
    border: 2px solid #e0e0e0;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
}

.equipements-card .equipement-item i {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 2em;
}

.equipements-card .equipement-item:hover {
    border-color: var(--equipement-primary-color);
    transform: translateY(-5px);
}

/* Variante: Style minimaliste */
.equipements-minimal .equipement-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 12px 0;
}

.equipements-minimal .equipement-item:hover {
    background: transparent;
    border-bottom-color: var(--equipement-primary-color);
    transform: none;
    box-shadow: none;
}

/* Variante: Style avec badges */
.equipements-badge .equipement-item {
    display: inline-flex;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 20px;
    border: 2px solid var(--equipement-primary-color);
    background: white;
}

.equipements-badge .equipements-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.equipements-badge .equipement-item:hover {
    background: var(--equipement-primary-color);
    color: white;
    transform: scale(1.05);
}

.equipements-badge .equipement-item:hover i,
.equipements-badge .equipement-item:hover span {
    color: white;
}

/* ============================================
   THÈMES DE COULEURS (Classes optionnelles)
   ============================================ */

/* Thème: Bleu clair */
.equipements-theme-light-blue {
    --equipement-primary-color: #3498db;
    --equipement-secondary-color: #2980b9;
}

/* Thème: Vert */
.equipements-theme-green {
    --equipement-primary-color: #27ae60;
    --equipement-secondary-color: #229954;
}

/* Thème: Orange */
.equipements-theme-orange {
    --equipement-primary-color: #e67e22;
    --equipement-secondary-color: #d35400;
}

/* Thème: Violet */
.equipements-theme-purple {
    --equipement-primary-color: #9b59b6;
    --equipement-secondary-color: #8e44ad;
}

/* Thème: Rouge */
.equipements-theme-red {
    --equipement-primary-color: #e74c3c;
    --equipement-secondary-color: #c0392b;
}

/* ============================================
   ANIMATIONS (Optionnelles)
   ============================================ */

/* Animation: Fade in au chargement */
@keyframes equipementFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.equipements-animated .equipement-item {
    animation: equipementFadeIn 0.5s ease-out backwards;
}

.equipements-animated .equipement-item:nth-child(1) {
    animation-delay: 0.05s;
}
.equipements-animated .equipement-item:nth-child(2) {
    animation-delay: 0.1s;
}
.equipements-animated .equipement-item:nth-child(3) {
    animation-delay: 0.15s;
}
.equipements-animated .equipement-item:nth-child(4) {
    animation-delay: 0.2s;
}
.equipements-animated .equipement-item:nth-child(5) {
    animation-delay: 0.25s;
}
.equipements-animated .equipement-item:nth-child(6) {
    animation-delay: 0.3s;
}
.equipements-animated .equipement-item:nth-child(7) {
    animation-delay: 0.35s;
}
.equipements-animated .equipement-item:nth-child(8) {
    animation-delay: 0.4s;
}

/* ============================================
   IMPRESSION (Print styles)
   ============================================ */
@media print {
    .equipements-container {
        box-shadow: none;
        break-inside: avoid;
    }

    .equipement-item {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .equipement-item:hover {
        transform: none;
        box-shadow: none;
    }
}

/* ============================================
   BREAKDANCE ACCORDION - Icônes de secours
   ============================================ */
.bde-accordion__icon--default {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E") !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E") !important;
    background-color: #9ca3af !important;
    display: flex !important;
}

.bde-accordion__icon--active {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-192-192c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 256 73.4 425.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l192-192z'/%3E%3C/svg%3E") !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-192-192c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 256 73.4 425.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l192-192z'/%3E%3C/svg%3E") !important;
    background-color: #9ca3af !important;
}

/* ============================================
   INFO HEADER TOGGLE (click to open)
   ============================================ */
.breakdance .info-header-button {
    cursor: pointer;
}

.breakdance .info-header.is-open {
    visibility: visible !important;
    pointer-events: auto !important;
    transition: opacity 0.2s ease;
}
