
.titre {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
letter-spacing: 2px;
word-spacing: 2px;
color: #1C8ECE;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

.titreP {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
letter-spacing: 2px;
word-spacing: 2px;
color: #ffffff;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

.titre2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #414142;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

.titre3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #ff6600;
font-weight: bold;
font-size: 180%;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

.titre4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #ff6600;
font-weight: bold;
font-size: 150%;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

.titre5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #1566B2;
font-weight: bold;
font-size: 150%;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
letter-spacing: 0px;
word-spacing: 0px;
color: #1566B2;
font-weight: 400;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

.textLarge {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
letter-spacing: 0px;
word-spacing: 0px;
color: #1566B2;
font-weight: 400;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

hr {
    border: 2px;
    color: #22c0f1;
    overflow: visible;
    text-align: center;
    height: 5px;
}

hr:after {
    background: #fff;
    padding: 0 4px;
    position: relative;
    top: -13px;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
 
#map{
	height:300px;
}