/* ============================================================
   Thème « épuré & professionnel » — généré (à compléter lundi
   avec la section services distincte de ce site).
   ============================================================ */
:root {
  --accent: #a02020;
  --accent-fonce: #801a1a;
  --accent-nuit: #240606;
  --accent-pale: #faf0ef;
  --accent-sect: #f1ddda;
  --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 ÉDITORIAL — Albi (brique)
   ===================================================== */
#modern-slider-v2 { position: relative; width: 100%; height: 480px; overflow: hidden; background: #240606; font-family: Arial, Helvetica, sans-serif; }
.v2-slide { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; background-position: center; background-size: cover; opacity: 0; visibility: hidden; transform: scale(1.08); transition: opacity .9s ease, transform 7s ease, visibility .9s ease; }
.v2-slide.active { z-index: 2; opacity: 1; visibility: visible; transform: scale(1); }
.v2-slide-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,6,6,.97) 0%, rgba(36,6,6,.84) 34%, rgba(36,6,6,.32) 70%, rgba(36,6,6,.15) 100%); }
.v2-content { position: relative; z-index: 3; width: 100%; max-width: 1200px; margin: 0 auto; padding: 40px 100px; color: #fff; }
.v2-number { margin-bottom: 10px; color: #e06050; font-size: 17px; font-weight: bold; letter-spacing: 3px; }
.v2-line { width: 65px; height: 4px; margin-bottom: 25px; background: #e06050; }
.v2-category { display: block; margin-bottom: 15px; color: #f2dcd6; font-size: 14px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; }
.v2-content h1 { max-width: 700px; margin: 0 0 18px; color: #fff; font-size: 55px; font-weight: 700; line-height: 1.08; text-shadow: 0 3px 9px rgba(0,0,0,.35); }
.v2-content p { max-width: 590px; margin: 0 0 30px; color: #fff; font-size: 20px; line-height: 1.55; }
.v2-button { display: inline-flex; align-items: center; gap: 16px; padding: 14px 21px; color: #fff !important; background: transparent; border: 1px solid rgba(255,255,255,.75); font-size: 15px; font-weight: bold; text-decoration: none !important; transition: all .3s ease; }
.v2-button:hover { color: #fff !important; background: #e06050; border-color: #e06050; transform: translateX(5px); }
.v2-counter { position: absolute; right: 45px; bottom: 38px; z-index: 4; color: rgba(255,255,255,.75); font-size: 16px; letter-spacing: 2px; }
.v2-counter strong { color: #e06050; font-size: 28px; }
.v2-arrow { position: absolute; right: 42px; z-index: 5; width: 44px; height: 44px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; cursor: pointer; transition: all .3s ease; }
.v2-arrow:hover { background: #a02020; border-color: #a02020; }
.v2-prev { top: 42%; } .v2-next { top: 54%; }
.v2-progress { position: absolute; bottom: 0; left: 0; z-index: 5; width: 100%; height: 5px; background: rgba(255,255,255,.2); }
.v2-progress-bar { display: block; width: 33.33%; height: 100%; background: #e06050; transition: width .5s ease; }
.v2-slide.active .v2-content { animation: v2ContentAnimation .9s ease both; }
@keyframes v2ContentAnimation { from { opacity: 0; transform: translateX(-35px); } to { opacity: 1; transform: translateX(0); } }
@media (max-width: 768px) { #modern-slider-v2 { height: 440px; } .v2-content { padding: 35px 60px; } .v2-content h1 { font-size: 43px; } .v2-content p { font-size: 18px; } }
@media (max-width: 480px) { #modern-slider-v2 { height: 460px; } .v2-content { padding: 30px 35px; } .v2-content h1 { font-size: 35px; } .v2-content p { font-size: 17px; } }

/* =====================================================
   TEMPLATE SPLIT — services en rangées image/texte
   ===================================================== */
.split-list { max-width: 1000px; margin: 0 auto; }
.split-item { display: flex; align-items: center; gap: 0; margin-bottom: 28px; background: var(--blanc); border-radius: var(--radius); overflow: hidden; box-shadow: var(--ombre); border: 1px solid var(--gris-ligne); }
.split-item:nth-child(even) { flex-direction: row-reverse; }
.split-img { flex: 0 0 42%; }
.split-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split-txt { flex: 1; padding: 26px 32px; }
.split-txt h3 { margin: 0 0 10px; }
.split-txt p { margin: 0 0 14px; font-size: 15px; }
.split-txt a { font-weight: 700; }
@media (max-width: 767px) { .split-item, .split-item:nth-child(even) { flex-direction: column; } .split-img { flex: none; width: 100%; } }
.h1_wrapper { position: static; background: none; }
.h1_wrapper h1 { color: #a02020; }
