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

@font-face {
  font-family: 'gothambold';
  
  src:  url("/css-v2512/fonts/mymorocco/gotham-bold_gdi.woff") format("woff"), url("/css-v2512/fonts/mymorocco/gotham-bold_gdi.ttf") format("truetype"), url("/css-v2512/fonts/mymorocco/gotham-bold_gdi.svg#gothambold") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'gothambook';
  
  src:  url("/css-v2512/fonts/mymorocco/gotham-book_gdi.woff") format("woff"), url("/css-v2512/fonts/mymorocco/gotham-book_gdi.ttf") format("truetype"), url("/css-v2512/fonts/mymorocco/gotham-book_gdi.svg#gothambook") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'gothammedium';
  
  src:  url("/css-v2512/fonts/mymorocco/gotham-medium_gdi.woff") format("woff"), url("/css-v2512/fonts/mymorocco/gotham-medium_gdi.ttf") format("truetype"), url("/css-v2512/fonts/mymorocco/gotham-medium_gdi.svg#gothammedium") format("svg");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: 'gothamnarrowbook';
  
  src:  url("/css-v2512/fonts/mymorocco/gothamnarrow-book.woff") format("woff"), url("/css-v2512/fonts/mymorocco/gothamnarrow-book.ttf") format("truetype"), url("/css-v2512/fonts/mymorocco/gothamnarrow-book.svg#gothamnarrowbook") format("svg");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: 'lato-regular';
  src: url("/css-v2512/fonts/lato-regular-webfont.woff");
  src: url("/css-v2512/fonts/lato-regular-webfont.woff") format("woff"), url("/css-v2512/fonts/lato-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'dubiel-italic';
  
  src:  url("/css-v2512/brands/marketplace/fonts/dubielitalic-webfont.woff") format("woff"), url("/css-v2512/brands/marketplace/fonts/dubielitalic-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: 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: 'gothammedium';
}

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

.content-wrapper {
  position: relative;
  max-width: 1400px;
  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);
}

.steps {
  margin: 0 20px;
}

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

.breadcrumb {
  position: absolute;
  top: 1em;
  left: 2em;
  z-index: 1;
  text-transform: uppercase;
  font-size: 16px;
}

.breadcrumb li {
  display: inline;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li:first-child:after {
  content: ">";
  padding: 0 5px;
}

.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: #38b7ff;
  color: white;
  text-transform: uppercase;
  font-family: 'latoblack';
  font-size: 14px;
  text-decoration: none;
}

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

.contentContainer h2 {
  font-weight: normal;
  font-family: 'latoblack';
  font-size: 24px;
  line-height: 90px;
  color: #232938;
  text-transform: uppercase;
}

h1.top-title {
  width: 100%;
  color: white;
  background-color: #1E1852;
  font-size: 25px;
  line-height: 94px;
  text-transform: uppercase;
  text-align: center;
  font-family: "gothambook";
  font-weight: normal;
}

h1.top-title span {
  font-family: "gothammedium";
}

.step-title {
  margin: 35px 0;
  color: #232938;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  font-family: "gothamnarrowbook";
  background: url("/imagerie/promo/specials/mymorocco/blue_pixel.png") center repeat-x;
}

.step-title .step-title-inner {
  display: inline-block;
  padding: 0 27px;
  background: white;
}

.step-title .step-title-inner .step-number {
  font-weight: normal;
  font-family: "gothamnarrowbold";
  text-align: center;
}

.step-title .step-title-inner .step-number {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  border: #232938 1px solid;
}

.step-content {
  text-align: center;
  display: none;
}

.step-content > div {
  display: inline-block;
  position: relative;
  width: 24.6%;
  height: 289px;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  border: #232938 0px solid;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: opacity 0.3s ease, border 0.2s ease;
}

.step-content > div:nth-child(4n) {
  margin-right: 0;
}

.step-content > div.off {
  opacity: 0.4;
}

.step-content > div:hover {
  border-width: 6px;
}

.step-content > div > span {
  position: absolute;
  bottom: 0;
  left: 18%;
  right: 18%;
  font-family: "lato-bold";
  font-size: 26px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

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

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

form .errorMessage {
  background: url("/imagerie/promo/specials/mymorocco/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: 90px;
  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: 89px;
  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/promo/specials/mymorocco/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: #38b7ff;
  border: none;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  font-family: 'lato-bold';
}

#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 {
  display: none;
  margin: 60px auto 40px auto;
  background-color: #002b41;
  color: white;
}

#moteur-top .moteur-form {
  max-width: 700px;
  margin: auto;
  padding: 50px 50px;
}

#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;
}

#moteur-top .moteur-form form .more-options {
  margin-bottom: 10px;
  cursor: pointer;
  color: #38b7ff;
}

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

.slideshow {
  position: relative;
}

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

.slideshow > ul li {
  height: 547px;
  background-size: cover;
  background-position: center;
}

.slideshow > ul li.slide1 {
  background-image: url("/imagerie/promo/specials/mymorocco/slideshow1.jpg");
}

.slideshow > ul li.slide2 {
  background-image: url("/imagerie/promo/specials/mymorocco/slideshow2.jpg");
}

.slideshow > ul li.slide3 {
  background-image: url("/imagerie/promo/specials/mymorocco/slideshow3.jpg");
}

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

.slideshow .text-overlay {
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.slideshow .text-overlay .text-top {
  margin-bottom: 10px;
  font-family: 'lato-regular';
  font-weight: bold;
  letter-spacing: 8px;
  font-size: 90px;
  text-shadow: 1px 2px 9px rgba(0,0,0,.97);
}

.slideshow .text-overlay .text-middle {
  margin-bottom: 60px;
  padding-right: 10px;
  font-family: 'dubiel-italic';
  font-size: 34px;
  text-shadow: 1px 2px 5px rgba(0,0,0,.7);
  text-align: right;
  text-transform: initial;
}

.slideshow .text-overlay .text-bottom {
  font-family: 'gothambold';
  font-size: 25px;
  line-height: 1.3;
  text-shadow: 2px 3px 4px rgba(0,0,0,.97);
}


/* =================== 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: 20px;
}

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

.step-content.step-1 {
  display: block;
}

.step-content.step-1 > div > span {
  background-color: #1E1852;
}

.step-content.step-1 .item1 {
  background-image: url("/imagerie/promo/specials/mymorocco/step1/1.jpg");
}

.step-content.step-1 .item2 {
  background-image: url("/imagerie/promo/specials/mymorocco/step1/2.jpg");
}

.step-content.step-1 .item3 {
  background-image: url("/imagerie/promo/specials/mymorocco/step1/3.jpg");
}

.step-content.step-1 .item4 {
  background-image: url("/imagerie/promo/specials/mymorocco/step1/4.jpg");
}

.step-content.step-1 .item5 {
  background-image: url("/imagerie/promo/specials/mymorocco/step1/5.jpg");
}

.step-content.step-1 .item6 {
  background-image: url("/imagerie/promo/specials/mymorocco/step1/6.jpg");
}

.step-content.step-1 .item7 {
  background-image: url("/imagerie/promo/specials/mymorocco/step1/7.jpg");
}

.step-content.step-1 .item8 {
  background-image: url("/imagerie/promo/specials/mymorocco/step1/8.jpg");
}

.step-content.step-2 > div > span {
  background-color: #dead00;
}

.step-content.step-2 .item1 {
  background-image: url("/imagerie/promo/specials/mymorocco/step2/1.jpg");
}

.step-content.step-2 .item2 {
  background-image: url("/imagerie/promo/specials/mymorocco/step2/2.jpg");
}

.step-content.step-2 .item3 {
  background-image: url("/imagerie/promo/specials/mymorocco/step2/3.jpg");
}

.step-content.step-2 .item4 {
  background-image: url("/imagerie/promo/specials/mymorocco/step2/4.jpg");
}

.step-content.step-3 > div > span {
  right: 0;
  left: 0;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  color: #232938;
}
.no-result {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #232938;
  background-color: rgba(35, 41, 56, 0.85);
}

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

.no-result > div {
  display: inline-block;
  box-sizing: border-box;
  max-width: 500px;
  width: 90%;
  padding: 50px;
  vertical-align: middle;
  background-color: #232938;
  border: white 1px solid;
  color: white;
  font-size: 25px;
}

.no-result .ok-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 20px;
  color: #232938;
  background: white;
  cursor: pointer;
}

#bt-conditions, .cond-btn {
  display: inline-block;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #1264A3;
}

#bt-conditions:focus {
  color: #3470DF;
}

.cond-btn :focus {
  color: #3470DF;
}


.cond-btn.first,#bt-conditions.cond-btn.first {
  margin-bottom: 20px;
}

#bloc-conditions {
  display: none;
  font-size: 11px;
  padding: 30px 25px;
  padding-top: 0;
}

#bloc-conditions a {
  color: #001165;
}

#bloc-conditions pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: Arial;
  line-height: 16px;
}

#titre-conditions {
  font-size: 13px;
  margin-bottom: 15px;
  font-family: 'GothamMedium';
}

.footer-share {
  margin: 0 20px;
  padding-bottom: 40px;
  clear: both;
}

.footer-share h2 {
  font-family: 'lato-black';
  text-align: center;
  margin: 0 80px;
  border-top: 1px solid #b4b6ba;
}

.footer-share h2 span {
  font-family: 'gothamBook';
  margin-right: 10px;
}

.footer-share .social-container {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  height: 36px;
}

.footer-share .social-icons li {
  display: block;
  position: relative;
}

.footer-share .social-icons .facebook {
  background: url("/imagerie/promo/specials/mymorocco/socialIconMatrix.png") no-repeat scroll 0 0 #FFFFFF;
  height: 36px;
  width: 36px;
  position: absolute;
}

.footer-share .social-icons .twitter {
  background: url("/imagerie/promo/specials/mymorocco/socialIconMatrix.png") no-repeat scroll -36px 0 #FFFFFF;
  height: 36px;
  width: 36px;
  position: absolute;
  left: 46px;
}

.footer-share .social-icons .gplus {
  background: url("/imagerie/promo/specials/mymorocco/socialIconMatrix.png") no-repeat scroll -72px 0 #FFFFFF;
  height: 36px;
  width: 36px;
  position: absolute;
  left: 92px;
}

.footer-share .social-icons .pinterest {
  background: url("/imagerie/promo/specials/mymorocco/socialIconMatrix.png") no-repeat scroll -108px 0 #FFFFFF;
  height: 36px;
  width: 36px;
  position: absolute;
  left: 138px;
}

.footer-share .webassist-container {
  display: inline-block;
  width: 76%;
}

.footer-share .webassist-container .web-assist {
  display: inline-block;
  width: 33.3333333%;
  padding-left: 15px;
  text-decoration: none;
}

.footer-share .webassist-container span {
  display: inline-block;
  vertical-align: top;
  color: #19171c;
  font-family: 'lato-regular';
  font-size: 13px;
}

.footer-share .webassist-container .icon {
  background-image: url("/imagerie/promo/specials/mymorocco/webassist.jpg");
  background-repeat: no-repeat;
  width: 63px;
  min-height: 63px;
}

.footer-share .webassist-container .icon-assist {
  background-position: 0px;
}

.footer-share .webassist-container .icon-mobile {
  background-position: -63px;
}

.footer-share .webassist-container .icon-newsletter {
  background-position: -126px;
}

.footer-share .webassist-container .webassist-text {
  line-height: 1.3em;
  padding: 5px;
}

.push_hotels_wrapper{
  clear: both;
  padding-bottom: 40px;
  overflow: hidden;
}

.push_hotels_wrapper .title{
  font-size: 33px;
  font-weight: 700;
  color: #002b41;
  text-align: left;
  margin: 0 20px;
  font-family: lato-black;
  line-height: 1.3;
  padding-bottom: 70px;
}
.push_hotels_wrapper ul{
  list-style: none;
  margin: 0 20px;
  padding: 0;
  font-size: 0;
  display: block;
  text-align: center;
}
.push_hotels_wrapper ul li{
  display: block;
  width: 31.9%;
  margin: 0 0 0 2.15%;
  background: #fff7f7;
  float: left;
}
.push_hotels_wrapper ul li:first-child{
  margin-left: 0;
}
.push_hotels_wrapper ul li .visuel{
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}
.push_hotels_wrapper ul li .text_wrapper{
  min-height: 236px;
  text-align: center;
  position: relative;
}
.push_hotels_wrapper ul li .text_wrapper .title{
  text-align: center;
  padding: 15px 0 20px;
  font-size: 27px;
  font-family: "bodoni";
  font-weight: 400;
}

.push_hotels_wrapper ul li .text_wrapper .description{
  min-height: 130px;
  color: #676262;
  font-size: 16px;
  font-family: Lato-regular, Arial, "sans serif";
  padding: 0 20px 20px;
}

.push_hotels_wrapper ul li .text_wrapper .ctaWrapper{
  clear: both;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translate(0,50%);
  -moz-transform: translate(0,50%);
  -webkit-transform: translate(0,50%);
  -ms-transform: translate(0,50%);
}
.push_hotels_wrapper ul li .text_wrapper .ctaWrapper a{
  display: inline-block;
  font-size: 26px;
  color: #ffffff;
  background: #1E1852;
  border: 1px solid #1E1852;
  transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  text-decoration: none;
  font-family: "lato-bold";
  padding: 8px 30px;
  text-transform: uppercase;
}

.push_hotels_wrapper ul li .text_wrapper .ctaWrapper a:hover{
  background: #ffffff;
  color: #38326C;
}

.push_hotels_wrapper ul li .text_wrapper .ctaWrapper a:focus{
  color: #ffffff;
  border:1px solid #3470DF;
}

.push_hotels_wrapper ul li .visuel.pict1{
  background-image: url("/imagerie/promo/specials/mymorocco/bottom_push1.jpg");
}
.push_hotels_wrapper ul li .visuel.pict2{
  background-image: url("/imagerie/promo/specials/mymorocco/bottom_push2.jpg");
}
.push_hotels_wrapper ul li .visuel.pict3{
  background-image: url("/imagerie/promo/specials/mymorocco/bottom_push3.jpg");
}

@media screen and (max-width: 1250px) {
  .step-content > div > span {
    font-size: 20px;
  }
}

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

  .steps {
    margin: 0 10px;
  }

  h1.top-title {
    font-size: 20px;
  }

  .step-title {
    font-size: 22px;
  }

  .step-content > div {
    width: 49%;
  }

  .step-content > div:nth-child(4n) {
    margin-right: 0.5%;
  }

  .step-content > div:nth-child(2n) {
    margin-right: 0;
  }

  .footer-share h2 {
    font-size: 18px;
  }

  .footer-share .social-container {
    display: block;
    width: 175px;
    margin: 0 auto;
    padding-bottom: 80px;
  }

  .footer-share .webassist-container {
    width: 100%;
  }

  .footer-share .webassist-container span {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .push_hotels_wrapper .title{
    font-size: 22px;
    padding-bottom: 30px;
  }
  .push_hotels_wrapper ul li .text_wrapper{
    min-height: 1px;
  }
  .push_hotels_wrapper ul li .text_wrapper .title{
    font-size: 18px;
  }

  .push_hotels_wrapper ul li .text_wrapper .description{
    min-height: 130px;
    font-size: 12px;
  }

  .push_hotels_wrapper ul li .text_wrapper .ctaWrapper{

  }
  .push_hotels_wrapper ul li .text_wrapper .ctaWrapper a{
    font-size: 19px;
  }
}

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

  #is-mobile {
    display: block;
  }

  #is-tablet {
    display: none;
  }

  .steps {
    margin: 0 5px;
  }

  .mobile-hidden {
    display: none;
  }

  .breadcrumb {
    display: none;
  }

  .breadcrumb {
    margin-top: 20px;
  }

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

  h1.top-title {
    line-height: 34px;
    font-size: 16px;
    padding: 10px;
  }

  .step-title {
    font-size: 14px;
    line-height: 22px;
    background: none;
    text-align: left;
  }

  .step-title .step-title-inner {
    padding: 0;
  }

  .step-title .step-title-inner .step-number {
    width: 22px;
  }

  .step-content > div {
    height: 150px;
  }

  .step-content > div > span {
    font-size: 13px;
    line-height: 30px;
    left: 0;
    right: 0;
  }

  form .errorMessage {
    font-size: 10px;
  }

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

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

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

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

  #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;
  }

  .slideshow > ul li {
    height: 250px;
  }

  .slideshow .text-overlay {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .slideshow .text-overlay .text-top {
    margin-bottom: 6px;
    font-size: 50px;
    letter-spacing: 3px;
  }
  .slideshow .text-overlay .text-middle {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .slideshow .text-overlay .text-bottom {
    font-size: 16px;
  }

  .slick-prev {
    left: -5px;
  }

  .slick-next {
    right: -5px;
  }

  .no-result > div {
    padding: 20px;
  }

  .footer-share h2 {
    margin: 0 0 15px 0;
    padding-top: 15px;
    line-height: 1.3em;
  }

  .footer-share .webassist-container .web-assist {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .push_hotels_wrapper .title{
    font-size: 17px;
  }
  .push_hotels_wrapper ul li{
    width: 100%;
    margin: 0 0 50px !important;
  }
  .push_hotels_wrapper ul li .text_wrapper{
    min-height: 1px;
  }
  .push_hotels_wrapper ul li .text_wrapper .title{
    font-size: 14px;
  }

  .push_hotels_wrapper ul li .text_wrapper .description{
    min-height: 1px;
    font-size: 11px;
    padding-bottom: 40px;
  }

  .push_hotels_wrapper ul li .text_wrapper .ctaWrapper{

  }
  .push_hotels_wrapper ul li .text_wrapper .ctaWrapper a{
    font-size: 15px;
  }
}
