a {
  text-decoration: none;
  color: inherit;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.wrap {
  width: 1200px;
  display: inline-block;
}
@media all and (max-width: 1200px) {
  .wrap {
    min-width: 0;
    width: 100%;
  }
}
.text-wrap {
  padding: 0 20px 0 20px;
}
.lang-warning {
  background-color: rgba(10, 10, 10, 0.7);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#lang-warning-align,
#lang-warning-in {
  display: inline-block;
  vertical-align: middle;
}
#lang-warning-align {
  height: 100%;
}
#lang-warning-in {
  background-color: #dcdcdc;
  border: 5px solid #007663;
  padding: 10px;
}
#lang-w-img img {
  width: 80px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
#lang-w-img h3 {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  text-align: left;
}
.lang-warning h2 {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  max-width: 500px;
  display: inline-block;
}
#lang-choice div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 10px;
  padding: 2px 5px;
  font-weight: bold;
  color: #007663;
  border: 2px solid #007663;
}
#lang-choice div:hover {
  background-color: #007663;
  color: white;
}
@media screen and (max-width: 600px) {
  #lang-warning-in {
    width: 100%;
    height: auto;
    border: 0 solid black;
    text-align: center;
    padding: 0;
    width: 95%;
    border: 2px solid #007663;
  }
  #lang-w-img h3 {
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 0;
    width: auto;
    padding: 10px;
  }
  #lang-w-img img {
    display: none;
    text-align: center;
  }
  .lang-warning h2 {
    font-size: 14px;
  }
  #lang-choice div {
    display: block;
    margin: 0 10px 10px 10px;
    padding: 1px 3px;
    font-weight: bold;
    color: #007663;
    border: 2px solid #007663;
    font-size: 15px;
  }
  #lang-choice div:hover {
    background-color: #007663;
    color: white;
  }
}
header {
  border-bottom: 0 solid black;
  overflow: visible;
  z-index: -1;
}
#header-wrap {
  text-align: right;
  position: relative;
}
#site-logo-container {
  position: absolute;
  left: 15px;
  background-color: white;
  box-shadow: 0 0 2px silver;
  padding: 10px 30px 10px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  float: left;
  z-index: 1;
}
#site-contact-container {
  padding-right: 15px;
}
#contact-header strong {
  font-weight: lighter;
}
#contact-header {
  margin: 0;
  padding: 10px 5px 10px 0;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
#contact-header div span:first-child {
  margin-right: 5px;
}
#phone-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
#language {
  display: inline-block;
  vertical-align: middle;
}
.en,
.fr,
.in {
  border: 2px solid #e39f16;
  padding: 1px 6px 1px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #e39f16;
  text-decoration: none;
  display: block;
  text-align: center;
  cursor: pointer;
}
.en:hover,
.fr:hover,
.in:hover {
  background-color: #e39f16;
  color: white;
}
#top {
  margin-bottom: 2px;
}
#reserver-container {
  border: 3px solid green;
  border-radius: 5px;
  margin: 10px 0 0 210px;
  float: left;
}
#reserver {
  padding: 5px 15px 5px 15px;
  color: #007663;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  border: 1.5px solid white;
  border-radius: 4px;
  background-color: #007663;
  color: white;
}
#reserver:hover {
  background-color: white;
  color: #007663;
}
#nav-mobile-it li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  padding: 13px 15px;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}
#site-nav-container {
  position: relative;
  background-color: #007663;
  z-index: 0;
}
nav {
  text-align: right;
}
#site-nav-container ul {
  margin: 0;
  padding-right: 15px;
}
#site-nav-container ul li:hover {
  background-color: #3c8f7a;
}
#mobile-site-nav {
  display: none;
}
#mobile-nav {
  display: none;
}
#forfaits-coming {
  font-weight: 300;
}
#forfaits-coming-in {
  font-size: 14px;
  margin-top: -10px;
}
@media all and (max-width: 1200px) {
  #site-logo-container {
    border-bottom-left-radius: 0;
    left: 0;
  }
  #language {
    margin-right: 6px;
  }
}
@media all and (max-width: 990px) {
  #nav-mobile-it li {
    font-size: 16px;
    padding: 13px 8px;
  }
}
@media all and (max-width: 870px) {
  #contact-header {
    font-size: 14px;
  }
  #reserver {
    font-size: 14px;
  }
  #reserver-container {
    margin-left: 180px;
  }
  #site-logo {
    height: 160px;
  }
}
@media all and (max-width: 830px) {
  #nav-mobile-it li {
    font-size: 18px;
  }
  #site-logo {
    height: 201px;
  }
  #header-wrap {
    text-align: center;
  }
  #site-logo-container {
    position: static;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
  }
  #reserver-container {
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
  }
  #site-contact-align,
  #site-contact-text {
    display: inline-block;
    vertical-align: middle;
  }
  #site-contact-text {
    width: 95%;
  }
  #site-contact-align {
    height: 226px;
    width: 0;
  }
  #site-contact-container {
    margin-left: 148px;
    padding: 0 20px;
    height: 100%;
  }
  #site-nav-container {
    margin-left: 0;
  }
  #contact-header strong {
    display: block;
    margin-bottom: 10px;
  }
  #contact-header {
    margin-bottom: 10px;
    padding: 0;
    font-size: 15px;
  }
  #contact-header div span:first-child {
    margin-right: 0px;
    display: block;
  }
  #language {
    display: block;
    margin-right: 0;
  }
  .in,
  .fr,
  .en {
    display: inline-block;
    margin: 0 2px 10px 0;
  }
  #mobile-nav {
    text-align: center;
    display: block;
    color: white;
    border-top: 2px solid #007663;
    border-bottom: 2px solid #007663;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 0;
  }
  #menu-title-container {
    text-align: left;
  }
  #trois-lignes-container {
    text-align: right;
  }
  #trois-lignes-container,
  #menu-title-container {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
  }
  nav ul {
    display: none;
  }
  #trois-lignes {
    padding-top: 2px;
    margin-right: 10px;
  }
  #mobile-nav h2 {
    margin: 0 0 0 10px;
    padding: 14px 0 14px 0;
  }
  #site-nav-container ul li {
    text-decoration: none;
    display: block;
    border-top: 1px solid white;
    text-align: right;
  }
  #site-nav-container ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
  }
}
@media all and (max-width: 325px) {
  #contact-header {
    font-size: 14px;
  }
  #reserver {
    font-size: 14px;
  }
}
#slider-home {
  background-image: url(images/photos/main-img.jpg);
  background-position: center;
  height: 724px;
  position: relative;
}
#img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
}
#slider-title {
  margin: 0;
  font-size: 50px;
  text-align: right;
  color: white;
  text-shadow: 5px 5px 8px black;
  font-weight: normal;
  padding: 400px 20px 0 0;
}
#raison-group {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 200px;
  padding: 20px 0 20px 0;
  font-size: 20px;
  color: #007663;
  background-color: rgba(250, 250, 250, 0.85);
}
.raison {
  display: inline-block;
  width: 32%;
}
#raison-2 {
  border-right: 2px solid #007663;
  border-left: 2px solid #007663;
}
.raison-img-container,
.raison-name {
  display: inline-block;
  vertical-align: middle;
}
.raison-img-container {
  margin-right: 20px;
}
.raison-name {
  text-align: left;
}
@media screen and (max-width: 1000px) and (min-width: 701px) {
  .raison-img-container,
  .raison-name {
    display: block;
  }
  .raison-img-container {
    margin-right: 0;
  }
  .raison-img {
    height: 60px;
  }
  .raison-name {
    text-align: center;
    margin: 10px 0 10px 0;
  }
  .raison {
    vertical-align: top;
  }
  #slider-title {
    padding-top: 380px;
  }
}
@media screen and (max-width: 700px) {
  .raison {
    display: block;
    width: auto;
    border: 0 solid black;
    padding: 5px 0 5px 0;
    margin: 0 10px 0 10px;
  }
  #raison-2 {
    border-right: 0 solid #007663;
    border-left: 0 solid #007663;
    border-top: 2px solid #007663;
    border-bottom: 2px solid #007663;
  }
  #raison-group {
    padding: 0;
  }
  #slider-title {
    padding: 240px 0 0 0;
    font-size: 40px;
    text-align: center;
  }
  #slider-home {
    background-image: url(images/photos/main-img-mobile.jpg);
    background-position: right;
    height: 724px;
  }
}
@media screen and (max-width: 480px) {
  #slider-title {
    display: inline-block;
    width: 310px;
    font-size: 35px;
    padding: 195px 0 0 0;
  }
}
@media screen and (max-width: 340px) {
  #slider-title {
    padding: 230px 0 0 0;
  }
  .raison {
    font-size: 18px;
  }
  .raison-img {
    max-width: 55px;
  }
}
#location-title {
  font-size: 36px;
  padding: 10px 20px 10px 20px;
  max-width: 900px;
  display: inline-block;
}
#map-location {
  background-image: url(images/map.png);
  background-position: center;
  height: 430px;
}
#map-text {
  background-color: white;
  border: 5px solid #007663;
  padding: 40px;
  width: 42%;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: lighter;
}
#map-text p {
  margin: 0;
}
#location-titre {
  margin: 50px 0 15px 0;
  font-weight: bold;
  color: white;
  padding: 15px 10px 15px 30px;
  background-color: #007663;
  border: 2px solid #007663;
  text-align: left;
  display: inline-block;
}
#align-location {
  height: 100%;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
#location-titre h4 {
  display: inline-block;
  margin: 0 5% 0 0;
  width: 85%;
}
#arrow-location,
#location-titre h4 {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1007px) {
  #map-location {
    text-align: right;
  }
  #map-text {
    text-align: center;
  }
}
@media screen and (max-width: 831px) {
  #map-location {
    text-align: center;
  }
  #map-text {
    font-size: 20px;
  }
  #location-titre {
    margin-top: 30px;
  }
}
@media screen and (max-width: 715px) {
  #map-location {
    background-image: none;
    height: auto;
    margin: 0 10px 0 10px;
  }
  #map-text {
    width: auto;
  }
  #align-location {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #location-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 430px) {
  #map-text {
    font-size: 18px;
    padding: 30px 25px 20px 25px;
  }
  #map-text p {
    font-size: 18px;
  }
  #location-title {
    font-size: 24px;
  }
}
#services {
  margin-top: 10px;
}
#service-list {
  float: left;
  background-color: #e39f16;
  border: 2px solid #e39f16;
  width: 300px;
}
#service-2 {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.service {
  height: 180px;
  color: white;
}
.service-text h4 {
  margin: 0;
  padding-top: 10px;
}
.service-text {
  width: 80%;
  font-size: 20px;
}
.service-align,
.service-text {
  display: inline-block;
  vertical-align: middle;
}
.service-align {
  height: 100%;
}
#service-desc {
  position: relative;
  height: 548px;
  z-index: -1;
}
#service-desc h4 {
  margin: 0;
  padding: 10px;
  border: 3px solid white;
  font-size: 18px;
  color: white;
  text-shadow: 3px 3px 10px black;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 320px;
}
#service-1-desc {
  background-image: url(images/photos/bkfast.jpg);
  background-position: center;
  height: 100%;
  width: 100%;
}
#service-2-desc {
  background-image: url(images/photos/office.jpg);
  background-position: left;
  height: 100%;
  width: 100%;
}
#service-3-desc {
  background-image: url(images/photos/salle-ent.jpg);
  background-position: left;
  height: 100%;
  width: 100%;
}
.desc-display {
  display: block;
}
.desc-hidden {
  display: none;
}
.service-desc-title {
  display: none;
}
@media screen and (max-width: 680px) {
  #services {
    border-bottom: 2px solid #e39f16;
    border-top: 2px solid #e39f16;
  }
  #service-list {
    float: none;
    background-color: #e39f16;
    width: auto;
    border: 0;
  }
  #service-2 {
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-top: 0;
    border-bottom: 0;
    margin: 0 -5px 0 -5px;
  }
  .service {
    height: 140px;
    width: 33%;
    display: inline-block;
  }
  .service-text h4 {
    display: none;
  }
  .service-text {
    width: 90%;
  }
  #service-desc {
    height: auto;
    padding: 25px 10px 25px 10px;
  }
  #service-desc h4 {
    border: 0 solid white;
    color: #e39f16;
    margin: 0;
    padding: 0;
    display: block;
    position: static;
  }
  #service-1-desc,
  #service-2-desc,
  #service-3-desc {
    background-image: none;
    height: auto;
    width: auto;
  }
  .service-desc-title,
  #service-desc h4 {
    text-shadow: none;
  }
  .service-desc-title {
    color: #e39f16;
    margin: 0;
    padding: 0 0 20px 0;
    display: block;
    font-size: 24px;
  }
  #service-1-img {
    width: 85%;
  }
}
#promotions {
  background-color: #007663;
  margin-top: 10px;
  padding-bottom: 8px;
}
#promotions h2 {
  color: white;
  padding: 15px 0 15px 0;
  margin: 0;
}
.promo {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  text-decoration: none;
  color: black;
  height: 300px;
  position: relative;
  background-size: 100% auto;
  background-position: center;
}
.promo h3 {
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-weight: 300;
  font-size: 30px;
}
#promo-2 h3 {
  color: white;
}
#promo-1 {
  background-image: url(images/photos/motoneige.jpg);
  margin-right: 0.4%;
}
#promo-2 {
  background-image: url(images/photos/motocross.jpg);
}
#promo-1-in,
#promo-2-in {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 920px) {
  .promo {
    background-size: auto 100%;
    background-position: center;
  }
}
@media screen and (max-width: 680px) {
  .promo {
    background-size: 100% auto;
    background-position: center;
    display: block;
    width: 100%;
  }
  #promo-2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 470px) {
  .promo {
    background-size: auto 100%;
    background-position: center;
  }
}
#chambres {
  background-image: url(images/photos/chambre.jpg);
  background-position: left;
  height: 400px;
  margin-top: 10px;
  border: 0 solid #e39f16;
  position: relative;
}
#chambres-titre {
  float: right;
  background-color: #e39f16;
  color: white;
  font-size: 22px;
  height: 100%;
  width: 300px;
}
#chambres-titre:hover {
  background-color: #f5af21;
}
#chambres-align {
  height: 100%;
}
#chambres-text {
  margin: 0 10% 0 10%;
  width: 78%;
}
#chambres-align,
#chambres-text {
  display: inline-block;
  vertical-align: middle;
}
#chambres-img-out {
  display: none;
}
#chambre-img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 680px) {
  #chambres {
    height: auto;
    background-image: none;
    background-color: #e39f16;
  }
  #chambres-titre {
    float: none;
    height: auto;
    width: 100%;
    display: inline-block;
    margin: 10px 0 10px 0;
  }
  #chambres-text {
    padding: 10px 0 10px 0;
  }
  #chambres-titre h4 {
    margin: 0;
  }
  #chambres-img-out {
    display: block;
  }
  #lit-icon {
    margin-bottom: 5px;
  }
}
#reunions {
  margin-top: 10px;
  border: 10px solid #007663;
  background-color: #007663;
}
#reunion-titre h4,
#reunion-titre img {
  display: inline-block;
  vertical-align: middle;
}
#reunion-titre h4 {
  margin: 20px 0 20px 20px;
}
#reunion-titre {
  margin-top: 10px;
  background-color: #007663;
  color: white;
  font-size: 22px;
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px 0;
}
.reunion-img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#reunion-img-2 {
  margin-left: -5px;
}
@media screen and (max-width: 680px) {
  #reunions {
    border: 0 solid #007663;
  }
  #reunion-img-2 {
    display: none;
  }
  .reunion-img {
    display: block;
    height: auto;
    width: 100%;
    margin: 0;
  }
  #reunion-titre h4 {
    display: block;
    margin: 5px 0 0 0;
  }
  #reunion-titre {
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
  }
}
.welcome-page {
  background-color: silver;
  height: 600px;
  position: relative;
  background-position: center;
}
.welcome-page-text {
  opacity: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.85);
}
.welcome-page-text h1 {
  margin: 35px 20px;
  font-size: 30px;
}
#welcome-page-chambres {
  background-image: url(images/photos/chambre-welcome.jpg);
}
#welcome-page-salles {
  background-image: url(images/photos/reunion3.jpg);
}
#welcome-page-services {
  background-image: url(images/photos/lobby.jpg);
}
#welcome-page-quoifaire {
  background-image: url(images/photos/paysage.jpg);
}
#welcome-page-forfaits {
  background-image: url(images/photos/forfaits-welcome.jpg);
}
@media screen and (max-width: 750px) {
  .welcome-page {
    height: 400px;
    background-size: auto 500px;
  }
  #welcome-page-chambres {
    background-position: right;
  }
  .welcome-page-text h1 {
    font-size: 22px;
    margin: 25px;
  }
}
@media screen and (max-width: 500px) {
  .welcome-page-text h1 {
    font-size: 19px;
  }
  #welcome-page-salles {
    background-position: 30% 50%;
  }
  #welcome-page-services {
    background-position: 35% 20%;
  }
}
.intro-page {
  font-size: 14px;
  padding: 10px 50px;
}
.intro-page h2 {
  font-weight: 500;
}
.intro-page li {
  margin: 15px 0;
}
.intro-page ul {
  width: 70%;
  padding: 0 14%;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .intro-page {
    font-size: 12px;
    padding: 10px 25px;
  }
}
#chambres-amenties {
  background-color: #007663;
  padding: 2%;
  display: inline-block;
}
#chambres-amenties-text,
#chambres-amenties-list {
  display: inline-block;
  vertical-align: top;
  width: 44%;
}
#chambres-amenties-text {
  color: white;
  border: 2px solid white;
  padding: 2%;
  margin-right: -5px;
  height: 296px;
}
#chambres-amenties-text p,
#chambres-amenties-text-align {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#chambres-amenties-text p {
  width: 98%;
  margin: 0;
}
#chambres-amenties-text-align {
  height: 100%;
}
#chambres-amenties-list {
  margin-left: 2%;
  background-color: white;
  padding: 2%;
  color: green;
}
.chambres-amentie-group {
  height: 60px;
}
.chambres-amentie-icon {
  float: left;
  margin-top: 10px;
  width: 90px;
}
.chambres-amentie-title {
  text-align: left;
  margin-left: 115px;
  height: 100%;
}
.chambres-amentie-title h4 {
  margin: 0;
}
.chambres-amentie-title h4,
.chambres-amentie-align {
  display: inline-block;
  vertical-align: middle;
}
.chambres-amentie-align {
  height: 100%;
  margin-right: -5px;
}
@media screen and (max-width: 929px) {
  #chambres-amenties-text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  #chambres-amenties-text p {
    font-size: 13px;
  }
  .chambres-amentie-group h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 630px) {
  #chambres-amenties-text,
  #chambres-amenties-list {
    width: 90%;
    height: auto;
  }
  #chambres-amenties-list {
    margin: 10px -5px 0 0;
    border: 2px solid white;
  }
  #chambres-amenties-list h4 {
    font-size: 14px;
  }
  #chambres-amenties {
    padding: 4% 0;
  }
}
.chambres-desc-box {
  width: 100%;
  height: 340px;
  margin-top: 20px;
  position: relative;
}
#chambres-desc-box-1 {
  background-image: url(images/photos/chambre-1.jpg);
}
#chambres-desc-box-2 {
  background-image: url(images/photos/chambre-2.jpg);
}
#chambres-desc-box-3 {
  background-image: url(images/photos/chambre-3.jpg);
}
.chambres-desc-right {
  position: relative;
  float: right;
  width: 50%;
  height: 100%;
  background-color: #e39f16;
  color: white;
}
.chambres-desc-title {
  border: 2px solid white;
  text-align: left;
}
.chambres-desc-title h3 {
  margin: 0;
  padding: 15px 20px;
  font-size: 20px;
}
.chambres-desc-box-content {
  padding: 20px;
}
.chambres-desc-desc p {
  text-align: left;
  margin-top: 25px;
}
.chambres-desc-resume {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}
.chambres-desc-resume-box {
  display: inline-block;
  vertical-align: middle;
  height: 90px;
  width: 30%;
  color: #e39f16;
  background-color: white;
  font-weight: 300;
}
.chambres-resume-box-middle {
  margin: 0 3%;
}
.chambres-desc-resume-box-align,
.chambres-desc-resume-box-text {
  display: inline-block;
  vertical-align: middle;
}
.chambres-desc-resume-box-text {
  margin-left: -5px;
}
.chambres-desc-resume-box-align {
  height: 100%;
}
#chambres-desc-box-2 .chambres-desc-right {
  background-color: #007663;
}
#chambres-desc-box-2 .chambres-desc-resume-box {
  color: #007663;
}
@media screen and (max-width: 1013px) {
  .chambres-desc-resume-box {
    font-size: 14px;
  }
}
@media screen and (min-width: 746px) and (max-width: 883px) {
  .chambres-desc-title h3 {
    padding: 10px 15px;
    font-size: 18px;
  }
  .chambres-desc-desc p {
    font-size: 14px;
  }
}
@media screen and (max-width: 745px) {
  .chambres-desc-box {
    height: 600px;
  }
  .chambres-desc-right {
    float: none;
    display: inline-block;
    height: 350px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
  .chambres-desc-box {
    background-size: 100% auto;
    background-position: 0 -55%;
  }
}
@media screen and (max-width: 430px) {
  .chambres-desc-box {
    background-size: auto 50%;
    background-position: top;
  }
  .chambres-desc-title h3 {
    padding: 10px 15px;
    font-size: 18px;
  }
  .chambres-desc-desc p {
    font-size: 14px;
  }
  .chambres-desc-resume-box {
    font-size: 10px;
  }
}
#chambres-reservez {
  margin: 20px 0 10px 0;
}
#chambres-reservez-left,
#chambres-reservez-right {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  color: white;
}
#chambres-reservez-left {
  background-color: #007663;
}
#chambres-reservez-right {
  background-color: #e39f16;
  height: 130px;
  margin-left: -5px;
}
#chambres-reservez-left-top {
  background-color: white;
  color: #007663;
  margin: 5px;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
}
#chambres-reservez-left-bottom h2 {
  margin: 12px;
  text-align: left;
}
#chambres-reservez-left-bottom img {
  float: right;
  margin: 5px 5px 0 0;
}
#chambres-reservez-right-align,
#chambres-reservez-right-text {
  display: inline-block;
  vertical-align: middle;
}
#chambres-reservez-right-text {
  width: 90%;
  margin-left: -5px;
  font-size: 18px;
}
#chambres-reservez-right-text strong {
  font-size: 25px;
}
#chambres-reservez-right-align {
  height: 100%;
}
@media screen and (max-width: 1055px) {
  #chambres-reservez-right-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 805px) {
  #chambres-reservez-right {
    height: 154px;
  }
}
@media screen and (max-width: 602px) {
  #chambres-reservez-left,
  #chambres-reservez-right {
    width: 80%;
  }
  #chambres-reservez-right {
    margin: 0;
    height: auto;
    padding: 15px 0;
  }
}
#reunions-entree {
  width: 100%;
}
#reunions-entree-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#reunions-plan-img img {
  width: 90%;
  margin-bottom: 10px;
}
#reunions-plan-img {
  border: 4px solid #e39f16;
  margin: 0 1px -4px 1px;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 18px;
}
td,
th {
  border: 1px solid black;
}
th {
  background-color: #007663;
  color: white;
}
#tab-title {
  border-top: 1px solid #e39f16;
  padding: 15px;
  font-size: 24px;
}
.tab-head th {
  background-color: #e39f16;
  border: 1px solid white;
}
#tab-first-c {
  width: 150px;
}
#tab-first-l th {
  font-size: 18px;
  padding: 12px 4px;
}
#tab-first-l th em {
  font-style: normal;
  font-weight: 300;
}
.tab-other-c {
  width: 150px;
}
.tab-sup th {
  border: 1px solid white;
  padding: 10px 4px;
  font-weight: 500;
}
tbody img {
  display: block;
  margin: auto;
  padding-bottom: 10px;
}
tbody th {
  padding: 15px 5px;
  font-size: 22px;
}
tbody td {
  height: 80px;
}
tbody td em {
  font-size: 13px;
}
tbody th em {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  display: block;
}
#reunions-reserver {
  background-color: #007663;
  color: white;
  font-size: 22px;
  margin: 20px 0;
}
#reunions-reserver-text {
  display: inline-block;
  width: 600px;
  padding: 20px 0;
}
#reunions-reserver-text h3 {
  margin: 0;
  font-weight: 300;
}
#reunions-reserver strong {
  font-size: 40px;
}
#reunions-plan-mobile-link {
  display: none;
}
@media screen and (max-width: 650px) {
  #reunions-plan {
    display: none;
  }
  #reunions-plan-mobile-link {
    display: inline-block;
  }
  #reunions-reserver-text {
    width: 90%;
    font-size: 16px;
  }
  #reunions-reserver-text strong {
    font-size: 28px;
  }
}
#reunions-plan-mobile-link {
  width: 280px;
  background-color: #e39f16;
  color: white;
  margin-top: 5px;
}
#reunions-plan-mobile-link h2,
#reunions-plan-mobile-link img {
  display: inline-block;
  vertical-align: middle;
}
#reunions-plan-mobile-link h2 {
  width: 200px;
  text-align: left;
}
#back-to-site {
  background-color: #e39f16;
  color: white;
  padding: 10px;
}
#back-to-site h2 {
  margin: 0;
}
#back-to-site img {
  margin-right: 10px;
}
#reunions-plan-mobile-welcome {
  text-align: left;
  padding: 20px 10px;
}
#rpmw-text {
  margin-left: 20px;
  width: 800px;
}
#rpmw-text h2 {
  margin: 5px 0;
  font-size: 35px;
}
#rpmw-text h3 {
  font-size: 25px;
  font-weight: normal;
}
#rpmw-text,
#reunions-plan-mobile-welcome img {
  display: inline-block;
  vertical-align: top;
}
#services-bkfast {
  height: 500px;
  position: relative;
}
#services-bkfast-right,
#service-bkfast-left,
#services-bkfast-icon,
#services-bkfast-title {
  display: inline-block;
  vertical-align: middle;
}
#services-bkfast-left {
  background-image: url(images/photos/bkfast-complete.jpg);
  background-position: center;
  width: auto;
  height: 100%;
  margin-right: 400px;
}
#services-bkfast-left img {
  display: none;
}
#services-bkfast-right {
  height: 100%;
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #007663;
  color: white;
}
#services-bkfast-right-bottom {
  padding: 0 25px;
  font-size: 15px;
}
#services-bkfast-right-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
#services-bkfast-title {
  width: 200px;
  text-align: right;
}
#services-bkfast-list {
  text-align: left;
  list-style-image: url(images/icons/arrow-list-white.png);
  padding-left: 20px;
}
@media screen and (max-width: 830px) {
  #services-bkfast-left {
    background-position: left;
  }
}
@media screen and (max-width: 650px) {
  #services-bkfast-right {
    height: auto;
    width: auto;
    position: static;
  }
  #services-bkfast {
    height: auto;
  }
  #services-bkfast-left {
    margin-right: 0;
  }
  #services-bkfast-left img {
    display: block;
    width: 100%;
  }
  #services-bkfast-right-bottom {
    max-width: 400px;
    display: inline-block;
  }
  #services-bkfast-right {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  #services-bkfast-title {
    width: 180px;
  }
}
#services-ent {
  background-image: url(images/photos/salle-ent-2.jpg);
  background-position: center;
  height: 400px;
  margin-top: 10px;
}
#services-ent-text {
  width: 350px;
  border: 4px solid #e39f16;
  color: #e39f16;
  background-color: rgba(250, 250, 250, 0.85);
  padding: 35px 20px 20px 20px;
}
#services-ent-text,
#services-ent-align {
  display: inline-block;
  vertical-align: middle;
}
#services-ent-align {
  height: 100%;
}
@media screen and (max-width: 500px) {
  #services-ent {
    height: 400px;
    background-image: url(images/photos/salle-ent.jpg);
    background-size: auto 400px;
  }
  #services-ent-text {
    width: 250px;
  }
}
#services-commodites {
  background-color: #007663;
  color: white;
  margin-top: 10px;
}
#services-commodites-title h3 {
  margin: 0;
  font-size: 25px;
  padding: 16px 0;
  border-bottom: 2px solid white;
}
#services-commodites-list ul {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin: 2%;
  text-align: left;
  list-style-image: url(images/icons/check-white.png);
}
#services-commodites-list ul li {
  margin: 6px 0;
}
@media screen and (max-width: 720px) {
  #services-commodites-list ul {
    width: auto;
    margin: -2px;
  }
  #services-commodites-list {
    display: inline-block;
    padding: 20px 0;
    max-width: 400px;
    width: 92%;
  }
  #services-commodites-title h3 {
    font-size: 22px;
  }
}
.forfaits-elt {
  background-color: #007663;
}
.forfaits-elt-yellow {
  background-color: #e39f16;
  margin-top: 20px;
  margin-bottom: 10px;
}
.forfaits-elt-yellow .forfaits-text-bottom {
  color: #e39f16;
}
.forfaits-right,
.forfaits-left {
  vertical-align: middle;
  display: inline-block;
  width: 50%;
}
.forfaits-img img {
  width: 100%;
  display: block;
}
.forfaits-img {
  margin: 20px 10px 20px 20px;
}
.forfaits-text {
  margin: 0 20px 0 10px;
}
.forfaits-text {
  border: 2px solid white;
  color: white;
}
.forfaits-text p {
  font-size: 20px;
  margin: 0 20px;
}
.forfaits-text h3 {
  font-size: 26px;
}
.forfaits-text-bottom h3 {
  font-size: 22px;
  padding-bottom: 10px;
  margin: 0;
}
.forfaits-text-bottom {
  margin-top: 30px;
  padding: 10px;
}
.forfaits-text-bottom {
  background-color: white;
  color: #007663;
}
#forfaits-reserver {
  border: 2px solid #007663;
  color: #007663;
  padding: 10px;
  max-width: 550px;
  width: 80%;
  display: inline-block;
  margin: 20px 0;
}
#forfaits-reserver h3 {
  font-weight: 300;
  font-size: 20px;
  margin: 5px 0;
}
#forfaits-reserver h2 {
  font-size: 28px;
  margin: 5px 0;
}
@media screen and (max-width: 1090px) {
  .forfaits-text-bottom p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1054px) {
  .forfaits-text-top p {
    font-size: 17px;
  }
}
@media screen and (max-width: 940px) {
  .forfaits-text-bottom {
    margin-top: 20px;
    padding: 10px 5px;
  }
  .forfaits-text-bottom h3 {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .forfaits-text-top h3 {
    margin: 15px 10px 15px 10px;
    font-size: 20px;
  }
  .forfaits-text-top p {
    font-size: 14px;
  }
  .forfaits-text-bottom p {
    font-size: 14px;
  }
}
@media screen and (max-width: 819px) {
  .forfaits-left,
  .forfaits-right {
    width: 100%;
  }
  .forfaits-img {
    margin: 20px 20px 10px 20px;
  }
  .forfaits-text {
    margin: 10px 20px 20px 20px;
  }
}
.qf-elt {
  margin: 40px 0;
  color: #007663;
}
.qf-elt-y {
  color: #e39f16;
}
.qf-elt-title {
  background-color: #007663;
  text-align: left;
  color: white;
}
.qf-elt-title-y {
  background-color: #e39f16;
}
.qf-elt-title-right {
  text-align: right;
}
.qf-elt-title h3 {
  font-weight: 300;
  font-size: 26px;
  margin: 0;
  padding: 12px 40px;
}
.qf-elt-content {
  margin-top: 40px;
}
.qf-elt-list,
.qf-elt-img {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}
.qf-elt-img img {
  width: 100%;
  height: auto;
}
.qf-elt-list ul {
  text-align: left;
  font-size: 18px;
}
.qf-elt-list li {
  text-decoration: underline;
}
.qf-elt-list h4 {
  margin: 0 0 10px 0;
}
.qf-elt-list-right {
  text-align: right;
}
.qf-elt-list-right ul {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 840px) {
  .qf-elt-list ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .qf-elt-list,
  .qf-elt-img {
    width: 80%;
  }
  .qf-elt-title {
    text-align: center;
  }
  .qf-elt-list ul {
    display: inline-block;
    text-align: left;
  }
  .qf-elt-list {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .qf-elt-list,
  .qf-elt-img {
    width: 90%;
  }
  .qf-elt-title h3 {
    padding: 12px 10px;
  }
}
footer {
  background-color: #e39f16;
  margin-top: 10px;
  color: #e39f16;
}
#footer-main {
  padding: 20px 0 20px 0;
}
.foot-elt {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  height: 160px;
  margin: 0 0.5% 0 0.5%;
  background-color: white;
}
#foot-1-text-align {
  height: 100%;
}
#foot-1-text-out,
#foot-1-text-align {
  display: inline-block;
  vertical-align: middle;
}
#foot-1-text-out {
  width: 90%;
}
#foot-1 h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
}
#foot-1-text h4 {
  font-weight: 300;
  margin: 0;
}
#telecopieur {
  padding-bottom: 10px;
}
#foot-2 {
  position: relative;
}
#foot-2-img {
  position: absolute;
  top: 55px;
  left: 20px;
}
#foot-2-text {
  margin-left: 90px;
  font-size: 15px;
  height: 100%;
  text-align: left;
}
#foot-2-text h2 {
  margin: 0;
}
#foot-2-text p {
  margin: 0;
}
#facebook-title-align {
  height: 100%;
}
#facebook-title,
#facebook-title-align {
  display: inline-block;
  vertical-align: middle;
}
#facebook-title {
  text-align: center;
  width: 90%;
}
#foot-3-img1,
#foot-3-img2,
#foot-3-align {
  display: inline-block;
  vertical-align: middle;
}
#foot-3-align {
  height: 100%;
}
#foot-3-img2 {
  margin-top: 10px;
  width: 200px;
}
#copyright {
  border-top: 4px solid white;
  color: white;
}
#copyright h4 {
  margin: 0;
  padding: 10px 0 10px 0;
}
@media screen and (max-width: 1888px) {
  #foot-2-text h2 {
    padding-top: 0;
  }
}
@media screen and (min-width: 745px) and (max-width: 960px) {
  #foot-3-img2 {
    width: 120px;
  }
  #choicehotelslogo,
  #choiceprivilegelogo {
    width: 100px;
    height: auto;
  }
  #foot-2-text {
    font-size: 12px;
  }
  #foot-1-text {
    font-size: 14px;
  }
  #foot-1 h2 {
    font-size: 16px;
  }
  .foot-elt {
    height: 140px;
  }
  #foot-2-img {
    top: 45px;
  }
}
@media screen and (max-width: 744px) {
  .foot-elt {
    display: block;
    width: auto;
    margin: 10px;
  }
  #foot-3-img2 img {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
  }
  #foot-3-img2 {
    width: auto;
  }
}
@media screen and (max-width: 470px) {
  #foot-3-img2 img {
    display: block;
    vertical-align: none;
  }
}
html,
body,
#bloc-page,
#wrap-404 {
  width: 100%;
  height: 100%;
}
#wrap-404 {
  background-color: #e6e6e6;
}
#align-404,
#talign-404,
#content-404 {
  height: 100%;
}
#the-404 {
  width: 90%;
  max-width: 700px;
  border: 2px solid #007663;
  box-shadow: 1px 1px 1px silver;
  background-color: white;
  padding: 2%;
}
#the-404 img {
  height: 150px;
  float: left;
}
#the-404 h1,
#talign-404,
#the-404,
#align-404 {
  display: inline-block;
  vertical-align: middle;
}
#title-404 {
  text-align: center;
  height: 150px;
}
#the-404 h1 {
  margin: 0;
  text-align: right;
}
#the-404 a {
  text-decoration: underline;
  color: #006376;
}
#content-404 {
  margin-left: 120px;
}
