@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
/* navbar height variable used to reserve space for fixed navbar */
:root { --navbar-height: 72px; }
/* Signature manuscrite */
.signature {
    font-family: 'Dancing Script', cursive;
    font-size: 1.5em;
    color: #7f8c8d;
    font-weight: 500;
    margin-top: 5px;
}
body {
    background-image: url('../fond.jpg');
    background-repeat: no-repeat; /* éviter la répétition */
    background-position: center center; /* centrer l'image */
    background-size: cover; /* image toujours entière */
    background-color: #000; /* couleur de fond en cas de bandes */
    background-attachment: fixed; /* image de fond fixe lors du scroll */
    /* reserve space at top so fixed navbar does not overlap content */
    padding-top: var(--navbar-height);
}

.scroll-content {
    position: relative;
    z-index: 2;
    /* remove fixed height and inner scrolling to avoid double scrollbars */
    padding-top: 40px;
}
.container {
    position: relative;
    z-index: 3;
}
.container {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255,255,255,0.95);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    top: 0;
}
.scroll-content {
    /* keep only padding here; no fixed height/overflow */
    padding-top: 40px;
}
.logo {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 200px;
}

/* Hero page style inspired by preview */
.site-hero {
    background: linear-gradient(180deg, #ffd27a 0%, #f6b26b 100%);
    padding: 48px 0 80px 0;
}
.hero-inner { display:flex; justify-content:center; }
.hero-card {
    background: #ffffff;
    padding: 28px 36px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    text-align:center;
    max-width: 760px;
}
.logo-hero { max-width:120px; display:block; margin:0 auto 12px; }
.hero-card .title { margin-bottom:6px; color:#2b3a42; }
.hero-card .subtitle { margin-top:8px; color:#6b7a80; margin-bottom:14px; }
.hero-card .signature { display:block; font-family: 'Dancing Script', cursive; font-size:1.15rem; color:#6b7a80; margin-top:6px; margin-bottom:2px; }
.hero-ctas .button { margin:0 8px; }
.site-content { margin-top:22px; background: transparent; padding: 18px 24px; }
.intro { margin-bottom:18px; color:#444; }

/* Unified page card */
.page-bg { background: linear-gradient(180deg, #ffd27a 0%, #f6b26b 100%); padding: 48px 0 80px 0; display: flex; flex-direction: column; align-items: center; }
/* force cards to be full-width up to a max, so the flex parent can center them horizontally */
.site-main-card { width: 100%; max-width: 880px; box-sizing: border-box; margin: 12px 0; background: #fff; border-radius: 12px; padding: 18px 20px 28px 20px; box-shadow: 0 12px 36px rgba(0,0,0,0.08); }
.site-main-card .hero-card { background: transparent; box-shadow: none; padding: 6px 0 18px 0; }
.site-main-card .logo-hero { margin-bottom:6px; }

/* Hero container as separate card */
.hero-container { width: 100%; max-width: 880px; box-sizing: border-box; margin: 20px 0; background: #fff; border-radius: 12px; padding: 18px 20px; box-shadow: 0 12px 36px rgba(0,0,0,0.08); }
.hero-container .hero-card { padding: 6px 0 6px 0; box-shadow: none; background: transparent; display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:160px; }

/* Center the main card content and center each prestation box */
.site-main-card { display:flex; flex-direction:column; align-items:center; }
.site-main-card .intro, .site-main-card .hero-ctas { width:100%; max-width:760px; }
.site-main-card #liveSearch { max-width:640px; margin:0 auto; }
.site-main-card .prestation-item { width:100%; max-width:760px; margin: 10px auto; text-align:left; }

/* Live search input on homepage */
#liveSearch { width:100%; box-shadow: 0 2px 6px rgba(0,0,0,0.06); }

/* Wrapper qui permet de placer le logo au-dessus de la box membre */

/* Structure wrapper pour la card + logo */
.box-wrap {
    position: relative; /* référence pour logo en absolute */
    width: 100%;
    max-width: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Compense la superposition du logo pour que le contenu ne soit pas caché */
.box-wrap .auth-box {
    padding-top: 100px; /* espace au-dessus pour laisser la place au logo */
}

/* Wrapper pour le logo en position absolute (au-dessus de la card) */
.logo-wrapper {
    position: absolute;
    top: -96px; /* place le logo davantage au-dessus de la card (plus d'espace) */
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none; /* laisse passer les clics vers la card */
    z-index: 10;
}

.member-logo {
    width: 160px;
    max-width: 40%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
    opacity: 0.85; /* transparence légère */
    background: rgba(255,255,255,0.1);
    padding: 6px;
    pointer-events: auto; /* si vous voulez cliquer sur le logo */
}

/* Ajustement responsive pour petits écrans */
@media (max-width: 480px) {
    .member-logo { width: 120px; }
    .logo-wrapper { top: -60px; }
}
.info-title {
    font-weight: bold;
    color: #34495e;
}
.title.is-3 {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.2;
    color: #333;
    text-align: center;
    padding: 10px 0;
}

/* Styles pour la navbar (Bulma-friendly) */
.navbar {
    background: #ffffff; /* fond blanc uni pour la barre */
    border-bottom: 1px solid #e6e6e6;
    padding: 0.5rem 0; /* restauré à une taille plus standard */
    box-shadow: none; /* aucune ombre */
    border-radius: 0; /* pas d'arrondis */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    height: var(--navbar-height);
}
.navbar .container { max-width: 800px; margin: 0 auto; }
.navbar .navbar-item img { max-height: 48px; } /* logo un peu plus grand */
.navbar .navbar-item { color: #4a4a4a; }
.navbar .navbar-item:hover { background: transparent; color: #363636; }
.navbar .buttons .button.is-primary { background-color: #00d1b2; border-color: transparent; color: #ffffff; }

/* burger and border use neutral Bulma tones */
.navbar { border-bottom-color: #e6e6e6; }
.navbar-burger span { background-color: #4a4a4a; }
.navbar-burger.is-active span { background-color: #363636; }

/* Enlever l'apparence de "card" pour le container qui entoure la navbar uniquement */
.navbar > .container {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 auto; /* centrer le container interne pour alignement avec les cards */
}

@media (max-width: 768px) {
    .navbar { padding: 0.5rem; }
}

/* Table print helpers */
.print-table.print-h-lines th, .print-table.print-h-lines td {
    border-bottom: 1px solid #e6e6e6;
}
.print-table.print-v-lines th, .print-table.print-v-lines td {
    border-right: 1px solid #e6e6e6;
}
.print-table.print-v-lines th:last-child, .print-table.print-v-lines td:last-child {
    border-right: none;
}

/* Make sure the visible column chooser doesn't appear in print */
.no-print { display: none !important; }

/* Contact page: right column panel styling */
.contact-panel {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), #ffffff);
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}
.contact-panel .subtitle { margin-top: 0; }
.contact-panel p { color: #444; margin-bottom: 12px; }
.contact-panel .social-links { display:flex; flex-direction:column; gap:8px; margin-bottom:12px; }
.contact-panel .social-links .button { text-align:left; }
.contact-map { max-width:100%; height:200px; overflow:hidden; border-radius:8px; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04); }

@media (max-width: 768px) {
    .contact-panel { margin-top: 18px; }
}
