/* line 14, ../libs/_slimmenu.scss */
.mobile-nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 15, ../libs/_slimmenu.scss */
.menu-collapser {
  position: fixed;
  left: 0;
  background-color: #f1f1f1;
  color: #555555;
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  font-weight: 700;
  z-index: 1000;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 18px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 16, ../libs/_slimmenu.scss */
.collapse-button {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 40px;
  background-repeat: repeat-x;
  color: #555555;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 17, ../libs/_slimmenu.scss */
.collapse-button:hover, .collapse-button:focus {
  background-image: none;
  background-color: #f1f1f1;
  color: #2A2A2A;
}

/* line 18, ../libs/_slimmenu.scss */
.collapse-button .icon-bar {
  background-color: #555555;
  border-radius: 1px 1px 1px 1px;
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
}

/* line 19, ../libs/_slimmenu.scss */
ul.slimmenu {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 57px 0 0;
}

/* line 20, ../libs/_slimmenu.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
  background-color: #f1f1f1;
}

/* line 21, ../libs/_slimmenu.scss */
ul.slimmenu > li {
  margin-right: -5px;
}

/* line 22, ../libs/_slimmenu.scss */
ul.slimmenu > li:first-child {
  border-left: 0;
}

/* line 23, ../libs/_slimmenu.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}

/* line 24, ../libs/_slimmenu.scss */
ul.slimmenu li a {
  display: block;
  color: #555555;
  padding: 15px 64px 15px 16px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: none;
  transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -webkit-transition: background-color .5s ease-out;
}

/* line 25, ../libs/_slimmenu.scss */
ul.slimmenu li a > i {
  display: none!important;
}

/* line 26, ../libs/_slimmenu.scss */
ul.slimmenu li:hover {
  text-decoration: none;
}

/* line 27, ../libs/_slimmenu.scss */
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}

/* line 28, ../libs/_slimmenu.scss */
ul.slimmenu li ul li {
  background-color: #fcfcfc;
  padding-left: 20px;
}

/* line 29, ../libs/_slimmenu.scss */
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}

/* line 30, ../libs/_slimmenu.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}

/* line 31, ../libs/_slimmenu.scss */
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 32, ../libs/_slimmenu.scss */
ul.slimmenu.collapsed li a {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 33, ../libs/_slimmenu.scss */
ul.slimmenu.collapsed li .sub-collapser {
  padding: 10px;
}

/* line 34, ../libs/_slimmenu.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
  padding: 0;
  list-style: none;
}

/* line 35, ../libs/_slimmenu.scss */
.btn-resa-small {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 10px;
}
/* line 36, ../libs/_slimmenu.scss */
.btn-resa-small a {
  color: #b91218;
}
/* line 39, ../libs/_slimmenu.scss */
.btn-resa-small a:hover {
  color: #e91e63;
}

/* line 44, ../libs/_slimmenu.scss */
.center {
  left: 50%;
  position: absolute;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 11, ../libs/_owl.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 20, ../libs/_owl.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 26, ../libs/_owl.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 31, ../libs/_owl.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 36, ../libs/_owl.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 44, ../libs/_owl.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 48, ../libs/_owl.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 51, ../libs/_owl.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* line 61, ../libs/_owl.scss */
.grabbing {
  cursor: url(https://www.hotellerie-st-jean.com/css/build/grabbing.png) 8 8, move;
}

/* fix */
/* line 67, ../libs/_owl.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 81, ../libs/_owl.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right;
}

/* Styling Next and Prev buttons */
/* line 88, ../libs/_owl.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  background: #51493d;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 102, ../libs/_owl.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 110, ../libs/_owl.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 115, ../libs/_owl.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 129, ../libs/_owl.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 136, ../libs/_owl.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 148, ../libs/_owl.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(https://www.hotellerie-st-jean.com/css/build/AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
/* line 158, ../libs/_owl.scss */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
/* line 168, ../libs/_owl.scss */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

/* line 174, ../libs/_owl.scss */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
/* line 180, ../libs/_owl.scss */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 185, ../libs/_owl.scss */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
/* line 191, ../libs/_owl.scss */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

/* line 196, ../libs/_owl.scss */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
/* line 202, ../libs/_owl.scss */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

/* line 208, ../libs/_owl.scss */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  /* line 216, ../libs/_owl.scss */
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  /* line 219, ../libs/_owl.scss */
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  /* line 222, ../libs/_owl.scss */
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  /* line 225, ../libs/_owl.scss */
  0% {
    opacity: 0;
  }

  /* line 226, ../libs/_owl.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  /* line 229, ../libs/_owl.scss */
  0% {
    opacity: 0;
  }

  /* line 230, ../libs/_owl.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 233, ../libs/_owl.scss */
  0% {
    opacity: 0;
  }

  /* line 234, ../libs/_owl.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  /* line 237, ../libs/_owl.scss */
  0% {
    opacity: 1;
  }

  /* line 238, ../libs/_owl.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  /* line 241, ../libs/_owl.scss */
  0% {
    opacity: 1;
  }

  /* line 242, ../libs/_owl.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 245, ../libs/_owl.scss */
  0% {
    opacity: 1;
  }

  /* line 246, ../libs/_owl.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  /* line 249, ../libs/_owl.scss */
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 250, ../libs/_owl.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  /* line 251, ../libs/_owl.scss */
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  /* line 254, ../libs/_owl.scss */
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 255, ../libs/_owl.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  /* line 256, ../libs/_owl.scss */
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  /* line 259, ../libs/_owl.scss */
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 260, ../libs/_owl.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  /* line 261, ../libs/_owl.scss */
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  /* line 264, ../libs/_owl.scss */
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  /* line 265, ../libs/_owl.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 266, ../libs/_owl.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  /* line 269, ../libs/_owl.scss */
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  /* line 270, ../libs/_owl.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 271, ../libs/_owl.scss */
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  /* line 274, ../libs/_owl.scss */
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  /* line 275, ../libs/_owl.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 276, ../libs/_owl.scss */
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  /* line 279, ../libs/_owl.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  /* line 282, ../libs/_owl.scss */
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  /* line 285, ../libs/_owl.scss */
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  /* line 288, ../libs/_owl.scss */
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  /* line 291, ../libs/_owl.scss */
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  /* line 294, ../libs/_owl.scss */
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  /* line 298, ../libs/_owl.scss */
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  /* line 301, ../libs/_owl.scss */
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  /* line 304, ../libs/_owl.scss */
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  /* line 308, ../libs/_owl.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  /* line 311, ../libs/_owl.scss */
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  /* line 314, ../libs/_owl.scss */
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
/* line 7, ../libs/_rs.scss */
.royalSlider {
  width: 100%;
  height: 100%;
  position: relative;
  direction: ltr;
}

/* line 13, ../libs/_rs.scss */
.royalSlider > * {
  float: left;
}

/* line 17, ../libs/_rs.scss */
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

/* line 31, ../libs/_rs.scss */
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

/* line 36, ../libs/_rs.scss */
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

/* line 39, ../libs/_rs.scss */
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 47, ../libs/_rs.scss */
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 56, ../libs/_rs.scss */
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 62, ../libs/_rs.scss */
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 71, ../libs/_rs.scss */
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

/* line 75, ../libs/_rs.scss */
.rsThumb {
  float: left;
  position: relative;
}

/* line 83, ../libs/_rs.scss */
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/* line 90, ../libs/_rs.scss */
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

/* line 100, ../libs/_rs.scss */
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
/* line 107, ../libs/_rs.scss */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

/* line 120, ../libs/_rs.scss */
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

/* line 129, ../libs/_rs.scss */
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/* line 141, ../libs/_rs.scss */
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

/* line 145, ../libs/_rs.scss */
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 151, ../libs/_rs.scss */
.rsPreloader {
  position: absolute;
  z-index: 0;
}

/* line 156, ../libs/_rs.scss */
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 161, ../libs/_rs.scss */
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 165, ../libs/_rs.scss */
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

/* line 172, ../libs/_rs.scss */
.rsTabs {
  float: left;
  background: none !important;
}

/* line 177, ../libs/_rs.scss */
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 183, ../libs/_rs.scss */
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

/* line 189, ../libs/_rs.scss */
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

/* line 197, ../libs/_rs.scss */
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

/* line 203, ../libs/_rs.scss */
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
/* line 214, ../libs/_rs.scss */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

/* line 221, ../libs/_rs.scss */
.rsABlock {
  left: 25%;
  bottom: 40%;
  position: absolute;
  z-index: 15;
}
@media (max-width: 758px) {
  /* line 221, ../libs/_rs.scss */
  .rsABlock {
    display: none !important;
  }
}
/* line 231, ../libs/_rs.scss */
.rsABlock h5 {
  color: #F1F1F0;
  font-size: 2em;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0px 0px 5px #000;
}

/* line 243, ../libs/_rs.scss */
img.rsImg {
  max-width: none;
}

/* line 247, ../libs/_rs.scss */
.grab-cursor {
  cursor: url(https://www.hotellerie-st-jean.com/css/build/grab.png) 8 8, move;
}

/* line 251, ../libs/_rs.scss */
.grabbing-cursor {
  cursor: url(https://www.hotellerie-st-jean.com/css/build/grabbing.png) 8 8, move;
}

/* line 255, ../libs/_rs.scss */
.rsNoDrag {
  cursor: auto;
}

/* line 259, ../libs/_rs.scss */
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(https://www.hotellerie-st-jean.com/css/build/blank.gif);
}

/* line 20, ../libs/global.scss */
.p0 {
  padding: 0 !important;
}

/* line 21, ../libs/global.scss */
.p-15 {
  padding: 15px;
}

/* line 22, ../libs/global.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 23, ../libs/global.scss */
.mt-100 {
  margin-top: 100px !important;
}

/* line 24, ../libs/global.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 25, ../libs/global.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 26, ../libs/global.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 27, ../libs/global.scss */
.m0 {
  margin: 0px;
}

/* line 28, ../libs/global.scss */
.right {
  float: right !important;
}

/* line 29, ../libs/global.scss */
.p5 {
  padding: 5px;
}

/* line 32, ../libs/global.scss */
.w50 {
  width: 50%;
}

/* line 35, ../libs/global.scss */
.w25 {
  width: 25%;
}

/* line 38, ../libs/global.scss */
.w100 {
  width: 100%;
}

/* line 42, ../libs/global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
}

/* line 44, ../libs/global.scss */
.borderRight {
  border-right: 10px solid #77878e;
}

/* line 47, ../libs/global.scss */
.borderLeft {
  border-left: 10px solid #77878e;
}

/* line 50, ../libs/global.scss */
.galerie {
  background: #77878e;
  padding: 20px 0;
}

/*couleur*/
/* line 78, ../libs/global.scss */
.rouge {
  color: #b91218;
}

/* line 79, ../libs/global.scss */
.noir {
  color: #1d1d1d;
}

/* line 80, ../libs/global.scss */
.blanc {
  color: white !important;
}

/* line 81, ../libs/global.scss */
.rougeClair {
  color: #e91e63;
}

/* line 82, ../libs/global.scss */
.gris {
  color: #77878e;
}

/* line 83, ../libs/global.scss */
.bg-gris {
  background: #77878e;
}

/* line 84, ../libs/global.scss */
.bg-grisclair {
  background: #eceff1;
}

/* line 86, ../libs/global.scss */
.bg-clair {
  background: white !important;
}

/* line 87, ../libs/global.scss */
.grisfonce {
  color: #5b696f;
}

/* line 89, ../libs/global.scss */
.row {
  margin: 0 auto;
  max-width: 77.5rem;
  width: 100%;
}

/* line 95, ../libs/global.scss */
.body {
  background: white !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
}

/* line 102, ../libs/global.scss */
.p0 {
  padding: 0;
}

/* line 103, ../libs/global.scss */
.vm0 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  /* line 103, ../libs/global.scss */
  .vm0 {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  /* line 103, ../libs/global.scss */
  .vm0 {
    margin-top: 60px;
  }
}

/* line 117, ../libs/global.scss */
.fancybox-title-inside-wrap {
  color: white !important;
}

/* line 119, ../libs/global.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  background-color: transparent !important;
  border-width: 0 !important;
  box-shadow: 0 !important;
}

/* line 126, ../libs/global.scss */
button, .button {
  background-color: #5b696f !important;
  text-transform: uppercase;
  font-size: 0.9em !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  /*border-color:$rougeClair!important;*/
}

/* line 134, ../libs/global.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #212121 !important;
}

/* line 137, ../libs/global.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: transparent !important;
}

/* line 141, ../libs/global.scss */
.button-liens {
  margin: 0 auto;
  margin-left: 33% !important;
}
/* line 145, ../libs/global.scss */
.button-liens a {
  color: white !important;
  padding: 5px 15px;
}

/* line 152, ../libs/global.scss */
.dropdown.button, button.dropdown {
  margin: 0 auto;
}

/* line 158, ../libs/global.scss */
.fancybox-skin {
  background: transparent !important;
  color: white !important !important;
  text-align: center;
  text-transform: uppercase;
}

/*HEADER*/
/* line 172, ../libs/global.scss */
header {
  height: 50px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1024px) {
  /* line 172, ../libs/global.scss */
  header {
    height: 61px;
  }
}
/* line 187, ../libs/global.scss */
header ul.langues {
  padding: 0;
}
/* line 189, ../libs/global.scss */
header ul.langues li {
  list-style-type: none;
  display: inline-block;
  color: #77878e;
  font-size: 0.8em;
}
/* line 194, ../libs/global.scss */
header ul.langues li a {
  color: #77878e;
  -webkit-transition: color 300ms ease-out 0s;
  -moz-transition: color 300ms ease-out 0s;
  -o-transition: color 300ms ease-out 0s;
  -ms-transition: color 300ms ease-out 0s;
  transition: color 300ms ease-out 0s;
}
/* line 198, ../libs/global.scss */
header ul.langues li a:hover {
  color: #b91218;
}
/* line 207, ../libs/global.scss */
header #logo {
  position: absolute;
  background: #77878e;
  margin-top: 0px;
  padding: 0px 20px 20px;
  text-align: center;
}
/* line 214, ../libs/global.scss */
header #logo .blocLogo {
  position: relative;
}
/* line 217, ../libs/global.scss */
header #logo span {
  background-image: url("../../img/build/logo-pelican-hotel-restaurant.png");
  background-repeat: no-repeat;
  text-indent: -9000%;
  display: block;
  position: absolute;
  height: 104px;
  left: -24px;
  top: -47px;
  width: 68px;
}
@media (max-width: 1214px) {
  /* line 217, ../libs/global.scss */
  header #logo span {
    left: -9px;
    top: -55px;
  }
}
/* line 236, ../libs/global.scss */
header #logo small {
  position: absolute;
  right: 48%;
  top: 10px;
  width: 20px;
}
@media (max-width: 1214px) {
  /* line 236, ../libs/global.scss */
  header #logo small {
    right: 50%;
    top: 10px;
  }
}
/* line 247, ../libs/global.scss */
header #logo h1 {
  font-family: "Niconne", cursive;
  color: white !important;
  font-size: 2em;
  /*line-height: 1.6em;*/
  padding-top: 10px;
}
@media (max-width: 1214px) {
  /* line 247, ../libs/global.scss */
  header #logo h1 {
    font-size: 2.1em;
  }
}
/* line 261, ../libs/global.scss */
header #logo h1 b {
  font-weight: 400;
  font-size: 1.6em;
}
@media (max-width: 1214px) {
  /* line 261, ../libs/global.scss */
  header #logo h1 b {
    font-size: 1.5em;
  }
}
/* line 272, ../libs/global.scss */
header #logo h2 {
  color: white !important;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
@media (max-width: 1214px) {
  /* line 272, ../libs/global.scss */
  header #logo h2 {
    font-size: 0.8em;
  }
}
/* line 292, ../libs/global.scss */
header nav ul {
  margin: 0;
  padding: 0;
}
/* line 298, ../libs/global.scss */
header nav li {
  display: inline-block;
}
/* line 304, ../libs/global.scss */
header nav li.active {
  color: white !important;
  background: #77878e;
}
/* line 309, ../libs/global.scss */
header nav li.active a {
  color: white !important;
  background: #77878e;
}
/* line 314, ../libs/global.scss */
header nav li a {
  color: #212121;
  padding: 13px 8px;
  text-transform: uppercase;
  display: block;
  font-size: 1em;
  color: #77878e;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: color 300ms ease-out 0s;
  -moz-transition: color 300ms ease-out 0s;
  -o-transition: color 300ms ease-out 0s;
  -ms-transition: color 300ms ease-out 0s;
  transition: color 300ms ease-out 0s;
  text-align: right;
}
@media (max-width: 1920px) {
  /* line 314, ../libs/global.scss */
  header nav li a {
    padding: 13px 10px;
    font-size: 1.1em;
  }
}
@media (max-width: 1600px) {
  /* line 314, ../libs/global.scss */
  header nav li a {
    padding: 13px 8px;
    font-size: 1em;
  }
}
@media (max-width: 1066px) {
  /* line 314, ../libs/global.scss */
  header nav li a {
    padding: 13px 5px;
  }
}
@media (max-width: 1024px) {
  /* line 314, ../libs/global.scss */
  header nav li a {
    text-align: center;
  }
}
/* line 346, ../libs/global.scss */
header nav li a:hover, header nav li a:focus {
  color: white !important;
  background: #77878e;
}

/* line 358, ../libs/global.scss */
aside {
  margin-top: -64px;
  /*background:url(https://www.hotellerie-st-jean.com/css/img/bg-texture.png)*/
  background: #77878e;
}

/* line 362, ../libs/global.scss */
aside .title-resa {
  background: #5b696f;
  color: white !important;
}

/* line 366, ../libs/global.scss */
aside .title-resa a h2 {
  font-size: 1.1em !important;
  padding: 10px 0;
  color: white !important;
  text-transform: uppercase;
}

/* line 372, ../libs/global.scss */
#quicksearch {
  background: #77878e;
  margin-top: -7px;
  text-transform: uppercase;
}

/* line 382, ../libs/global.scss */
aside form {
  overflow: hidden;
}
/* line 386, ../libs/global.scss */
aside form input[type="number"], aside form input[type="text"] {
  background: #eceff1 !important;
  color: #77878e !important;
  text-align: center;
}
/* line 392, ../libs/global.scss */
aside form input[type="text"] {
  height: 80px;
  color: #77878e !important;
}
/* line 397, ../libs/global.scss */
aside form button, aside form .button {
  width: 100%;
  background: #5b696f;
  color: white !important !important;
}
/* line 408, ../libs/global.scss */
aside #contact {
  padding: 0 10px 20px;
  background: #77878e;
}
/* line 411, ../libs/global.scss */
aside #contact p {
  font-family: "Open Sans", sans-serif;
  color: white !important;
}
/* line 415, ../libs/global.scss */
aside #contact a {
  color: white !important;
}

/* line 420, ../libs/global.scss */
aside #contact h2 {
  font-size: 1em;
  color: white !important;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

/* line 427, ../libs/global.scss */
aside #contact h2::before {
  background: white !important;
  height: 1px;
  width: 100%px;
  display: block;
  content: "";
  margin: 0 auto;
  margin-bottom: 15px;
}

/* line 430, ../libs/global.scss */
.mobile-nav {
  left: 0;
}
@media (max-width: 1023px) {
  /* line 430, ../libs/global.scss */
  .mobile-nav {
    display: block;
  }
}

/*slider rs*/
/* line 441, ../libs/global.scss */
#full-width-slider {
  width: 100%;
  color: white !important;
}

/* line 445, ../libs/global.scss */
.gradient {
  background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  position: absolute;
}

/* line 454, ../libs/global.scss */
.fullWidth {
  max-width: 100%;
  margin: 0 auto;
}

/* line 460, ../libs/global.scss */
.heroSlider .rsOverflow,
.royalSlider.heroSlider {
  height: 790px !important;
}
@media (max-width: 1024) {
  /* line 460, ../libs/global.scss */
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 650px !important;
  }
}

@media screen and (min-width: 960px) and (min-height: 1000px) {
  /* line 476, ../libs/global.scss */
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 660px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 482, ../libs/global.scss */
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }

  /* line 485, ../libs/global.scss */
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }

  /* line 495, ../libs/global.scss */
  .infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
  }
}
/* line 504, ../libs/global.scss */
.sliderContainer {
  position: relative;
  padding: 0 0 1rem 0;
  width: 100%;
  height: 100%;
}

/* line 505, ../libs/global.scss */
.royal-slider {
  background: transparent none repeat scroll 0 0;
  position: relative;
}
@media only screen and (min-width: 40.063em) {
  /* line 505, ../libs/global.scss */
  .royal-slider {
    height: 500px;
  }
}
/* line 513, ../libs/global.scss */
.royal-slider .titre {
  bottom: 5em;
  font-size: 1em;
}
/* line 518, ../libs/global.scss */
.royal-slider .rsOverflow {
  background: inherit;
}
@media (max-width: 968px) {
  /* line 518, ../libs/global.scss */
  .royal-slider .rsOverflow {
    height: 303px !important;
  }
}
/* line 526, ../libs/global.scss */
.royal-slider .rsSlide {
  background: white !important none repeat scroll 0 0;
  box-shadow: 0 0 0 1px white !important inset, 0 0 0 5px white !important inset;
}
/* line 532, ../libs/global.scss */
.royal-slider .rsMainSlideImage {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

/*bloc actus*/
/* line 545, ../libs/global.scss */
.actus {
  position: absolute;
  left: 18%;
  top: 50px;
  width: 250px;
  border: 1px solid #b91218;
  background: rgba(255, 255, 255, 0.8);
  color: #77878e;
  padding: 15px;
  z-index: 100;
}
@media (max-width: 1366px) {
  /* line 545, ../libs/global.scss */
  .actus {
    left: 45px;
    top: 35px;
  }
}
@media (max-width: 750px) {
  /* line 545, ../libs/global.scss */
  .actus {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    z-index: 1;
  }
}
/* line 574, ../libs/global.scss */
.actus h3 {
  color: #77878e;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 15px;
  text-align: center;
}
/* line 583, ../libs/global.scss */
.actus img {
  margin: 0 auto;
  display: block;
}
/* line 587, ../libs/global.scss */
.actus hr {
  border-color: #77878e;
}
/* line 591, ../libs/global.scss */
.actus h4 {
  color: #77878e;
  font-size: 15px;
  text-align: center;
}
/* line 596, ../libs/global.scss */
.actus h4 a {
  color: #77878e;
}
/* line 599, ../libs/global.scss */
.actus h4 a:hover {
  color: #e91e63;
}

/*bloc resa*/
/* line 613, ../libs/global.scss */
.resa {
  position: absolute;
  right: 18%;
  top: 50px;
  width: 250px;
  background: rgba(0, 0, 0, 0.6);
  color: white !important;
  padding: 15px;
  z-index: 100;
}
@media (max-width: 1366px) {
  /* line 613, ../libs/global.scss */
  .resa {
    right: 45px;
    top: 35px;
  }
}
@media (max-width: 1024px) {
  /* line 613, ../libs/global.scss */
  .resa {
    display: none;
  }
}
/* line 632, ../libs/global.scss */
.resa h2 {
  color: white !important;
  font-size: 1em;
}
/* line 633, ../libs/global.scss */
.resa h2 small {
  color: white !important;
}
/* line 640, ../libs/global.scss */
.resa input[type="text"], .resa input[type="number"] {
  background: white !important;
  color: #77878e;
}
/* line 645, ../libs/global.scss */
.resa span.prefix, .resa label.prefix {
  cursor: pointer;
}
/* line 649, ../libs/global.scss */
.resa label {
  color: white !important;
}

/*bloc contact*/
/* line 656, ../libs/global.scss */
.contact {
  position: absolute;
  bottom: 10px;
  right: 18%;
  z-index: 100;
  widt: 20%;
}
@media (max-width: 1366px) {
  /* line 656, ../libs/global.scss */
  .contact {
    right: 45px;
  }
}
/* line 668, ../libs/global.scss */
.contact ul li {
  display: inline-block;
  list-style-type: none;
}
/* line 676, ../libs/global.scss */
.contact .round {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background: #b91218;
  padding: 9px 15px;
}
/* line 684, ../libs/global.scss */
.contact .round a {
  color: #1d1d1d;
  -webkit-transition: color 300ms ease-out 0s;
  -moz-transition: color 300ms ease-out 0s;
  -o-transition: color 300ms ease-out 0s;
  -ms-transition: color 300ms ease-out 0s;
  transition: color 300ms ease-out 0s;
}
/* line 687, ../libs/global.scss */
.contact .round a:hover {
  color: white !important;
}
/* line 691, ../libs/global.scss */
.contact .round a i {
  font-size: 2em;
}

/* line 701, ../libs/global.scss */
span.zoom {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  height: 30px;
  opacity: .4;
  position: absolute;
  right: 22px;
  text-align: center;
  top: 10px;
  transition: opacity .2s ease 0;
  width: 30px;
}

/* line 704, ../libs/global.scss */
.clearing-thumbs li a:hover span.zoom {
  opacity: 1;
  transition: opacity .2s ease 0s;
}

/*section page*/
/* line 712, ../libs/global.scss */
#content h1 {
  color: #212121;
  font-size: 1.6em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 750px) {
  /* line 712, ../libs/global.scss */
  #content h1 {
    font-size: 1.5em;
  }
}
/* line 724, ../libs/global.scss */
#content h2 {
  color: #212121;
  font-size: 1.6em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 750px) {
  /* line 724, ../libs/global.scss */
  #content h2 {
    font-size: 1.5em;
  }
}
/* line 739, ../libs/global.scss */
#content .column, #content .columns {
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}
/* line 747, ../libs/global.scss */
#content .cat-chambre {
  background: white !important;
  position: relative;
  margin-bottom: 20px;
}
/* line 752, ../libs/global.scss */
#content .cat-chambre figure {
  padding: 0;
  margin: 0;
}
/* line 758, ../libs/global.scss */
#content .cat-chambre h2 {
  padding: 15px;
  text-transform: uppercase;
  font-style: normal;
}
/* line 764, ../libs/global.scss */
#content .cat-chambre p {
  color: #77878e;
  padding: 15px;
}

/* line 773, ../libs/global.scss */
.Zoneoffre {
  background: #eceff1;
  overflow: hidden;
}
/* line 777, ../libs/global.scss */
.Zoneoffre .button {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 782, ../libs/global.scss */
#offres-carousel {
  background: #eceff1;
}

/* line 785, ../libs/global.scss */
#offres-carousel h2 {
  font-family: PT Sans,serif;
  font-size: 1.4em;
  margin-top: 15px;
}

/* line 790, ../libs/global.scss */
.prix-bloc, figure .prix {
  background: white !important;
  position: absolute;
  color: #77878e;
}

/* line 793, ../libs/global.scss */
figure .prix {
  right: 20px;
  top: 20px;
  color: #fff;
  padding: 7px 15px;
}

/* line 796, ../libs/global.scss */
.prix {
  font-size: 2em;
}

/* line 800, ../libs/global.scss */
.prix-bloc {
  left: 10px;
  bottom: 37px;
  padding: 7px;
  font-size: 25px;
  font-weight: 700;
}

/* line 803, ../libs/global.scss */
.triangle-up-left {
  width: 0;
  height: 0;
  padding-bottom: 35%;
  padding-left: 35%;
  overflow: hidden;
  position: absolute;
}

/* line 806, ../libs/global.scss */
.triangle-up-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -500px;
  border-bottom: 500px solid transparent;
  border-left: 500px solid white;
}

/* line 809, ../libs/global.scss */
.promo {
  font-size: 1.9em;
  left: 26px;
  position: absolute;
  text-transform: uppercase;
  top: 76px;
  width: 10%;
  z-index: 10;
  -ms-transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

/* line 812, ../libs/global.scss */
.button-ch {
  padding: 5px 15px !important;
}

/* line 815, ../libs/global.scss */
h1.titre {
  color: white !important;
  text-transform: uppercase;
  font-size: 2.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
/* line 822, ../libs/global.scss */
h1.titre::after {
  content: "";
  background: white !important;
  height: 1px;
  width: 7%;
  margin: 15px auto;
  display: block;
}

/*video horaires*/
/* line 835, ../libs/global.scss */
.vid-hor {
  background: #eceff1;
  overflow: hidden;
}

/*Liens*/
/* line 843, ../libs/global.scss */
h1.titreLien {
  font-size: 1.75em;
  color: #77878e;
}

/*offres*/
@media (max-width: 780px) {
  /* line 848, ../libs/global.scss */
  .sm-12 {
    width: 100% !important;
  }
}

/*triangle*/
/* line 859, ../libs/global.scss */
.triangle-up-right {
  width: 0;
  height: 0;
  padding-bottom: 35%;
  padding-right: 35%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}

/* line 870, ../libs/global.scss */
.triangle-up-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: -500px;
  border-bottom: 500px solid transparent;
  border-right: 750px solid white !important;
}

/* line 873, ../libs/global.scss */
.promo {
  font-size: 1.5em;
  right: 10px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  z-index: 10;
  color: #77878e;
  line-height: 30px;
  left: 10px;
  top: 58px;
}
@media (max-width: 1024px) {
  /* line 873, ../libs/global.scss */
  .promo {
    font-size: 0.7em;
    line-height: 23px;
  }
}
/* line 881, ../libs/global.scss */
.promo span {
  font-size: 2.7em;
}

/*petit dejeuner*/
/* line 888, ../libs/global.scss */
.feature-wrapper .blocks {
  float: left;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
/* line 894, ../libs/global.scss */
.feature-wrapper .blocks > * {
  box-sizing: border-box;
  float: left;
  overflow: hidden;
}
/* line 906, ../libs/global.scss */
.feature-wrapper .blocks .feature-text {
  padding: 0 10% 0 0;
  text-align: left;
  min-height: 520px;
  opacity: 1;
  position: relative;
  text-align: center !important;
  top: 0;
}
@media (max-width: 750px) {
  /* line 906, ../libs/global.scss */
  .feature-wrapper .blocks .feature-text {
    min-height: 350px;
  }
}
/* line 920, ../libs/global.scss */
.feature-wrapper .blocks .feature-text .outer-wrapper {
  max-height: 93%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 928, ../libs/global.scss */
.feature-wrapper .blocks .feature-text .outer-wrapper .outer {
  display: table;
  height: 100% !important;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  table-layout: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
/* line 941, ../libs/global.scss */
.feature-wrapper .blocks .feature-text .outer-wrapper .outer .text {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
/* line 949, ../libs/global.scss */
.feature-wrapper .blocks .feature-text .outer-wrapper .outer .text ul li {
  list-style-type: none;
}
/* line 955, ../libs/global.scss */
.feature-wrapper .blocks .feature-text .outer-wrapper .outer .text h3 {
  line-height: 1.1em;
  padding: 0.5rem 10%;
  color: #b91218;
}
@media (max-width: 1024px) {
  /* line 955, ../libs/global.scss */
  .feature-wrapper .blocks .feature-text .outer-wrapper .outer .text h3 {
    padding-top: 0rem;
  }
}
/* line 970, ../libs/global.scss */
.feature-wrapper .blocks .feature-text .outer-wrapper .outer .text p {
  padding: 0 14%;
  color: #77878e;
  font-size: 15px;
}
@media (max-width: 750px) {
  /* line 970, ../libs/global.scss */
  .feature-wrapper .blocks .feature-text .outer-wrapper .outer .text p {
    padding: 0 3%;
  }
}
/* line 987, ../libs/global.scss */
.feature-wrapper .blocks .feature-image-portrait {
  overflow: hidden;
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
}
@media (max-width: 750px) {
  /* line 987, ../libs/global.scss */
  .feature-wrapper .blocks .feature-image-portrait {
    margin-bottom: 2%;
    width: 100%;
    left: 0;
    position: relative;
  }
}
/* line 1005, ../libs/global.scss */
.feature-wrapper .blocks .feature-image-portrait img {
  height: 105%;
  left: 120px;
  position: absolute;
  top: 0;
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
  vertical-align: top;
  width: auto;
}
@media (max-width: 750px) {
  /* line 1005, ../libs/global.scss */
  .feature-wrapper .blocks .feature-image-portrait img {
    height: auto;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
}
/* line 1028, ../libs/global.scss */
.feature-wrapper .blocks .feature-image {
  overflow: hidden;
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  vertical-align: top;
}
@media (max-width: 750px) {
  /* line 1028, ../libs/global.scss */
  .feature-wrapper .blocks .feature-image {
    margin-bottom: 2%;
    width: 100%;
    left: 0;
    position: relative;
  }
}
/* line 1045, ../libs/global.scss */
.feature-wrapper .blocks .feature-image img {
  height: 105%;
  left: 50%;
  position: absolute;
  top: 0;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  vertical-align: top;
  width: auto;
}
@media (max-width: 750px) {
  /* line 1045, ../libs/global.scss */
  .feature-wrapper .blocks .feature-image img {
    height: auto;
    position: relative;
    width: 100%;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 0;
    left: 0;
  }
}

/* line 1071, ../libs/global.scss */
.feature-image.right {
  left: 50%;
  top: 0;
}

/* line 1076, ../libs/global.scss */
.blocks.two > * {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 1076, ../libs/global.scss */
  .blocks.two > * {
    width: 100%;
  }
}

/* line 1087, ../libs/global.scss */
.grid {
  max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}

/* line 1090, ../libs/global.scss */
.grid li {
  display: block;
  float: left;
  padding: 7px;
  width: 33%;
  opacity: 0;
}

/* line 1093, ../libs/global.scss */
.grid li.shown, .no-cssanimations .grid li, .no-js .grid li {
  opacity: 1;
}

/* line 1096, ../libs/global.scss */
.grid li a, .grid li img {
  outline: 0;
  border: none;
  display: block;
  max-width: 100%;
}

/* line 1099, ../libs/global.scss */
.grid.effect-1 li.animate {
  -webkit-animation: fadeIn .65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  /* line 1103, ../libs/global.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 1109, ../libs/global.scss */
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 900px) {
  /* line 1115, ../libs/global.scss */
  .grid li {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  /* line 1121, ../libs/global.scss */
  .grid li {
    width: 100%;
  }
}
/* points forts*/
/* line 1129, ../libs/global.scss */
.points-forts {
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  background: #eceff1;
  padding: 15px;
}
/* line 1131, ../libs/global.scss */
.points-forts h1 {
  color: #212121 !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  font-family: "Open Sans", sans-serif !important;
}

/* line 1145, ../libs/global.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  color: #5b696f !important;
}

/*menu*/
/* line 1151, ../libs/global.scss */
.tabs-content {
  color: #77878e;
}

/* line 1154, ../libs/global.scss */
.menus .tabs dd > a, .menus .tabs .tab-title > a {
  color: #77878e !important;
}

/* line 1155, ../libs/global.scss */
.tabs dd.active a, .tabs .tab-title.active a, .menus .tabs dd > a:hover {
  color: #77878e !important;
}

/* Liens */
/* line 1162, ../libs/global.scss */
.liens h4 {
  text-transform: uppercase;
  color: #212121;
  margin-top: 15px;
}
/* line 1167, ../libs/global.scss */
.liens h4::after {
  background: #1d1d1d none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin: 15px auto;
  width: 40px;
}
/* line 1178, ../libs/global.scss */
.liens p {
  color: #77878e;
}
/* line 1181, ../libs/global.scss */
.liens figure {
  margin: 0;
}

/*retour en haut*/
/* line 1188, ../libs/global.scss */
.scrollup {
  background: #77878e;
  color: white !important;
  display: block;
  float: left;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
}
/* line 1199, ../libs/global.scss */
.scrollup:hover, .scrollup:focus, .scrollup:active {
  background: #b91218;
  color: white !important;
}

/*footer*/
/* line 1208, ../libs/global.scss */
footer {
  background: #212121;
  color: white !important;
}
/* line 1211, ../libs/global.scss */
footer a {
  color: white !important;
  display: inline-flex;
}
/* line 1213, ../libs/global.scss */
footer a:hover {
  color: white !important;
  text-decoration: underline;
}
/* line 1220, ../libs/global.scss */
footer ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 11px;
}
/* line 1228, ../libs/global.scss */
footer a {
  font-size: 11px;
}
/* line 1230, ../libs/global.scss */
footer span {
  text-indent: -10000%;
  margin-right: 7px;
  background: url("../../img/build/logo-agence-web.png") no-repeat;
  padding: 10px;
  height: 26px;
  width: 72px;
}

/* page offres */
/* line 1246, ../libs/global.scss */
.header-image {
  max-height: 535px;
  overflow: hidden;
}
@media (max-width: 750px) {
  /* line 1246, ../libs/global.scss */
  .header-image {
    height: auto;
  }
}

/* line 1255, ../libs/global.scss */
.titre-offre {
  background-color: #fff;
  font-size: 1.5em !important;
  margin-left: 3rem;
  margin-top: -8rem;
  padding: 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  /* line 1255, ../libs/global.scss */
  .titre-offre {
    margin-top: 0;
    margin-left: 0;
  }
}
/* line 1273, ../libs/global.scss */
.titre-offre h3::after {
  background-color: #77878e;
  bottom: 76px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 32px;
  margin-left: 0;
  position: absolute;
  width: 35px;
}

/* line 1293, ../libs/global.scss */
ul.menu-offres li {
  list-style-type: none;
  border-top: 1px solid #5b696f;
}
@media (max-width: 640px) {
  /* line 1293, ../libs/global.scss */
  ul.menu-offres li {
    border-top: 0;
  }
}
/* line 1302, ../libs/global.scss */
ul.menu-offres li a {
  padding: 15px 0 15px 7px;
  color: #77878e;
  -webkit-transition: background-color 300ms ease-out 0s;
  -moz-transition: background-color 300ms ease-out 0s;
  -o-transition: background-color 300ms ease-out 0s;
  -ms-transition: background-color 300ms ease-out 0s;
  transition: background-color 300ms ease-out 0s;
}
/* line 1307, ../libs/global.scss */
ul.menu-offres li a:hover, ul.menu-offres li a:focus, ul.menu-offres li a:active, ul.menu-offres li a.active {
  background: #77878e;
  color: white !important;
}

@media (max-width: 780px) {
  /* line 1322, ../libs/global.scss */
  article h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  /* line 1322, ../libs/global.scss */
  article h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

/* line 1343, ../libs/global.scss */
#offres ul li {
  list-style-type: none;
}
/* line 1349, ../libs/global.scss */
#offres .prix-bloc {
  background: #b91218;
  bottom: 10px;
  color: white !important;
  font-size: 25px;
  font-weight: 700;
  left: 10px;
  padding: 7px;
  position: absolute;
  left: 25px;
}
/* line 1363, ../libs/global.scss */
#offres .item li {
  list-style-type: none;
}

/* MENUS & CARTES */
/* line 1373, ../libs/global.scss */
.menus {
  background: #eceff1;
  padding: 15px 0;
  color: #77878e;
}
/* line 1377, ../libs/global.scss */
.menus img {
  border: none;
}
/* line 1378, ../libs/global.scss */
.menus h1.titre, .menus h2 {
  color: #77878e !important;
  font-size: 1.4em;
}
/* line 1382, ../libs/global.scss */
.menus .clearing-thumbs li, .menus [data-clearing] li {
  margin: 0;
  padding: 0;
}
/* line 1386, ../libs/global.scss */
.menus .sous-titre-resto {
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 400;
  padding: 25px 0 0 0;
}
/* line 1392, ../libs/global.scss */
.menus .sous-titre-resto::after {
  content: "";
  background: white !important;
  display: block;
  margin: 10px 0;
  width: 40px;
  height: 1px;
}
/* line 1403, ../libs/global.scss */
.menus .tabs dd.active a, .menus .tabs .tab-title.active a, .menus .tabs dd.active a:hover, .menus .tabs .tab-title.active a:hover, .menus .tabs dd > a:hover, .menus .tabs .tab-title > a:hover {
  background: white !important;
  color: #1d1d1d;
}
/* line 1404, ../libs/global.scss */
.menus .tabs dd > a, .menus .tabs .tab-title > a {
  background: transparent;
  color: #1d1d1d;
}
/* line 1405, ../libs/global.scss */
.menus .resa-table {
  font-size: 0.8em;
  vertical-align: middle;
}
/* line 1408, ../libs/global.scss */
.menus span.zoom {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  color: #1d1d1d;
  height: 30px;
  width: 30px;
  opacity: 0.4;
  position: absolute;
  right: 7px;
  top: 7px;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  padding: 1px 7px;
}
/* line 1423, ../libs/global.scss */
.menus .clearing-thumbs li a:hover span.zoom {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
/* line 1425, ../libs/global.scss */
.menus .button {
  padding: 5px 15px !important;
  margin: 0 auto;
  display: block;
  width: 40%;
}

/* page liens gacé*/
/* line 1436, ../libs/global.scss */
.liens-bloc {
  background: white !important;
}
/* line 1439, ../libs/global.scss */
.liens-bloc figure {
  padding: 0;
  margin: 0;
}

/* plan site*/
/* line 1448, ../libs/global.scss */
.plan-du-site ul li {
  list-style-type: none;
}
/* line 1451, ../libs/global.scss */
.plan-du-site ul li a {
  color: #1d1d1d;
}

/*mentions*/
/* line 1459, ../libs/global.scss */
.mentions a {
  color: white !important;
}
/* line 1461, ../libs/global.scss */
.mentions a:hover {
  color: #b91218;
}

/*formulaire*/
/* line 1472, ../libs/global.scss */
.formulaire textarea {
  background-color: #eceff1 !important;
  color: #77878e;
}
/* line 1474, ../libs/global.scss */
.formulaire h3 {
  color: #1d1d1d;
  padding-left: 30px;
  padding-top: 50px;
}
/* line 1481, ../libs/global.scss */
.formulaire button, .formulaire .button {
  background: transparent;
}
/* line 1484, ../libs/global.scss */
.formulaire .g-recaptcha {
  margin: 0 0 20px 7px;
}
/* line 1485, ../libs/global.scss */
.formulaire .btn {
  margin: 50px 25px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: 20%;
}

/* line 1494, ../libs/global.scss */
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 100%;
  width: calc(100% - 2em);
  vertical-align: top;
}

/* line 1504, ../libs/global.scss */
.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #1d1d1d;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}

/* line 1519, ../libs/global.scss */
.input__field:focus {
  outline: none;
}

/* line 1523, ../libs/global.scss */
.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #1d1d1d;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1541, ../libs/global.scss */
.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

/* line 1548, ../libs/global.scss */
.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

/* line 1555, ../libs/global.scss */
.input--hoshi {
  overflow: hidden;
}

/* line 1559, ../libs/global.scss */
.input__field--hoshi {
  margin-top: 1em !important;
  padding: 0.60em 0.15em !important;
  width: 100% !important;
  background: transparent !important;
  color: #77878e !important;
  font-weight: 300;
}

/* line 1568, ../libs/global.scss */
.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em !important;
  width: 100% !important;
  height: calc(100% - 0.2em);
  text-align: left !important;
  pointer-events: none;
}

/* line 1579, ../libs/global.scss */
.input__label-content--hoshi {
  position: absolute;
}

/* line 1584, ../libs/global.scss */
.input__label--hoshi::before,
.input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 1px solid #1d1d1d;
}

/* line 1594, ../libs/global.scss */
.input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 4px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 1603, ../libs/global.scss */
.input__label--hoshi-color-1::after {
  border-color: #eb3737;
}

/* line 1607, ../libs/global.scss */
.input__label--hoshi-color-2::after {
  border-color: #00ffaa;
}

/* line 1611, ../libs/global.scss */
.input__label--hoshi-color-3::after {
  border-color: #ff5500;
}

/* line 1616, ../libs/global.scss */
.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1622, ../libs/global.scss */
.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
  /* line 1628, ../libs/global.scss */
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }

  /* line 1633, ../libs/global.scss */
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }

  /* line 1638, ../libs/global.scss */
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

@keyframes anim-1 {
  /* line 1646, ../libs/global.scss */
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }

  /* line 1651, ../libs/global.scss */
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }

  /* line 1656, ../libs/global.scss */
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

/* line 1663, ../libs/global.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  background-color: transparent;
  border-width: 0;
}

/* line 1668, ../libs/global.scss */
.titre-contact {
  background-color: #fff;
  margin-left: 3rem;
  margin-top: -5rem;
  padding: 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  /* line 1668, ../libs/global.scss */
  .titre-contact {
    margin-top: O;
    margin-lmeft: 0;
  }
}
/* line 1684, ../libs/global.scss */
.titre-contact h1 {
  font-size: 1.5em !important;
}
/* line 1688, ../libs/global.scss */
.titre-contact h1::after {
  margin: 10px 0 !important;
  width: 5% !important;
}

/* line 1699, ../libs/global.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 1702, ../libs/global.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 1705, ../libs/global.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 1708, ../libs/global.scss */
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}

/* line 1711, ../libs/global.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

/* line 1714, ../libs/global.scss */
.grid {
  max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}

/* line 1715, ../libs/global.scss */
.grid li {
  display: block;
  float: left;
  padding: 7px;
  width: 33%;
  opacity: 0;
}

/* line 1716, ../libs/global.scss */
.grid li.shown, .no-js .grid li, .no-cssanimations .grid li {
  opacity: 1;
}

/* line 1717, ../libs/global.scss */
.grid li a, .grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}

/* line 1718, ../libs/global.scss */
.grid.effect-1 li.animate {
  -webkit-animation: fadeIn .65s ease forwards;
  animation: fadeIn .65s ease forwards;
}

@-webkit-keyframes fadeIn {
  /* line 1719, ../libs/global.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 1721, ../libs/global.scss */
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 900px) {
  /* line 1723, ../libs/global.scss */
  .grid li {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  /* line 1725, ../libs/global.scss */
  .grid li {
    width: 100%;
  }
}
/* line 1727, ../libs/global.scss */
a.btnDetailsTourisme {
  /*border:1px solid #fff; */
  color: #fff;
  float: right;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 16px;
  padding: 7px 37px;
  background: #f58c16;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

/* line 1746, ../libs/global.scss */
a.btnDetailsTourisme:hover, a.btnDetailsTourisme:focus {
  color: #fff;
  background: #4A4A4A;
}

/* line 1750, ../libs/global.scss */
a.btnDetailsThemeTourisme {
  /*border:1px solid #fff; */
  color: #fff;
  float: right;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 16px;
  width: 100%;
  padding: 7px 37px;
  background: #77878e;
  text-decoration: none;
  margin-bottom: 10px;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

/* line 1772, ../libs/global.scss */
a.btnDetailsThemeTourisme:hover, a.btnDetailsThemeTourisme:focus, a.btnDetailsThemeTourisme.on {
  color: #fff;
  background: #5b696f;
}

/* line 1775, ../libs/global.scss */
.bloc_lien_autour {
  background: #f1f1f1;
  padding: 5px;
}

/* line 1782, ../libs/global.scss */
.bloc_lien_autour h3 {
  min-height: 52px;
  font-size: 1em;
}

/* line 1787, ../libs/global.scss */
.bloc_lien_autour .img-responsive {
  min-height: 222px;
}

/* line 1791, ../libs/global.scss */
.bloc_lien_autour a {
  color: #77878e;
  font-weight: bold;
}