/* =========================
          Localisation
========================= */
/* Container pour texte et map */
.localisation-container {
  display: flex;
  gap: 20px; /* espace entre les deux blocs */
  border:#0099CC dashed 2px;
  padding-left:20px;
}

.localisation-text,
.localisation-map {
  width: 50%;
}

/* Map : largeur FIXE */
.localisation-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px; 
  border: 0;
}

.acces {
 line-height: 1.6;
  color: #ccc;
}

.acces h2 {
  margin-bottom: 20px;
}

.acces h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.acces p {
  margin: 0 0 10px;
  margin-left:50px;
}
.acces h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
}

.acces h3 {
  font-size: 1.2em;
  color: #5a3e2b;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
/*.acces .bloc {
  background-color: #f9f7f3;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-left: 4px solid #8b5e3c;
  border-radius: 6px;
}
*/


.acces h2 {
  margin-bottom: 15px;
}
.liste-acces {
  list-style: none;
  padding: 0;
  margin:0;
}

.liste-acces li {
/*  margin-bottom: 15px;
*/  padding: 12px 15px;
  border-left: 4px solid #CCFFCC;
  border-radius: 6px;
	background: linear-gradient(#111,#333);
 	border-bottom: 1px solid #333;
    box-shadow: inset 0 1px 1px rgba(#fff,0.2);
  margin: 5px 0;
}

.liste-acces span {
  display: inline-block;
}

.liste-acces .desc {
  margin-top: 5px;
  color: #999;
}