/* ============================================================
   Thème « épuré & professionnel » — généré (à compléter lundi
   avec la section services distincte de ce site).
   ============================================================ */
:root {
  --accent: #0050a8;
  --accent-fonce: #004080;
  --accent-nuit: #0a2440;
  --accent-pale: #eef4fb;
  --accent-sect: #d9e7f6;
  --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 FADE & KEN BURNS — Perpignan (bleu)
   ===================================================== */
#slider_inner { position: relative; height: 600px; overflow: hidden; background: #0a1f38; }
.slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .9s ease; isolation: isolate; }
.slide.active { opacity: 1; visibility: visible; z-index: 1; }
.slide-media { position: absolute; inset: 0; background-image: var(--placeholder); background-size: cover; background-position: center; transform: scale(1.03); }
.slide-media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(6,16,29,.85) 5%, rgba(6,16,29,.35) 52%, rgba(6,16,29,.08)); }
.slide.active .slide-media { animation: kenburns 5s ease-out both; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.1); } }
.camera_caption { position: absolute; z-index: 2; left: clamp(24px,8vw,90px); top: 50%; transform: translateY(-50%); max-width: 560px; }
.txt1 { font-size: clamp(40px,7vw,80px); line-height: .95; font-weight: 800; letter-spacing: -.06em; margin-bottom: 26px; color: #fff; }
.txt2 { font-size: clamp(16px,2vw,22px); color: #d8e5f3; margin: 10px 0; opacity: 0; transform: translateY(18px); }
.active .txt2 { animation: up .65s .25s forwards; }
.active .txt2:nth-child(3) { animation-delay: .38s; }
.active .txt2:nth-child(4) { animation-delay: .51s; }
@keyframes up { to { opacity: 1; transform: none; } }
.txt2 span { display: inline-block; width: 38px; height: 1px; background: #62b8e8; margin: 0 0 5px 12px; }
.controls { position: absolute; z-index: 4; bottom: 35px; left: clamp(24px,8vw,90px); display: flex; align-items: center; gap: 14px; }
.arrow { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(7,17,31,.5); color: #fff; font-size: 20px; cursor: pointer; }
.dots { display: flex; gap: 8px; margin-left: 8px; }
.dot { width: 7px; height: 7px; border: 0; padding: 0; border-radius: 10px; background: rgba(255,255,255,.4); cursor: pointer; transition: .3s; }
.dot.active { width: 30px; background: #62b8e8; }
@media (max-width: 700px) { #slider_inner { height: 520px; } .txt1 { font-size: 40px; } .camera_caption { left: 24px; right: 24px; } }

/* =====================================================
   TEMPLATE CARTES LATÉRALES — vignette + texte
   ===================================================== */
.lat-list { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.lat-item { display: flex; align-items: center; gap: 24px; background: var(--blanc); border-radius: var(--radius); border: 1px solid var(--gris-ligne); box-shadow: var(--ombre); padding: 20px 24px; transition: transform .25s ease, box-shadow .25s ease; }
.lat-item:hover { transform: translateX(4px); box-shadow: var(--ombre-hover); }
.lat-img { flex: 0 0 90px; display: flex; align-items: center; justify-content: center; }
.lat-img img { max-width: 80px; max-height: 60px; }
.lat-txt { flex: 1; }
.lat-txt h3 { font-size: 18px; margin: 0 0 6px; }
.lat-txt p { font-size: 14px; margin: 0 0 8px; }
.lat-txt a { font-weight: 700; }
@media (max-width: 600px) { .lat-item { flex-direction: column; text-align: center; } }
.h1_wrapper { position: static; background: none; }
.h1_wrapper h1 { color: #0050a8; }
