/* ============================================================
   Thème « épuré & professionnel » — généré (à compléter lundi
   avec la section services distincte de ce site).
   ============================================================ */
:root {
  --accent: #2e7d32;
  --accent-fonce: #246428;
  --accent-nuit: #0c2410;
  --accent-pale: #eef7ef;
  --accent-sect: #ddeede;
  --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 NÉON — Valence (vert)
   ===================================================== */
#neon-slider { position: relative; width: 100%; height: 650px; overflow: hidden; background: #050509; font-family: Arial, sans-serif; }
.neon-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background-position: center; background-size: cover; opacity: 0; transform: scale(1.04); transition: opacity 1s ease, transform 7s ease; }
.neon-slide.active { z-index: 1; opacity: 1; transform: scale(1); }
.neon-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,3,12,.95), rgba(5,5,20,.65), rgba(3,3,12,.9)); }
.neon-content { position: relative; z-index: 2; max-width: 700px; padding: 45px; color: #fff; text-align: center; border: 1px solid rgba(0,232,138,.7); background: rgba(5,5,15,.68); box-shadow: 0 0 10px #00e88a, 0 0 30px rgba(0,232,138,.5), inset 0 0 25px rgba(0,232,138,.12); animation: neon-appear .8s ease both; }
.neon-slide:not(.active) .neon-content { animation: none; }
.neon-content span { color: #00e88a; font-size: 14px; font-weight: bold; letter-spacing: 3px; text-shadow: 0 0 10px #00e88a; }
.neon-content h1 { margin: 20px 0; color: #fff; font-size: 58px; line-height: 1.1; text-shadow: 0 0 5px #fff, 0 0 15px #00e88a, 0 0 30px #00e88a; }
.neon-content p { margin-bottom: 30px; color: #e0faf0; font-size: 19px; }
.neon-content a { display: inline-block; padding: 14px 28px; color: #00e88a; border: 1px solid #00e88a; background: transparent; box-shadow: 0 0 8px #00e88a, inset 0 0 8px rgba(0,232,138,.25); font-weight: bold; text-decoration: none; transition: .3s ease; }
.neon-content a:hover { color: #050509; background: #00e88a; box-shadow: 0 0 12px #00e88a, 0 0 30px #00e88a; }
@keyframes neon-appear { from { opacity: 0; transform: translateY(30px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
.neon-arrow { position: absolute; top: 50%; z-index: 5; width: 48px; height: 48px; color: #00e88a; background: rgba(5,5,15,.8); border: 1px solid #00e88a; border-radius: 50%; cursor: pointer; transform: translateY(-50%); box-shadow: 0 0 10px #00e88a; transition: .3s ease; }
.neon-arrow:hover { color: #050509; background: #00e88a; box-shadow: 0 0 25px #00e88a; }
.neon-prev { left: 25px; } .neon-next { right: 25px; }
.neon-indicators { position: absolute; bottom: 30px; left: 50%; z-index: 5; display: flex; gap: 12px; transform: translateX(-50%); }
.neon-indicators button { width: 12px; height: 12px; padding: 0; background: transparent; border: 1px solid #00e88a; border-radius: 50%; cursor: pointer; box-shadow: 0 0 6px #00e88a; }
.neon-indicators button.active { background: #00e88a; box-shadow: 0 0 8px #00e88a, 0 0 18px #00e88a; }
@media (max-width: 700px) { #neon-slider { height: 600px; } .neon-content { right: 25px; left: 25px; padding: 30px 20px; } .neon-content h1 { font-size: 40px; } .neon-content p { font-size: 16px; } .neon-arrow { width: 40px; height: 40px; } .neon-prev { left: 12px; } .neon-next { right: 12px; } }

/* =====================================================
   TEMPLATE GRILLE MAGAZINE — une à la une + grille
   ===================================================== */
.mag-une { display: flex; align-items: center; gap: 30px; background: var(--blanc); border-radius: var(--radius); border: 1px solid var(--gris-ligne); box-shadow: var(--ombre); padding: 24px; margin-bottom: 20px; }
.mag-une-img { flex: 0 0 40%; }
.mag-une-img img { width: 100%; height: auto; }
.mag-une-txt { flex: 1; }
.mag-une-txt h3 { font-size: 22px; margin: 0 0 10px; }
.mag-une-txt p { font-size: 15px; margin: 0 0 14px; }
.mag-une-txt a { font-weight: 700; }
.mag-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mag-card { background: var(--blanc); border-radius: var(--radius); border: 1px solid var(--gris-ligne); box-shadow: var(--ombre); padding: 18px; text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.mag-card:hover { transform: translateY(-4px); box-shadow: var(--ombre-hover); }
.mag-card img { max-width: 80px; max-height: 55px; margin-bottom: 10px; }
.mag-card h3 { font-size: 16px; margin: 0 0 8px; }
.mag-card p { font-size: 13px; margin: 0 0 10px; }
.mag-card a { font-weight: 700; }
@media (max-width: 991px) { .mag-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) { .mag-une { flex-direction: column; } .mag-grid { grid-template-columns: 1fr; } }
.h1_wrapper { position: static; background: none; }
.h1_wrapper h1 { color: #2e7d32; }
