@charset "UTF-8";

#map {
height: 600px;
width: 100%;
text-align: center;
}

.parcours {
  background: #fff;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}

#map h2 {
color: #000000;
line-height: 1em;
font-size: 18px;
margin: 4px 0 0 0; 
}

#map h3 {
color: #000000;
line-height: 1em;
font-size: 14px;
font-weight: 600;
margin: 4px 0 10px 0; 
}
#map h3 span {
color: rgba(209, 55, 252, 1);
font-size: 18px;
}

#map h4 {
color: #444;
line-height: 1.2em;
font-size: 14px;
margin: 4px 0 0 0; 
}

#map h5 {
color: rgba(209, 55, 252, 1);
line-height: 1.3em;
font-size: 12px;
margin: 6px 10px 0px 0px;
}

#map h5 a {
border: none;
outline:none;
color: #000000;
text-align: center;
line-height: 1.2em;
font-size: 13px;
font-weight: 500;
text-decoration: none;
margin: 6px 0px 6px 0px; 
}

#map h5 a:hover {
color: #000000 !important;
background-color: #1aa6df;
text-decoration: none;  
}

#map p {
color: #444;
line-height: 1.3em;
font-size: 11px;
margin: 0px 0 8px 0; 
}

#map a {
border: none;
outline:none;
color: #fff;
text-align: center;
font-size: 12px;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
margin: 0px 0 10px 0; 
}

#map  a:hover {
color: #000 !important;
background-color: rgba(209, 55, 252, 1);
text-decoration: none; 
}