/* ============================================================
   Thème « épuré & professionnel » — généré (à compléter lundi
   avec la section services distincte de ce site).
   ============================================================ */
:root {
  --accent: #c02000;
  --accent-fonce: #9a1a00;
  --accent-nuit: #2a0c05;
  --accent-pale: #fdf0ec;
  --accent-sect: #f8dcd4;
  --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 FULLSCREEN — Amiens (rouge)
   ===================================================== */
#fullscreen-slider { position: relative; width: 100%; height: 560px; overflow: hidden; background: #111; }
.fs-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background-position: center; background-size: cover; opacity: 0; transform: scale(1.05); transition: opacity 1s ease, transform 6s ease; }
.fs-slide.active { z-index: 1; opacity: 1; transform: scale(1); }
.fs-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.48); }
.fs-content { position: relative; z-index: 2; max-width: 850px; padding: 30px; color: #fff; text-align: center; }
.fs-content span { color: #e04030; font-size: 14px; font-weight: bold; letter-spacing: 3px; }
.fs-content h1 { margin: 18px 0; font-size: 64px; line-height: 1.1; text-shadow: 0 3px 12px rgba(0,0,0,.5); }
.fs-content p { margin-bottom: 30px; font-size: 20px; }
.fs-content a { display: inline-block; padding: 14px 26px; color: #fff; background: #e04030; border-radius: 4px; font-weight: bold; text-decoration: none; transition: background .3s ease, transform .3s ease; }
.fs-content a:hover { background: #c02000; transform: translateY(-3px); }
.fs-arrow { position: absolute; top: 50%; z-index: 5; width: 48px; height: 48px; color: #fff; background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; cursor: pointer; transform: translateY(-50%); transition: background .3s ease; }
.fs-arrow:hover { background: #e04030; }
.fs-prev { left: 25px; } .fs-next { right: 25px; }
.fs-indicators { position: absolute; bottom: 30px; left: 50%; z-index: 5; display: flex; gap: 10px; transform: translateX(-50%); }
.fs-indicators button { width: 12px; height: 12px; padding: 0; background: #fff; border: 0; border-radius: 50%; cursor: pointer; opacity: .5; transition: .3s ease; }
.fs-indicators button.active { background: #e04030; opacity: 1; transform: scale(1.3); }
@media (max-width: 700px) { #fullscreen-slider { height: 500px; } .fs-content h1 { font-size: 40px; } .fs-content p { font-size: 17px; } .fs-arrow { width: 40px; height: 40px; } .fs-prev { left: 12px; } .fs-next { right: 12px; } }

/* =====================================================
   TEMPLATE BANDEAUX — services en bandes pleine largeur
   ===================================================== */
.bandeaux { }
.bande { background: var(--blanc); }
.bande:nth-child(even) { background: var(--accent-sect); }
.bande-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 40px; padding: 34px 20px; }
.bande:nth-child(even) .bande-inner { flex-direction: row-reverse; }
.bande-txt { flex: 1; }
.bande-txt h3 { margin: 0 0 10px; font-size: 21px; }
.bande-txt p { margin: 0 0 14px; font-size: 15px; }
.bande-txt a { font-weight: 700; }
.bande-img { flex: 0 0 180px; display: flex; align-items: center; justify-content: center; }
.bande-img img { max-width: 160px; max-height: 110px; }
@media (max-width: 767px) { .bande-inner, .bande:nth-child(even) .bande-inner { flex-direction: column; text-align: center; } .bande-img { flex: none; } }
.h1_wrapper { position: static; background: none; }
.h1_wrapper h1 { color: #c02000; }
