/* ------JeLoueMonSiteWeb.Com------ */
/* --------2020------- */
/* ---------v5-------- */
/* ------PreTheme----- */
/* ------CRYSTAL------ */

/* ----- Commun ------ */

/*
Couleur 1 : #03668b;
Couleur 2 : #0d2330;

Typo 1 : Cormorant Garamond;
Typo 2: Outfit;

*/

/* --------Font------- */

/* latin */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v14/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtKky2F7g.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v14/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fvg-IxBSL_g.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v4/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v4/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v4/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v4/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* ------General------ */

body {
  background: #f6f6f6;
  font-family: "Cormorant Garamond";
  font-size: 16px;
  margin: 0;
  padding: 0;
}

a {
  color: #03668b;
}

p {
  color: #555;
  font-family: "Outfit";
  font-size: 16px;
  margin: 20px 0;
}

.cta_clair {
  background: #03668b;
  color: #fff;
  cursor: pointer;
  border: #03668b;
  border-radius: 5px;
  display: inline-block;
  font-family: "Outfit";
  font-size: 14px;
  padding: 7px 15px;
  text-decoration: none;
}

.cta_blc {
  background: #fff;
  color: #03668b;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Outfit";
  font-size: 14px;
  padding: 7px 15px;
  text-decoration: none;
}

.cta_call {
  background: url("./images/phone-wht.png") no-repeat 10px center / auto 50%
    #03668b;
  padding-left: 40px;
}

.cta_book {
  line-height: 19px;
  text-decoration: none;
}

.cta_book svg {
  height: 12px;
  margin-left: 10px;
  margin-top: -2px;
  vertical-align: middle;
}

.cta_book svg .goBook {
  fill: none;
  stroke-miterlimit: 20;
  stroke-width: 12;
  stroke: #03668b;
  transition: ease 0.5s;
}

.cta_book:hover svg .goBook {
  stroke-width: 8;
  transform: scale(1.8, 1);
}

.cta_fonce,
button {
  background: #03668b;
  color: #fff;
  cursor: pointer;
  border: #03668b;
  border-radius: 5px;
  display: inline-block;
  font-family: "Outfit";
  font-size: 14px;
  padding: 7px 15px;
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  margin: 10px 0;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

input[type="text"],
input[type="mail"],
input[type="email"] {
  background: transparent;
  border-radius: 5px;
  border: 1px solid #03668b;
  color: #fff;
  font-family: "Outfit";
  font-size: 20px;
  outline: none;
  padding: 5px;
  width: calc(100% - 12px);
}

input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="mail"]:hover,
input[type="mail"]:active,
input[type="mail"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus {
  border: 1px solid #03668b;
}

textarea {
  background: transparent;
  border-radius: 5px;
  border: 1px solid #03668b;
  color: #fff;
  font-family: "Outfit";
  font-size: 20px;
  min-height: 193px;
  outline: none;
  padding: 5px;
  width: calc(100% - 12px);
}

textarea:hover {
  border: 1px solid #03668b;
}

input::placeholder,
textarea::placeholder {
  color: #ddd;
}

input.error,
textarea.error {
  border-color: #c00;
  box-shadow: 0 0 5px #c004;
}

label {
  color: #03668b;
  display: block;
  font-family: "Cormorant Garamond";
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0 5px;
  text-transform: uppercase;
}

form button {
  margin-top: 30px;
}

input.about {
  display: none;
}

hr {
  border-bottom: 1px solid #f9f9f9;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

.notif_sc {
  background: #090;
  display: none;
  border-radius: 5px;
  color: #fff;
  display: none;
  margin: 20px auto;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  width: 300px;
}

.notif_er {
  background: #900;
  display: none;
  border-radius: 5px;
  color: #fff;
  display: none;
  margin: 20px auto;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  width: 300px;
}

.chiffre {
  font-family: "Cormorant Garamond";
  font-size: 40px;
}

.center {
  text-align: center;
}

.justif {
  text-align: justify;
}

.right {
  text-align: right;
}

.img10 {
  margin: auto 1%;
  vertical-align: middle;
  width: 8%;
}

.img20 {
  margin: auto;
  width: 20%;
}

.img25 {
  margin: auto;
  width: 25%;
}

.img33 {
  margin: auto;
  width: 33%;
}

.img50 {
  margin: auto;
  width: 50%;
}

.img66 {
  margin: auto;
  width: 66%;
}

.img75 {
  margin: auto;
  width: 75%;
}

.img100 {
  margin: auto;
  width: 100%;
}

.nb {
  filter: saturate(0);
}

.op0 {
  opacity: 0;
}

.opa5 {
  opacity: 0.5;
}

.zoom1 {
  transform: scale(1.1);
}

.zoom2 {
  transform: scale(1.2);
}

section {
  margin: auto;
  overflow: hidden;
}

main {
  padding-bottom: 100px;
}

.line {
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.block_blc {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc2;
  overflow: hidden;
  position: relative;
}

.block_blc p:first-child {
  margin-top: 0;
}

.block_blc p:last-child {
  margin-bottom: 0;
}

.block_blc .line_message {
  font-size: 18px;
  left: 0;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.block_blc .light {
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bg_rouge {
  background: #f33;
  color: #fff;
}

.bg_vert {
  background: #080;
  color: #fff;
}

.bandeau,
.bandeau * {
  color: #eee;
}

.border_dashed {
  border: 1px dashed #ccc;
  padding: 0 20px;
}

.cadre1 {
  margin: auto;
  max-width: 1600px;
  overflow: hidden;
  width: 90%;
}

.cadre2 {
  margin: auto;
  max-width: 1200px;
  overflow: hidden;
  width: 90%;
}

.cadre3 {
  margin: auto;
  max-width: 900px;
  overflow: hidden;
  width: 90%;
}

.cadre4 {
  margin: auto;
  max-width: 500px;
  overflow: hidden;
  width: 90%;
}

main .cadre1,
main .cadre2,
main .cadre3,
main .cadre4 {
  padding: 15px;
}

.transi1 {
  transition: all cubic-bezier(0.3, 0.1, 0.33, 1) 0.5s;
}

.transi2 {
  transition: all cubic-bezier(0, 0.5, 0.5, 1) 1s;
}

.transip,
.transip * {
  transition: all cubic-bezier(0.3, 0.1, 0.33, 1) 0.5s;
}

.gradient1 {
  background: rgb(52, 152, 219);
  background: linear-gradient(
    25deg,
    rgba(52, 152, 219, 1) 0%,
    rgba(39, 174, 96, 1) 100%
  ) !important;
}

/* --------Col-------- */

.a20,
.a25,
.a33,
.a50,
.a66,
.a75,
.a100 {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.a20 {
  width: 20%;
}

.a25 {
  width: 25%;
}

.a33 {
  width: 33.33%;
}

.a50 {
  width: 50%;
}

.a66 {
  width: 66.66%;
}

.a75 {
  width: 75%;
}

.a100 {
  width: 100%;
}

.b20,
.b25,
.b33,
.b50,
.b66,
.b75,
.b100 {
  float: left;
  margin: 1%;
  padding: 1%;
  position: relative;
}

.b20 {
  width: calc(20% - 4%);
}

.b25 {
  width: calc(25% - 4%);
}

.b33 {
  width: calc(33.33% - 4%);
}

.b50 {
  width: calc(50% - 4%);
}

.b66 {
  width: calc(66.66% - 4%);
}

.b75 {
  width: calc(75% - 4%);
}

.b100 {
  width: calc(100% - 4%);
}

.c20,
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
  float: left;
  margin: 1.5%;
  padding: 2%;
  position: relative;
}

.c20 {
  width: calc(20% - 7%);
}

.c25 {
  width: calc(25% - 7%);
}

.c33 {
  width: calc(33.33% - 7%);
}

.c50 {
  width: calc(50% - 7%);
}

.c66 {
  width: calc(66.66% - 7%);
}

.c75 {
  width: calc(75% - 7%);
}

.c100 {
  width: calc(100% - 7%);
}

.d20,
.d25,
.d33,
.d50,
.d66,
.d75,
.d100 {
  float: left;
  margin: 2%;
  padding: 3%;
  position: relative;
}

.d20 {
  width: calc(20% - 10%);
}

.d25 {
  width: calc(25% - 10%);
}

.d33 {
  width: calc(33.33% - 10%);
}

.d50 {
  width: calc(50% - 10%);
}

.d66 {
  width: calc(66.66% - 10%);
}

.d75 {
  width: calc(75% - 10%);
}

.d100 {
  width: calc(100% - 10%);
}

.e20,
.e25,
.e33,
.e50,
.e66,
.e75,
.e100 {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.e20 {
  width: 20%;
}

.e25 {
  width: 25%;
}

.e33 {
  width: 33.33%;
}

.e50 {
  width: 50%;
}

.e66 {
  width: 66.66%;
}

.e75 {
  width: 75%;
}

.e100 {
  width: 100%;
}

.f20,
.f25,
.f33,
.f50,
.f66,
.f75,
.f100 {
  float: left;
  margin: 1.5%;
  padding: 2%;
  position: relative;
}

.f20 {
  width: calc(20% - 7%);
}

.f25 {
  width: calc(25% - 7%);
}

.f33 {
  width: calc(33.33% - 7%);
}

.f50 {
  width: calc(50% - 7%);
}

.f66 {
  width: calc(66.66% - 7%);
}

.f75 {
  width: calc(75% - 7%);
}

.f100 {
  width: calc(100% - 7%);
}

.b_marge {
  margin: 20px;
}

/* FOR TEST 

.c25, .c33, .c50, .c66, .c75, .c100 {
	background: #FFF;
	height: 50px;
}


/* ---------- Cookie ---------- */

section.cookies {
  background: #333;
  color: #ccc;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  transition: height ease 0.4s;
}

section.cookies .f75 {
  padding-top: 0;
}

section.cookies .f25,
section.cookies .f75 {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}

section.cookies .img50 {
  margin: 10px auto;
  width: 40%;
}

section.cookies b {
  font-size: 11px;
}

section.cookies p {
  color: #999;
  font-size: 9px;
  margin: 10px 0;
}

section.cookies button {
  margin-top: 22px;
}

/* ---------- Header ---------- */

header {
  position: relative;
  z-index: 999;
}

header section {
  width: 100%;
}

header li {
}

.ctn_droite {
  position: absolute;
  right: 9%;
  top: 25px;
}

.homeHeader {
  background: #0d2330;
  display: flex;
  height: 150px;
  position: relative;
  z-index: 99;
}

.home .homeHeader {
  height: 100vh;
}

.homeHeader .colBlue {
  background: #0d2330;
  height: 81%;
  padding: 5% 0;
  position: relative;
  width: 25%;
}

.homeHeader .colNav {
  background: #03668b;
  height: 90%;
  padding: 5% 0;
  width: 0%;
  overflow: hidden;
  transition: ease 0.8s;
}

.homeHeader p {
  margin: 35px 0;
}

.homeHeader p.address,
.main_footer p.address,
aside.contact p.address {
  background: url("./images/place.png") no-repeat center top / 25px;
  color: #03668b;
  padding-top: 40px;
}

.homeHeader .colNav.open {
  width: 25%;
}

.toggleNav {
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Cormorant Garamond";
  font-size: 30px;
  height: 20px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}

.colNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 300px;
}

.colNav a {
  color: #fff;
  display: block;
  font-size: 23px;
  padding: 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: ease 1.9s;
}

.colNav.open a {
  transform: translateX(30px);
}

.colNav a:hover {
  transform: translateX(40px);
}

.sliderPhoto {
  position: relative;
  transition: ease 0.8s;
  width: 75%;
}

.sliderPhoto.w50 {
  width: 50%;
}

.sliderPhoto img {
  opacity: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  transition: ease 0.8s;
  width: 100%;
}

.sliderPhoto img.display {
  opacity: 1;
}

.slideText span {
  color: #03668b;
  display: inline-block;
  font-size: 28px;
  font-style: italic;
  font-weight: 200;
  left: 0;
  margin-top: 50px;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  transition: ease 0.9s;
}

.slideText span.display {
  opacity: 1;
}

/* --------Nav-------- */

header .navigation {
  background: linear-gradient(0deg, #0d233000, #0d2330ff);
  padding-bottom: 30px;
  position: fixed;
}

header .navigation .ctn_logo {
  transition: ease 0s;
  opacity: 0;
  padding: 7px;
  position: absolute;
  width: 90px;
}

header .navigation ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

header .navigation .horizontal li {
  display: inline-block;
  list-style: none;
}

header .navigation .horizontal a {
  color: #eee;
  display: block;
  font-family: "Outfit";
  font-size: 14px;
  font-weight: 300;
  padding: 25px 40px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn_droite {
  background: #eee;
  bottom: 0;
  color: #eee;
  font-weight: bold;
  padding: 25px 40px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
}

/* Nav scroll */

header .navigation.scrolled {
  background: #03668b;
  opacity: 1;
  pointer-events: auto;
  height: 65px;
  position: fixed;
  padding-bottom: 0;
  top: 0;
  z-index: 9;
}

header .navigation.scrolled .ctn_logo {
  opacity: 1;
  padding: 0;
}

header .navigation.scrolled .ctn_logo .logo {
  height: 64px;
  width: auto;
}

header .navigation.scrolled a {
  padding: 23px 40px;
}

header .navigation.scrolled .ctn_droite {
  display: none;
  height: 100%;
  right: 0;
  top: 0;
}

header .navigation.scrolled .ctn_droite a {
  background: #03668b;
  border-radius: 0;
  color: #eee;
  height: 100%;
}

/* INDEX */

.home {
}

.home h1 {
  color: #eee;
}

.home h2 {
  color: #ccc;
  font-size: 50px;
}

.resa {
  margin-top: -80px;
  opacity: 0;
  pointer-events: none;
  position: relative;
  transition: ease 0.5s;
  z-index: 99;
}

.resa.display {
  opacity: 1;
  pointer-events: auto;
}

.resa img {
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc2;
  width: 100%;
}

.line_plus {
  text-align: center;
}

.line_plus img {
  display: inline-block;
  margin-bottom: 20px;
  width: 20%;
}

.line_plus strong {
  color: #0d2330;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
}

section.map {
  background: url("./images/map-hotel.png") no-repeat center center / 100%;
  height: 700px;
  margin-top: -200px;
  position: relative;
}

section.map .block_blc {
  bottom: 70px;
  left: 10%;
  padding: 20px;
  position: absolute;
  width: 33%;
}

section.line_pres .line {
  position: relative;
}

section.line_pres img {
  border-radius: 5px;
  margin: 3% 0;
  width: 66%;
}

section.line_pres .block_blc {
  padding: 20px;
  position: absolute;
  width: 40%;
}

.animScroll {
  opacity: 0;
  transition: opacity ease 0.3s;
}

.animScroll.onview {
  opacity: 1;
}

/* Resa module */

section.resa label {
  margin: 0;
  padding-bottom: 10px;
}

section.resa *,
.datepicker {
  font-family: "Outfit";
}

section.resa input {
  color: #333;
}

/* Datepicker */

.ui-datepicker {
  background: #fff;
  padding: 4px;
}

.ui-datepicker * {
  font-family: "Outfit";
}

.ui-datepicker-next.ui-corner-all {
  float: right;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 10px;
  padding: 5px;
}

.ui-datepicker-title {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar tr td {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
}

.ui-datepicker-calendar tr td a {
  color: #03668b;
  display: block;
  padding: 5px;
  text-decoration: none;
}

.ui-state-default {
  display: block;
  padding: 5px;
}

.ui-state-active {
  background: #03668b;
  color: #fff !important;
}

/* Animation */

@keyframes nom {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(90deg);
  }
}

/* ----- Slider ----- */

.slider {
  overflow: hidden;
  position: relative;
}

.slider .btn_prev {
  background: url("./images/precedent.svg") no-repeat center center / 30px;
  left: 0;
}

.slider .btn_suiv {
  background: url("./images/suivant.svg") no-repeat center center / 30px;
  right: 0;
}

.slider .btn {
  cursor: pointer;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 2;
}

.slider:hover .btn {
  opacity: 0.55;
}

.slider .item-slide {
  left: 10%;
  position: absolute;
  right: 10%;
  width: 80%;
  z-index: 1;
}

.slider .item-slide.droite {
  opacity: 0;
  transform: translateX(50%);
}

.slider .item-slide.gauche {
  opacity: 0;
  transform: translateX(-25%);
}

/* ----- Page vierge ----- */

.ctn_titre h1 {
  color: #fff;
  text-transform: uppercase;
}

.ctn_titre h2 {
  color: #ddd;
}

.ctn_titre {
  height: 140px;
  padding-top: 60px;
  text-align: center;
  width: 100%;
}

.ctn_titre li {
  display: initial;
}

.ctn_titre ol {
  color: #eee;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.ctn_titre a {
  color: #ddd;
  text-decoration: none;
}

/* Galaxy */

#intro-ghwpc {
  font-family: "outfit";
}

/* ----- Avis ----- */

.review {
  text-align: center;
}

.review .note {
  font-family: "Cormorant Garamond";
  font-size: 12px;
}

.review .note .ch_note {
  color: #03668b;
  font-size: 30px;
}

.review b p {
  font-family: "Cormorant Garamond";
  font-size: 20px;
}

.review .author {
  font-size: 12px;
  font-style: italic;
  margin: 10px 0;
}

.review .text {
  font-size: 15px;
}

/* ----- FAQ ----- */

.faq h3 {
  background: #03668b;
  color: #fff;
  font-size: 28px;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
}

.faq .reponse {
  margin: 20px auto 40px;
}

/* ----- Contact ----- */

aside.contact {
  background: #0d2330;
  color: #03668b;
  height: 100vh;
  overflow: hidden;
  padding: 30px 0 0 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: ease 0.6s;
  width: 0;
  z-index: 999;
}

aside.contact.open {
  padding: 30px 20px 0 20px;
  width: 380px;
}

aside.contact .ctn_contact {
  width: 350px;
}

aside.contact button {
  color: #0d2330;
}

/* ----- Footer ----- */

footer {
  background: #0d2330;
  color: #03668b;
}

footer section {
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .main_footer .line {
  align-items: center;
  display: flex;
  overflow: auto;
  width: 100%;
}

footer ul a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 10px;
}

footer a {
  color: #03668b;
  font-size: 11px;
}

footer p {
  color: #03668b;
  font-size: 12px;
}

section.contact-nous {
  background: #03668b;
  color: #eee;
}

section.main_footer {
  background: #0d2330;
  position: relative;
}

footer .navigation a {
  display: inline-block;
  padding: 4px 0;
  font-size: 15px;
  text-decoration: none;
}

.lang_link:hover {
  text-decoration: none;
}

.contact-nous a {
  font-size: 16px;
  text-decoration: none;
}

.contact-nous img {
  height: 50px;
}

.social {
  list-style: none;
}

.social a {
  display: inline-block;
  padding: 8px 0;
}

.social img {
  height: 40px;
}

.legal p,
.legal p a {
  color: #03668b;
  font-size: 10px;
  text-align: center;
}

/* -----Responsive---- */

.phone {
  display: none;
}

@media only screen and (max-width: 1930px) {
}

@media only screen and (max-width: 1700px) {
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 850px) {
  .a25,
  .a75 {
    width: 50%;
  }

  .b25,
  .b75 {
    width: calc(50% - 4%);
  }

  .c25,
  .c75 {
    width: calc(50% - 7%);
  }

  .d25,
  .d75 {
    width: calc(50% - 10%);
  }
}

@media only screen and (max-width: 600px) {
  .a20,
  .a25,
  .a50,
  .a33,
  .a66,
  .a75 {
    width: 100%;
  }

  .b20,
  .b25,
  .b50,
  .b33,
  .b66,
  .b75 {
    width: calc(100% - 4%);
  }

  .c20,
  .c25,
  .c50,
  .c33,
  .c66,
  .c75 {
    width: calc(100% - 7%);
  }

  .d20,
  .d25,
  .d50,
  .d33,
  .d66,
  .d75 {
    width: calc(100% - 10%);
  }

  .b_phone {
    padding: 1% !important;
  }

  .c_phone {
    padding: 2% !important;
  }

  .d_phone {
    padding: 4% !important;
  }

  .desk {
    display: none;
  }

  .phone {
    display: initial;
  }

  .img10 {
    margin: auto 1%;
    vertical-align: middle;
    width: 25%;
  }

  .img20 {
    width: 15%;
  }

  .img25 {
    width: 20%;
  }

  .img33 {
    width: 25%;
  }

  .img50 {
    width: 33%;
  }

  /* ---- */

  section.cookies {
    bottom: auto;
    top: 0;
    z-index: 9;
  }

  section.map {
    background: url("./images/map-hotel.png") no-repeat center -100% / auto 80%;
    height: 900px;
  }

  .ctn_btn_nav {
    border-radius: 100%;
    cursor: pointer;
    height: 40px;
    left: 10px;
    position: fixed;
    top: 10px;
    width: 40px;
    z-index: 10;
  }

  .nav_bar {
    background: #eee;
    border-radius: 5px;
    height: 2px;
    margin: 6px 0;
    width: 100%;
  }

  .ctt_btn_nav {
    bottom: 0;
    height: 23px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
  }

  header section {
    overflow: initial;
  }

  section.cookies button {
    margin-top: 15px;
  }

  section.cookies .img50 {
    margin-top: 15px;
  }

  nav {
    background: #03668b;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 0;
    z-index: 9;
  }

  nav li {
    display: block !important;
  }

  nav li a {
    font-size: 18px !important;
  }

  nav .logo {
    display: block;
    margin: 30px auto;
    width: 100px;
  }

  .navigation .ctn_logo {
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
  }

  header .navigation ul {
    margin: auto;
    width: 200px;
  }

  /* Active menu */

  nav.show {
    width: 100%;
  }

  .ctn_btn_nav.open .nav_bar:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .ctn_btn_nav.open .nav_bar:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }

  /* Main */

  main .cadre1,
  main .cadre2,
  main .cadre3,
  main .cadre4 {
    margin: auto;
    padding: 0;
    width: 95%;
  }

  section.map .block_blc {
    bottom: 70px;
    left: 5%;
    padding: 5%;
    width: 90%;
  }

  section.line_pres .line {
    padding: 0;
    position: relative;
  }

  section.line_pres .block_blc {
    top: 0 !important;
    position: relative;
    width: 100%;
  }

  section.line_pres img {
    top: 0 !important;
    width: 100%;
  }

  /* Footer */

  .social li {
    display: inline-block;
    margin: 15px;
  }

  .homeHeader {
    display: block;
    width: 100%;
  }

  .homeHeader .colBlue {
    background: #0d2330;
    float: left;
    height: 50vh;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  .sliderPhoto {
    float: left;
    height: 50vh;
    width: 100%;
  }

  footer .main_footer .line {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 550px) {
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 320px) {
  .homeHeader p.address,
  .main_footer p.address,
  aside.contact p.address {
    margin-top: 0;
  }
}

/* ---------- Notification ---------- */

.red {
  background-color: #e74c3c;
}

.green {
  background-color: #89b422;
}

.orange {
  background-color: #d35400;
}

.blue {
  background-color: #3498db;
}

.grey {
  background-color: #333333;
}

.ctn_notification {
  left: 0px;
  opacity: 0;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  top: -100px;
  transition: all cubic-bezier(0.3, 0.1, 0.33, 1) 0.5s;
  width: 100%;
  z-index: 999;
}

.ctn_notification.checked {
  opacity: 1;
  top: 0px;
}

.ctt_message {
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
