/* =========================
   BANDEAU PREMIUM STYLX
========================= */
/* CONTENEUR GLOBAL */
.stylx-nav-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9999;

  margin-top: 50px; /* 🔥 ICI tu règles la hauteur */
  margin-bottom: 30px;
}

/* BANDEAU */
.stylx-nav-inner {
  background: linear-gradient(135deg,#2a2a2a,#3a3a3a);
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);

  white-space: nowrap;
}

/* BOUTONS */
.stylx-nav-inner a {
  display: inline-block;
  margin: 4px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.25s ease;
}

/* HOVER */
.stylx-nav-inner a:hover {
  background: #a8915c;
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.28);
}




.bandeau-dore {
    margin-top: 60px !important;
    background: linear-gradient(135deg, #2b2b2b, #111111);
    border-radius: 10px;
    padding: 18px 20px;
    position: relative;
    z-index: 50;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.bandeau-inner {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

/* Version une seule ligne */
.bandeau-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #a8915c transparent;
}

.bandeau-inline::-webkit-scrollbar {
    height: 5px;
}

.bandeau-inline::-webkit-scrollbar-thumb {
    background: #a8915c;
    border-radius: 10px;
}

/* Boutons du bandeau */
.bandeau-inline a {
    white-space: nowrap;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #111111 !important;
    text-decoration: none;
    background: linear-gradient(135deg, #c6ab6f, #a8915c);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.bandeau-inline a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
    background: linear-gradient(135deg, #d8bc7a, #b79b60);
    color: #111111 !important;
}

.bandeau-inline a.active {
    background: #111111;
    color: #a8915c !important;
    border: 1px solid #a8915c;
}

/* Compatibilité ancienne structure 2 lignes si encore utilisée */
.ligne-bandeau {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.ligne-bandeau + .ligne-bandeau {
    margin-top: 15px;
}

.ligne-bandeau a {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #111111 !important;
    background: linear-gradient(135deg, #c6ab6f, #a8915c);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease;
}

.ligne-bandeau a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #d8bc7a, #b79b60);
    color: #111111 !important;
}

.ligne-bandeau a.active {
    background: #111111;
    color: #a8915c !important;
    border: 1px solid #a8915c;
}

/* =========================
   COMPATIBILITÉ SLIDESHOW
========================= */

#slideshow-handler,
#slideshow-handler-bg,
.camera_wrap,
.camera_overlayer {
    z-index: 1;
}

.tmp-content-area,
#main-content-handler,
#content-handler {
    overflow: visible !important;
}

/* =========================
   RESPONSIVE BANDEAU
========================= */

@media screen and (max-width: 768px) {
    .bandeau-dore {
        display: none !important;
    }
}

/* =========================
   ZONE FORMULAIRE DEVIS
========================= */

#stylx-rsform-wrap {
    color: #ffffff;
}

#stylx-rsform-wrap .rsform-block,
#stylx-rsform-wrap .rsform-block p,
#stylx-rsform-wrap .rsform-block span {
    color: #ffffff !important;
}

#stylx-rsform-wrap .rsform-block label,
#stylx-rsform-wrap .formControlLabel label {
    color: #d4af37 !important;
    font-weight: 600;
}

#stylx-rsform-wrap .formValidation {
    color: #cccccc !important;
    font-size: 13px;
}

/* Champs formulaire */
#stylx-rsform-wrap input,
#stylx-rsform-wrap textarea,
#stylx-rsform-wrap select {
    border: 1px solid #555555;
    border-radius: 5px;
    padding: 8px;
}

#stylx-rsform-wrap input:focus,
#stylx-rsform-wrap textarea:focus,
#stylx-rsform-wrap select:focus {
    border-color: #d4af37;
    outline: none;
}

#stylx-rsform-wrap input::placeholder,
#stylx-rsform-wrap textarea::placeholder {
    color: #999999;
}

/* Bouton formulaire */
#stylx-rsform-wrap .rsform-submit-button {
    background: linear-gradient(45deg, #c9a24a, #f1d07a);
    color: #000000;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s;
}

#stylx-rsform-wrap .rsform-submit-button:hover {
    background: linear-gradient(45deg, #b8923f, #e5c56d);
}

#stylx-rsform-wrap .rsform-block {
    margin-bottom: 15px;
}

/* =========================
   BLOC NOUS LOCALISER STYLX
========================= */

.stylx-locate-wrap {
    max-width: 1100px;
    margin: 60px auto;
    padding: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: stretch;
    background: linear-gradient(135deg, #111111, #2b2b2b);
    border-top: 4px solid #a8915c;
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
    overflow: hidden;
}

.stylx-locate-left,
.stylx-locate-right {
    flex: 1 1 460px;
}

.stylx-locate-left {
    color: #ffffff;
}

.stylx-locate-badge {
    display: inline-block;
    padding: 7px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(168, 145, 92, 0.12);
    border: 1px solid rgba(168, 145, 92, 0.45);
    color: #d8c08b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.stylx-locate-left h2 {
    margin: 0 0 14px 0;
    color: #ffffff !important;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700 !important;
}

.stylx-locate-intro {
    margin: 0 0 22px 0;
    color: #d8d8d8 !important;
    font-size: 18px;
}

.stylx-locate-card {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 22px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    box-sizing: border-box;
}

.stylx-locate-map {
    flex: 1 1 220px;
    min-width: 220px;
}

.stylx-locate-map iframe {
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 10px;
    display: block;
}

.stylx-locate-details {
    flex: 1 1 220px;
}

.stylx-locate-details p {
    margin: 0 0 16px 0;
    color: #f2f2f2 !important;
    line-height: 1.7;
}

.stylx-locate-details p:last-child {
    margin-bottom: 0;
}

.stylx-locate-details strong {
    color: #a8915c !important;
}

.stylx-locate-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.stylx-btn {
    display: inline-block;
    padding: 13px 18px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.stylx-btn-gold {
    border: none;
    background: linear-gradient(135deg, #c6ab6f, #a8915c);
    color: #111111 !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.stylx-btn-gold:hover {
    background: linear-gradient(135deg, #d5b977, #b79f68);
    transform: translateY(-2px);
}

.stylx-btn-outline {
    border: 1px solid #a8915c;
    color: #ffffff !important;
    background: transparent;
}

.stylx-btn-outline:hover {
    background: rgba(168, 145, 92, 0.12);
    transform: translateY(-2px);
}

.stylx-locate-status {
    margin-top: 14px;
    min-height: 22px;
    color: #d8c08b;
    font-size: 14px;
}

.stylx-locate-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stylx-locate-right img {
    width: 100%;
    max-width: 480px;
    height: 100%;
    max-height: 430px;
    object-fit: cover;
    display: block;
    margin: auto;
    border-radius: 12px;
    border: 3px solid #a8915c;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}

/* =========================
   RESPONSIVE LOCALISATION
========================= */

@media screen and (max-width: 768px) {
    .stylx-locate-wrap {
        margin: 30px auto;
        padding: 22px 18px;
        gap: 22px;
    }

    .stylx-locate-left h2 {
        font-size: 28px;
    }

    .stylx-locate-intro {
        font-size: 16px;
    }

    .stylx-locate-card {
        padding: 14px;
    }

    .stylx-locate-map iframe {
        height: 200px;
    }

    .stylx-locate-actions {
        flex-direction: column;
    }

    .stylx-btn {
        width: 100%;
        text-align: center;
    }

    .stylx-locate-right img {
        max-width: 100%;
        max-height: none;
    }
}

/* =========================
   FORCER TITRES EN GRAS
========================= */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    color: #222222;
}

/* Option Stylx plus premium */
h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

onmouseover="this.style.transform='scale(1.05)'" 
onmouseout="this.style.transform='scale(1)'"