.formationUl{
}
.formationLi{
}
.formationTitle{
  font-size: 18px;
  color: #E06018;
  font-weight: 300;
  padding: .2em 0;
}
.formationDate{
}
.formationHeure{
}
.formationMapButton{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 2px 2px 1px #019342;
  -webkit-box-shadow: 0 2px 2px 1px #019342;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #019342;
  border: 1px solid #019342;
  border-radius: 2px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  width : 110px;
}
.formationContactButton{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 2px 2px 1px #019342;
  -webkit-box-shadow: 0 2px 2px 1px #019342;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #019342;
  border: 1px solid #019342;
  border-radius: 2px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  //margin-left: 20px;
  //width : 110px;
  width : 100%;
}
.formationAddressTitle{
}
.formationRegionUl{
}
.formationRegionLi{
}
.formationTheRegionTitle{

}
.formationVilleUl{
}
.formationVilleLi{
}
.formationTheVilleTitle{
  clear: both;
  padding: 1em 0 0.5em;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
}
.formationMapDiv{
  width: 100%;
  height: 350px;
}
.formationContactDiv{
  display:none;
  width: 25%;
  background-color: white;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  border: 4px solid #D44C27;
}