@font-face {
    font-family: 'Sport Bold';
    src: url('assets/unique/Sport-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Milk Kids';
    src: url('assets/unique/Milk-Kids.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LemonMilk';
    src: url('assets/unique/lemon_milk/LEMONMILK-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* ============= HTML =============*/

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: visible;
}

/* =========== BODY =========== */

body {
    font-family: 'Milk Kids', sans-serif;
    overflow-x: hidden;
    overflow-y: visible;
}


main {
    position: relative;
}

h1,
h2,
h3 {
    font-family: 'Sport Bold', sans-serif;
    color: rgb(157, 49, 53);
}

/* =========== HEADER =========== */

header {
    background-image: url(assets/image/header-fond-blanc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px 20px 20px;
    overflow: visible;
    min-height: 90vh;
    z-index: 10;
}


.logo-position {
    width: 45px;
    vertical-align: sub;

}

/* =========== NAVIGATION =========== */
:root {
    --nav-h: 89px;
    /* hauteur desktop */
}

/* BARRE */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--nav-h);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    padding: 0 16px;
    background: rgba(255, 255, 255, .45);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    z-index: 10000;
}

/* le contenu ne passe pas sous la barre */
body {
    padding-top: var(--nav-h);
}

/* LOGO À GAUCHE */
.brand {
    justify-self: start;
    display: inline-flex;
    align-items: center;
}

.brand img {
    height: 60px;
    width: auto;
    display: block;
}

/* MENU À DROITE (desktop) */
.nav-container {
    justify-self: end;
}

.nav-container ul {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.nav-container a {
    color: rgb(201, 63, 68);
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 1.25rem;
    position: relative;
}

.nav-container a::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: -6px;
    width: 80%;
    height: 3px;
    background: rgb(157, 49, 53);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.73, .01, .35, 1.52);
    transform-origin: right;
}

.nav-container a:hover::after,
.nav-container a:focus::after,
.nav-container a.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* BURGER (caché en desktop) */
.burger {
    display: none;
    justify-self: end;
    background: none;
    border: 0;
    cursor: pointer;
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 11000;
}

.burger span {
    display: block;
    width: 26px;
    height: 3px;
    background: #9d3135;
    margin: 5px 0;
    transition: .3s;
}

/* ===== MOBILE (≤1076px) ===== */
@media (max-width: 1076px) {
    :root {
        --nav-h: clamp(58px, 12vw, 76px);
    }

    .navbar {
        height: var(--nav-h);
        grid-template-columns: auto 1fr auto;
        padding-left: 4px;
        padding-right: 8px;
    }

    body {
        padding-top: var(--nav-h);
    }

    /* LOGO */
    .brand {
        justify-self: start;
        overflow: hidden;
        margin-left: -4px;
    }

    .brand img {
        height: 60px;
        width: auto;
        max-width: calc(100vw - 80px);
        /* calcule la place dispo : largeur écran - marge de droite (~80px) pour laisser le burger respirer */
        object-fit: contain;
    }

    /* Si l’écran devient vraiment petit (<400px), là seulement on réduit */
    @media (max-width: 400px) {
        .brand img {
            height: clamp(40px, 12vw, 56px);
        }
    }

    /* BURGER */
    .burger {
        display: block;
        position: static;
        justify-self: end;
        align-self: center;
        width: 42px;
        height: 42px;
        z-index: 22000;
    }

    .burger span {
        transition: transform .3s, opacity .2s;
    }

    .burger[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .burger[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .burger[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    /* MENU PLEIN ÉCRAN */
    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: clamp(120px, 22vh, 240px);
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        transition: transform .35s ease, opacity .35s ease;
        z-index: 21000;
    }

    .nav-container.open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .nav-container ul {
        display: flex;
        flex-direction: column;
        gap: 28px;
        margin: 0 auto;
        padding: 0;
        width: min(90%, 520px);
        text-align: center;
    }

    .nav-container a {
        font-size: clamp(1.4rem, 4.8vw, 2.2rem);
        font-weight: 700;
        color: rgb(201, 63, 68);
        letter-spacing: .18em;
    }

    .nav-container a::after {
        display: none;
    }

    /* Animations */
    .nav-container.open li {
        animation: fadeUp .35s both;
    }

    .nav-container.open li:nth-child(1) {
        animation-delay: .05s;
    }

    .nav-container.open li:nth-child(2) {
        animation-delay: .10s;
    }

    .nav-container.open li:nth-child(3) {
        animation-delay: .15s;
    }

    .nav-container.open li:nth-child(4) {
        animation-delay: .20s;
    }

    .nav-container.open li:nth-child(5) {
        animation-delay: .25s;
    }

    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(12px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* bloque le scroll derrière */
    html.menu-open,
    body.menu-open {
        overflow: hidden;
        height: 100%;
    }
}


/* =========== TEXT HEADER =========== */

.hero-text {
    position: absolute;
    top: 210px;
    left: 100px;
    max-width: 400px;
    color: rgb(209, 39, 45);
    z-index: 2;
    padding-left: 20px;
    animation: fadeIn 1.2s ease-in-out;
    padding: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.218);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-text h2 {
    font-size: 2.9rem;
    margin-bottom: 55px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(217, 56, 50);
    padding-left: 12px;
}

.hero-text .slogan {
    font-family: "Delicious Handrawn";
    font-size: 1.6em;
    margin-left: 10px;
    margin-top: 1em;
    font-style: italic;
    color: #9c1111;
}

.hero-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 37px;
    width: 4px;
    height: 100%;
    background: linear-gradient(to top, rgb(157, 49, 53), #ff8080);
    animation: slideBar 3s ease-in-out infinite;
}

@keyframes slideBar {

    0%,
    100% {
        height: 90%;
    }

    50% {
        height: 70%;
    }
}

/* =========== BOUTON COMMANDER HEADER =========== */

.button-commander {
    background: rgb(222, 68, 73);
    color: #fff;
    font-family: inherit;
    padding: 0.35em 3.3em 0.35em 1.2em;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    height: 2.8em;
    border: 0;
    border-radius: .9em;
    cursor: pointer;
    overflow: hidden;
    box-shadow: inset 0 0 1.6em -0.6em #960000;
    margin-left: 10px;
    margin-top: 40px;
    -webkit-appearance: none;
    /* cohérent Safari */
    -webkit-tap-highlight-color: transparent;
    /* confort mobile */
}

/* États des liens : garder la même couleur et pas de soulignement */
a.button-commander:link,
a.button-commander:visited,
a.button-commander:hover,
a.button-commander:active,
a.button-commander:focus {
    color: #fff;
    text-decoration: none;
}

/* Accessibilité focus clavier */
.button-commander:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}

/* Pastille icône */
.button-commander-icon {
    background: #fff;
    margin-left: 1em;
    position: absolute;
    right: .3em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: .7em;
    box-shadow: .1em .1em .6em .2em #931a1a;
    transition: all .3s;
}

/* Effets */
.button-commander:hover .button-commander-icon {
    width: calc(100% - .6em);
}

.button-commander-icon svg {
    width: 2.5em;
    height: 2.5em;
    color: rgb(157, 49, 53);
    transition: transform .3s;
}

.button-commander:hover .button-commander-icon svg {
    transform: translateX(.1em);
}

.button-commander:active .button-commander-icon {
    transform: scale(.95);
}

/* ========================================================
   HERO — MOBILE (≤ 640px)
   (Carte non rognée + cadre animé + glow)
   ======================================================== */
@media (max-width: 640px) {

    /* Vars spécifiques mobile */
    :root {
        --nav-h: clamp(60px, 12vw, 76px);
        --su-red: #c93f44;
        --su-dark: #9d3135;
        --su-light: #ffd4d6;
        --gutter: clamp(12px, 4vw, 20px);
    }

    /* En-tête simplifié, pas d'image de fond */
    header {
        background: #fff;
        background-image: none;
        padding: calc(var(--nav-h) + 12px) var(--gutter) 24px;
        overflow: visible;
    }

    /* Évite le trou créé par la “déchirure” sur mobile */
    .image-separation {
        display: none;
    }

    /* ---------- HERO CARD ---------- */
    .hero-text {
        position: relative;
        inset: auto;
        box-sizing: border-box;

        width: min(560px, 100% - 2px);
        /* marge de sécu Safari */
        margin: 12px auto 16px;
        padding: 18px 20px 20px;
        border-radius: 16px;

        /* Cadre animé via double background */
        border: 2px solid transparent;
        background:
            linear-gradient(#fff, #fff) padding-box,
            /* contenu */
            linear-gradient(120deg,
                var(--su-dark),
                var(--su-red),
                var(--su-light),
                var(--su-red),
                var(--su-dark)) border-box;
        /* cadre */
        background-size: 100% 100%, 280% 280%;
        background-position: 0 0, 0% 50%;

        color: rgb(209, 39, 45);
        box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
        transform: translateZ(0);

        /* Entrée + déplacement du dégradé + glow doux */
        animation:
            heroIn .35s ease-out both,
            borderShift 9s linear infinite,
            softGlow 5s ease-in-out infinite;
    }

    /* Supprime toute éventuelle barre décorative héritée */
    .hero-text::before {
        content: none;
        display: none;
    }

    /* Titre & éléments internes */
    .hero-text h2 {
        margin: 2px 0 12px;
        font-size: clamp(1.55rem, 5.2vw, 1.95rem);
        line-height: 1.08;
        color: #d93832;
        text-transform: uppercase;
    }

    .logo-position {
        width: 26px;
        vertical-align: middle;
    }

    .hero-text .slogan {
        margin: 0 0 12px 0;
        font-family: "Delicious Handrawn", cursive;
        font-size: clamp(1rem, 3.6vw, 1.14rem);
        color: #7e2424;
    }

    /* CTA tap-friendly */
    .button-commander {
        margin-top: 10px;
        font-size: 16px;
        height: 2.75em;
        -webkit-tap-highlight-color: transparent;
        box-shadow:
            inset 0 0 1.1em -0.6em #960000,
            0 8px 18px rgba(201, 63, 68, .18);
        transition: transform .12s ease, box-shadow .2s ease;
    }

    .button-commander:active {
        transform: translateY(1px) scale(.99);
        box-shadow:
            inset 0 0 1.1em -0.6em #960000,
            0 6px 14px rgba(201, 63, 68, .16);
    }

    /* Patch iOS très étroit (320–360px) : largeur pleine */
    @supports (-webkit-touch-callout: none) {
        @media (max-width: 360px) {
            .hero-text {
                width: calc(100% - 2px);
            }
        }
    }

    /* Accessibilité : réduit les animations si demandé */
    @media (prefers-reduced-motion: reduce) {
        .hero-text {
            animation: heroIn .01s both;
            background-size: 100% 100%, 200% 200%;
        }
    }
}

/* ================= Animations (globales) ================= */
@keyframes heroIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.985);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes borderShift {
    0% {
        background-position: 0 0, 0% 50%;
    }

    50% {
        background-position: 0 0, 100% 50%;
    }

    100% {
        background-position: 0 0, 0% 50%;
    }
}

@keyframes softGlow {

    0%,
    100% {
        box-shadow: 0 10px 24px rgba(0, 0, 0, .08), 0 0 0 rgba(201, 63, 68, 0);
    }

    50% {
        box-shadow: 0 12px 28px rgba(0, 0, 0, .10), 0 0 12px rgba(201, 63, 68, .25);
    }
}


/* =========== SEPARATION HEADER ===========  */

.image-separation {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
}

.image-separation img {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: cover;
    display: block;
}




/* =========== A PROPOS 1 ===========*/

.about-section {
    padding: 60px 20px;
    color: #111;
    margin-top: 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

.about-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
}

.about-image {
    flex: 1;
    min-width: 400px;
    padding: 20px;
    margin-right: 200px;

}

.about-image img {
    max-width: 500px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(255, 0, 0, 0.361);
    margin-left: 70px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    object-position: right;
}

.about-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 50px rgba(255, 0, 0, 0.69);
}

.about-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    max-width: 550px;
    margin-right: 60px;
    font-family: 'LemonMilk', sans-serif;
    font-weight: 200;
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #9d3135;
    text-transform: uppercase;
}

.about-text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    font-family: 'LemonMilk';
    font-size: 1rem;
    gap: 15px;
}

.about-text ul li {
    font-size: 1.1rem;
    margin-bottom: 12px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: justify;
}

.cta-btn {
    display: inline-block;
    margin-top: 35px;
    background-color: #9d3135;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 1rem;
    padding: 14px 28px;
    letter-spacing: 1px;
}

.cta-btn:hover {
    background-color: #801818;
}

.icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

/* =========== LOGO A PROPOS =========== */

.decorative-logo {
    position: absolute;
    top: 27%;
    right: 5%;
    width: 250px;
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;

}


/* =========================================================
   ABOUT + HERO — Responsive (sans modifier le desktop)
   Breakpoints : 1200 / 992 / 768 / 640 / 560
   ========================================================= */

/* ≤ 1200px ------------------------------------------------ */
@media (max-width: 1200px) {
    .about-section {
        margin-top: 64px;
        padding: 48px 20px;
    }

    .about-wrapper {
        max-width: 92%;
    }

    .about-image {
        min-width: 360px;
        margin-right: 120px;
    }

    .about-image img {
        max-width: 460px;
        height: 440px;
        margin-left: 40px;
    }

    .about-text {
        max-width: 520px;
        margin-right: 40px;
    }
}

/* ≤ 992px — mise en page plus fluide, logo décoratif réduit --- */
@media (max-width: 992px) {
    .about-wrapper {
        max-width: 94%;
        gap: 16px;
    }

    .about-image {
        min-width: 320px;
        margin-right: 48px;
        padding: 12px;
    }

    .about-image img {
        max-width: 420px;
        height: 400px;
        margin-left: 0;
    }

    .about-text {
        margin-right: 0;
    }

    .decorative-logo {
        width: 180px;
        top: 10%;
        right: 3%;
        opacity: .55;
    }
}

/* ≤ 768px — réorganisation → Titre, Image, Liste, Paragraphe, CTA */
@media (max-width: 768px) {
    .about-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "image"
            "list"
            "paragraph"
            "cta";
        gap: 20px;
        max-width: 96%;
        margin: 0 auto;
    }

    /* enfants de about-text participent directement à la grille */
    .about-text {
        display: contents;
    }

    /* Titre (zone 1) + apparition douce + soulignement animé */
    .about-text>h2 {
        grid-area: title;
        position: relative;
        text-align: center;
        /* changer en start si besoin */
        font-size: 2rem;
        margin: 0 0 18px;
        animation: aboutHeadingIn .45s ease-out both;
    }

    .about-text>h2::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        transform: translateX(-50%) scaleX(0);
        transform-origin: center;
        width: 64px;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(90deg, #c93f44, #9d3135);
        animation: aboutUnderline .8s cubic-bezier(.2, .7, .2, 1) .12s both;
    }

    /* Image (zone 2) */
    .about-image {
        grid-area: image;
        width: 100%;
        padding: 8px 0;
        margin: 0 auto;
    }

    .about-image img {
        width: 100%;
        max-width: 680px;
        height: 300px;
        margin: 0 auto;
        border-radius: 16px;
        object-fit: cover;
        box-shadow: 0 12px 32px rgba(157, 49, 53, .18);
    }

    /* Liste (zone 3) */
    .about-text>ul {
        grid-area: list;
        margin-bottom: 12px;
        gap: 10px;
    }

    .about-text>ul li {
        font-size: 1.05rem;
        gap: 10px;
    }

    /* Paragraphe (zone 4) */
    .about-text>p {
        grid-area: paragraph;
        margin: 6px 0 0;
        font-size: 1.05rem;
        line-height: 1.65;
        letter-spacing: .2px;
        text-align: justify;
    }

    /* CTA (zone 5) */
    .about-text>.cta-btn {
        grid-area: cta;
        justify-self: start;
        /* center si besoin */
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 22px;
        font-size: 1rem;
        border-radius: 24px;
        margin-top: 8px;
        background: linear-gradient(90deg, #c93f44, #9d3135);
        box-shadow: 0 6px 14px rgba(201, 63, 68, .25);
    }

    .icon {
        width: 36px;
        height: 36px;
    }

    .decorative-logo {
        width: 140px;
        top: 6%;
        right: 2%;
        opacity: .4;
    }
}

/* Animations (titres) ---------------------------------------- */
@keyframes aboutHeadingIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutUnderline {
    from {
        transform: translateX(-50%) scaleX(0);
    }

    to {
        transform: translateX(-50%) scaleX(1);
    }
}

/* ≤ 640px — ajuste header + hero ----------------------------- */
@media (max-width: 640px) {
    header {
        min-height: auto;
        padding-top: calc(var(--nav-h, 72px) + 8px);
        padding-bottom: 8px;
    }

    .image-separation {
        display: none;
    }

    .hero-text {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .about-section {
        margin-top: 12px;
    }
}

/* ≤ 560px — micro-ajustements téléphone ---------------------- */
@media (max-width: 560px) {
    .about-section {
        padding: 32px 14px;
    }

    .about-image img {
        height: 300px;
        border-radius: 14px;
    }

    .about-text {
        font-size: 1rem;
    }

    /* cohérent avec ≤768px : taille fluide via clamp */
    .about-text>h2 {
        font-size: clamp(1.65rem, 6.5vw, 2rem);
    }

    /* CTA un peu plus compact uniquement ici */
    .cta-btn {
        padding: 12px 20px;
        font-size: .98rem;
        width: auto;
    }

    .decorative-logo {
        display: none;
    }
}





/* =========== DECOUVREZ NOS ESPACES =========== */
.section-label {
    text-align: center;
    color: rgb(157, 49, 53);
    font-weight: bold;
    font-size: 3.5rem;
    font-family: 'Sport Bold', sans-serif;
    padding: 80px 40px;
    text-transform: uppercase;

}

/* =========== INTERIEUR =========== */


.interior-section {
    position: relative;
    padding: 50px 0 60px;
    overflow: visible;
    margin-top: 200px;
}

.interior-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.interior-image {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.interior-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
    will-change: transform;

}

.interior-text {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    text-align: justify;

}

.interior-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: rgb(157, 49, 53);

}

.interior-text p {
    font-size: 1.3rem;
    line-height: 1.6;
}

.interior-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
    padding: 0 20px;
    max-width: 1200px;
    margin: 40px auto 0;

}

.interior-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.255);
    transition: transform 0.3s ease;
    z-index: 3;
}

.interior-gallery img:hover {
    transform: scale(1.08);
}

.image1 {
    object-position: center -210px;

}

.image2 {
    object-position: center -160px;
}

/* =========== LOGO SNACK UMIT =========== */

.drapeau-conteneur {
    position: relative;
}


.flag-bg {
    position: absolute;
    top: -5%;
    left: 25%;
    transform: translateX(-100%) translateY(200px) rotate(-15deg);
    transform-origin: center center;
    width: 600px;
    height: auto;
    z-index: -155;
    pointer-events: none;
    opacity: 0.4;
    filter: none;
    transition: opacity 1.2s ease, transform 1.2s ease;
}

/* État final (visible) */
.flag-bg.visible {
    opacity: 0.2;
    transform: translateX(-50%) translateY(0) rotate(25deg);

}


.flag-bg .flag-logo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    transform-origin: center center;

}

/* =========== SUN/SOLEIL LOGO =========== */

.logo-sun {
    position: absolute;
    top: -150px;
    right: -5%;
    width: 500px;
    height: auto;
    opacity: 0.4;
    transform: rotate(0deg);
    transition: transform 2s ease-in-out, opacity 3s ease;
    z-index: -5;
    will-change: transform, opacity;
    /* ✅ calque dédié */
    backface-visibility: hidden;
}

.logo-sun.visible {
    opacity: 0.4;
    transform: rotate(350deg) scale(1.1);
    filter: blur(0px);
}


/*  =========== RESPONSIVE INTERIOR SECTION =========== */

/* ≤ 1200px ---------------------------------------------------- */
@media (max-width: 1200px) {
    .interior-section {
        padding: 120px 20px 56px;
    }

    .interior-container {
        max-width: 1000px;
    }

    .interior-image {
        min-width: 340px;
        padding: 24px;
    }

    .interior-text {
        padding: 16px 20px;
    }

    .interior-text h2 {
        font-size: 2.3rem;
    }

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

/* ≤ 992px ----------------------------------------------------- */
@media (max-width: 992px) {
    .interior-section {
        padding: 100px 18px 48px;
        margin-top: 170px;
    }

    .interior-container {
        max-width: 920px;
        gap: 8px;
    }

    .interior-image {
        min-width: 300px;
        padding: 20px;
    }

    .interior-image img {
        max-height: 360px;
        border-radius: 12px;
    }

    .interior-text {
        min-width: 280px;
        padding: 14px 18px;
    }

    .interior-text h2 {
        font-size: 2.1rem;
        margin-bottom: 16px;
    }

    .interior-text p {
        font-size: 1.12rem;
        line-height: 1.65;
    }

    .interior-gallery {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 16px;
        padding: 0 12px;
        max-width: 992px;
    }

    .interior-gallery img {
        height: 180px;
        border-radius: 12px;
    }
}


/* ≤ 768px — empilement colonne (Texte → Grande image → Galerie) */
@media (max-width: 768px) {
    .interior-section {
        padding: 80px 14px 40px;
        margin-top: 150px;
    }

    .interior-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 96%;
        margin: 0 auto;
        gap: 16px;
    }

    /* 1) TEXTE en premier */
    .interior-text {
        order: 1;
        width: 100%;
        max-width: 760px;
        padding: 8px 2px;
        text-align: left;
        margin-bottom: 8px;

    }

    .interior-text h2 {
        font-size: 1.9rem;
        margin: 10px 0 12px;
    }

    .interior-text p {
        font-size: 1.06rem;
        line-height: 1.65;
    }

    /* 2) GRANDE IMAGE en second */
    .interior-image {
        order: 2;
        width: 100%;
        min-width: 0;
        padding: 12px 0;
    }

    .interior-image img {
        width: 100%;
        height: 56vw;
        max-height: 340px;
        object-fit: cover;
        border-radius: 14px;
        box-shadow: 0 10px 26px rgba(157, 49, 53, .16);
    }

    /* 3) GALERIE en troisième (les 4 petites) */
    .interior-gallery {
        order: 3;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 14px;
        padding: 0 8px;
        max-width: 768px;
        margin: 28px auto 0;
    }

    .interior-gallery img {
        height: 160px;
        border-radius: 12px;
    }

    /* Désactive le zoom au survol sur écrans tactiles */
    @media (hover: none) {
        .interior-gallery img:hover {
            transform: none;
        }
    }
}

/* ≤ 560px — micro-ajustements -------------------------------- */
@media (max-width: 560px) {
    .interior-section {
        padding: 64px 12px 32px;
        margin-top: 120px;
    }

    .interior-image img {
        height: 48vw;
        max-height: 280px;
        border-radius: 12px;
        object-position: center top;
    }

    .interior-text h2 {
        font-size: 1.65rem;
    }

    .interior-text p {
        font-size: 1rem;
    }

    .interior-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 6px;
        max-width: 560px;
    }

    .interior-gallery img {
        width: 100%;
        height: 140px;
        /* ✅ cadre fixe */
        border-radius: 10px;
        object-fit: cover;
        /* ✅ remplissage */
        object-position: center;
        /* par défaut */
    }

    img.image1 {
        object-position: center -120px;
        /* ✅ focus sur le bas */
    }

    img.image2 {
        object-position: center -100px;
        /* ✅ focus sur le haut */
    }

}

/* Hover doux uniquement si pointeur précis -------------------- */
@media (hover: hover) {
    .interior-gallery img {
        transition: transform .25s ease, box-shadow .25s ease;
    }

    .interior-gallery img:hover {
        transform: scale(1.04);
        box-shadow: 0 8px 22px rgba(157, 49, 53, .22);
    }
}


@media (max-width: 768px) {
    .interior-gallery {
        margin-bottom: 300px;
        /* espace sous les 4 images */
    }

    .logo-sun {
        position: absolute;
        top: -260px;
        /* placé juste après la galerie */
        right: -120px;
        /* bien calé à droite */
        width: 450px;
        /* taille un peu réduite pour respirer */
        height: auto;
        opacity: .35;
        /* opacité douce */
        z-index: -1;
        /* décoratif derrière */
        transform: rotate(0deg);
        transition: transform 2s ease, opacity 2s ease;
    }

    .logo-sun.visible {
        opacity: .45;
        transform: rotate(350deg) scale(1.05);
    }
}


/* =========== TERRASSE =========== */


.terrace-section {
    position: relative;
    padding-top: 150px;
    overflow: visible;
    padding: 60px 0;
    z-index: 0;

}

.terrace-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.terrace-image {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.terrace-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
    object-position: center bottom;
}

.terrace-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    text-align: justify;
}

.terrace-text h2 {

    font-size: 2.5rem;
    margin-bottom: 20px;
    color: rgb(157, 49, 53);
}

.terrace-text p {
    font-size: 1.3rem;
    line-height: 1.6;
}

.terrace-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
    padding: 0 20px;
    max-width: 1200px;
    margin: 40px auto 0;
}

.terrace-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;

    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.255);
    transition: transform 0.3s ease;
}

.terrace-gallery img:hover {
    transform: scale(1.08);
}

.img1 {
    object-position: center -160px;
}

.img2 {
    object-position: center -180px;

}

.img3 {
    object-position: center -180px;

}



/* ===========================
   TERRASSE — RESPONSIVE ONLY
   (ne modifie pas le desktop)
   Breakpoints : 1200 / 992 / 768 / 560
   =========================== */

/* ≤ 1200px */
@media (max-width: 1200px) {
    .terrace-section {
        padding: 120px 20px 56px;
    }

    .terrace-container {
        max-width: 1000px;
    }

    .terrace-image {
        min-width: 340px;
        padding: 24px;
        object-position: center bottom;
    }

    .terrace-text {
        padding: 16px 20px;
    }

    .terrace-text h2 {
        font-size: 2.3rem;
    }

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

/* ≤ 992px */
@media (max-width: 992px) {
    .terrace-section {
        padding: 100px 18px 48px;
    }

    .terrace-container {
        max-width: 920px;
        gap: 8px;
    }

    .terrace-image {
        min-width: 300px;
        padding: 20px;
    }

    .terrace-image img {
        max-height: 360px;
        border-radius: 12px;
    }

    .terrace-text {
        min-width: 280px;
        padding: 14px 18px;
    }

    .terrace-text h2 {
        font-size: 2.1rem;
        margin-bottom: 16px;
    }

    .terrace-text p {
        font-size: 1.12rem;
        line-height: 1.65;
    }

    .terrace-gallery {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 16px;
        padding: 0 12px;
        max-width: 992px;
    }

    .terrace-gallery img {
        height: 180px;
        border-radius: 12px;
    }
}

/* ≤ 768px — empilement colonne (Texte → Grande image → Galerie) */
@media (max-width: 768px) {
    .terrace-section {
        padding: 80px 14px 40px;
    }

    .terrace-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 96%;
        margin: 0 auto;
        gap: 16px;
    }

    /* 1) TEXTE */
    .terrace-text {
        order: 1;
        width: 100%;
        max-width: 760px;
        padding: 8px 2px;
        text-align: left;
        margin-bottom: 8px;
    }

    .terrace-text h2 {
        font-size: 1.9rem;
        margin: 10px 0 12px;
    }

    .terrace-text p {
        font-size: 1.06rem;
        line-height: 1.65;
    }

    /* 2) GRANDE IMAGE */
    .terrace-image {
        order: 2;
        width: 100%;
        min-width: 0;
        padding: 12px 0;
    }

    .terrace-image img {
        width: 100%;
        height: 56vw;

        max-height: 340px;
        object-fit: cover;
        border-radius: 14px;
        box-shadow: 0 10px 26px rgba(157, 49, 53, .16);
    }

    /* 3) GALERIE */
    .terrace-gallery {
        order: 3;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 14px;
        padding: 0 8px;
        max-width: 768px;
        margin: 28px auto 0;
    }

    .terrace-gallery img {
        height: 160px;
        border-radius: 12px;
    }

    /* Pas d'effet hover exagéré sur tactile */
    @media (hover: none) {
        .terrace-gallery img:hover {
            transform: none;
        }
    }
}

/* ≤ 560px — micro-ajustements */
@media (max-width: 560px) {
    .terrace-section {
        padding: 64px 12px 32px;
    }

    .terrace-image img {
        height: 48vw;
        max-height: 280px;
        border-radius: 12px;
        object-position: 50% 95%;
    }

    .terrace-text h2 {
        font-size: 1.65rem;
    }

    .terrace-text p {
        font-size: 1rem;
    }

    .terrace-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 6px;
        max-width: 560px;
    }

    .terrace-gallery img {
        height: 140px;
        border-radius: 10px;
        object-fit: cover;
    }

    .img1 {
        object-position: center -125px;


    }

    .img2 {
        object-position: bottom;
    }

    .img3 {
        object-position: bottom;
    }

    .img4 {
        object-position: 50%;
    }
}

/* Hover doux uniquement si pointeur précis */
@media (hover: hover) {
    .terrace-gallery img {
        transition: transform .25s ease, box-shadow .25s ease;
    }

    .terrace-gallery img:hover {
        transform: scale(1.04);
        box-shadow: 0 8px 22px rgba(157, 49, 53, .22);
    }
}


/* =========== MAIN END FIN =========== */

.main-end {
    text-align: center;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-family: 'Sport Bold', Arial, Helvetica, sans-serif;
    margin-bottom: 180px;
    margin-top: 100px;
}

.btn-container {
    display: flex;
    justify-content: center;
    padding-bottom: 160px;
}


.btn {
    color: rgb(157, 49, 53);
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgb(157, 49, 53);
    padding: 10px 20px;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    position: relative;
    transition: all 0.7s;
    overflow: hidden;
    border-radius: 7px
}

.btn:hover {
    color: white;
}

.btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: rgb(157, 49, 53);
    z-index: -1;
    transition: all 1s;
}

.btn:hover::before {
    width: 160%;
}



/* ===== CTA de fin — Responsive uniquement (ne change pas l'effet) ===== */

/* ≤ 992px : espace un peu réduit, bouton plus présent */
@media (max-width: 992px) {
    .main-end {
        margin-top: 72px;
        margin-bottom: 140px;
        font-size: clamp(1.8rem, 3.2vw, 2.1rem);
    }

    .btn {
        font-size: 1.3rem;
        padding: 12px 28px;
        /* plus large → respire mieux */
    }
}

/* ≤ 768px : tailles confort + tap-friendly */
@media (max-width: 768px) {
    .main-end {
        margin-top: 60px;
        margin-bottom: 110px;
        font-size: clamp(1.6rem, 6vw, 2rem);
        padding: 0 12px;
        /* évite le bord sur écrans étroits */
    }

    .btn {
        font-size: 1.25rem;
        /* texte plus gros */
        padding: 14px 32px;
        /* plus d’espace autour */
    }
}

/* ≤ 560px : compacité max, gros bouton facile à cliquer */
@media (max-width: 560px) {
    .main-end {
        margin-top: 140px;
        margin-bottom: 144px;
        font-size: clamp(1.35rem, 7vw, 1.75rem);
    }

    .btn-container {
        padding-bottom: 72px;
        margin-bottom: 150px;
    }

    .btn {
        font-size: 1.35rem;
        /* encore un cran au-dessus */
        padding: 16px 34px;
        /* gros bouton tap-friendly */
    }
}

/* Pointeur précis : garde l'hover existant */
@media (hover: hover) {
    .btn:hover {
        color: #fff;
    }

    .btn:hover::before {
        width: 160%;
    }
}

/* Tactile : feedback rapide au clic, sans toucher à l'effet principal */
@media (hover: none) {
    .btn:active {
        transform: translateY(1px);
        transition-duration: .2s;
    }
}


/* =========== FOOTER =========== */

footer {
    text-align: center;
    padding: 40px 20px;
    background-color: #111;
    color: #aaa;
    font-size: 0.9rem;
}

footer .haut-de-page {
    display: inline-block;
    margin-top: 10px;
    color: rgb(157, 49, 53);
    text-decoration: none;

}

footer .haut-de-page:hover {
    text-decoration: underline;
}




/* ============================================== RESTAURANT PAGE ============================================== */

body.restaurant-page header {
    background-image: none;
    height: auto;
    min-height: 0;
}

/* SECTION HEADER */
.restaurant-header {
    text-align: center;
    padding: 60px 20px 40px;
}

.restaurant-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #9d3135;
    font-family: 'Sport Bold', sans-serif;
    text-transform: uppercase;
}

.restaurant-header p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

.restaurant-header .divider {
    width: 30%;
    height: 3px;
    background-color: #9d3135;
    margin: 0 auto;
    border-radius: 2px;
}





/* ----- LAYOUT -------- */
/* ===== Localisation – version clean avec accent à gauche ===== */

:root {
    --brand: #9d3135;
    /* rouge thème */
    --brand-2: #c44a4a;
    /* rouge secondaire */
    --ink: #1f1f1f;
}

/* Grille (inchangé si tu l’aimes) */
.loca {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    margin: 50px auto 20px;
    padding: 0 120px;
    align-items: stretch;
}

/* ----- Carte info (gauche) ----- */
.loca-card {

    border: 1px solid #eee;
    border-radius: 14px;
    padding: 0px 20px 18px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
}

/* Titre avec petite barre soulignée */
.loca-head {
    display: flex;
    align-items: center;
    gap: 10px;
}



.loca-head h2 {
    margin-bottom: 30px;
    font-family: 'Sport Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: var(--brand);
    font-size: 2.1rem;
    position: relative;
    padding-top: -10px;
}

.loca-head h2::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    background: var(--brand);
    border-radius: 2px;
    margin-top: 6px;
}

/* Adresse plus compacte et lisible */
.loca-address {
    color: var(--ink);
    line-height: 1.35;
    margin-bottom: 40px;
}

.loca-address .street {
    font-weight: 800;
    font-size: 1.4rem;
}

.loca-address .city {
    font-weight: 700;
    font-size: 1.15rem;
    color: #3a3a3a;
}

/* Boutons neutres (plus d’anneaux colorés) */
.loca-actions {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.loca-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.15rem;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    padding: 16px 14px;
    border-radius: 10px;
    border: 1px solid;
    /* neutre */
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    transition: all 0.3s ease;
}

.loca-btn:hover {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 8px 18px rgba(157, 49, 53, .25);
    transform: translateY(-4px);
}



.loca-btn.gmaps,
.loca-btn.apple,
.loca-btn.waze {
    border-color: var(--brand);
}

/* neutralise les anciens styles */

/* Petit séparateur avant le badge (optionnel) */
.loca-actions+.loca-badge {
    margin-top: 32px;
}

/* Bandeau parking discret, pas trop éloigné */
.loca-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff7f7;
    color: var(--brand);
    font-weight: 800;
    padding: 10px 14px;
    border: 1px solid #f3d2d2;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(157, 49, 53, .08);
}

/* ----- Carte Google (droite) : hauteur fixe, coins et ombre ----- */
.loca-map {
    height: 560px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}

.loca-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* =========================================================
   LOCALISATION — Responsive uniquement (desktop inchangé)
   Breakpoints : 1200 / 992 / 768 / 640 / 560
   ========================================================= */

/* ≤ 1200px : resserrer la grille et l’air latéral */
@media (max-width: 1200px) {
    .loca {
        grid-template-columns: 1fr 1.1fr;
        gap: 32px;
        padding: 0 80px;
        margin: 48px auto 20px;
    }

    .loca-card {
        min-height: 480px;
    }

    .loca-map {
        height: 520px;
    }

    .loca-head h2 {
        font-size: 2rem;
    }

    .loca-address .street {
        font-size: 1.3rem;
    }

    .loca-address .city {
        font-size: 1.08rem;
    }

    .loca-btn {
        font-size: 1.08rem;
        padding: 14px 14px;
    }
}

/* ≤ 992px : passage en colonne (info au-dessus de la carte) */
@media (max-width: 992px) {
    .loca {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 48px;
        max-width: 980px;
    }

    /* Ordre naturel : fiche d'info puis carte */
    .loca-card {
        order: 1;
        min-height: unset;
    }

    .loca-map {
        order: 2;
        height: 480px;
    }

    .loca-head h2 {
        font-size: 1.9rem;
        margin-bottom: 22px;
    }

    .loca-address {
        margin-bottom: 28px;
    }

    .loca-address .street {
        font-size: 1.22rem;
    }

    .loca-address .city {
        font-size: 1.05rem;
    }

    .loca-actions {
        gap: 10px;
    }

    .loca-btn {
        font-size: 1.05rem;
        padding: 14px;
    }

    .loca-badge {
        margin-top: 24px;
    }
}

/* ≤ 768px : confort mobile, boutons “tap-friendly” */
@media (max-width: 768px) {
    .loca {
        gap: 20px;
        padding: 0 20px;
        max-width: 96%;
    }

    .loca-card {
        padding: 6px 16px 16px;
        border-radius: 12px;
        gap: 12px;
    }

    .loca-head {
        gap: 8px;
    }

    .loca-head h2 {
        font-size: 1.8rem;
        letter-spacing: .3px;
        margin-bottom: 18px;
    }

    .loca-head h2::after {
        width: 50px;
        height: 3px;
        margin-top: 6px;
    }

    .loca-address {
        line-height: 1.45;
        margin-bottom: 22px;
    }

    .loca-address .street {
        font-size: 1.18rem;
    }

    .loca-address .city {
        font-size: 1.02rem;
    }

    .loca-actions {
        gap: 12px;
    }

    .loca-btn {
        padding: 14px 16px;
        font-size: 1.06rem;
        border-radius: 10px;
    }

    .loca-badge {
        padding: 10px 12px;
        border-radius: 10px;
    }

    .loca-map {
        height: 420px;
        border-radius: 12px;
    }
}

/* ≤ 640px : éviter le bord de l’écran, tailles compactes */
@media (max-width: 640px) {
    .loca {
        padding: 0 16px;
        gap: 18px;
    }

    .loca-head h2 {
        font-size: 1.7rem;
    }

    .loca-address .street {
        font-size: 1.12rem;
    }

    .loca-address .city {
        font-size: .98rem;
    }

    .loca-btn {
        font-size: 1rem;
        padding: 12px 14px;
    }

    .loca-map {
        height: 360px;
    }
}

/* ≤ 560px : compacité max, lisibilité préservée */
@media (max-width: 560px) {
    .loca {
        padding: 0 12px;
        gap: 14px;
    }

    .loca-card {
        padding: 6px 14px 14px;
        border-radius: 10px;
    }

    .loca-head h2 {
        font-size: 1.55rem;
    }

    .loca-head h2::after {
        width: 44px;
    }

    .loca-address .street {
        font-size: 1.08rem;
    }

    .loca-address .city {
        font-size: .95rem;
    }

    .loca-actions {
        gap: 10px;
    }

    .loca-btn {
        width: 100%;
        /* bouton pleine largeur sur très petit */
        padding: 12px 14px;
        font-size: .98rem;
    }

    .loca-map {
        height: 300px;
        border-radius: 10px;
    }
}

/* Hover plus doux uniquement si pointeur précis (évite “saut” tactile) */
@media (hover: hover) {
    .loca-btn {
        transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
    }

    .loca-btn:hover {
        transform: translateY(-3px);
    }
}

/* Sur écrans tactiles : désactive la translation au “tap” */
@media (hover: none) {
    .loca-btn:hover {
        transform: none;
    }
}

/* ===== Responsive fix boutons localisation ===== */
@media (max-width: 768px) {
    .loca-card {
        overflow: hidden;
        /* coupe les débords dans la carte */
        padding-left: 14px;
        padding-right: 14px;
        /* réduit légèrement les bords */
    }

    .loca-btn {
        width: 100%;
        /* les boutons prennent toute la largeur */
        max-width: 100%;
        /* évite tout dépassement */
        box-sizing: border-box;
        /* padding + border inclus */
        align-self: stretch;
        /* forçage flex */
    }
}



.horaires {
    max-width: 820px;
    margin: 48px auto 0;
    padding: 24px 28px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
    border-top: 6px solid var(--brand);

}

.horaires h2 {
    text-align: center;
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #9d3135;
    margin: 0 0 14px;
    text-decoration: underline;
}

.horaires-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
}

.horaires-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px dashed #e9e9e9;
}

.horaires-list li:last-child {
    border-bottom: 0;
}

.horaires .jour {
    font-weight: 700;
    letter-spacing: .2px;
}

.horaires .heure {
    font-weight: 600;
}

.horaires .heure.ferme {
    color: #b00020;
}

.horaires-list li.today {
    background: #fff7f7;
    border-radius: 10px;
    padding: 12px 12px;
}

.horaires-list li.today .jour {
    color: #9d3135;
}

.horaires .badge {
    display: inline-block;
    margin-left: .6rem;
    padding: .15rem .55rem;
    border-radius: 999px;
    font-size: .85rem;
    background: #9d3135;
    color: #fff;
}

.note-horaire {
    margin: 12px 0 0;
    text-align: center;
    color: #666;
    font-size: .95rem;
}

/* ===== Responsive fix: marges horaires ===== */
@media (max-width: 768px) {
    .horaires {
        margin-top: 100px;
        margin-left: 14px;
        margin-right: 14px;
        margin-bottom: 100px;
        padding: 20px;
    }
}

@media (max-width: 560px) {
    .horaires {
        margin-left: 10px;
        margin-right: 10px;
        /* encore un peu plus compact */
        padding: 18px;
    }
}

/* ===== Contacts ===== */
.contacts {
    margin: 40px auto 0;
    padding: 0 120px;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;

}

.contact-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    border-bottom: 6px solid var(--brand);
    padding: 22px 20px 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
    max-width: 835px;
    width: 100%;

}

.contact-head {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.contact-head i {
    color: var(--brand);
    font-size: 30px;
}

.contact-head h2 {
    margin: 0 0 8px 0;
    font-family: 'Sport Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: var(--brand);
    font-size: 2rem;
    position: relative;

}

.contact-head h2::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    background: var(--brand);
    border-radius: 2px;
    margin-top: 6px;
}

.contact-sub {
    margin: 6px 0 14px;
    color: #444;
}

.contact-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

/* pills (cohérent avec tes boutons d’itinéraires) */
.pill-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    transition: all .35s cubic-bezier(.25, .8, .25, 1);
}

.pill-btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.pill-btn.call {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
}

.pill-btn.call:hover {
    box-shadow: 0 8px 20px rgba(157, 49, 53, .25);
}

.pill-btn.wa {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}

.pill-btn i {
    font-size: 1.05rem;
}

/* liste des coordonnées */
.contact-list {
    list-style: none;
    margin: 4px 0 6px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.contact-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 6px;
    border-bottom: 1px dashed #eee;
}

.contact-list li:last-child {
    border-bottom: 0;
}

.contact-list .label {
    font-weight: 700;
    color: #222;
}

.contact-list a {
    color: #444;
    text-decoration: none;
}

.contact-list a:hover {
    color: var(--brand);
    text-decoration: underline;
}

.contact-note {
    margin-top: 8px;
    color: #666;
    font-size: .95rem;
}

.contact-list .label i {
    margin-right: 8px;
    color: var(--brand);
    font-size: 1.1rem;
}


/* ========== Contacts — Responsive uniquement (desktop intact) ========== */

/* ≤ 1200px : bords un peu resserrés */
@media (max-width: 1200px) {
    .contacts {
        padding: 0 60px;
    }
}

/* ≤ 992px : carte centrée, typo légèrement réduite */
@media (max-width: 992px) {
    .contacts {
        padding: 0 32px;
        margin: 32px auto 72px;
    }

    .contact-card {
        padding: 20px 18px;
    }

    .contact-head h2 {
        font-size: 1.8rem;
    }

    .contact-quick {
        gap: 12px;
    }

    .pill-btn {
        padding: 12px 18px;
    }
}

/* ≤ 768px : colonne unique, pills en 2 colonnes fluides (anti-débordement) */
@media (max-width: 768px) {
    .contacts {
        padding: 0 16px;
        margin: 28px auto 60px;
    }

    .contact-card {
        max-width: 720px;
    }

    .contact-head h2 {
        font-size: 1.6rem;
    }

    .contact-sub {
        font-size: .98rem;
    }

    /* Grille 2 colonnes où chaque cellule peut se réduire */
    .contact-quick {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
        margin-bottom: 14px;
    }

    .contact-quick>* {
        min-width: 0;
    }

    /* laisse rétrécir les enfants */

    .pill-btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 14px 16px;
        font-size: 1.05rem;
        white-space: normal;
        /* retour à la ligne autorisé */
        word-break: break-word;
        /* coupe proprement si besoin */
        text-align: center;
    }

    /* Liste plus compacte */
    .contact-list {
        gap: 6px;
    }

    .contact-list li {
        padding: 10px 2px;
    }
}

/* ≤ 560px : très compact, boutons en 1 colonne (sécurité anti-débordement) */
@media (max-width: 560px) {
    .contacts {
        padding: 0 10px;
    }

    .contact-card {
        padding: 18px 14px;
        border-radius: 12px;
        overflow: hidden;
        /* filet de sécurité visuel */
    }

    .contact-head h2 {
        font-size: 1.4rem;
    }

    .contact-head i {
        font-size: 26px;
    }

    .contact-quick {
        grid-template-columns: 1fr;
        /* 1 colonne */
        gap: 10px;
    }

    .pill-btn {
        font-size: 1.08rem;
        padding: 14px 18px;
    }

    .contact-list {
        gap: 6px;
    }

    .contact-note {
        font-size: .9rem;
    }
}

/* Confort tactile (effet inchangé sur desktop) */
@media (hover: none) {
    .pill-btn:active {
        transform: scale(.98);
        transition: transform .12s ease;
    }
}


/* ==== COMMANDER ==== */

:root {
    --brand: #9d3135;
    /* rouge thème */
    --brand-2: #c44a4a;
    --ink: #1f1f1f;
    --card: #fff;
    --line: #eee;
}

/* HERO */
.cmd-hero {
    text-align: center;
    padding: 60px 20px 40px;
}

.cmd-hero h1 {
    font-size: 2.4rem;
    color: var(--brand);
    font-family: 'Sport Bold', sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.cmd-hero p {
    color: #555;
    font-size: 1.1rem;
    margin: 0 0 14px;
}

.divider {
    width: 30%;
    height: 3px;
    margin: 0 auto;
    background: var(--brand);
    border-radius: 2px;
}

/* ACTIONS RAPIDES */
.cmd-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 24px auto 10px;
    padding: 0 20px;
}

.pill-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #fff;
    color: #111;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.pill-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.pill-btn.call {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
}

.pill-btn.wa {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}

.pill-btn.map {
    border-color: var(--brand);
    color: var(--brand);
}

.cmd-badge {
    align-self: center;
    background: #fff7f7;
    color: var(--brand);
    font-weight: 800;
    padding: 8px 12px;
    border: 1px solid #f3d2d2;
    border-radius: 10px;
}

/* FORM */
.cmd-form {
    max-width: 860px;
    margin: 28px auto;
    padding: 22px 20px 20px;
    background: var(--card);
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
}

.cmd-form h2 {
    margin: 0 0 10px;
    color: var(--brand);
    text-transform: uppercase;
    font-family: 'Sport Bold', sans-serif;
}

.cmd-note {
    color: #555;
    margin: 20px 0 16px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

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

.field span {
    font-weight: 700;
    color: #222;
}

input,
select,
textarea {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px 12px;
    font-size: 1rem;
    background: #fff;
    color: #111;
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(157, 49, 53, .15);
}

.cmd-actions-bottom {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 12px;
    border: 0;
    cursor: pointer;
    background: var(--brand);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(157, 49, 53, .25);
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.cmd-legal {
    color: #666;
    font-size: .95rem;
}

/* INFOS */
.cmd-infos {
    max-width: 860px;
    margin: 20px auto 80px;
    padding: 22px 20px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
}

.cmd-infos h2 {
    margin: 0 0 10px;
    color: var(--brand);
    text-transform: uppercase;
    font-family: 'Sport Bold', sans-serif;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.info-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.info-list i {
    color: var(--brand);
    margin-top: 2px;
}

/* ===================== PARTENAIRES ===================== */
.cmd-partners {
    max-width: 860px;
    margin: 70px auto;
    padding: 22px 20px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
}

.cmd-partners h2 {
    margin: 0 0 12px;
    color: var(--brand);
    text-transform: uppercase;
    font-family: 'Sport Bold', sans-serif;
}

/* 2 colonnes (Uber Eats + Takeaway) */
.partner-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    background: #fff;
    color: #111;
    text-decoration: none;
    border: 1px dashed #ddd;
    border-radius: 14px;
    transition: transform .2s ease, box-shadow .2s ease;
}

/* Logos homogènes (PNG/JPG/SVG) */
.partner img,
.partner svg {
    display: block;
    width: clamp(102px, 40vw, 182px);
    /* -18px */
    max-height: 122px;
    /* -18px */
    height: auto;
    object-fit: contain;
    pointer-events: none;
}

/* Focus accessible sur le lien carte */
.partner:focus-visible {
    outline: 3px solid rgba(157, 49, 53, .25);
    outline-offset: 3px;
}

.partner:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .10);
}

.partner.disabled {
    opacity: .6;
    cursor: not-allowed;
}

/* ---------- Responsive ---------- */
/* ≤ 992px : un peu d’air autour */
@media (max-width: 992px) {
    .cmd-partners {
        margin: 56px auto;
    }

    .partner-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* ≤ 768px : même hauteur et logos normalisés */
@media (max-width: 768px) {
    .cmd-partners {
        margin-inline: 12px;
        padding: 18px 16px;
    }

    .partner {
        min-height: 120px;
    }

    .partner img,
    .partner svg {
        height: 56px;
        width: auto;
        max-width: 90%;
    }
}

/* ≤ 560px : compact, 1 colonne */
@media (max-width: 560px) {
    .cmd-partners {
        margin-inline: 10px;
        padding: 16px 14px;
        border-radius: 12px;
        overflow: hidden;
    }

    .partner-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .partner {
        min-height: 110px;
    }

    .partner img,
    .partner svg {
        height: 50px;
    }
}


@media (max-width: 768px) {


    .partner img[alt="Uber Eats"],
    .partner svg[aria-label="Uber Eats"] {
        height: 64px;

        max-width: 92%;
    }

    .partner img[alt="Takeaway"],
    .partner svg[aria-label="Takeaway"] {
        height: 58px;

        max-width: 88%;
    }
}