@font-face {
  font-family: 'latoregular';
  
  src:  url("/css-v2512/fonts/lato-regular-webfont.woff") format("woff"), url("/css-v2512/fonts/lato-regular-webfont.ttf") format("truetype"), url("/css-v2512/fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'latolight';
  
  src:  url("/css-v2512/fonts/lato-light-webfont.woff") format("woff"), url("/css-v2512/fonts/lato-light-webfont.ttf") format("truetype"), url("/css-v2512/fonts/lato-light-webfont.svg#latolight") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'latoblack';
  
  src:  url("/css-v2512/fonts/lato-black-webfont.woff") format("woff"), url("/css-v2512/fonts/lato-black-webfont.ttf") format("truetype"), url("/css-v2512/fonts/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'latobold';
  
  src:  url("/css-v2512/fonts/lato-bold-webfont.woff") format("woff"), url("/css-v2512/fonts/lato-bold-webfont.ttf") format("truetype"), url("/css-v2512/fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'latoitalic';
  
  src:  url("/css-v2512/fonts/lato-italic-webfont.woff") format("woff"), url("/css-v2512/fonts/lato-italic-webfont.ttf") format("truetype"), url("/css-v2512/fonts/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'latolightitalic';
  
  src:  url("/css-v2512/fonts/lato-lightitalic-webfont.woff") format("woff"), url("/css-v2512/fonts/lato-lightitalic-webfont.ttf") format("truetype"), url("/css-v2512/fonts/lato-lightitalic-webfont.svg#latolightitalic") format("svg");
  font-weight: 400;
  font-style: normal;
}

body,
html {
  height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.mainContainer,
html {
  position: relative;
  color: #000000;
}

body .mainContainer {
  min-height: 750px;
  width: 100% !important;
  min-width: 320px;
}

body .contentContainer {
  position: relative;
  overflow: visible;
  font-family: 'latoregular';
}

.contentContainer * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.content-wrapper {
  position: relative;
  max-width: 1240px;
  margin: auto;
}

#hidden_devisea {
  display: none;
}

#is-mobile {
  display: none;
}

#is-tablet {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.sofitel-singapore-sentosa-resort-and-spa .footer-container {
  position: relative;
  left: 0;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.brandLogoContainer {
  text-align: center;
  padding: 5px;
  background: white;
  display: none;
}

.bg-container {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  height: 547px;
  background-image: url("/imagerie/hotel-event/page_bg.jpg");
  background-position: center;
  background-size: cover;
}

.breadcrumb {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  color: white;
}

.breadcrumb a {
  color: white;
  text-decoration: none;
}

.cta {
  display: inline-block;
  padding: 12px 17px;
  background-color: #1E1852;
  color: white;
  text-transform: uppercase;
  font-family: 'latoblack';
  font-size: 14px;
  text-decoration: none;
}

.cta.cta-red {
  background-color: #068484;
}

@media screen and (min-width:820px){
   .contentContainer h2 {
      padding-bottom: 50px;
  }
}
.contentContainer h2 {
  font-weight: normal;
  font-family: 'latoblack';
  font-size: 24px;
  line-height: 90px;
  color: #232936;
  text-transform: uppercase;
}

.ru .contentContainer * {
  font-family: Arial !important;
}

.ru .contentContainer strong {
  font-weight: bold !important;
}

.ui-datepicker-trigger {
  display: none !important;
}

.hasDatepicker {
  background: url("/imagerie/hotel-event/calendar.jpg") no-repeat center right #ffffff;
  outline: none;
}

form .errorMessage {
  background: url("/imagerie/hotel-event/error.png") no-repeat 10px 8px #fed2d3;
  color: #c70000;
  padding: 5px 15px;
  padding-left: 25px;
  font-weight: bold;
  display: none;
  margin-bottom: 10px;
  line-height: 18px;
}

form .validatorInvalidState label {
  color: #ffffff !important;
}

form #destination {
  display: none;
}

form .off {
  display: none !important;
}

form .tArrivalDate,
form .tDepartureDate {
  width: 99% !important;
}

form .tDepartureDate:disabled {
  opacity: 0.7;
}

form input,
form select {
  border: none;
  height: 40px;
  padding: 5px 10px;
}

form label {
  line-height: 18px;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  width: auto;
  margin-bottom: 3px;
  color: #fff !important;
  min-height: 18px;
}

form #dates-sejour .nights {
  width: 100%;
  clear: both;
  padding-top: 5px;
  font-size: 11px;
  text-align: center;
  color: white;
}

form .roomDetails {
  background: transparent;
  padding: 0;
}

form #rooms-form {
  float: left;
  margin-right: 20px;
}

form .roomsDetails {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
}

form .roomsDetails > p {
  margin-top: 12px;
  clear: left;
}

form .roomsDetails .roomsWrapper {
  margin-top: 15px;
  display: block;
  clear: left;
  position: relative;
}

form .roomsDetails a {
  color: #fff;
}

form #rooms-form .rooms,
form #rooms-form .adults,
form #rooms-form .childrens {
  width: 71px;
  margin-right: 5px;
}

form #rooms-form label {
  width: 140%;
}

form #rooms-form .rooms select,
form #rooms-form .adults select,
form #rooms-form .childrens select {
  width: 70px;
  padding: 5px 10px;
}

form .roomResidentType .roomCriteria select {
  width: 60px;
  padding: 5px 10px;
}

form .roomResidentType .title,
form .roomResidentType,
form .roomResidentType .roomCriteria,
form .roomResidentType .childrensAgesTitle,
form .roomResidentType .compoTitle {
  height: auto;
}

form .roomResidentType .title,
form .roomResidentType .childrensAgesTitle,
form .roomResidentType .compoTitle {
  margin-top: 24px;
  padding: 3px 15px;
}

form .roomDetailsTitle {
  top: 30px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}

form .roomResidentType .roomCriteria {
  width: 75px;
}

form .roomResidentType {
  width: auto;
  display: inline-block;
}

form .tChildrensAges {
  width: auto;
}

form a.lnk-moreoptions {
  display: none;
  background-position: top left;
  color: white;
}

form #fidelitycard-form {
  position: relative;
  float: left;
  margin: 0;
}

form #fidelitycard-form input {
  width: 220px;
}

form .tooltip {
  background: url("/imagerie/hotel-event/tooltip.jpg") no-repeat transparent;
  display: inline-block;
  height: 19px;
  text-indent: -999px;
  width: 19px;
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 1;
}

.ie8 form input,
.ie8 form select {
  padding: 13px 10px;
}

#engine-submit {
  display: block;
  margin: 0;
}

#engine-submit.small {
  background: none !important;
}

#engine-submit .buttonH {
  background-image: none !important;
  background: none !important;
  height: auto !important;
  display: block;
  text-decoration: none;
}

#engine-submit .buttonH span {
  background-image: none;
  margin-top: 0;
}

#engine-submit .buttonH:hover span {
  text-decoration: underline;
}

#engine-submit #book-btn,
.mobileSubmit {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #1E1852;
  border: none;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  font-family: 'latoblack';
}

#engine-submit .mobileSubmit {
  padding: 0 20px;
  display: none;
  width: 100%;
  -webkit-appearance: none;
}

#engine-submit #book-btn img {
  display: none;
}

.ru form label {
  font-size: 9px;
}

#moteur-top {
  max-width: 700px;
  margin: 60px auto 90px auto;
  color: white;
}

#moteur-top .moteur-header {
  position: relative;
  background-color: #030c1f;
  background-color: rgba(3, 12, 31, 0.85);
  text-align: center;
}

#moteur-top .moteur-header .reopening {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 75px 30px 10px;
  background-image: url("/imagerie/hotel-event/gold_corner.png");
  background-size: 100% 100%;
  font-family: 'latoblack';
  color: #232936;
  font-size: 13px;
  text-transform: uppercase;
}

#moteur-top .moteur-header img.logo {
  margin: 40px auto 30px auto;
}

#moteur-top .moteur-header h1 {
  font-weight: normal;
  font-size: 36px;
}

#moteur-top .moteur-header img.stars {
  margin: 0 auto 35px auto;
}

#moteur-top .moteur-form {
  padding: 15px 50px;
  background-color: #232936;
  background-color: rgba(35, 41, 54, 0.75);
}

#moteur-top .moteur-form form {
  position: relative;
}

#moteur-top .moteur-form form .date {
  width: 35%;
  margin: 0;
  padding-right: 1%;
}

#moteur-top .moteur-form form #dates-sejour {
  position: relative;
}

#moteur-top .moteur-form form #dates-sejour .nights {
  width: 70%;
}

#moteur-top .moteur-form form #engine-submit {
  position: absolute;
  right: 0;
  top: 18px;
  width: 28%;
}

#moteur-top .moteur-form form .step2 {
  height: 0;
  overflow: hidden;
  position: relative;
}

#topBookingEngine.containsError #engine-submit {
  margin-top: 41px;
}

.fr #moteur-top .moteur-header h1 {
  padding: 0 50px;
}

.slideshow-btn {
  position: absolute;
  right: 40px;
  top: 300px;
  width: 88px;
  height: 88px;
  border: #f7f7f5 2px solid;
  border-radius: 50%;
  background-color: #030c1f;
  background-color: rgba(3, 12, 31, 0.75);
  font-size: 14px;
  color: white;
  text-align: center;
  text-decoration: none;
}

.slideshow-btn:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slideshow-btn > div {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
}

.slideshow-btn img {
  position: relative;
  margin-bottom: 6px;
  width: 50%;
  height: auto;
  max-width: 40px;
}

.slideshow {
  display: none;
  position: absolute;
  z-index: 2147483647;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.slideshow > ul {
  pointer-events: none;
}

.slideshow:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3em;
}

.slideshow .close-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.slideshow .close {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 2%;
  right: 2%;
  font-size: 40px;
  color: white;
}

.slideshow .legend {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  line-height: 50px;
  font-size: 14px;
}

.slideshow ul {
  display: inline-block;
  width: 100%;
  max-width: 1164px;
  vertical-align: middle;
  margin-bottom: 0;
}

.slideshow ul li {
  text-align: center;
  margin: 0 70px;
}

.slideshow ul li img {
  width: 100%;
  height: auto;
  max-width: 1024px;
}

body.slideshow-visible .slideshow {
  display: block;
}

/*  SLICK SLIDER   */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-controls-btns {
  width: 45px;
  height: 45px;
  background-image: url("/imagerie/commun/pictos/common-sprite.png");
  background-repeat: no-repeat;
  min-height: 45px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 9;
  pointer-events: all;
}

.slick-prev {
  background-position: 0px -300px;
  left: 0;
}

.slick-next {
  background-position: -50px -300px;
  right: 0;
}

.intro {
  max-width: 1000px;
  margin: auto;
  padding: 50px 50px 10px 50px;
  background: white;
  text-align: center;
  color: #232936;
}

.intro h2 {
  line-height: 40px;
  font-weight: bold;
  font-size: 22px;

}

.intro p {
  font-family: 'latoitalic';
  font-size: 20px;
  line-height: 1.4;
}

.intro .more {
  display: none;
}

.social-btns {
  margin: 25px auto;
  font-family: 'latolight';
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #232936;
}

.social-btns > * {
  display: inline-block;
  vertical-align: middle;
}

.social-btns span {
  margin: 5px;
}

.social-btns span strong {
  font-weight: normal;
  font-family: 'latoblack';
}

.social-btns a {
  margin: 2px;
}

.zh .social-btns .fb,
.zh .social-btns .tw {
  display: none;
}

.person-push {
  position: relative;
  margin-top: 100px;
}

.person-push .bg {
  position: absolute;
  top: -60px;
  height: 460px;
  width: 100%;
  background-image: url("/imagerie/hotel-event/person_push_bg.jpg");
  background-position: center;
  background-size: cover;
}

.person-push .bio {
  position: relative;
  height: 460px;
  width: 460px;
  margin-left: 12%;
  padding: 0 25px;
  background-color: #232936;
  background-color: rgba(35, 41, 54, 0.95);
  text-align: center;
  font-size: 0;
}

.person-push .bio:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.person-push .bio > div {
  display: inline-block;
  vertical-align: middle;
}

.person-push .description {
  color: white;
  font-size: 21px;
  font-family: 'latolightitalic';
  line-height: 35px;
}

.person-push .description span {
  margin: 0 8px;
  font-family: Georgia !important;
  font-size: 72px;
  font-weight: bold;
  vertical-align: bottom;
  color: #ddac0a;
  line-height: 0;
}

.person-push img {
  width: 110px;
  height: 110px;
  margin: 15px auto;
  border-radius: 50%;
}

.person-push .name {
  color: white;
  font-family: 'latolight';
  font-size: 18px;
  line-height: 1.2;
}

.person-push .function {
  color: #cccccc;
  font-family: 'latolight';
  font-size: 13px;
  line-height: 2;
  text-transform: uppercase;
}

.usps {
  text-align: center;
}

.usps .usp {
  max-width: 930px;
}

.usps .usp .text {
  position: relative;
  width: 310px;
  height: 310px;
  padding: 10px;
  background-color: #f7f7f5;
  font-size: 0;
}

.usps .usp .text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.usps .usp .text p {
  display: inline-block;
  vertical-align: middle;
  color: #232936;
  font-size: 22px;
  line-height: 1.3;
  font-family: 'latolight';
  text-transform: uppercase;
}

.usps .usp .text p strong {
  font-family: 'latoblack';
  font-weight: normal;
}

.usps .usp .illu {
  width: 620px;
  height: 310px;
  background-position: center;
  background-size: cover;
}

.usps .usp.usp1 {
  margin-left: 12%;
}

.usps .usp.usp1 .text {
  position: absolute;
}

.usps .usp.usp1 .illu {
  float: right;
  background-image: url("/imagerie/hotel-event/usp1.jpg");
}

.usps .usp.usp2 .text {
  float: right;
}

.usps .usp.usp2 .illu {
  float: left;
  background-image: url("/imagerie/hotel-event/usp2.jpg");
}

.usps .usp.usp3 {
  float: right;
}

.usps .usp.usp3 .text {
  float: left;
}

.usps .usp.usp3 .illu {
  float: right;
  background-image: url("/imagerie/hotel-event/usp3.jpg");
}

.usps .usp.usp4 .text {
  float: right;
}

.usps .usp.usp4 .illu {
  float: left;
  background-image: url("/imagerie/hotel-event/usp4.jpg");
}

.usps .cta {
  margin: 40px auto;
}

.location {
  margin: 25px 0 50px 0;
  text-align: center;
}

.location .map {
  height: 534px;
  background-image: url("/imagerie/hotel-event/map.png");
  background-position: center;
  background-size: cover;
}

.location .infos {
  max-width: 320px;
  margin: -60px 0 0 4%;
}

.location .infos img {
  width: 100%;
  height: auto;
}

.location .infos .text {
  padding: 60px 25px;
  line-height: 1.3;
  background-color: #f7f7f5;
}

.location .infos h3 {
  margin-bottom: 15px;
  font-family: 'latobold';
  font-size: 24px;
  font-weight: normal;
  color: #232936;
}

.location .infos p {
  color: #666666;
  font-size: 16px;
}

.location .infos h4 {
  margin-top: 15px;
  font-family: 'latobold';
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #232936;
}

.location .infos p.contact {
  font-size: 14px;
}

.fr .location h2 {
  padding-left: 20%;
}

.offer {
  color: white;
  text-align: center;
}

.offer h2 img {
  margin-right: 10px;
}

.offer .offer-wrapper .bg {
  position: absolute;
  left: 0;
  right: 0;
  height: 484px;
  padding-right: 49%;
  padding-left: 5%;
  background-image: url("/imagerie/hotel-event/offer_bg2.jpg");
  background-position: center;
  background-size: cover;
  font-size: 0;
}

.offer .offer-wrapper .bg:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.offer .offer-wrapper .bg p {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: 'latolight';
  font-size: 60px;
  text-transform: uppercase;
}

.offer .offer-wrapper .offer-content {
  float: right;
  display: inline-block;
  position: relative;
  max-width: 445px;
  min-height: 485px;
  margin: 4% 4% 0 0;
  padding: 3%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
}

.offer .offer-wrapper .offer-content h3 {
  font-size: 30px;
  font-family: 'latolight';
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
}

.offer .offer-wrapper .offer-content > p {
  margin: 30px 0;
  font-family: 'latoblack';
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
}

.offer .offer-wrapper .offer-content > p span {
  color: #068484;
}

.offer .offer-wrapper .offer-content .cta {
  margin-top: 30px;
  margin-bottom: 20px;
}

.fr .offer .offer-wrapper .offer-content h3,
.ru .offer .offer-wrapper .offer-content h3 {
  font-size: 29px;
  line-height: 1.3;
}

#moteur-offer {
  height: 0;
  overflow: hidden;
  position: relative;
}

#moteur-offer form {
  text-align: left;
}

#moteur-offer form .date {
  width: 50%;
  margin: 0;
}

#moteur-offer form .date_date_arrivee {
  padding-right: 1%;
}

#moteur-offer form #dates-sejour {
  position: relative;
}

#moteur-offer form #engine-submit {
  float: none;
  display: table;
  margin: auto;
  margin-top: 20px;
}

#moteur-offer form #engine-submit #book-btn,
#moteur-offer form .mobileSubmit {
  background-color: #f4283e;
}

#moteur-offer form #fidelitycard-form {
  margin-top: 15px;
}

.pushes {
  margin-top: 80px;
  text-align: center;
  background-color: #f2f2f2;
}

.pushes ul li {
  display: inline-block;
  width: 295px;
  height: 295px;
  margin-right: 17px;
  background-position: center;
  background-size: cover;
}

.pushes ul li.push1 {
  background-image: url("/imagerie/hotel-event/push1.jpg");
}

.pushes ul li.push2 {
  background-image: url("/imagerie/hotel-event/push2.jpg");
}

.pushes ul li.push3 {
  background-image: url("/imagerie/hotel-event/push3.jpg");
}

.pushes ul li.push4 {
  margin: 0;
  background-image: url("/imagerie/hotel-event/push4.jpg");
}

.pushes ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("/imagerie/hotel-event/push_gradient.png");
  background-position: center bottom;
  background-size: 100% 100%;
  text-decoration: none;
}

.pushes ul li a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.pushes ul li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px 15px 5px;
  color: white;
  font-size: 20px;
}

.pushes .cta {
  margin: 40px auto;
}

@media screen and (min-width: 1024px) {
  body.sticky-moteur .intro {
    margin-top: 440px;
  }

  body.sticky-moteur #moteur-top {
    position: fixed;
    z-index: 10;
    top: 32px;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0;
    background-color: #232936;
    background-color: rgba(35, 41, 54, 0.75);
  }

  body.sticky-moteur #moteur-top .sticky-wrapper {
    max-width: 1400px;
    width: 100%;
    margin: auto;
  }

  body.sticky-moteur #moteur-top .moteur-header {
    float: left;
    width: 50%;
    margin-top: 40px;
    background: transparent;
  }

  body.sticky-moteur #moteur-top .moteur-header .reopening {
    display: none;
  }

  body.sticky-moteur #moteur-top .moteur-header h1 {
    font-size: 23px;
    display: inline-block;
  }

  body.sticky-moteur #moteur-top .moteur-header img.logo {
    display: none;
  }

  body.sticky-moteur #moteur-top .moteur-header img.stars {
    height: 20px;
    width: auto;
    margin-bottom: 0;
    margin-left: 25px;
  }

  body.sticky-moteur #moteur-top .moteur-form {
    float: left;
    width: 50%;
    padding: 15px;
    background: transparent;
  }

  body.sticky-moteur.fr #moteur-top .moteur-header h1 {
    padding: 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .pushes ul li {
    width: 23%;
  }
}

@media screen and (max-width: 1023px) {
  #is-tablet {
    display: block;
  }

  #moteur-top .moteur-header h1 {
    font-size: 24px;
  }

  .slideshow-btn {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: auto;
    margin-top: -60px;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
  }

  .slideshow-btn img {
    margin-bottom: 2px;
  }

  .usps .usp {
    max-width: 1024px;
  }

  .usps .usp .text {
    width: 50%;
  }

  .usps .usp .text p {
    font-size: 19px;
  }

  .usps .usp .illu {
    width: 50%;
  }

  .usps .usp.usp1 {
    margin: 0;
  }

  .location h2 {
    margin-bottom: 60px;
    margin-top: -20px;
  }

  .location .map {
    background-position: 25% center;
  }

  .fr .location h2 {
    padding-left: 0;
  }

  .offer .offer-wrapper .bg p {
    display: none;
  }

  .offer .offer-wrapper .offer-content {
    float: none;
    margin-right: 0;
  }

  .pushes ul li {
    width: 48%;
    margin-right: 1%;
    margin-top: 1%;
  }

  .pushes ul li:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 599px) {
  body .contentContainer {
    padding-top: 100px;
  }

  .content-wrapper {
    padding: 0 10px;
  }

  #is-mobile {
    display: block;
  }

  #is-tablet {
    display: none;
  }

  .mobile-hidden {
    display: none;
  }

  .breadcrumb {
    margin-top: 20px;
  }

  .contentContainer h2 {
    font-size: 20px;
    line-height: 60px;
  }

  form .roomResidentType .roomCriteria select {
    width: auto;
  }

  form .roomResidentType .roomCriteria {
    width: 60px;
  }

  form #fidelitycard-form {
    margin: 10px 0;
  }

  #moteur-top {
    margin-top: 40px;
  }

  #moteur-top .moteur-header {
    padding: 0 20px;
  }

  #moteur-top .moteur-header .reopening {
    font-size: 10px;
    padding: 10px 60px 20px 6px;
  }

  #moteur-top .moteur-header img.logo {
    width: 60%;
    height: auto;
  }

  #moteur-top .moteur-header img.stars {
    height: 20px;
    width: auto;
    margin: 10px auto 15px auto;
  }

  #moteur-top .moteur-form {
    padding: 10px;
  }

  #moteur-top .moteur-form form .date {
    width: 50%;
  }

  #moteur-top .moteur-form form #dates-sejour .nights {
    width: 100%;
  }

  #moteur-top .moteur-form form #engine-submit {
    position: relative;
    width: auto;
    display: table;
    margin: auto;
    top: auto;
    right: auto;
    float: none;
  }

  .fr #moteur-top .moteur-header h1 {
    padding: 0;
    font-size: 22px;
  }

  .slideshow ul li {
    margin: 0 30px;
  }

  .fr .slideshow .legend {
    font-size: 11px;
  }

  .ja .slideshow .legend {
    font-size: 11px;
  }

  .intro {
    padding: 30px 30px 10px 30px;
  }

  .intro h2 {
    line-height: 1;
  }

  .intro p {
    margin: 15px auto;
    font-size: 16px;
    line-height: 1.1;
  }

  .intro .more {
    display: inline-block;
  }

  .social-btns span {
    display: block;
  }

  .person-push {
    margin-top: 40px;
  }

  .person-push .bg {
    position: relative;
    top: auto;
    height: 230px;
  }

  .person-push .bio {
    height: auto;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }

  .person-push .bio img {
    display: none;
  }

  .person-push .description {
    margin: 20px auto;
    font-size: 17px;
    line-height: 22px;
  }

  .person-push .description span {
    font-size: 50px;
    margin: 0 4px;
  }

  .usps {
    margin-top: 15px;
  }

  .usps .usp {
    float: none !important;
  }

  .usps .usp .text {
    width: 100%;
    position: relative !important;
    float: none !important;
    height: auto;
  }

  .usps .usp .text p {
    font-size: 17px;
    margin: 20px 10px;
  }

  .usps .usp .illu {
    width: 100%;
    height: 160px;
    position: relative !important;
    float: none !important;
  }

  .location h2 {
    margin-bottom: 0;
  }

  .location .map {
    height: auto;
    position: relative;
    max-width: 300px;
    margin: auto;
    background-image: none;
  }

  .location .infos {
    position: relative;
    margin: 0;
  }

  .location .infos:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 188px;
    background-image: url("/imagerie/hotel-event/map_mobile.png");
    background-position: center;
    background-size: cover;
  }

  .location .infos img {
    display: none;
  }

  .location .infos .text {
    padding: 25px;
  }

  .offer .offer-wrapper .bg {
    display: none;
  }

  .offer .offer-wrapper .offer-content {
    min-height: 200px;
  }

  .offer .offer-wrapper .offer-content h3 {
    font-size: 28px;
  }

  .offer .offer-wrapper .offer-content > p {
    font-size: 15px;
  }

  .fr .offer h2,
  .ru .offer h2 {
    line-height: 1.3;
  }

  .fr .offer .offer-wrapper .offer-content h3,
  .ru .offer .offer-wrapper .offer-content h3 {
    font-size: 26px;
  }

  .pushes ul li {
    width: 90px;
    height: 90px;
    display: block;
    margin: 20px 0 20px 0;
  }

  .pushes ul li a img {
    width: 60px;
    height: auto;
    vertical-align: middle;
  }

  .pushes ul li a span {
    left: 100%;
    right: auto;
    bottom: auto;
    top: 45%;
    width: 230%;
    padding-left: 10px;
    font-size: 14px;
    color: #232936;
    text-align: left;
  }
}

@media all and (orientation: landscape) {
  .slick-list,
  .slick-track {
    height: 100%;
  }

  .slideshow ul {
    height: 100%;
    max-height: 768px;
    padding: 50px 0;
  }

  .slideshow ul li img {
    position: relative;
    height: 100%;
    width: auto;
    max-height: 768px;
    pointer-events: all;
  }
}



/*
            DATE PICKER          
*/

#ui-datepicker-div {
  background: #fff;
  display: none;
  padding: 5px;
  width: inherit;
  border: 0;
  width: auto !important;
  border-radius: 0
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 22px;
  height: 28px;
  background: #272727;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 19px;
  text-indent: -9000px;
}
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
  display: none;
}
.ui-datepicker-prev {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1450px;
  padding-left: 15px;
  min-height: 15px;
  background-color: transparent;
  left: 10px !important;
  top: 10px !important;
  z-index: 999999;
  width: inherit;
  height: inherit;
  width: auto;
  height: auto;
}
.ui-datepicker-next {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -1450px;
  padding-left: 15px;
  min-height: 15px;
  background-color: transparent;
  right: 2px;
  top: 10px !important;
  z-index: 999999;
  width: inherit;
  height: inherit;
  width: auto;
  height: auto;
}
.ui-datepicker-group {
  background: #fff;
}
.ui-datepicker-group-first {
  float: left;
  margin: 0 0 0 0px;
}
.ui-datepicker-group-last {
  float: left;
  margin: 0 0px 0 5px;
}
.ui-datepicker-title {
  font-family: "lato-bold";
  background: #38b7ff;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 0;
  text-align: center;
}
.ui-datepicker-trigger {
  display: none;
}
.ui-datepicker-calendar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-datepicker-calendar {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: separate;
  border-spacing: 0px;
}
.ui-datepicker-calendar tr {
  height: 30px;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  font: normal 11px/11px arial, sans-serif;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0px;
  color: #999;
  text-align: center;
  margin: 0px;
}
.ui-datepicker-calendar th {
  padding: 10px 0 0 0;
  height: 16px;
  color: #000;
  font-family: "lato-bold";
}
.ui-datepicker-calendar td.ui-state-disabled span.ui-state-default {
  width: 28px;
  height: 18px;
  padding-top: 11px;
  display: block;
}
.ui-datepicker-calendar td a.ui-state-default {
  text-decoration: none;
  color: #000;
  display: block;
  width: 28px;
  height: 18px;
  text-align: center;
  padding-top: 11px;
  border: 0;
  background: none;
  font-weight: normal;
  margin: 0 auto;
}
.ui-datepicker-calendar td a.ui-state-hover,
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar td a.ui-state-active,
.ui-datepicker-calendar td a.ui-state-active:hover {
  font-weight: bold !important;
  color: white !important;
}
.ui-datepicker-calendar td a.ui-state-hover,
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar td a.ui-state-active,
.ui-datepicker-calendar td a.ui-state-active:hover {
  background: #38b7ff !important;
  color: #fff;
}

.ui-datepicker-wrapper .ui-widget-content .ui-state-default {
  color: #333 !important;
}
.ui-datepicker-wrapper .ui-widget-content .ui-state-disabled .ui-state-default {
  color: #999 !important;
}
.ui-datepicker-calendar td.ui-datepicker-today {
  border: 1px solid #38b7ff;
}
.ui-datepicker-calendar td.ui-datepicker-today a:hover {
  background-color: #DDD;
}
.ui-datepicker-calendar td.ui-datepicker-today a.ui-state-default {
  color: #7D526D;
}
.ui-datepicker-wrapper .ui-state-highlight,
.ui-datepicker-wrapper .ui-widget-content .ui-state-highlight {
  color: #7D526D;
  background: none;
}
.ui-datepicker-wrapper .ui-widget-header {
  border: 0;
  background: #38b7ff;
  padding: 0;
  border-radius: 0;
}
.ui-datepicker-wrapper .ui-widget-content .ui-state-hover,
.ui-datepicker-wrapper .ui-state-hover,
.ui-datepicker-wrapper .ui-widget-header .ui-icon {
  background: none;
  border: 0 !important;
  opacity: 1 !important;
}
.ui-datepicker-wrapper .ui-datepicker-prev-hover {
  background: url("/imagerie/commun/pictos/common-sprite.png") no-repeat 0 -1450px !important;
}
.ui-datepicker-wrapper .ui-datepicker-next-hover {
  background: url("/imagerie/commun/pictos/common-sprite.png") no-repeat -50px -1450px !important;
}

.ui-datepicker-wrapper .ui-state-disabled,
.ui-datepicker-wrapper .ui-widget-content .ui-state-disabled {
  opacity: 1 !important;
}
.ui-datepicker-wrapper .ui-state-default,
.ui-datepicker-wrapper .ui-widget-content .ui-state-default {
  border: 0 !important;
  background: none;
  font-weight: normal;
  color: #999;
}

.bloc-moteur .ui-datepicker-trigger {
  display: none !important;
}
.bloc-moteur .hasDatepicker {
  background: url('/imagerie/promo/specials/march2017/calendar.jpg') no-repeat center right #ffffff;
  outline: none;
}

/* -- DATE PICKER END -- */
