/*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;
}
#WE9f2fb305fa {
  position: absolute;
  left: 0;
  top: 0;
}
#WEa6800a4cf2 {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}
#prestations {
  width: 95%;
  height: 100%;
  margin: 50px 0 0 0;
  padding: 0 0 50px 0;
  max-width: 1280px;
}
#WE9249f0ff19 {
  width: auto;
  height: auto;
  border-bottom: 2px solid #bb5557;
  color: #609cff;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Caviar Dreams Bold";
}
#WE9249f0ff19 .OESZ_Text {
  text-transform: capitalize;
}
#WEe05b7c73b3 {
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
  text-align: left;
  font-size: 13px;
  font-family: "Caviar Dreams Bold";
}
#WE137058e3b0 {
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
  text-align: left;
  font-size: 24px;
  font-family: "Caviar Dreams Bold";
}
#reliure-desc {
  width: 100%;
  height: 100%;
  margin: 0;
}
#reliure-desc-inner {
  width: 95%;
  height: auto;
  max-width: 1280px;
}
#reliure-desc-image {
  width: 48%;
  height: 100%;
  margin: 0 2% 0 0;
}
#reliure-desc-image-inner {
  width: 65.28%;
  height: auto;
  border: 0 none;
}
#reliure-desc-image-inner .OESZ_Img {
  width: 100%;
}
#reliure-desc-text {
  width: 48%;
  height: 100%;
}
#reliure-desc-text__title {
  width: auto;
  height: auto;
  color: #609cff;
  float: left;
  margin: 0;
  font-size: 24px;
  font-family: "Metropolis";
}
#reliure-desc-text__description {
  width: 100%;
  height: auto;
  color: #a5a5a5;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-family: "Metropolis";
}
#reliure-desc-separator-top {
  width: 95%;
  height: 30px;
  border-bottom: 2px solid #bb5557;
  margin: 20px 0 0 0;
  max-width: 1024px;
}
#reliure-desc-separator-bottom {
  width: 95%;
  height: 30px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 800px) {
  #reliure-desc {
    width: 95%;
    max-width: 95%;
  }
  #reliure-desc-inner {
    width: 95%;
    margin: 0;
  }
  #reliure-desc-text {
    width: 95%;
    margin: 2% 0 0 0;
  }
  #reliure-desc-separator-top {
    width: 80%;
  }
}

/* transition effect */
.transitions,
.transitions a {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
