/* ============================================================
   Thème « épuré & professionnel » — généré (à compléter lundi
   avec la section services distincte de ce site).
   ============================================================ */
:root {
  --accent: #c06000;
  --accent-fonce: #9a4c00;
  --accent-nuit: #2c1a08;
  --accent-pale: #fdf3ea;
  --accent-sect: #f8e2cf;
  --gris-texte: #5a5650;
  --gris-ligne: #e6e2dc;
  --blanc: #ffffff;
  --radius: 14px;
  --ombre: 0 4px 18px rgba(0,0,0,.07);
  --ombre-hover: 0 12px 28px rgba(0,0,0,.15);
}
body { font-family: 'Roboto', Arial, sans-serif; font-size: 16px; line-height: 1.65; color: var(--gris-texte); background: var(--accent-pale); }
a { color: var(--accent); }
a:hover { color: var(--accent-fonce); }
h2, h3, h4 { color: var(--accent-fonce); font-family: 'Raleway', sans-serif; }
h2 { font-size: 32px; line-height: 1.2; font-weight: 700; padding: 0 0 18px; }
h3 { font-size: 22px; font-weight: 700; }

#top1 { background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 6px 18px rgba(0,0,0,.05); }
header { padding-bottom: 10px; }
header .logo_wrapper img { width: 235px; height: auto; }

/* Menu pilules */
.navbar_ .nav > li > a { background: #f2f2f2; color: #2a2a30; font-weight: 700; font-size: 16px; line-height: 46px; padding: 0 13px; margin: 17px 3px; border-radius: 18px; transition: color .2s ease, background .2s ease; }
.navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus { color: var(--accent); background: #e8ecf2; }
.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus { color: #fff; background: var(--accent); box-shadow: 0 6px 14px rgba(0,0,0,.18); }

.home_bot { background: var(--blanc); border-top: 1px solid var(--gris-ligne); padding: 8px 0; }
.phone1 { color: var(--accent-fonce); font-weight: 500; }
.phone1 i { color: var(--accent); }

.services1 { background: var(--accent-pale); padding: 40px 0; }
.services3 { background: var(--accent-sect); padding: 60px 0; }

.btn-default.btn2 { background: var(--accent); color: #fff; border-radius: 6px; font-weight: 600; padding: 14px 26px; }
.btn-default.btn2:hover { background: var(--accent-fonce); transform: translateY(-2px); }
button[name="Submit"] { background-color: var(--accent) !important; border-radius: 6px !important; padding: 12px 28px !important; }
input.form-control, textarea.form-control { border: 1px solid var(--gris-ligne); border-radius: 6px; color: var(--gris-texte); }
input.form-control:focus, textarea.form-control:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,0,0,.10); outline: none; }

#contacts1 { background: var(--accent-pale); border-top: 1px solid var(--gris-ligne); border-bottom: 1px solid var(--gris-ligne); padding-top: 60px; padding-bottom: 70px; }
#contacts2 { background: var(--accent-sect); padding-top: 40px; padding-bottom: 60px; }
#contacts2 .thumb1 .thumbnail { background: transparent; }
.time1 i { color: var(--accent); }
.time1 span .txt1 { color: var(--accent-fonce); }

.services6 { background: var(--accent-nuit); padding: 70px 0 30px; }
.services6 p, .services6 span, .services6 a, .services6 h5, .services6 li { color: #d8d0cc; }
.services6 a:hover { color: #fff; }
.copy1, .copy2 { color: #a8a29c; }
.copy2 a { color: var(--accent); }
.social > a { display: inline-block; margin: 0 10px; }

@media (max-width: 767px) { h2 { font-size: 26px; } h3 { font-size: 20px; } }

/* =====================================================
   SLIDESHOW PARALLAX CARDS — Brive (orange)
   ===================================================== */
#slider_wrapper { overflow: hidden; }
#slider_inner { height: 620px; min-height: 510px; position: relative; perspective: 1200px; background: radial-gradient(circle at 50% 35%, #3a2a1a, #1a0f08 65%); }
#slider_inner .slide { position: absolute; inset: 0; margin: auto; width: min(760px, 68vw); height: 100%; border-radius: 24px; overflow: hidden; background: #202329; box-shadow: 0 25px 65px rgba(0,0,0,.5); transform: translateX(calc((var(--offset)) * min(50vw, 520px))) scale(calc(1 - min(.25, abs(var(--offset)) * .12))) rotateY(calc(var(--offset) * -24deg)); opacity: calc(1 - min(.58, abs(var(--offset)) * .28)); z-index: calc(5 - abs(var(--offset))); transition: transform .7s cubic-bezier(.2,.8,.2,1), opacity .7s, box-shadow .7s; pointer-events: none; }
#slider_inner .slide.active { box-shadow: 0 35px 90px rgba(0,0,0,.6); pointer-events: auto; }
#slider_inner .slide-media { position: absolute; inset: 0; background-image: var(--placeholder); background-size: cover; background-position: center; transition: transform .7s; }
#slider_inner .slide-media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #090a0dcc 0%, #090a0d22 60%); }
#slider_inner .active .slide-media { transform: scale(1.04); }
#slider_inner .camera_caption { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(26px,5vw,64px); }
#slider_inner .txt1 { font-size: clamp(32px,5vw,68px); font-weight: 800; letter-spacing: -.06em; line-height: 1; margin-bottom: 20px; color: #fff; }
#slider_inner .txt2 { font-size: clamp(14px,1.8vw,20px); color: #d4d7dd; margin: 8px 0; }
#slider_inner .txt2 span { display: none; }
#slider_inner .controls { display: flex; position: absolute; z-index: 10; left: 50%; bottom: 130px; transform: translateX(-50%); align-items: center; gap: 20px; }
#slider_inner .arrow { border: 1px solid rgba(255,255,255,.4); background: rgba(18,21,27,.8); color: #fff; border-radius: 50%; width: 42px; height: 42px; font-size: 22px; cursor: pointer; }
#slider_inner .dots { display: flex; gap: 8px; }
#slider_inner .dot { border: 0; padding: 0; background: rgba(255,255,255,.35); width: 7px; height: 7px; border-radius: 50%; cursor: pointer; }
#slider_inner .dot.active { background: #ffb86b; width: 28px; border-radius: 8px; }
@media (max-width: 700px) { #slider_inner .slide { width: 84vw; } #slider_inner .camera_caption { padding: 28px; } #slider_inner .controls { bottom: 122px; } }

/* =====================================================
   TEMPLATE ÉTAPES NUMÉROTÉES — parcours 1 → 9
   ===================================================== */
.etapes { max-width: 800px; margin: 0 auto; }
.etape { display: flex; gap: 24px; align-items: flex-start; margin-bottom: 28px; }
.etape-num { flex: 0 0 60px; width: 60px; height: 60px; background: var(--accent); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; box-shadow: var(--ombre); }
.etape-txt { flex: 1; padding-top: 4px; }
.etape-txt h3 { font-size: 19px; margin: 0 0 6px; }
.etape-txt p { font-size: 14px; margin: 0 0 8px; }
.etape-txt a { font-weight: 700; }
@media (max-width: 600px) { .etape { flex-direction: column; align-items: center; text-align: center; } }
.h1_wrapper { position: static; background: none; }
.h1_wrapper h1 { color: #c06000; }
