/* Feuille de style */

/* RESET RESET RESET RESET RESET RESET RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
}

input,
select {
  font: inherit;
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  outline: 0px solid white;
  cursor: pointer;
  box-sizing: border-box;
}

/* GENERAL ---------------------------------------- */

.v-align,
.v-aligned {
  display: inline-block;
  vertical-align: middle;
}

.b-align,
.b-aligned {
  display: inline-block;
  vertical-align: bottom;
}

.v-align,
.b-align {
  height: 100%;
}

html {
  width: 100%;
}

body {
  text-align: center;
  font-family: "Source Sans Pro", "sans-serif";
  opacity: 0;
  /*animation: 1s ease-out 0s 1 onload;*/
}
/*
@keyframes onload {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}*/

body:load {
  opacity: 1;
}

#bloc-page {
  position: relative;
}

header {
  position: fixed;
  z-index: 3;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 300px;
}

section,
footer {
  margin-left: 300px;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
}

.section-title {
  font-family: "chonburi";
  font-size: 36px;
}

.white-text {
  color: white;
}

.blue-text {
  color: rgb(0, 97, 175);
}

.lightblue-text {
  color: rgb(156, 187, 226);
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.content-block h2 {
  font-size: 35px;
  font-weight: bold;
  font-family: "montserrat";
}

.content-in > p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin: 50px 0;
}

.content-block {
  margin: 120px 0;
}

.content-in {
  padding: 0 50px;
}

.text-full-width,
.title-full-width {
  display: inline-block;
  width: 100%;
  max-width: 900px;
}

.side-text {
  display: inline-block;
  width: 100%;
  max-width: 550px;
}

.block-text.lonely-text {
  margin-bottom: 0px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/* BUTTONS -------------------------------- */

.block-button {
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  max-width: 450px;
  display: inline-block;
  text-align: left;
  cursor: pointer;
}

.block-button.full-width-button {
  max-width: none;
}

.block-button h3 {
  padding: 13px 12px 12px 12px;
  font-family: "montserrat";
  font-weight: bold;
  position: relative;
}

.blue-button h3 {
  border: solid 2px rgb(0, 97, 175);
  background-color: rgb(0, 97, 175);
  color: white;
}

.white-border-button h3 {
  border: solid 2px white;
  background-color: transparent;
  color: white;
}

.orange-button h3:hover {
  opacity: 0.9;
}

.blue-button h3:hover {
  opacity: 0.9;
}

.white-border-button h3:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.lonely-button {
  margin-top: 60px;
}

.mobile-button {
  display: none;
}

.button-arrow {
  position: absolute;
  right: 12px;
  top: 12px;
  height: 16px;
}

.text-image-block {
  display: flex;
  margin: 70px 0;
  justify-content: space-between;
}

.right {
  text-align: right;
  margin-left: 40px;
}

.left {
  text-align: left;
}

.content-title {
  margin: 100px 0px 60px 0px;
  font-size: 32px;
  font-family: "montserrat";
}

.container {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .text-image-block {
    flex-direction: column;
    align-items: center;
  }

  .right,
  .left {
    text-align: center;
  }

  .right {
    margin: 0;
  }

  .content-in > p {
    font-size: 18px;
  }

  .content-block {
    margin: 80px 0;
  }

  .content-block h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 900px) {
  .content-in {
    padding: 0 20px;
  }
}

/* PAGE INTRO ---------------------------------------- */

.page-welcome {
  background-size: cover;
  height: 100%;
  background-position: center bottom;
  box-shadow: inset -500px 0 500px rgba(0, 0, 0, 0.5),
    inset 0 0 0 rgba(0, 0, 0, 0.5);
  font-family: "montserrat";
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 3px 3px 6px black;
  height: 100%;
}

.page-welcome-content {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.page-welcome-text {
  max-width: 640px;
  width: 100%;
  margin: 0 0 40px 0;
}

.page-welcome-text h2 {
  font-size: 60px;
  color: white;
  margin: 0 20px;
}

.page-welcome-text h4 {
  font-size: 40px;
  margin: 15px 0;
  color: rgb(156, 187, 226);
  margin: 0 20px;
}

#accueil-welcome {
  background-image: url("/img/photos/rodeway-grandfalls.jpg");
}

@media screen and (max-width: 1000px) {
  .page-welcome-text h2 {
    font-size: 40px;
  }

  .page-welcome-text {
    max-width: 420px;
  }

  .page-welcome-text h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 900px) {
  .page-welcome-text h2 {
    font-size: 28px;
  }

  .page-welcome-text h4 {
    font-size: 22px;
  }

  #accueil-welcome {
    min-height: 300px;
    background-position: 15% bottom;
    box-shadow: inset -200px 0 200px rgba(0, 0, 0, 0.5),
      inset 0 0 0 rgba(0, 0, 0, 0.5);
  }
}

/* HEADER -------------------------------- */

#header-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  background-color: rgb(156, 187, 226);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
}

#header-sign {
  font-weight: 300;
  font-size: 28px;
  font-family: "Montserrat";
  padding: 15px 0;
  background-color: rgb(0, 97, 175);
}

#header-logo {
  background-color: white;
  padding: 20px 0;
}

#header-logo-logo img {
  width: 220px;
}

#header-mobile-contact {
  display: none;
}

#header-lang {
  color: rgb(0, 97, 175);
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}

#header-nav {
  background-color: rgb(0, 97, 175);
  font-size: 18px;
  font-weight: bold;
  font-family: "Montserrat";
  text-align: left;
}

#header-nav ul li {
  border-bottom: 1px solid white;
  padding: 14px 20px;
  cursor: pointer;
  position: relative;
}

#header-contact {
  margin: 25px 0 134px 0;
  padding: 0 20px;
}

#header-contact #phone {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

#header-contact #phone img {
  margin-bottom: -10px;
  margin-right: 10px;
}

#header-contact #address {
  font-size: 19px;
  line-height: 1.2;
}

#header-book h3 {
  background-color: rgb(0, 97, 175);
  padding: 30px 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}

#header-book h3 img {
  float: right;
  margin-top: 6px;
}

@media screen and (max-width: 899px) {
  header {
    position: static;
    width: 100%;
  }

  section,
  footer {
    margin: 0;
  }

  #header-content {
    flex-direction: column-reverse;
    background-color: white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
  }

  #header-top {
    width: 100%;
  }

  #header-sign {
    font-size: 20px;
    background-color: rgb(156, 187, 226);
    color: rgb(0, 97, 175);
  }

  #header-logo-logo img {
    width: 120px;
  }

  #header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  #header-menu-icon {
    margin-left: 20px;
    cursor: pointer;
  }

  #header-nav {
    display: none;
  }

  #header-lang {
    background-color: rgb(156, 187, 226);
  }

  #header-book h3 br,
  #header-contact {
    display: none;
  }

  #header-book h3 {
    padding: 10px;
    font-size: 18px;
  }

  #header-book h3 img {
    height: 18px;
    margin-top: 1px;
  }

  #header-mobile-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.arrow {
  width: 33px;
  height: 33px;
  background-color: white;
  position: absolute;
  right: 7px;
  top: 7px;
  transform: rotate(45deg);
  box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.5);
}

.arrow-cover {
  height: 47px;
  width: 47px;
  background-color: white;
  position: absolute;
  right: 0px;
  top: 0px;
}

.arrow,
.arrow-cover {
  display: none;
}

@media screen and (max-height: 900px) and (min-width: 900px) {
  #header-logo-logo img {
    height: 90px;
    width: auto;
  }

  #header-nav ul li {
    padding: 12px 16px;
    font-size: 16px;
  }

  #header-book h3 {
    padding: 10px 20px;
    font-size: 18px;
  }

  #header-book h3 br {
    display: none;
  }

  #header-sign {
    font-size: 20px;
  }

  #header-contact #phone {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #header-contact #phone img {
    height: 25px;
    margin-bottom: -5px;
  }

  #header-contact #address {
    font-size: 16px;
  }

  #header-contact {
    margin-bottom: 119px;
  }

  .arrow-cover {
    height: 41px;
    width: 45px;
  }

  .arrow {
    height: 29px;
    width: 29px;
    right: 7px;
    top: 6px;
  }
}

/* HEADER BOOK -------------------------- */

#header-book {
  position: absolute;
  bottom: -1px;
  right: 0px;
  left: 0px;
  height: 109px;
  background-color: rgb(0, 97, 175);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#header-book h3 {
  border-bottom: 1px solid white;
  top: 0px;
  left: 0px;
  right: 0px;
}

.reserver-calendar {
  display: none;
  position: absolute;
  top: 58px;
  right: 0px;
  z-index: 1;
}

#header-book-body {
  padding: 0 20px;
  margin-top: 109px;
  display: none;
  opacity: 0;
}

.header-book-elt {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  position: relative;
}

.header-book-elt-dual {
  display: flex;
  justify-content: space-between;
}

.header-book-elt-dual .header-book-elt {
  width: 45%;
}

.header-book-elt input,
.header-book-elt select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family: "Open Sans";
  background-color: white;
  border: 2px solid white;
  color: rgb(0, 97, 175);
  font-size: 18px;
  font-weight: bold;
  padding: 2px 8px;
  background-image: url(/img/arrow-lightblue.png);
  background-size: auto 30%;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.header-book-elt select {
  background-position: 95% 50%;
}

.header-book-elt input {
  background-position: 98% 50%;
}

.header-book-elt label {
  text-align: left;
  font-weight: 300;
  margin-bottom: 10px;
}

#header-book-submit {
  border: 3px solid white;
  padding: 10px;
  color: white;
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat";
  width: 100%;
  cursor: pointer;
}

#header-book-submit-container {
  display: flex;
  margin-top: 40px;
}

#page-cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 300px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
  opacity: 0;
  display: none;
}

@media screen and (max-height: 900px) and (min-width: 900px) {
  #header-book {
    height: auto;
  }

  #header-book h3 img {
    height: 18px;
    margin-top: 0;
  }
}

@media screen and (max-width: 899px) {
  #header-book {
    position: static;
    display: block;
    height: auto;
  }

  #header-book-body {
    z-index: 2;
    opacity: 1;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  #header-book-submit {
    font-size: 20px;
    padding: 8px 10px;
    border: 2px solid white;
  }

  #header-book-submit-container {
    margin-top: 20px;
  }
}

/* WHY CHOOSE RODEWAY ------------------ */

#accueil-presentation-list li {
  background-color: rgb(0, 97, 175);
  color: white;
  width: 45%;
  margin: 20px 0;
  text-align: left;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#accueil-presentation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 80px 0;
}

.accueil-presentation-text {
  margin-top: 20px;
}

.accueil-presentation-text h4 {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 8px;
}

.accueil-presentation-text h6 {
  font-weight: 300;
  font-size: 21px;
}

@media screen and (max-width: 1100px) {
  .accueil-presentation-text h4 {
    font-size: 20px;
  }

  .accueil-presentation-text h6 {
    font-size: 18px;
  }

  #accueil-presentation-list li {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 600px) {
  #accueil-presentation-list li {
    width: 100%;
    max-width: 500px;
  }
}

/* MAP ------------------------------ */

#accueil-location {
  position: relative;
  display: flex;
}

#accueil-map {
  height: 500px;
  width: 100%;
  border-top: 15px solid rgb(0, 97, 175);
  border-bottom: 15px solid rgb(0, 97, 175);
}

.mapboxgl-canvas {
  left: 0px;
  z-index: 0;
}

.marker {
  background-image: url("/img/logo-marker.png");
  background-position: left center;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
}

#accueil-map-text {
  position: absolute;
  width: 50%;
  z-index: 2;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#accueil-map-text-box {
  background-color: rgb(0, 97, 175);
  color: white;
  width: 80%;
  max-width: 500px;
  margin-left: 50px;
  padding: 40px;
  text-align: left;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

#accueil-map-text-box h4 {
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
}

#accueil-map-text-box p {
  font-weight: 300;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (max-width: 700px) {
  #accueil-location {
    display: block;
  }

  #accueil-map-text {
    position: static;
    width: auto;
    display: block;
  }

  #accueil-map-text-box {
    width: auto;
    max-width: none;
    box-shadow: none;
    margin: 0;
  }
}

/* ROOMS ---------------------------- */

#accueil-chambres .content-in,
#accueil-chalets .content-in {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accueil-chambre-container {
  margin: 15px 0;
  background-color: rgb(0, 97, 175);
  color: white;
  display: flex;
  justify-content: space-between;
  height: 300px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 1000px;
  /*-webkit-transition: transform 200ms ease-out;
	transition: transform 200ms ease-out;*/
}

.accueil-chalet-container {
  background-color: rgb(156, 187, 226);
}

.accueil-chambre-container:hover {
  /*transform: scale(1.05, 1.05);*/
}

.accueil-chambre-container:nth-child(2) {
  margin-top: 60px;
}

.accueil-chambre-photo,
.accueil-chambre-photo img {
  height: 100%;
  background-color: white;
}

.accueil-chambre-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
  text-align: left;
}

.accueil-chambre-content > h4,
.accueil-chalet-title {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding: 30px 0 25px 0;
  text-align: left;
  width: 100%;
}

.accueil-chambre-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}

.accueil-chambre-content button {
  display: inline-block;
  background-color: white;
  color: rgb(0, 97, 175);
  padding: 10px;
  font-weight: bold;
  margin-bottom: 25px;
  width: 100%;
}

.accueil-chalet-content button {
  color: rgb(156, 187, 226);
}

.accueil-chalet-rooms {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .accueil-chambre-content > h4,
  .accueil-chalet-title {
    padding: 25px 0 20px 0;
  }
  .accueil-chambre-content h4 {
    font-size: 22px;
  }

  .accueil-chambre-content p {
    font-size: 16px;
  }

  .accueil-chambre-content button {
    padding: 6px;
    font-size: 13px;
  }

  .accueil-chambre-container {
    height: 250px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 900px),
  (max-width: 730px) {
  .accueil-chambre-content p {
    font-size: 14px;
  }

  .accueil-chambre-content > h4,
  .accueil-chalet-title {
    padding: 20px 0 15px 0;
  }
  .accueil-chambre-content h4 {
    font-size: 18px;
  }

  .accueil-chambre-container {
    height: 220px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 900px),
  (max-width: 640px) {
  .accueil-chambre-container {
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .accueil-chambre-photo img {
    height: auto;
    width: 100%;
    display: block;
  }

  .accueil-chambre-content p {
    margin: 20px 0;
  }
}

/* SERVICES -------------------------- */

#accueil-services-block,
#accueil-environs-block {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
}

.accueil-service-container {
  width: 30%;
  min-width: 250px;
  background-color: rgb(156, 187, 226);
  margin: 20px 1.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
}

.accueil-service-container:hover {
  transform: scale(1.08, 1.08);
}

.accueil-service-container img,
.accueil-environs-container img {
  width: 100%;
}

.accueil-service-container h4 {
  padding: 30px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.accueil-service-container button {
  background-color: rgb(0, 97, 175);
  font-weight: 300;
  font-family: "Montserrat";
  width: 100%;
  padding: 8px 0;
  -webkit-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
  margin: 0;
}

.accueil-service-container button:hover {
  background-color: rgba(0, 97, 175, 0.6);
}

/* MEETING ROOMS --------------------- */

#salles-reunion table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid white;
  margin-top: 80px;
}

#salles-reunion thead,
#salles-reunion tfoot {
  background-color: rgb(0, 97, 175);
  color: white;
}

#salles-reunion th {
  font-weight: bold;
}

#salles-reunion th,
#salles-reunion td {
  vertical-align: middle;
  border: 2px solid white;
  padding: 10px;
}

#salles-reunion tbody td {
  background-color: rgb(240, 240, 250);
}

#salles-reunion tbody th:first-child {
  background-color: rgb(156, 187, 226);
  color: white;
}

#salles-reunion img {
  height: 80px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

#salles-reunion td {
  width: 13%;
}

#salles-reunion .block-button {
  display: none;
}

@media screen and (max-width: 700px) {
  #salles-reunion table {
    display: none;
  }

  #salles-reunion .block-button {
    display: inline-block;
    margin-top: 40px;
  }

  #salles-reunion img {
    height: 16px;
  }
}

/* LOCATION -------------------------- */

.accueil-environs-container {
  width: 30%;
  min-width: 250px;
  background-color: rgb(0, 97, 175);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  font-family: "Montserrat", "sans-serif";
  position: relative;
  margin: 20px 1.6%;
}

.accueil-environs-container button {
  font-weight: 300;
  width: 100%;
  padding: 0 25px;
  font-size: 22px;
  text-align: left;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgb(0, 97, 175);
  height: 30%;
  -webkit-transition: height 500ms, background-color 500ms ease-out;
  transition: height 500ms, background-color 500ms ease-out;
}

.accueil-environs-container button:hover {
  height: 100%;
  background-color: rgba(0, 97, 175, 0.6);
}

.accueil-environs-container img {
  display: block;
}

@media screen and (max-width: 930px) and (min-width: 900px),
  (max-width: 575px) {
  .accueil-environs-container,
  .accueil-service-container {
    width: 100%;
  }

  .accueil-service-container h4 {
    font-size: 18px;
    padding: 20px;
  }

  .accueil-environs-container button {
    font-size: 20px;
  }

  .accueil-service-container button {
    font-size: 14px;
  }
}

/* CORPO ---------------------------- */

#accueil-corpo-elts {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

#accueil-corpo-elts li {
  flex: 1 1 33%;
  max-width: 280px;
  font-size: 22px;
  font-weight: bold;
  padding: 0 30px;
}

#accueil-corpo-elts li h4 {
  margin-top: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 1250px) {
  #accueil-corpo-elts {
    flex-wrap: wrap;
    justify-content: center;
  }

  #accueil-corpo-elts li {
    font-size: 18px;
    /*width: 40%;
    max-width: none;*/
    margin: 20px 0;
  }

  #accueil-corpo-elts img {
    width: 80px;
  }
}

@media screen and (max-width: 500px) {
  #accueil-corpo-elts li {
    flex: 0 1 220px;
    font-size: 16px;
    padding: 0;
  }

  #accueil-corpo-elts img {
    width: 60px;
  }
}

/* CONTACT --------------------------- */

#accueil-contact-block {
  margin: 80px 0;
}

#accueil-contact-block li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0;
}

#accueil-contact-block li h4 {
  margin-left: 10px;
}

#accueil-contact-address h6 {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 10px;
}

#accueil-contact-address p {
  font-size: 22px;
}

@media screen and (max-width: 1000px) {
  #accueil-contact-block li {
    font-size: 20px;
  }

  #accueil-contact-block li:last-child {
    word-break: break-all;
  }

  #accueil-contact-address h6 {
    font-size: 16px;
  }

  #accueil-contact-address p {
    font-size: 18px;
  }
}

/* POPs GENERAL ----------------------- */

.popup-full-left {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  left: 300px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 1)
  );
  opacity: 1;
  height: 100%;
}

.popup-full-left-inside {
  padding: 50px 70px;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.popup-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: rgb(0, 97, 175);
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: 2px solid rgb(0, 97, 175);
  text-align: left;
}

.popup-title img {
  cursor: pointer;
}

.popup-slider {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 20px 0;
  background-color: white;
}

.popup-slider-img {
  width: 100%;
}

.popup-slider-img img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: auto;
}

.popup-slider-arrow-left,
.popup-slider-arrow-right {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  cursor: pointer;
}

.popup-slider-arrow-left {
  left: 0px;
}

.popup-slider-arrow-right {
  right: 0px;
}

.popup-slider-img-it {
  display: none;
  opacity: 0;
}

#popup-slider-img-1 {
  display: block;
  opacity: 1;
}

.popup-desc {
  color: rgb(0, 97, 175);
  font-size: 20px;
  margin-top: 40px;
}

.popup-book {
  color: rgb(0, 97, 175);
}

.popup-book {
  border: 3px solid rgb(0, 97, 175);
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: bold;
  cursor: pointer;
  margin-top: 40px;
  text-align: left;
}

.popup-book img {
  height: 20px;
}

.popup-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}

.popup-gallery-elt {
  background-color: rgb(0, 97, 175);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 10px;
  width: 280px;
}

.popup-gallery-img {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.popup-gallery-img img {
  width: 100%;
  height: auto;
}

.popup-gallery-elt h4 {
  font-weight: 300;
  font-size: 22px;
  padding: 30px 20px;
}

.popup-gallery-elt button {
  background-color: rgb(156, 187, 226);
  font-weight: bold;
  font-family: "Montserrat";
  padding: 8px;
  font-size: 14px;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .popup-gallery {
    justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  .popup-full-left {
    left: 0px;
    z-index: 2;
  }

  .popup-full-left-inside {
    padding: 30px;
  }
}

@media screen and (max-width: 450px) {
  .popup-full-left-inside {
    padding: 30px 20px;
  }

  .popup-title {
    font-size: 25px;
  }

  .popup-desc {
    font-size: 18px;
  }
}

/* POP CHAMBRE ------------------------ */

.chambres-desc {
  display: flex;
  justify-content: space-between;
}

.chambres-text {
  text-align: left;
  max-width: 800px;
  margin-right: 30px;
  line-height: 1.2;
}

.chambres-text > p {
  margin-bottom: 30px;
}

.chambres-text ul {
  margin-top: 5px;
  margin-bottom: 30px;
  margin-left: 25px;
}

.chambres-text ul li {
  list-style-type: disc;
}

.chambres-details-elt {
  background-color: rgb(0, 97, 175);
  color: white;
  width: 280px;
  margin: 10px 0;
  padding: 30px 0;
  font-family: "Montserrat";
}

.chambres-details-elt h4 {
  font-size: 50px;
  font-weight: bold;
}

.chambres-details-elt p {
  font-size: 14px;
  font-weight: 300;
}

.chambres-nonsmoking-warning {
  display: flex;
  align-items: center;
}

.chambres-nonsmoking-warning img {
  margin-right: 20px;
}

@media screen and (max-width: 1100px) {
  .chambres-desc {
    flex-direction: column;
  }

  .chambres-details {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }

  .chambres-details-elt {
    width: 48%;
  }

  .chambres-text {
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .chambres-details-elt p {
    font-size: 12px;
  }

  .chambres-details-elt h4 {
    font-size: 40px;
  }
}

/* SERVICES --------------------------- */

.services-text {
  text-align: left;
  line-height: 1.2;
}

.services-text ul {
  margin-left: 25px;
  margin-top: 30px;
}

.services-text ul li {
  list-style-type: disc;
}

/* FOOTER ----------------------------- */

footer {
  background-color: rgb(0, 97, 175);
  color: white;
}

#footer-block-content {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}

#footer-left {
  text-align: left;
}

#footer-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

#footer-left h3 {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 5px;
}

#footer-left h4 {
  font-size: 22px;
  color: rgb(156, 187, 226);
  font-weight: bold;
}

#footer-left ul {
  margin: 30px 0;
  font-size: 20px;
}

#footer-left li {
  margin: 5px 0;
  font-weight: bold;
}

#footer-right ul {
  font-size: 20px;
  font-weight: 300;
  max-width: 200px;
}

#footer-right ul li {
  margin: 15px 0;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

#footer-right ul li:hover {
  color: rgb(200, 200, 200);
}

#footer-right ul li:first-child {
  margin-top: 0px;
}

#footer-legal {
  background-color: rgb(156, 187, 226);
  font-family: "Montserrat";
  font-weight: bold;
  padding: 15px;
}

#footer-legal img {
  margin-bottom: -2px;
}

@media screen and (max-width: 1100px) {
  #footer-left h3 {
    font-size: 22px;
  }

  #footer-left h4 {
    font-size: 18px;
  }

  #footer-left ul {
    font-size: 18px;
  }

  #footer-right ul {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  #footer-block-content {
    flex-direction: column;
  }

  #footer-left,
  #footer-right {
    text-align: center;
  }

  #footer-right {
    display: block;
    margin-top: 40px;
  }

  #footer-right ul {
    max-width: none;
  }

  #footer-right ul li {
    margin: 8px 0;
  }

  #footer-right img {
    margin-top: 20px;
  }
}
