/* =====================================================
   STYLE_PANNEAU_ROUTIER.CSS — Styles spécifiques panneaux
===================================================== */

/* Section marque */
.section_marque {
  background-image: url("https://via-route.fr/wp-content/uploads/sites/715/2018/03/77900dc3-8b13-4022-b65c-9825b5824994-1600.jpg");
  color: #fff;
}

.section_marque::before { background-color: rgba(244, 121, 33, 0.55); }
.section_marque .contenu { color: #fff; }
.section_marque .trait { background: #fff; }

/* Parallax */
.parallax-text { will-change: transform; }

/* Zone intervention */
.Zone_intervention {
  max-width: 1000px;
  margin: auto;
  padding: 40px 40px 80px;
}

.Zone_intervention p { color: #555; line-height: 1.8; margin-bottom: 16px; }

.Zone_intervention .liste_respectueux {
  list-style: disc;
  padding-left: 20px;
  margin: 12px 0;
  color: #555;
}

.Zone_intervention .liste_respectueux li { margin-bottom: 6px; }
