@charset "UTF-8";
html {
  position: relative;
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
}

*:focus {
  outline: none !important;
}

.nop {
  padding: 0px;
}

.nom {
  margin: 0px;
}

.mfixed {
  margin-top: 0px;
  padding-top: 130px;
}
@media screen and (max-width: 600px) {
  .mfixed {
    padding-top: 75px;
  }
}

.swiper-button-prev {
  background-image: url(../img/prev.png) !important;
}

.swiper-button-next {
  background-image: url(../img/next.png) !important;
}

.fixed-body {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 9;
}
.relative {
  position: relative;
}

.rowAnimate {
  transform: translateY(50px);
  opacity: 0;
  transition: all 1s ease;
}

.rowAnimate.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

.transition-fade {
  transition: 0.6s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.swup-transition-overlay {
  background: #FFF url(../img/logo-transition2.png) !important;
  background: #FFF url(../img/email-pattern.png) !important;
}

.btn-reserve {
  display: inline-block;
  margin: 40px auto;
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(180deg, #515151 0%, #282828 100%);
  padding: 16px 21px;
  width: 243px;
}
.btn-reserve:hover {
  text-decoration: none;
  color: #FFF;
  background: linear-gradient(180deg, #C3B67B 0%, #B2A050 100%) !important;
}

.mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}
@media screen and (max-width: 600px) {
  .desktop {
    display: none;
  }
}

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  background: white;
  background: rgba(0, 0, 0, 0.8);
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
}
.loader svg {
  width: 300px;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -150px;
}

.header {
  position: fixed;
  height: 130px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 5;
  top: 0px;
}
@media screen and (max-width: 600px) {
  .header {
    height: 75px;
    border-bottom: 1px solid #E2E2E2;
  }
}
.header .logo {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 200px;
  height: 66px;
}
@media screen and (max-width: 600px) {
  .header .logo {
    width: 180px;
    hyphens: auto;
    left: 10px;
    top: 11px;
  }
}
.header .lang {
  position: absolute;
  top: 16px;
  right: 32px;
  list-style: none;
}
.header .lang li {
  float: left;
}
.header .lang li:last-child a {
  margin-right: 0px;
}
.header .lang li a {
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.86px;
  line-height: 16px;
  text-align: right;
  margin: 0 8px;
  text-transform: uppercase;
}
.header .lang li a.actif {
  color: #B2A050;
  font-weight: bold;
}
.header .lang li a:hover {
  text-decoration: none;
  color: #BCA352;
}
.header .menu {
  position: absolute;
  top: 64px;
  right: 32px;
  list-style: none;
}
.header .menu li {
  float: left;
}
.header .menu li:last-child a {
  margin-right: 0px !important;
}
.header .menu li a {
  text-transform: uppercase;
  height: 16px;
  width: 106px;
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.86px;
  line-height: 16px;
  text-align: right;
  margin: 0 12px;
}
.header .menu li a.actif {
  color: #B2A050;
}
.header .menu li a:hover {
  text-decoration: none;
  color: #BCA352;
}
.header .menu-mobile {
  position: absolute;
  top: 13px;
  right: 10px;
  cursor: pointer;
}
.header .menu-mobile .bar {
  height: 3px;
  width: 22px;
  border-radius: 2.5px;
  background-color: #000000;
  margin-bottom: 3px;
}
.header .menu-mobile.close-bar {
  transition-duration: 1s;
}
.header .menu-mobile.close-bar .bar1 {
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  width: 30px;
}
.header .menu-mobile.close-bar .bar2 {
  display: none;
}
.header .menu-mobile.close-bar .bar3 {
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  width: 30px;
}
.header .wrap-menu_mobile {
  background: #FFF;
  position: absolute;
  top: 75px;
  left: 0px;
  right: 0px;
  border-bottom: 2px solid #B2A050;
  display: none;
}
.header .wrap-menu_mobile .men {
  width: 100%;
  padding: 20px;
  margin: 0px;
  list-style: none;
}
.header .wrap-menu_mobile .men li {
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
}
.header .wrap-menu_mobile .men li a {
  text-transform: uppercase;
  height: 16px;
  width: 106px;
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.86px;
  line-height: 16px;
  text-align: right;
  margin: 0 12px;
}
.header .wrap-menu_mobile .men li a.actif {
  color: #B2A050;
}
.header .wrap-menu_mobile .men li a:hover {
  text-decoration: none;
  color: #BCA352;
}

.row-hotel .row {
  margin: 0px;
}
.row-hotel .col {
  padding: 0px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.row-hotel .block-hotel-home {
  background: #F1E8D0;
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .row-hotel .block-hotel-home {
    height: 150px;
  }
}
.row-hotel .block-hotel-home .inner-bg {
  width: 100%;
  height: 100%;
  background: url("../img/template/dunkerque.jpg") no-repeat center center;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  /* version standardisée */
  transition: all 0.5s ease;
}
.row-hotel .block-hotel-home .dunkerque {
  background-image: url("../img/template/dunkerque.jpg");
}
.row-hotel .block-hotel-home .gand {
  background-image: url("../img/template/gand.jpg");
}
.row-hotel .block-hotel-home .malo {
  background-image: url("../img/template/gand.jpg");
}
.row-hotel .block-hotel-home.actif .inner-bg {
  transform: scale(1.2);
}
.row-hotel .block-hotel-home.actif .title {
  color: #000;
}
.row-hotel .block-hotel-home.actif .title a {
  display: inline-block;
}
.row-hotel .block-hotel-home .title {
  position: absolute;
  top: 305px;
  left: 30px;
  height: 50px;
  width: 397px;
  color: #B2A050;
  font-family: Montserrat;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: -1.54px;
  line-height: 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .row-hotel .block-hotel-home .title {
    top: 30px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
  }
}
.row-hotel .block-hotel-home .title a {
  display: none;
  color: #000000;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .row-hotel .block-hotel-home .title a {
    display: block;
  }
}

.row-home {
  margin: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  max-height: 480px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .row-home {
    padding: 20px;
    overflow: inherit;
    max-height: inherit;
    margin: 0px;
  }
}
.row-home .wrap-text {
  padding: 110px 0;
  padding: 70px 0;
}
@media screen and (max-width: 600px) {
  .row-home .wrap-text {
    padding: 0px;
  }
}
.row-home .wrap-text.with-btn {
  padding: 62px 0px;
}
@media screen and (max-width: 600px) {
  .row-home .wrap-text.with-btn {
    padding: 30px 0px;
  }
}
.row-home .wrap-text .card-hotel {
  width: 320px;
  width: 460px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .row-home .wrap-text .card-hotel {
    width: 100%;
  }
}
.row-home .wrap-text .card-hotel h3 {
  text-transform: uppercase;
  color: #000000;
  font-family: Montserrat;
  font-size: 38px;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 3px;
  line-height: 38px;
  text-align: center;
}
.row-home .wrap-text .card-hotel .divider {
  margin: 20px auto;
  height: 1px;
  width: 50px;
  background-color: #B2A050;
}
.row-home .wrap-text .card-hotel h4 {
  color: #B2A050;
  font-family: Georgia;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1.58px;
  line-height: 28px;
  text-align: center;
}
.row-home .wrap-text .card-hotel p {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.03px;
  line-height: 22px;
  margin: 30px 0;
  text-align: justify;
}
.row-home .wrap-text .card-hotel a {
  display: inline-block;
  margin: auto;
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(180deg, #515151 0%, #282828 100%);
  padding: 16px 21px;
}
.row-home .wrap-text .card-hotel a:hover {
  text-decoration: none;
  color: #FFF;
  background: linear-gradient(180deg, #C3B67B 0%, #B2A050 100%) !important;
}
.row-home .wrap-text .card-hotel .new-a {
  width: 32.6%;
  text-align: center;
  font-size: 12px;
  padding: 12px;
}
@media screen and (max-width: 600px) {
  .row-home .wrap-text .card-hotel .new-a {
    margin-bottom: 5px;
    width: 100%;
  }
}
.row-home .wrap-slider {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .row-home .wrap-slider {
    display: none;
  }
}
.row-home .wrap-slider .swiper-container {
  position: relative;
}
.row-home .wrap-slider .slider {
  width: 100%;
  height: 470px;
}
@media screen and (max-width: 600px) {
  .row-home .wrap-slider .slider {
    margin-top: 20px;
  }
}
.row-home .wrap-slider .slider-chambre {
  height: 550px;
}
.row-home .wrap-slider ul {
  display: inline-block;
  margin: 10px auto;
  list-style: none;
  padding: 0px;
}
.row-home .wrap-slider ul li {
  float: left;
}
.row-home .wrap-slider ul li::before {
  display: block;
  content: " ";
  height: 10px;
  width: 10px;
  background-color: #D8D8D8;
  margin: 0px 5px;
  border-radius: 50%;
}

.wrap-pop {
  width: 100%;
  position: absolute;
  z-index: 9;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.wrap-pop .pop-chambre {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  right: -85%;
  height: 100%;
  width: 85%;
  background: #FFF;
  padding: 78px 117px;
  overflow: scroll;
}
@media screen and (max-width: 600px) {
  .wrap-pop .pop-chambre {
    width: 95%;
    padding: 50px 0px;
  }
}
.wrap-pop .pop-chambre .closed {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: -1px;
  height: 30px;
  width: 30px;
}
.wrap-pop .pop-chambre .closed.close2 {
  top: 30px;
  right: 30px;
}
.wrap-pop .pop-chambre .closed:before {
  position: absolute;
  content: " ";
  box-sizing: border-box;
  height: 29px;
  width: 1px;
  background: #000000;
  transform: rotate(45deg);
}
.wrap-pop .pop-chambre .closed:after {
  position: absolute;
  content: " ";
  box-sizing: border-box;
  height: 29px;
  width: 1px;
  background: #000000;
  transform: rotate(-45deg);
}
.wrap-pop .pop-chambre .logo {
  width: 53px;
  margin: auto;
}
.wrap-pop .pop-chambre .divider {
  height: 1px;
  width: 400px;
  border: 1px solid #BCA352;
  background-color: #FFFFFF;
  margin: 23px auto;
}
@media screen and (max-width: 600px) {
  .wrap-pop .pop-chambre .divider {
    width: 100px;
  }
}
.wrap-pop .pop-chambre ul {
  display: inline-block;
  margin: auto;
  list-style: none;
  padding: 0;
}
.wrap-pop .pop-chambre ul li {
  float: left;
}
.wrap-pop .pop-chambre ul .link {
  height: 16px;
  cursor: pointer;
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.86px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  margin: 0 25px;
}
.wrap-pop .pop-chambre ul .link.actif {
  color: #B2A050;
  font-weight: bold;
}
.wrap-pop .pop-chambre ul .link:hover {
  text-decoration: none;
  color: #BCA352;
}
.wrap-pop .pop-chambre .form {
  width: 500px;
  padding: 20px 0px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .wrap-pop .pop-chambre .form {
    width: 100%;
  }
}
.wrap-pop .pop-chambre .form .text-muted {
  opacity: 0;
}
.wrap-pop .pop-chambre .wrap-slider {
  margin-top: 37px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .wrap-pop .pop-chambre .wrap-slider {
    padding: 0px 20px;
  }
}
.wrap-pop .pop-chambre .wrap-slider .swiper-room {
  position: relative;
  overflow: hidden;
}
.wrap-pop .pop-chambre .wrap-slider .slider {
  width: 100%;
  height: 445px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .wrap-pop .pop-chambre .wrap-slider .slider {
    margin-top: 20px;
  }
}
.wrap-pop .pop-chambre .wrap-slider .slider-chambre {
  height: 550px;
  overflow: inherit;
  margin-bottom: 20px;
}
.wrap-pop .pop-chambre .wrap-slider ul {
  display: inline-block;
  margin: 10px auto;
  list-style: none;
  padding: 0px;
}
.wrap-pop .pop-chambre .wrap-slider ul li {
  float: left;
}
.wrap-pop .pop-chambre .wrap-slider ul li::before {
  display: block;
  content: " ";
  height: 10px;
  width: 10px;
  background-color: #D8D8D8;
  margin: 0px 5px;
  border-radius: 50%;
}
.wrap-pop .pop-chambre .card-hotel {
  width: 100%;
  padding: 0 117px;
  margin: 50px auto;
  margin: 0px auto;
}
@media screen and (max-width: 600px) {
  .wrap-pop .pop-chambre .card-hotel {
    padding: 0px 20px;
    /*margin-top: 30px */
  }
}
.wrap-pop .pop-chambre .card-hotel h3 {
  text-transform: uppercase;
  color: #000000;
  font-family: Montserrat;
  font-size: 38px;
  font-weight: 200;
  letter-spacing: 3px;
  line-height: 38px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .wrap-pop .pop-chambre .card-hotel h3 {
    margin-top: 20px;
  }
}
.wrap-pop .pop-chambre .card-hotel .divider {
  margin: 20px auto;
  height: 1px;
  width: 50px;
  background-color: #B2A050;
}
.wrap-pop .pop-chambre .card-hotel h4 {
  color: #B2A050;
  font-family: Georgia;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1.58px;
  line-height: 28px;
  text-align: center;
}
.wrap-pop .pop-chambre .card-hotel p {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.03px;
  line-height: 22px;
  margin: 30px 0;
  text-align: justify;
}
.wrap-pop .pop-chambre .card-hotel a {
  display: inline-block;
  margin: auto;
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(180deg, #515151 0%, #282828 100%);
  padding: 16px 21px;
  width: 243px;
}
.wrap-pop .pop-chambre .card-hotel a:hover {
  text-decoration: none;
  color: #FFF;
  background: linear-gradient(180deg, #C3B67B 0%, #B2A050 100%) !important;
}
.wrap-pop .pop-chambre .chambre-detail {
  background-color: #F9F9F9;
  border-top: 1px solid #B2A050;
  border-left: 1px solid #B2A050;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .wrap-pop .pop-chambre .chambre-detail {
    margin-top: 60px;
  }
}
.wrap-pop .pop-chambre .chambre-detail .title {
  color: #B2A050;
  font-family: Georgia;
  font-size: 21px;
  font-style: italic;
  line-height: 24px;
  text-align: center;
  margin: 24px 0;
}
.wrap-pop .pop-chambre .chambre-detail .information {
  padding: 0 24px;
}
.wrap-pop .pop-chambre .chambre-detail .information .col1 {
  color: #727272;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 32px;
  text-transform: uppercase;
}
.wrap-pop .pop-chambre .chambre-detail .information .col2 {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 32px;
}
.wrap-pop .pop-chambre .chambre-detail .menu {
  display: inline-flex;
  margin: auto;
  list-style: none;
  padding: 0;
}
.wrap-pop .pop-chambre .chambre-detail .menu li {
  float: left;
}
.wrap-pop .pop-chambre .chambre-detail .menu li a {
  margin: 0px;
  width: auto;
  height: auto;
  display: inline-block;
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.86px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 28px 40px;
}
.wrap-pop .pop-chambre .chambre-detail .menu li a.actif {
  color: #B2A050;
  font-weight: bold;
  background-color: #FFF;
}
.wrap-pop .pop-chambre .chambre-detail .panel {
  background: #FFF;
  padding: 26px 40px;
  height: 100%;
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 16px;
}
.wrap-pop .pop-chambre .chambre-detail .panel2 {
  display: none;
}
.wrap-pop .pop-chambre .chambre-detail .panel2.show {
  display: block;
}
.wrap-pop .pop-chambre .wrap-onglet {
  padding: 30px;
  background: #FFF;
  height: 100%;
}
.wrap-pop .pop-chambre .cgv {
  width: 100%;
  margin: 20px auto;
  padding: 0 117px;
}
.wrap-pop .pop-chambre .cgv a {
  position: relative;
  display: inline-block;
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.86px;
  line-height: 16px;
  text-align: center;
  margin: 25px 0px;
  padding: 0 15px;
  text-decoration: underline;
}
.wrap-pop .pop-chambre .cgv a i {
  position: absolute;
  top: 10px;
  right: 0px;
  margin-top: -10px;
}
.wrap-pop .pop-chambre .cgv .detail {
  display: none;
}
.wrap-pop .pop-chambre .cgv .detail span {
  color: #B2A050;
  font-family: Georgia;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1.58px;
  line-height: 28px;
  text-align: center;
}
.wrap-pop .pop-chambre .cgv .detail p {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.03px;
  line-height: 22px;
}
.wrap-pop .pop-chambre .other-chambre {
  margin-top: 66px;
}
.wrap-pop .pop-chambre .other-chambre h3 {
  text-transform: uppercase;
  color: #000000;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 2.21px;
  line-height: 38px;
  text-align: center;
  margin: 23px 0px;
}
.wrap-pop .pop-chambre .other-chambre h3 span {
  color: #B2A050;
}
.wrap-pop .pop-chambre .other-chambre .card-chambre a {
  color: #000;
  text-decoration: none;
}
.wrap-pop .pop-chambre .other-chambre .card-chambre img {
  margin-bottom: 10px;
}
.wrap-pop .pop-chambre .other-chambre .card-chambre .title {
  color: #B2A050;
  font-family: Georgia;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1.58px;
  line-height: 28px;
  margin: 10px 0px;
}
.wrap-pop .pop-chambre .other-chambre .card-chambre .desc {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.03px;
  line-height: 22px;
}

.hotel-page .banner {
  position: relative;
  height: 568px;
  height: 480px;
  height: 505px;
  width: 100%;
  border: 1px solid #979797;
  background-color: rgba(18, 6, 7, 0.6);
  background-position: center;
  margin-bottom: 50px;
}
.hotel-page .banner:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}
.hotel-page .banner:after {
  content: " ";
  position: absolute;
  bottom: 5px;
  height: 2px;
  width: 100%;
  background-color: #FFFFFF;
}
.hotel-page .banner .inner-content {
  width: 535px;
  margin: auto;
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -267px;
}
@media screen and (max-width: 600px) {
  .hotel-page .banner .inner-content {
    width: 100%;
    padding: 20px;
    left: 0px;
    top: 0px;
    margin: 0px;
  }
}
.hotel-page .banner .inner-content h1 {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 58px;
  font-weight: bold;
  line-height: 49px;
  text-align: center;
  margin-top: 125px;
  margin-top: 81px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .hotel-page .banner .inner-content h1 {
    font-size: 30px;
    margin-top: 38px;
  }
}
.hotel-page .banner .inner-content .divider {
  margin: 18px auto 35px;
  height: 6px;
  width: 50px;
  background-color: #FFFFFF;
}
.hotel-page .banner .inner-content p {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 1.26px;
  line-height: 24px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .hotel-page .banner .inner-content p {
    font-size: 13px;
  }
}
.hotel-page .banner .inner-content a {
  display: inline-block;
  text-transform: uppercase;
  margin: auto;
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  border: 1px solid #FFFFFF;
  padding: 16px 21px;
}
.hotel-page .banner .inner-content a:hover {
  text-decoration: none;
  background: #B2A050;
  border-color: #B2A050;
}
.hotel-page .counter_wrap {
  width: 760px;
  margin-left: -112px;
}
@media screen and (max-width: 600px) {
  .hotel-page .counter_wrap {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .hotel-page .counter_wrap .p {
    margin-top: 0px !important;
  }
}
.hotel-page .counter_wrap .clock {
  color: #FFF;
}
.hotel-page .counter_wrap .clock div {
  display: inline-block;
  width: 190px;
  height: 166px;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .hotel-page .counter_wrap .clock div {
    width: 50%;
  }
}
.hotel-page .counter_wrap .clock div .number {
  display: block;
  font-size: 120px;
  line-height: 100px;
  /* text-align: center; */
}
.hotel-page .counter_wrap .clock div .libelle {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
}

.hack .banner {
  margin: 0px;
  background: transparent !important;
}
.hack .banner:before {
  display: none;
}
.hack .banner .logo {
  width: 100px;
  margin: auto;
  margin-top: 25px;
}
.hack .banner .divider2 {
  height: 1px;
  width: 400px;
  border: 1px solid #BCA352;
  background-color: #FFFFFF;
  margin: 23px auto;
}
.hack .banner .title {
  margin-top: 25px !important;
  color: #000000 !important;
  font-family: Montserrat !important;
  font-size: 48px !important;
  font-weight: 200 !important;
  letter-spacing: 3px !important;
  line-height: 38px !important;
  text-align: center !important;
}
.hack .banner .p {
  text-align: center !important;
  color: #000000 !important;
  font-family: Montserrat !important;
  font-size: 13px;
}
.hack .banner .p2 {
  text-align: center !important;
  color: #B2A050 !important;
  font-family: Georgia !important;
  font-size: 20px !important;
  font-style: italic;
  line-height: 28px;
  text-align: center;
}
.hack .banner .clock {
  color: #B2A050;
}

.counter-page .banner {
  margin: 0px;
}
@media screen and (max-width: 600px) {
  .counter-page .banner {
    border: 0px;
    height: 610px;
  }
}
.counter-page .banner .title {
  margin-top: 0px !important;
}
@media screen and (max-width: 600px) {
  .counter-page .banner .logo {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .counter-page .banner .divider2 {
    display: none;
  }
}
.counter-page .banner .p {
  margin-top: 0px !important;
}

.contact {
  border-top: 1px solid #E2E2E2;
  padding: 17px;
}
@media screen and (max-width: 600px) {
  .contact {
    border: 0px;
  }
}
.contact .information {
  padding: 60px 33px 0 80px;
}
@media screen and (max-width: 600px) {
  .contact .information {
    padding: 0 20px;
  }
}
.contact .information h1 {
  text-transform: uppercase;
  color: #000000;
  font-family: Montserrat;
  font-size: 38px;
  font-weight: 200;
  letter-spacing: 3px;
  line-height: 47px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .contact .information h1 {
    text-align: center;
  }
}
.contact .information p {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.03px;
  line-height: 22px;
  margin: 0px;
}
.contact .information .block-contact {
  margin-top: 30px;
}
.contact .information .block-contact .title {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.03px;
  line-height: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact .information .block-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact .information .block-contact ul li {
  position: relative;
  padding-left: 30px;
  height: 16px;
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.03px;
  line-height: 16px;
  margin: 10px 0px;
}
.contact .information .block-contact ul li img {
  position: absolute;
  height: 20px;
  top: -2px;
  left: 0;
}
.contact .wrap_map {
  width: 100%;
  height: 838px;
  background: #B2A050;
}

#mapid {
  height: 100%;
}

.send_ok {
  margin: auto;
  text-align: justify;
  width: 500px;
  margin-top: 50px;
  display: none;
}
@media screen and (max-width: 600px) {
  .send_ok {
    width: 100%;
  }
}

.page {
  border-top: 1px solid #E2E2E2;
  padding: 20px 0 80px;
}
.page h1 {
  text-transform: uppercase;
  color: #000000;
  font-family: Montserrat;
  font-size: 38px;
  font-weight: 200;
  letter-spacing: 3px;
  line-height: 47px;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.page h2 {
  text-transform: uppercase;
  color: #B2A050;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.03px;
  line-height: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page h3 {
  text-transform: uppercase;
  color: #B2A050;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.03px;
  line-height: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page p {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 1.03px;
  line-height: 22px;
  margin: 0px;
}

.footer {
  background-color: #FCF8F0;
  width: 100%;
  padding: 44px 0px;
}
@media screen and (max-width: 600px) {
  .footer {
    text-align: center;
  }
}
.footer .logo {
  width: 200px;
  margin: 15px;
}
@media screen and (max-width: 600px) {
  .footer .logo {
    margin: 15px auto;
    margin-top: 0px;
  }
}
.footer .social {
  margin: 20px 10px;
  color: #BCA352;
}
@media screen and (max-width: 600px) {
  .footer .social {
    display: none;
  }
}
.footer .social i {
  font-size: 25px;
  color: #BCA352;
  margin: 5px;
}
.footer ul {
  list-style: none;
}
@media screen and (max-width: 600px) {
  .footer ul {
    padding: 0px;
  }
}
.footer ul li {
  margin: 3px 0px;
}
.footer ul li a {
  color: #000000;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 24px;
}
.footer ul li a.actif {
  color: #B2A050;
}
.footer ul li a:hover {
  text-decoration: none;
  color: #BCA352;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .swiper-container {
    margin-top: 20px !important;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
}

.swiper-pagination {
  background: #FFF;
  height: 25px;
  bottom: 0px;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px !important;
}

.swiper-pagination-bullet-active {
  background: #B2A050 !important;
}

.mobile-select {
  padding: 0 20px;
}
.mobile-select p {
  width: 100%;
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
.mobile-select .closed {
  top: 10px !important;
  right: 10px !important;
}

.formfield-select {
  position: relative;
}

label {
  color: #000000;
  font-family: "Avenir Next";
  font-size: 14px;
  line-height: 19px;
}

.form-control:focus {
  outline: 0 !important;
}

.form-control {
  border: #979797 1px solid;
  margin: 0 0 1.5em 0;
  height: auto;
  padding: 0.75em;
  border-radius: 0;
}

.error {
  border: 2px solid #B2A050;
}

.form-group {
  margin: 0px;
}

.formfield-select--container {
  position: relative;
  background-color: #fff;
  border: #979797 1px solid;
  margin: 0 0 1.5em 0;
  overflow: hidden;
}

.formfield-select--container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0.75em;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #B2A050;
  background: #FFF;
}

.formfield-select--container::after {
  /* Le pointeur du select */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0.75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #444;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}

sup {
    top: 0em; 
    color: #B2A050;
}


.row-picto {
  margin-bottom: 50px;
}
.row-picto .picto{
 
  text-align: center;
  
    font-size: 11px;
    text-align: center;
    display: inline-grid;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 150px;
   
   

   
}
.row-picto .picto i{
   color: #B2A050;
  font-size: 45px;
  display: block;
  margin-bottom: 10px;
}

.ul_admin_picto{
  list-style: none;
  padding: 10px;
}
.ul_admin_picto li{
  
  
 
}

.ul_admin_picto li i {
  margin: 0 10px;
}
/*# sourceMappingURL=custom.css.map */
