@import "switch-Ke6d1Bt.css";
@import "glass-pKCRAgT.css";
@import "hero-vHM5U8k.css";
@import "planning-7h5-pzp.css";


html, body {
    
    position: relative;
    min-height: 100vh;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: var(--bs-body-bg);
    scroll-behavior: smooth;
    
}

.navbar .btn {
  border-radius: 50px;
}

.navbar .offcanvas-body .btn {
  font-weight: 600;
}

.nav-link {
  font-weight: 600;
}



/* Effet sur les icônes réseaux */
.footer a i {
  display: inline-block;
  transition: transform .2s ease, opacity .2s ease;
}

.footer a:hover i {
  transform: scale(1.15);
  opacity: .85;
}



/* Titres de sections */
.section-title { 
    font-weight: 800; 
    letter-spacing: .02em; 
}

/* Petits effets */
.card-hover { 
    transition: transform .2s ease, box-shadow .2s ease; 
}

.card-hover:hover { 
    transform: translateY(-4px); 
    box-shadow: 0 10px 30px rgba(0,0,0,.08); 
}

/* Icônes réseaux : ciblage précis (seulement les logos) */
.social-icon { 
    display:inline-block; 
    transition: transform .2s ease, opacity .2s ease; 
}

.social-icon:hover { 
    transform: scale(1.15); 
    opacity: .9; 
}

/* Instagram dégradé fidèle */
.instagram-gradient { 
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4); 
    background-clip: text; 
    -webkit-background-clip: text; 
    color: transparent; 
    -webkit-text-fill-color: transparent; 
}

/* Badges/points forts */
.feature i { 
    width: 2.25rem; 
    height: 2.25rem; 
    display:inline-flex; 
    align-items:center; 
    justify-content:center; 
    border-radius:999px;
     background: #f1f3f5; 
}

/* Section carte */
.map-wrapper { 
    
    position: relative; 
    
    overflow: hidden; 
    
    border-radius: 1rem; 

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




/* ---- Section Pourquoi nous choisir (version premium) ---- */
.soft-gradient { 
    background: radial-gradient(1000px 400px at -5% -5%, rgba(99,102,241,.08), transparent 60%), 
    radial-gradient(800px 300px at 105% 10%, rgba(16,185,129,.08), transparent 60%); 
}

.feature-badge { 
    width: 44px; 
    height: 44px; 
    border-radius: 999px; 
    display:inline-flex; 
    align-items:center; 
    justify-content:center; 
    background: #f3f4f6; 
    color:#111827; 
    flex: 0 0 44px; 
}

.kpi-number { 
    font-weight: 800; 
    font-size: 1.5rem; 
    line-height:1; 
}

.kpi-label { 
    font-size: .8rem; 
    color:#6b7280; 
}


.img-stack {
    position: relative; 
 }

.img-stack .main {
    display: block;               /* évite les espaces fantômes autour des <img> inline */
    border-radius: 1rem;          /* cohérent avec tes autres arrondis */
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
 }

.img-stack .vignette { 
    position:absolute; 
    width: 42%; 
}

.img-stack .vignette.v1 { 
    right: -5%; 
    top: -10%; 
    transform: rotate(6deg); 
}

.img-stack .vignette.v2 { 
    left: -6%; 
    bottom: -4%; 
    transform: rotate(-3deg); 
}


.img-stack .floating-card { 
    position:absolute; 
    right: -4%; 
    bottom: -6%; 
    border-radius: 1rem; 
}


.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  opacity: 0.7;
  transition: all .2s ease;
  z-index: 999;
}

.back-to-top:hover {
  opacity: 1;
  transform: translateY(-3px);
}

/* HERO */
    .hero-try {
      position: relative;
      min-height: 55vh;
      display: grid;
      place-items: center;
      text-align: center;
      color: #fff;
      padding: 3rem 1.25rem;
      background:
        linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
        url('/images/hero-try.png') center/cover no-repeat;
    }

    .hero-try h1 { 
        font-weight: 800; 
        letter-spacing: .02em; 
        font-size: clamp(2rem, 1.2rem + 2vw, 3rem); 
    }

    .hero-try p  { 
        font-size: clamp(1rem, .9rem + .5vw, 1.125rem); 
        opacity:.95; 
    }

    /* TIMELINE steps */
    .timeline { 
        position: relative; 
    }
    .timeline::before {
      content:""; 
      position:absolute; 
      left:22px; 
      top:0; 
      bottom:0; 
      width:2px; 
      background: var(--bs-border-color, #e5e7eb);
    }

    .timeline-item { 
        position:relative; 
        padding-left:64px; 
    }

    .timeline-bullet {
      position:absolute; 
      left:14px; 
      top:.25rem; 
      width:18px; 
      height:18px; 
      border-radius:50%;
      background: var(--bs-primary); 
      box-shadow: 0 0 0 4px rgba(13,110,253,.15);
    }

    /* Cards hover doux */
    .card-hover { 
        transition: transform .2s ease, box-shadow .2s ease; 
    }

    .card-hover:hover { 
        transform: translateY(-4px); 
        box-shadow: 0 10px 30px rgba(0,0,0,.08); 
    }

    /* Checklist items */
    .check-item { 
        display:flex; 
        align-items:flex-start; 
        gap:.75rem; 
    }

    .check-item i { 
        font-size:1.1rem; 
        color: var(--bs-success); 
        margin-top:.15rem; 
    }

    /* CTA sticky (mobile-friendly) */
    .cta-sticky {
      position: sticky; 
      bottom: 0; 
      z-index: 50; 
      background: #0d6efd; 
      color:#fff; 
      padding:.75rem 1rem; 
      text-align:center;
      border-top-left-radius:.75rem; 
      border-top-right-radius:.75rem;
    }

    .cta-sticky a { 
        color:#fff; 
        text-decoration:none; 
        font-weight:600; 
    }

    @media (max-width: 576px) {
      .timeline::before { left:16px; }
      .timeline-item { padding-left:56px; }
      .timeline-bullet { left:8px; }
    }



/* Back-to-top suit le thème */
.back-to-top {
  background: var(--bs-body-color);
  color: var(--bs-body-bg);
}

/* Hover doux uniformisé */
.card-hover:hover { box-shadow: 0 10px 30px rgba(0,0,0,.08); }

/* Gradient qui s’adapte (si tu utilises .soft-gradient) */
.soft-gradient {
  background:
    radial-gradient(1000px 400px at -5% -5%, color-mix(in oklab, var(--bs-primary) 15%, transparent), transparent 60%),
    radial-gradient(800px 300px at 105% 10%, color-mix(in oklab, var(--bs-success) 15%, transparent), transparent 60%);
}

/* Hero d’essai un peu plus sombre en dark */
[data-bs-theme="dark"] .hero-try {
  background-image:
    linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
    url('/images/hero-try.jpg');
}

/* Icônes réseaux dans le footer (si classe présente) */
.footer-social a { color: var(--bs-body-color); transition: transform .15s ease; }
.footer-social a:hover { transform: scale(1.08); }

.ancv-banner{
  max-width:100%;
  width:600px;
  height:auto;
  display:block;
  margin:0 auto;
  transition: transform .3s ease, filter .3s ease;
}
.ancv-banner:hover{
  transform: scale(1.05);
  filter: drop-shadow(0 6px 15px rgba(0,0,0,.25));
}

/* état initial */
.reveal { opacity:0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity:1; transform: translateY(0); }

/* variantes */
.reveal-up   { transform: translateY(24px); }
.reveal-down { transform: translateY(-24px); }
.reveal-left { transform: translateX(24px); }
.reveal-right{ transform: translateX(-24px); }

/* cascade/stagger */
.reveal-stagger > * { opacity:0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal-stagger.is-in > * { opacity:1; transform: translateY(0); }
.reveal-stagger.is-in > * { transition-delay: var(--d, 0ms); }
.reveal-stagger.is-in > *:nth-child(1){ --d: 0ms; }
.reveal-stagger.is-in > *:nth-child(2){ --d: 80ms; }
.reveal-stagger.is-in > *:nth-child(3){ --d: 160ms; }
.reveal-stagger.is-in > *:nth-child(4){ --d: 240ms; }
/* ajoute si besoin 5/6/etc. */

/* respect des préférences utilisateur */
@media (prefers-reduced-motion: reduce){
  .reveal, .reveal-stagger > * { transition: none !important; transform: none !important; opacity: 1 !important; }
}

/* 1) Hover effects only on devices that actually have hover (desktop) */
@media (hover:hover) and (pointer:fine) {
  .card-hover {
    will-change: transform;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
  }
}

/* 2) Don’t let hover run while the reveal animation is still in progress */
.reveal:not(.is-in) .card-hover { 
  transform: none !important;
  box-shadow: none !important;
}

/* 3) Pricing-specific polish to avoid subtle “wobble” */
#tarifs .card { 
  transform-origin: center top;        /* stabilise the lift */
}
#tarifs .card .display-6 { 
  line-height: 1;                      /* avoid text reflow while moving */
}
#tarifs .card .card-body {
  min-height: 320px;                   /* keeps all three at the same height */
}

/* --- Alignement vertical des boutons dans la section tarifs --- */
#tarifs .card-body {
  position: relative;
  padding-bottom: 4rem; /* réserve de place pour le bouton */
}

#tarifs .card-body a.btn {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

#tarifs .card {
  min-height: 200px; /* ajuste selon ton contenu */
}



/* 4) If you prefer a gentler lift just for pricing: */
@media (hover:hover) and (pointer:fine) {
  #tarifs .card-hover:hover { 
    transform: translateY(-4px);       /* softer for this section */
  }
}

/* planning – click sur un événement */
.week-calendar .event{ cursor: pointer; }
.week-calendar .event:focus-visible{ outline: 2px solid var(--bs-primary); outline-offset: 2px; }


/* Mentions légales */
.section-title + p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.card.shadow-sm {
  border-radius: 14px;
}

.review-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.review-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
