/*MinVersion*/
.OESK_XBody_Default {
  width: 900px;
}
.OESK_XBody_Default .OESZ_XBodyContent {
  width: 100%;
  height: 550px;
}
.OESK_XBody_Default .OESZ_XBodyFooter {
  width: 100%;
  height: 50px;
}
.OESK_WEPanel_Default {
  width: 350px;
  height: 150px;
}
.OESK_WELabel_Default {
  width: 350px;
}
.OESK_WEText_Default {
  width: 350px;
  height: 80px;
}
.OESK_WECadre_Default {
  width: 350px;
  height: 150px;
}
.OESK_WECadre_Default .OESZ_Top {
  width: 100%;
}
.OESK_WECadre_Default .OESZ_Content {
  width: 100%;
}
.OESK_WECadre_Default .OESZ_Bottom {
  width: 100%;
}
#XBody .OESZ_XBodyContent {
  display: block;
  height: auto;
}
#XBody .OESZ_XBodyFooter {
  display: block;
  height: 0;
}
#XBody .OESZ_XBodyHeader {
  display: none;
}
#XBody .OESZ_XBodyLeftColumn {
  display: none;
}
#XBody .OESZ_XBodyRightColumn {
  display: none;
}
#XBody .OESZ_Wrap_Columns {
  padding-left: 0;
  padding-right: 0;
}
#XBody {
  height: auto;
  background-color: #222;
}
#carte {
  height: 600px;
}
#WEOpenStreetMap {
  width: 600px;
  height: 800px;
  margin: 30px 0 0 0;
  background-color: rgba(27, 29, 32, 0.22);
}
#WEd996d05925 {
  width: 95%;
  height: 30px;
  border-bottom: 2px solid #bb5557;
  margin: 20px 0 0 0;
  max-width: 1024px;
}
#titre-carte {
  width: 60%;
  height: 100%;
  margin: 30px 0 0 0;
  padding: 0 0 20px 0;
  max-width: 1280px;
}
#titre-carte-text {
  width: auto;
  height: auto;
  border-bottom: 2px solid #bb5557;
  color: #fff;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-family: "Caviar Dreams Bold";
}
#titre-carte-text .OESZ_Text {
  text-transform: capitalize;
}

/* transition effect */
.transitions,
.transitions a {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (max-width: 800px) {
#WEOpenStreetMap {
  width: 90%;
}
}