

html, body {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: Arial, sans-serif;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* ===========================
   BASE + BODY + WHATSAPP
   =========================== */

body {
    zoom: 1;
    color: #111e10;
    background: #ffffff;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    background-image: url("images/cap.jpg");
    line-height: 1.6;
}

body w img {
    position: fixed;
    right: 0;
    top: 75%;
    filter: drop-shadow(0 6px 18px rgba(0,0,0,0.6));
    transition: 0.3s;
}

body w img:hover {
    transform: translateY(-2px) scale(1.03);
    filter: drop-shadow(0 10px 26px rgba(0,0,0,0.8));
}

/* ===========================
   HEADER + NAV + FOOTER
   =========================== */

header {
    background: #1d331c;
    color: #e7e098;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-image: url("images/header.jpg");
    box-shadow: 0 8px 24px rgba(0,0,0,0.55);
}

header h1 {
    padding-top: 5px;
    text-align: center;
}

nav ul {
    list-style: none;
    background: linear-gradient(to bottom, #987139, #cab775);
    display: flex;
    justify-content: center;
    text-align: center;
    height: 25px;
}

nav ul li {
    margin: 0 0rem;
    color: #1d331c;
}

nav ul li a {
    color: #1d331c;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: 0.25s;
}

nav ul li a:hover {
    color: #f8fff8;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(255,255,255,0.7);
}

nav ul li img {
    border: none;
    position: relative;
    margin-top: 3px;
    margin-right: 6px;
    overflow: hidden;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
    transition: 0.25s;
}
    
nav ul li img:hover {
    margin-top: 6px;
    margin-right: 6px;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.6));
}

section {
    top: 25%;
    padding: 2rem;
    text-align: center;
}

footer {
    background: #1d331c;
    color: #c5b06f;
    text-align: center;
    padding-top: 2px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    border-top: 2px solid #b39659;
    box-shadow: 0 -6px 20px rgba(0,0,0,0.6);
}

/* ===========================
   RESPONSIVE NAV
   =========================== */

@media (max-width: 490px) {
    nav ul {
        flex-direction: column;
        height: auto;
    }

    nav ul li {
        margin: 0.5rem 0;
    }
}

/* ===========================
   SECTIONS PADDING
   =========================== */

#ville,
#contact,
#services,
#tarifs,
#reservation, 
#cgv {
    padding-top: 10rem;
}

/* ===========================
   VERRE V2 (UNIQUEMENT)
   =========================== */

.glass {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    border: 1px solid rgba(255,255,255,0.22);
}

/* ===========================
   CLASSES PREMIUM (inchangées)
   =========================== */

.shadow-premium {
    box-shadow: 0 10px 32px rgba(0,0,0,0.55);
}

.shadow-premium-hover:hover {
    box-shadow: 0 14px 46px rgba(0,0,0,0.65);
    transform: translateY(-2px);
}

.border-gold-animated {
    border: 2px solid #f6d472;
    position: relative;
    overflow: hidden;
}

.border-gold-animated::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 240%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 230, 150, 0.7) 50%,
        transparent 100%
    );
    transition: 0.6s;
    pointer-events: none;
}

.border-gold-animated:hover::after {
    left: 120%;
}

.button-premium {
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    min-width: 128px;
    height: 28px;
    color: #f6d472;
    background: rgba(29,51,28,0.55);
    border-radius: 11px;
    border: 2px solid #f6d472;
    box-shadow: 0 6px 18px rgba(0,0,0,0.55);
    transition: 0.3s;
}

.button-premium:hover {
    background: #f6d472;
    color: #1d331c;
    box-shadow: 0 0 20px rgba(246,212,114,0.95);
    transform: scale(1.05);
}

/* ===========================
   FORMULAIRE PRINCIPAL
   =========================== */

#formulaire {   
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    min-width: 423px;
    max-width: 900px;
    min-height: 770px;
    padding-left: 0;
    border-radius: 25px;
    border-style: solid;
    border-width: 2px;
    border-color: #f6d472;
    box-shadow: 0 16px 40px rgba(0,0,0,0.75);
    overflow: hidden;

    /* VERRE V2 APPLIQUÉ ICI */
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);

    color: #e8e199;
}
/* ===========================
   INPUTS / SELECT
   =========================== */

#formulaire input[type="message"],
#formulaire input[type="tel"],
#formulaire input[type="cout"],
#formulaire input[type="text"],
#formulaire input[type="email"],
#formulaire input[type="datetime-local"],
#formulaire select[name="PASSAGERS"],
#formulaire select[name="BAGAGES"],
#formulaire input[type="number"] {
    position: relative;
    text-align: left;
    padding-left: 15px;
    left: 0;
    font-weight: 600;
    font-size: 14px;
    color: #111e10;
    background-color: rgba(255,255,255,0.80);
    border-color: #f6d472;
    border-style: solid;
    border-width: 2px;
    border-radius: 11px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: 0.3s;
}

#formulaire input[type="message"] { width: 75%; }
#formulaire input[type="tel"] { width: 75%; height: 25px; }
#formulaire input[type="cout"] { width: 200px; height: 25px; }
#formulaire input[type="text"] { width: 75%; height: 25px; }
#formulaire input[type="email"] { width: 75%; height: 25px; }

#formulaire input[type="datetime-local"] {
    text-align: center;
    margin-left: 0;
    padding-right: 15px;
    margin-top: 15px;
    width: 200px;
    margin-bottom: 22px;
    height: 25px;
}

#formulaire select[name="PASSAGERS"],
#formulaire select[name="BAGAGES"] {
    text-align: left;
    padding-left: 8px;
    width: 45px;
    height: 25px;
    margin-bottom: 3px;
}

#formulaire input[type="number"] {
    text-align: center;
    margin-bottom: 5px;
    width: 118px;
    height: 20px;
}

/* Hover + focus */

#formulaire input:hover,
#formulaire select:hover {
    box-shadow: 0 6px 15px rgba(0,0,0,0.35);
    transform: scale(1.01);
}

#formulaire input:focus,
#formulaire select:focus {
    border-color: #ffe9a3;
    box-shadow: 0 0 12px rgba(246,212,114,0.8);
    outline: none;
}

/* ===========================
   BOUTONS (inchangés)
   =========================== */

#formulaire button {
    position: relative;
    margin-top: 15px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    width: 128px;
    height: 25px;
    color: #f6d472;
    background: rgba(29,51,28,0.45);
    border-color: #f6d472;
    border-style: solid;
    border-radius: 11px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.35);
    transition: 0.3s;
}

#formulaire button:hover {
    background: rgba(246,212,114,0.90);
    color: #1d331c;
    box-shadow: 0 0 18px rgba(246,212,114,0.95);
    transform: scale(1.04);
}

/* ===========================
   IMAGES + LIENS FORMULAIRE
   =========================== */

#formulaire img {
    width: 100%;
    height: 100%;
    max-width: 700px;
}

#formulaire rcs {
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

#formulaire a { color: #ffffff; }
#formulaire a:hover { color: #e8e199; }

#formulaire h3 img {
    border: none;
    position: relative;
    top: 5px;
    right: 5px;
    float: right;
    width: 97px;
    height: 29px;
}

#formulaire img#carte-visite {
    width: 75%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 18px;

    /* VERRE PREMIUM */
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);

    /* BORDURE SOBRE (identique aux inputs) */
    border: 1px solid #f6d472;

    /* OMBRE PREMIUM SANS GLOSS */
    box-shadow:
        0 10px 32px rgba(0,0,0,0.75),   /* ombre profonde */
        inset 0 0 14px rgba(255,255,255,0.20); /* léger relief interne blanc */

    transition: 0.35s ease;
}

#formulaire img#carte-visite:hover {
    transform: scale(1.03);
    box-shadow:
        0 14px 42px rgba(0,0,0,0.85),
        inset 0 0 18px rgba(255,255,255,0.25);
}

#formulaire img#condgv {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 18px;

}

/* ===========================
   TITRES
   =========================== */
   
.seo-h1 {
    font-size: 1px;          /* minuscule */
    color: transparent;      /* invisible */
    height: 1px;             /* réduit */
    overflow: hidden;        /* rien ne dépasse */
    position: absolute;      /* permet de le placer où on veut */
    top: 0;                  /* collé en haut */
    left: 0;                 /* collé à gauche */
    z-index: -1;             /* derrière le header */
}



h2 {
    color: #e8e199;
    background-color: rgba(89,99,88,0.45);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    width: 409px;
    border-radius: 11px;
    border-style: solid;
    border-width: 2px;
    border-color: #f6d472;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

h3 {
    color: #f6d472;
    padding: 3px 5px 3px 10px;
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    background-color: rgba(17,30,16,0.45);
    border-color: #f6d472;
    border-style: solid;
    border-width: 2px;
    border-radius: 11px;
    width: 409px;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.35);
}

h3 img {
    border: none;
    position: relative;
    top: 5px;
    right: 5px;
    float: right;
    width: 97px;
    height: 29px;
}

h4 {
    text-align: center;
    font-size: 14px;
    font-family: "Poppins", Arial, sans-serif;
    background-color: rgba(255,255,255,0.25);
    border-color: #f6d472;
    border-style: solid;
    border-width: 2px;
    border-radius: 11px;
    width: 75%;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.35);
}

h5, h6 {
    color: #e8e199;
    text-align: center;
    font-size: 14px;
    font-family: "Poppins", Arial, sans-serif;
    position: relative;
    margin-top: 0;
    padding-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h7 {
    color: #e8e199;
    text-align: center;
    margin-bottom: 5px;
    padding-left: 13%;
    height: 20px;
    font-weight: 600;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    position: relative;
    float: left;
    margin-top: 0;
    padding-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ===========================
   CONTAINER + BOXES
   =========================== */

.container {
    position: relative;
    border-radius: 18px;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
}

.box {
    /* VERRE V2 APPLIQUÉ ICI */
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);

    position: relative;
    border-radius: 18px;
    flex: 1;
    padding-top: 2%;
    padding-right: 10px;
    padding-left: 10px;
    margin: 10px;
    border: 2px solid #000000;
    box-shadow: 0 8px 25px rgba(0,0,0,0.45);
    transition: 0.3s;
}

.box:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 35px rgba(0,0,0,0.55);
}

.box i img {
    border: none;
    margin-left: 0;
    margin-right: 0;
    border-color: #000000;
    border-style: solid;
    border-width: 2px;
    opacity: 0.85;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    transition: 0.35s;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border-radius: 8px;
}

.box a img {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border-radius: 8px;
}

/* ===========================
   MODE PORTRAIT HD / FULL HD
   =========================== */

@media screen and (orientation: portrait){

    /* FORMULAIRE */
    #formulaire {   
        zoom: 1.5;
        margin-left: auto;
        margin-right: auto;
        width: 100%; 
        min-width: 423px;
        min-height: 770px;
        padding-left: 0; 
        border-radius: 25px;
        border: 2px solid #f6d472;
        overflow: hidden;

        background: rgba(255,255,255,0.10);
        backdrop-filter: blur(12px) saturate(160%);
        -webkit-backdrop-filter: blur(12px) saturate(160%);

        color: #e8e199;
    }

    #formulaire rcs {   
        color: #ffffff;
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 900px) and (orientation: portrait){

    body {
        zoom: 1.5;
    }

    /* FORMULAIRE */
    #formulaire {   
        zoom: 1.3;
        margin-left: auto;
        margin-right: auto;
        width: 100%; 
        min-width: 423px;
        min-height: 770px;
        padding-left: 0;
        border-radius: 25px;
        border: 2px solid #f6d472;
        overflow: hidden;

        background: rgba(255,255,255,0.10);
        backdrop-filter: blur(12px) saturate(160%);
        -webkit-backdrop-filter: blur(12px) saturate(160%);

        color: #e8e199;
    }

    #formulaire rcs {   
        color: #ffffff;
        font-size: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* ===========================
   AUTOCOMPLÉTION
   =========================== */

.autocomplete {
    position: relative;
    width: 75%;
    margin: 0 auto;
    display: block;
}

.autocomplete input {
    width: 100% !important;
    height: 25px !important;
    padding-left: 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111e10 !important;
    background-color: rgba(255,255,255,0.80) !important;
    border: 2px solid #f6d472 !important;
    border-radius: 11px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}

/* POPUP AUTOCOMPLETE */

.autocomplete-list {
    position: absolute;
    top: calc(100% + 4px) !important;
    right: 0 !important;
    width: 75% !important;
    background: rgba(210,210,210,0.95);
    box-shadow: 0 4px 12px rgba(0,0,0,0.35);
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height: 130px !important;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    font-size: 14px !important;
    color: #111e10 !important;
}

.autocomplete-item {
    padding: 8px 12px !important;
    font-size: 14px !important;
    color: #111e10 !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.autocomplete-item .icon {
    font-size: 18px;
}

.autocomplete-item:hover {
    background: #e4c36a;
    color: #1d331c;
}

.autocomplete-list:empty {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* MODE PORTRAIT AUTOCOMPLETE */

@media screen and (orientation: portrait) {

    .autocomplete input {
        font-size: 12px !important;
        height: 22px !important;
        padding-left: 10px !important;
    }

    .autocomplete-item {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }

    .autocomplete-list {
        top: calc(100% + 4px) !important;
        right: 0 !important;
        width: 75% !important;
        max-height: 110px !important;
        font-size: 12px !important;
    }
}

/* ===========================
   CHAMPS ERREUR
   =========================== */

.champ-erreur {
    border: 2px solid red !important;
    background-color: #ffe5e5 !important;
}

#bagages {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23000'>\
<rect x='3' y='5' width='14' height='12' rx='2' ry='2'/>\
<rect x='7' y='2' width='6' height='3' rx='1' ry='1'/>\
</svg>");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;

    padding-right: 10px;
}

#passagers {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='22' height='24' fill='%23000'>\
<circle cx='11' cy='7' r='4'/>\
<rect x='6' y='12' width='10' height='8' rx='3' ry='3'/>\
</svg>");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px; /* taille du bonhomme */
    padding-right: 10px;
}

.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #006600;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#exploitation-accordion,
#cgv-accordion,
#mentions-accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
	
}
/* Bloc global */
.avis-google {
    margin-top: 40px;
    padding: 0;
	padding-top: 0;
    background: transparent;
}

/* Titre */
.avis-google h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
	color: #ffffff;
}

#titre-avis-google .etoiles-google {
    color: #f4b400; /* même jaune que tes avis */
    font-size: 22px;
    font-weight: bold;
}

/* Slider */
.avis-slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}

/* Slide */

.avis-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
	min-height: 180px; /* ajuste selon ton design */

    /* Correction Samsung Internet */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

/* Ligne étoiles + nom + date */
.avis-header {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    flex-wrap: wrap;

    /* Correction Samsung Internet */
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

/* Étoiles */
.avis-note {
    color: #f4b400;
    font-size: 20px;
    font-weight: bold;
}

/* Nom */
.avis-nom {
    font-weight: bold;
    transform: translateY(6px); /* décalage vers le bas */
}

/* Bloc date + nombre d'avis */
.avis-date-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
    margin-top: -2px;
    transform: translateY(6px); /* décalage vers le bas */
}

/* Date */
.avis-date {
    opacity: 0.7;
    font-size: 12px;
}

/* Nbr avis */
.avis-count {
    opacity: 0.7;
    font-size: 8px;
    margin-top: -2px;
}

/* Texte de l'avis */
.avis-texte {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 10px;

    /* Correction Samsung Internet */
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}
