@charset "UTF-8";
/* CSS Document */

/*
* Theme : RESIDENCE PELLOUTIER
* Site URL : http://residence-pelloutier.fr
* Auteur: MIBE - Frédéric MILLIARÈDE - BESCH
* Auteur : http://www.agence-mibe.com
* Version : 1.0.0 Octobre 2022
*/

/* COULEURS
#abcfff bleu ciel
#232840 bleu noir
#1A2A54 bleu nuit
#BAA18A sable or 1
#A8927D sable or 2
#CCB299 sable or 3
#D22646 framboise

/* FONTS
font-family: 'Louis George Cafe';
font-family: 'Riesling';


*/


/* FONTS */

@font-face {
    font-family: 'Riesling';
    src: url('../FONTS/Riesling.eot');
    src: url('../FONTS/FONTS/Riesling.eot?#iefix') format('embedded-opentype'),
        url('../FONTS/Riesling.woff2') format('woff2'),
        url('../FONTS/Riesling.woff') format('woff'),
        url('../FONTS/Riesling.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Louis George Cafe';
    src: url('../FONTS/LouisGeorgeCafe-Italic.eot');
    src: url('../FONTS/LouisGeorgeCafe-Italic.eot?#iefix') format('embedded-opentype'),
        url('../FONTS/LouisGeorgeCafe-Italic.woff2') format('woff2'),
        url('../FONTS/LouisGeorgeCafe-Italic.woff') format('woff'),
        url('../FONTS/LouisGeorgeCafe-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Louis George Cafe';
    src: url('../FONTS/LouisGeorgeCafe-Bold.eot');
    src: url('../FONTS/LouisGeorgeCafe-Bold.eot?#iefix') format('embedded-opentype'),
        url('../FONTS/LouisGeorgeCafe-Bold.woff2') format('woff2'),
        url('../FONTS/LouisGeorgeCafe-Bold.woff') format('woff'),
        url('../FONTS/LouisGeorgeCafe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Louis George Cafe';
    src: url('../FONTS/LouisGeorgeCafeLight-.eot');
    src: url('../FONTS/LouisGeorgeCafeLight-.eot?#iefix') format('embedded-opentype'),
        url('../FONTS/LouisGeorgeCafeLight-.woff2') format('woff2'),
        url('../FONTS/LouisGeorgeCafeLight-.woff') format('woff'),
        url('../FONTS/LouisGeorgeCafeLight-.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Louis George Cafe';
    src: url('../FONTS/LouisGeorgeCafeLight-_1.eot');
    src: url('../FONTS/LouisGeorgeCafeLight-_1.eot?#iefix') format('embedded-opentype'),
        url('../FONTS/LouisGeorgeCafeLight-_1.woff2') format('woff2'),
        url('../FONTS/LouisGeorgeCafeLight-_1.woff') format('woff'),
        url('../FONTS/LouisGeorgeCafeLight-_1.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Louis George Cafe';
    src: url('../FONTS/LouisGeorgeCafe-BoldItalic.eot');
    src: url('../FONTS/LouisGeorgeCafe-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../FONTS/LouisGeorgeCafe-BoldItalic.woff2') format('woff2'),
        url('../FONTS/LouisGeorgeCafe-BoldItalic.woff') format('woff'),
        url('../FONTS/LouisGeorgeCafe-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Louis George Cafe';
    src: url('../FONTS/LouisGeorgeCafe.eot');
    src: url('../FONTS/LouisGeorgeCafe.eot?#iefix') format('embedded-opentype'),
        url('../FONTS/LouisGeorgeCafe.woff2') format('woff2'),
        url('../FONTS/LouisGeorgeCafe.woff') format('woff'),
        url('../FONTS/LouisGeorgeCafe.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




/* * REGULARISER HAUTEUR VISIBLE SUR MOBILES * */

html {
  height: -webkit-fill-available;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}

/* * PAGE * */

 body {
	 margin: 0;
	 padding: 0;
	 min-height: 100vh;
	 font-family:  'Louis George Cafe', sans-serif;
	 scroll-behavior:smooth;
}

.separateur{
	 margin-top: 100px;
	margin-bottom: 100px;
}

@media screen and (max-width: 992px) {
.separateur{
	 margin-top: 50px;
	margin-bottom: 50px;
	width: 75%;
	max-width: 350px;
	height: auto;
}
}




/* * BOUTON DU MENU */

* {
  transition: 0.25s ease-in-out;
  box-sizing: border-box;
}

 *, *::before, *::after {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
}

.menu__toggler span {
  display: block;
  background: #FFF;
  border-radius: 2px;
}

.menu__toggler {
   position: absolute;
	 top: 20px;
	 left: 20px;
	 z-index: 999;
	 height: 25px;
	 width: 25px;
	 outline: none;
	 cursor: pointer;
	 display: flex;
	 align-items: center;
    margin: 20px;
}
.menu__toggler #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
.menu__toggler #hamburger span {
  width: 25px;
  height: 3px;
  position: relative;
  margin: 5px 0;
}
.menu__toggler #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
.menu__toggler #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
.menu__toggler #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
}
.menu__toggler #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
.menu__toggler #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 15%;
  left: 50%;
  transition-delay: 0s;
}
.menu__toggler #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 15%;
  top: 50%;
  transition-delay: 0.25s;
}
.menu__toggler.open #hamburger span {
  width: 0%;
}
.menu__toggler.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu__toggler.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu__toggler.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
.menu__toggler.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: 0.625s;
}
.menu__toggler.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: 0.375s;
}



/* * MENU DE NAVIGATION  */

 .menu {
	 position: absolute;
	 left: -30%;
	 z-index: 998;
	 color: #FFF;
	 background: rgba(186, 161, 138, 0.95);
	 clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
	 width: 30%;
	 height: 100vh;
	 padding: 100px;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
	 font-family: 'Louis George Cafe';
	   cursor : pointer;
}
 @media only screen and (max-width: 1024px) {
	 .menu {
		 width: 75%;
		 left: -75%;
	}
}
 .menu.active {
	 left: 0;
}
 .menu p {
	 font-size: 3rem;
	 margin-bottom: 1rem;
}

 .menu a {
	 text-decoration: none;
	 color: #FFF;
	 font-size: 3rem;
	 margin-bottom: 1rem;
}

 .menu a:hover {
	 text-decoration: none;
	 color: #D22646;
	 font-size: 3rem;
	 margin-bottom: 1rem;
}

.gpsmenudispo{
  display: inline-flex;
  flex-wrap: nowrap;
}

.menugps {
  border: 2px solid #BAA18A;
  width: 35px;
  height: 35px;
  margin: 6px;
}

 @media only screen and (max-width: 1024px) {
	 .menu {
		 width: 75%;
		 left: -75%;
		 padding: 30px;
	}
}

/* * BACK TO TOP BOUTON RETOUR VERS RESERVATION * */


button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 50px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before {
  content:"\f073";
  font-family: "FontAwesome";
  display: block;
  vertical-align: middle;
  margin: -5px 0 auto;
  padding-top: 3px;
}
button.back-to-top.show {
  display: block;
  background: #CCB299;
  color: #1A2A54;
  font-size: 25px;
  right: 25px;
	bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(204, 178, 153, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(204, 178, 153, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(204, 178, 153, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0204, 178, 153, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(204, 178, 153, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(204, 178, 153, 0.25);
}


/* * ACCEUIL * */

.acceuil {
	 height: 100%;
	 width: 100%;
	 background: linear-gradient(280deg, rgba(25,25,46,.90), rgba(35,40,64,.75), rgba(25,25,46,.90)), url("../CONTENU/hero-bg.jpg") top center;
	 background-blend-mode: normal;
     background-size: cover;
	 display: inline-block;
	 justify-content: center;
	 align-items: center;
     font-family: 'Riesling';
	 text-align: center;
}
.nom {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Riesling';
	text-align: center;
	margin-top: 1vw;
	margin-bottom: 1vw;
}

.nom p { 
	font-size: 8vw;
	 color: #FFF;
		margin-top: 2vw;
}

/* * SYMBOLES * */

:root {
  --color-symbol: #1a2a54;
  --color-back: #ccb299;
  --color-frame: #ecdcc0;
  --size: clamp(6rem, 6rem, 20rem); /*  --size: clamp(8rem, 8rem + 40vmin, 30rem);*/
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0.1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width:10vw;
  height: auto;
  fill: var(--color-symbol);
  background: var(--color-frame);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
.marquee svg {
  width:15vw;
  height: auto;
}
}

@media screen and (max-width: 600px) {
.marquee svg {
  width:20vw;
  height: auto;
}
}

@media screen and (max-width: 500px) {
.marquee svg {
  width:21.5vw;
  height: auto;
}
}


/* Parent wrapper */
.wrapper {
	display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
  width: 100%;
  color: var(--color-symbol);
  background-color: var(--color-back);
  margin-bottom: 1vw;
}



/* * KEZAKO * */

*, *::before, *::after {
  box-sizing: border-box;
}



.kezako {
	display: flex;
	flex-direction: column;
	 background-color: #FFF;
	 justify-content: center;
	 align-items: center;
     font-family:  'Louis George Cafe', sans-serif;
	 text-align: center;
	 color: #D22646;
}


.kezako h1{
    font-size: 3vw;
    font-weight: 300;
	margin-top:50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
.kezako h1{
    font-size: 6vw;
}
}

/* title styles */
.kezako-title span{
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1.2;
}

@media screen and (max-width: 992px) {
.kezako-title span{
    width: 90%;
	padding-left: 10%;
}
}

.kezako-title span::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1A2A54;
    animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(-101%);
}

.kezako-title span::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(0);
}

.kezako-title span:nth-of-type(1)::before,
.kezako-title span:nth-of-type(1)::after{
    animation-delay: 1s;
}

.kezako-title span:nth-of-type(2)::before,
.kezako-title span:nth-of-type(2)::after{
    animation-delay: 1.5s;
}

@keyframes a-ltr-after{
    0% {transform: translateX(-100%)}
    100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
    0% {transform: translateX(0)}
    100% {transform: translateX(200%)}
}

/* * RÉSERVATION * */

.section_reservation {
	 height: 100%;
	 width: 100%;
	 background-color: #FFF;
	 display: flex;
	 justify-content: center;
	 align-items: center;
     font-family:  'Louis George Cafe', sans-serif;
	 text-align: center;
	 color: #D22646;
}

/* * PRESENTATION * */

.presentation {
	display: flex;
	flex-direction: column;
	/* background: linear-gradient(280deg, #BAA18A 0%, #CCB299 50%, #BAA18A 100%);*/
	background: linear-gradient(280deg, #191C2E 0%, #232840 50%, #191C2E 100%);
	 justify-content: center;
	 align-items: center;
     font-family:  'Louis George Cafe', sans-serif;
	 text-align: center;
	 color: #FFF;
	padding-top: 100px;
}

.presentation h1{
    font-size: 3vw;
    font-weight: 300;
	margin-bottom: 50px;
	color: #D22646;
}

@media screen and (max-width: 992px) {
.presentation h1{
    font-size: 6vw;
	margin-bottom: 35px;
}
}


.presentation-text {
	font-size: 1.5em;
	padding: 12px;
	width: 100%;
	max-width: 800px;
	line-height: 1.4;
	text-align:justify;
	font-weight: 300;
}

@media screen and (max-width: 992px) {
.presentation-text {
	font-size: 1em;
	max-width: 80%;
}
}

.presentation-text a{
	 display: inline-block;
	 position: relative;
	 color: #FFF;
	 text-decoration: none;
	 padding: 0 6px;
	z-index: 1;
	  cursor : pointer;
}

.presentation-text a:hover{
	 display: inline-block;
	 position: relative;
	 color: #FFF;
	 text-decoration: none;
	 padding: 0 6px;
	z-index: 1;
	  cursor : pointer;
}

.presentation-text a:before {
	 will-change: transform;
	 content: "";
	 display: block;
	 position: absolute;
	 z-index: -1;
}

.presentation-text a:after {
	 will-change: transform;
	 content: "";
	 display: block;
	 position: absolute;
	 z-index: -1;
}

.presentation-text a:before {
	 transition: 100ms ease-out 50ms;
	 transform-origin: 0 24px;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: #CCB299;
	z-index: -1;
}
.presentation-text a:after {
	 transition: 50ms ease-out;
	 transform: scaleX(0);
	 transform-origin: left center;
	 bottom: 2px;
	 right: -12px;
	 border: 8px solid transparent;
	 border-left-color: #D22646;
	z-index: -1;
}
.presentation-text a:hover:before {
	 transition: 100ms ease-out;
	 transform: scaleY(0.18);
	 background: #D22646;
	color: #FFF;
	text-decoration: none;
}
.presentation-text a:hover:after {
	 transition: 50ms ease-out 100ms;
	 transform: none;
	color: #FFF;
	text-decoration: none;
}
.presentation-text a:active:before {
	 transition: 100ms ease-in;
	 background: #D22646;
	color: #FFF;
	text-decoration: none;
}
.presentation-text a:active:after {
	 transition: 100ms ease-in;
	 border-left-color: #D22646;
	color: #FFF;
	text-decoration: none;
}

 /* * GALERIE * */

#gallery {
	margin-bottom: 0px;
	margin-top: 0px;
}
 @media screen and (min-width: 991px) {
	 #gallery {
		 padding: 0px 30px 0 30px;
	}
}
 .img-wrapper {
	 position: relative;
	 margin-top: 15px;
}
 .img-wrapper img {
	 width: 100%;
	 height: auto;
}
 .img-overlay {
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 opacity: 0;
}
 .img-overlay i {
	 color: #fff;
	 font-size: 3em;
}

 #overlay {
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 z-index: 999;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 #overlay img {
	 margin: 0;
	 width: 80%;
	 height: auto;
	 object-fit: contain;
	 padding: 5%;
}
 @media screen and (min-width: 768px) {
	 #overlay img {
		 width: 60%;
	}
}
 @media screen and (min-width: 1200px) {
	 #overlay img {
		 width: 50%;
	}
}
 #nextButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #nextButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #nextButton {
		 font-size: 3em;
	}
}
 #prevButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #prevButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #prevButton {
		 font-size: 3em;
	}
}
 #exitButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
	 position: absolute;
	 top: 15px;
	 right: 15px;
}
 #exitButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #exitButton {
		 font-size: 3em;
	}
}
 
 .liste-confort {
	 display: list-item;
	 list-style-type: circle;
	 list-style-position : outside;
	 font-size: 1.5em;
	line-height: 1.4;
	text-align: justify;
	font-weight: 300;
	 background-color: none; 
	width: 100%;
	max-width: 800px;
}

@media screen and (max-width: 992px) {
.liste-confort {
	font-size: 1em;
	max-width: 80%;
	padding-left: 10%;
}
	}

.googlemaps {
	width: 80vw;
	margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
.googlemaps {
	width: 90vw;
	margin-bottom: 50px;
}
	}

.plan {
	width: 80vw;
	margin-bottom: 100px;
}

@media screen and (max-width: 992px) {
.plan {
	width: 90vw;
	margin-bottom: 100px;
}
	}

/* * CONTACT * */

.contacter {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin:0px auto;
	margin-bottom: 0px;
	background: linear-gradient(280deg, #BAA18A 0%, #CCB299 50%, #BAA18A 100%);
	justify-content: center;
	align-items: center;
	text-align: center;
}
	
		@media screen and (max-width: 992px) {
.contacter p {
    font-size: 6vw;
}
}


.contacter h1{
	font-family: 'Louis George Cafe';
    font-size: 3vw;
    font-weight: 300;
	margin-bottom: 50px;
	margin-top:100px;
	color: #1A2A54;
}

@media screen and (max-width: 992px) {
.contacter h1 {
	font-family: 'Louis George Cafe';
    font-size: 6vw;
	margin-bottom: 35px;
   	margin-top:50px;
}
}

.contacter a {
	font-family: 'Louis George Cafe';
    font-size: 2vw;
    font-weight: 300;
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
}

.contacter a:hover {
	font-family: 'Louis George Cafe';
    font-size: 2vw;
    font-weight: bold;
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
}

.contacter a:hover:after {
	font-family: 'Louis George Cafe';
    font-size: 2vw;
    font-weight: bold;
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
}

	@media screen and (max-width: 992px) {
.contacter a {
    font-size: 5vw;
		font-family: 'Louis George Cafe';
}
		.contacter a:hover {
    font-size: 5vw;
				font-family: 'Louis George Cafe';
}
				.contacter a:hover:after {
    font-size: 5vw;
						font-family: 'Louis George Cafe';
}
}


.contacter p {
	font-family: 'Louis George Cafe';
    font-size: 2vw;
    font-weight: 300;
	color: #FFF;
}

	@media screen and (max-width: 992px) {
.contacter p {
    font-size: 5vw;
	color: #FFF;
}

}

.gps {
  border: 1px solid #005C7B;
  width: 50px;
  height: 50px;
  margin: 15px;
}

.infoscontact {
  font-size: 25px;
  color: #FFF;
  font-weight: 700;
  font-family: 'Louis George Cafe';
  line-height: 20px;
  text-align: center;
}

.infoscontact a {
  color: #FFF;
}

input[type='email']{
	background-color: #FFF;
	border: 0.5px solid #005C7B;
	font: #FFF;
	font-size: 1em;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

input[type="text"]{
	background-color: #FFF;
	border: 0.5px solid #005C7B;
	font-size: 1em;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

input[type="tel"]{
	background-color: #FFF;
	border: 0.5px solid #005C7B;
	font-size: 1em;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

input[type="textarea"]{
	background-color: #FFF;
	border: 0.5px solid #005C7B;
	font-size: 1em;
    outline: none;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#message{
	background-color: #FFF;
	border: 0.5px solid #005C7B;
	font-size: 1em;
    outline: none;
    display: block;
    width: 100%;
	height: 80px;
    padding: 10px;
    border-radius: 5px;
    box-sizing:content-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	resize: none;
}

#button{
	font-size: 1.5em;
    color: rgba(0,0,0,0.6);
    text-decoration: none;
    border-radius: 5px;
    width: 45%;
    display: inline-block;
    padding: 8px;
    background-color: #E34E19;
    text-align: center;
    border: 0px;
}

#button:hover{
	font-size: 2em;
    border: 0px;
	color: #10e091;
}

input[type='submit']{
	font-family: 'Louis George Cafe';
	font-size: 20px;
	background-color: #fff;
	border: solid 0.5px;
	border-color: #005C7B;
	color: #B7B2A7;
	font-weight: 100;
}

@media screen and (max-width: 736px){
    input[type='email']{
        display: block;
        width: 100%;
    }
    #button{
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 100%;
        display: block;
        margin-top: 5px;
		border: 0px;
    }
	
}
.form-control {
	font-family: 'Louis George Cafe';
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #005C7B;
  background-color: #fff;
  border-color: #B7B2A7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #005C7B;
}

.form-control::-webkit-input-placeholder {
  color: #B7B2A7;
	font-family: 'Louis George Cafe';
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 100;
  opacity: 1;
}

.form-control::-moz-placeholder {
	font-family: 'Louis George Cafe';
  color: #B7B2A7;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #B7B2A7;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #B7B2A7;
  opacity: 1;
}

.form-control::placeholder {
  color: #B7B2A7;
	font-family: 'Louis George Cafe';
  text-transform: uppercase;
  font-weight: 100;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
	font-family: 'Louis George Cafe';
  color: #E34E19;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  font-size: 1em;
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}



/* BOUTON*/


.btn {
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  margin-right: 4px;
  margin-bottom: 4px;
	font-family: 'Louis George Cafe';
  font-size: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 5px;
  border: solid 0.5px #005C7B;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
  background-color: #FFF;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #B7B2A7 !important;
  border-color: #005C7B !important;
  color: #005C7B;
}

.btn-primary {
  background: #FFF;
  color: #B7B2A7;
  border: 0.5px solid #005C7B;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ec1919 !important;
  border-color: #ec1919 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #E0105F;
  border: 2px solid #E0105F;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #E0105F;
  color: #fff;
}



.messageenvoye {
	border-radius: 5px;
	background-color: #D22646;
	color: #fff;
	font-family: 'Louis George Cafe';
	width: 100%;
	vertical-align:middle;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
}

/* -----------------PIED DE PAGE FOOTER----------------- */


.pieddepage {
  background-color: #FFF ;
	font-family: 'Louis George Cafe';
	font-weight: 300;
	font-style: normal;
  line-height: 26px;
  color: #1A2A54;
  -webkit-font-smoothing: antialiased;
		padding-top: 100px;
	width: 100%;
	text-align: center;
}

.pieddepage a {
	font-family: 'Louis George Cafe';
	font-weight: 300;
	font-style: normal;
  line-height: 26px;
  color: #1A2A54;
  -webkit-font-smoothing: antialiased;

}

.pieddepagecopyright {
	padding-top: 100px;
  background-color: #FFF ;
	width: 100%;
	text-align: center;
}


.copyright  {
  background-color: #FFF ;
	font-family: 'Louis George Cafe';
	font-weight: 300;
	font-style: normal;
  line-height: 26px;
  color: #1A2A54;
  -webkit-font-smoothing: antialiased;
	border-top: 1px solid #1A2A54;
	width: 85%;
	text-align: center;
	margin:0 auto;
}

.copyright a {
	font-family: 'Louis George Cafe';
	font-weight: 300;
	font-style: normal;
  line-height: 26px;
  color: #1A2A54;
  -webkit-font-smoothing: antialiased;

}




.infosfooterimg {
width: 75%;
max-width: 450px;
height: auto;
}

@media (max-width: 770px){
    .colpiedpage{
        margin-bottom: 80px;
    }  
}


/* ERREUR 404*/


.error404 {
	 height: 100vh;
	 width: 100%;
	 background: linear-gradient(280deg, #191C2E 0%, #232840 50%, #191C2E 100%);
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
     font-family: 'Riesling';
	 text-align: center;
	 margin: 0 auto;
}

.error404 h1 {
	font-size: 5vw;
    font-weight: 300;
	margin-top:50px;
	margin-bottom: 50px;
	color: #D22646;

}

.error404 p {
	font-family: 'Louis George Cafe';
	font-size: 2vw;
    font-weight: 300;
	margin-top:50px;
	color: #fff;
}

.error404 p a {
	font-family: 'Louis George Cafe';
	font-size: 2vw;
    font-weight: normal;
	margin-bottom: 50px;
	color: #CCB299;
}

.error404 p a:hover {
	font-family: 'Louis George Cafe';
	font-size: 2vw;
    font-weight: normal;
	margin-bottom: 50px;
	color: #D22646;
}


.browser {
	 width: 400px;
	 min-width: 200px;
	 min-height: 264px;
	 background: #fff;
	 box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);
	 border-radius: 3px;
	 animation: bobble 1.8s ease-in-out infinite;
	 position: relative;
}
 .browser .controls {
	 width: 100%;
	 height: 32px;
	 background: #e8ecef;
	 border-radius: 3px 3px 0 0;
	 box-sizing: border-box;
	 padding: 10px 12px;
}
 .browser .controls i {
	 height: 12px;
	 width: 12px;
	 border-radius: 100%;
	 display: block;
	 float: left;
	 background: #d6dce0;
	 margin-right: 8px;
}
 .eye {
	 position: absolute;
	 left: 34%;
	 top: 80px;
	 width: 32px;
	 height: 32px;
	 opacity: 1;
}
 .eye + .eye {
	 right: 34%;
	 left: auto;
}
 .eye:before, .eye:after {
	 position: absolute;
	 left: 15px;
	 content: ' ';
	 height: 40px;
	 width: 3px;
	 border-radius: 2px;
	 background-color: #ff5e5b;
}
 .eye:before {
	 transform: rotate(45deg);
}
 .eye:after {
	 transform: rotate(-45deg);
}
 .mouth {
	 position: absolute;
	 width: 250px;
	 top: 178px;
	 left: 50%;
	 margin-left: -125px;
	 height: 40px;
}
 .mouth .lips {
	 position: absolute;
	 left: 15px;
	 content: ' ';
	 height: 40px;
	 width: 3px;
	 border-radius: 2px;
	 background-color: #ff5e5b;
	 transform: rotate(-54deg);
}
 .mouth .lips:nth-child(odd) {
	 transform: rotate(54deg);
}
 .mouth .lips:nth-child(n+2) {
	 margin-left: 31px;
}
 .mouth .lips:nth-child(n+3) {
	 margin-left: 62px;
}
 .mouth .lips:nth-child(n+4) {
	 margin-left: 93px;
}
 .mouth .lips:nth-child(n+5) {
	 margin-left: 124px;
}
 .mouth .lips:nth-child(n+6) {
	 margin-left: 155px;
}
 .mouth .lips:nth-child(n+7) {
	 margin-left: 186px;
}
 .mouth .lips:nth-child(n+8) {
	 margin-left: 217px;
}
 .mouth .lips:nth-child(n+9) {
	 margin-left: 248px;
}
 @keyframes bobble {
	 0%, 100% {
		 margin-top: 40px;
		 margin-bottom: 48px;
		 box-shadow: 0 40px 80px rgba(0, 0, 0, 0.24);
	}
	 50% {
		 margin-top: 54px;
		 margin-bottom: 34px;
		 box-shadow: 0 24px 64px rgba(0, 0, 0, 0.40);
	}
}
 @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	 .browser {
		 width: 280px;
		 margin-left: -140px;
	}
	 .browser .eye {
		 left: 30%;
	}
	 .browser .eye + .eye {
		 left: auto;
		 right: 30%;
	}
}

/*RESERVATION*/

.reservation {
	 width: 100%;
	 background-color: #abcfff;
	 background-repeat: no-repeat;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
     font-family: 'Riesling';
	 text-align: center;
	 margin: 0 auto;
}

.reservationvide {
	height: 80vw;
	 width: 100%;
	 background: #abcfff url("../CONTENU/reservation.jpg") bottom center;
     background-size: 100%;
	 background-repeat: no-repeat;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
     font-family: 'Riesling';
	 text-align: center;
	 margin: 0 auto;
}

 .mercireservation {
   	 font-family: 'Riesling';
	 color: #1A2A54;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 transform: skewY(-5deg);
	 margin-top:100px;
	 margin-bottom:100px;
}
 .awesome-title {
	 margin: auto;
}
 .awesome-title__primary, .awesome-title__secondary {
	 margin: 0 auto;
	 white-space: nowrap;
}
 .awesome-title__primary {
	 font-size: 10rem;
	 font-weight: 700;
	 text-transform: uppercase;
	 text-shadow: 0.01em 0.01em #abcfff, 0.02em 0.02em rgba(0, 0, 0, 0.2);
	 animation: slide-from-left 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
 @keyframes slide-from-left {
	 0% {
		 transform: translateX(-6rem);
	}
	 100% {
		 transform: translateX(0);
	}
}
 .awesome-title__secondary {
	 font-size: 1.5rem;
	 font-weight: 600;
	 display: flex;
	 align-items: center;
}
 .awesome-title__secondary:before, .awesome-title__secondary:after {
	 content: '';
	 display: block;
	 height: 0.125em;
	 background-color: rgba(0, 0, 0, 0.2);
	 animation-duration: 0.75s;
	 animation-timing-function: linear;
}
 .awesome-title__secondary:before {
	 margin-right: 0.5em;
}
 .awesome-title__secondary:after {
	 margin-left: 0.5em;
}
 .awesome-title__secondary--left {
	 justify-content: flex-end;
}
 .awesome-title__secondary--left:after, .awesome-title__secondary--right:before {
	 width: 100%;
	 animation-name: scale-to-100-percent;
}
 @keyframes scale-to-100-percent {
	 0% {
		 width: 0;
	}
	 100% {
		 width: 100%;
	}
}
 .awesome-title__secondary--left:before, .awesome-title__secondary--right:after {
	 width: 3em;
	 animation-name: scale-to-line-min-width;
}
 @keyframes scale-to-line-min-width {
	 0% {
		 width: 0;
	}
	 100% {
		 width: 3em;
	}
}
 @media (max-width: 640px) {
	 .awesome-title__primary {
		 font-size: 7.5rem;
	}
	 .awesome-title__secondary {
		 font-size: 1.5rem;
	}
}
 @media (max-width: 420px) {
	 .awesome-title__primary {
		 font-size: 5rem;
	}
	 .awesome-title__secondary {
		 font-size: 3rem;
	}
}
 
 .telechargerreservation h1 {
   	 font-family: 'Louis George Cafe';
	 font-size: 2em;
}


 .reservationtelecharger {
   	 font-family: 'Louis George Cafe';
	 color: #1A2A54;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-content: center;
	 margin-top:10px;
	 margin-bottom:10px;
}

.reservationtelechargerrow {
   	 font-family: 'Louis George Cafe';
	 font-size: 1.25em;
	 color: #1A2A54;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 margin-top:10px;
	 margin-bottom:10px;
	border: solid 0.5px #FFF
}

.reservationtelechargercol {
   	 font-family: 'Louis George Cafe';
	 font-size: 1em;
	 color: #1A2A54;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
     width: 50%;
}

/* ROOMRACCOON MODULE */

.roomraccoonmodule {
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
  with: 80vw;
  margin-bottom: 50px;
  text-align: center;  
}

.roomraccoonmodule p {
 font-family:  'Louis George  Cafe', sans-serif;
  color: #BAA18A;
  font-size: 1.5em;
	line-height: 1em;
	text-align:justify;
	font-weight: 300;
  
}


.roomraccoongrid {
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  font-family:  'Louis George  Cafe', sans-serif;
  color: #BAA18A;
  font-size: 1em;
	line-height: 1.4;
	text-align:justify;
	font-weight: 300;
}

.roomraccoonrow {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.roomraccooncol1 {
  width: 50px;
  display: flex;
  flex-direction: row;
    font-size: 1em;
	font-weight: 300;
  justify-content: center;
  align-items: center; 
}

.roomraccooncol2 {
  display: flex;
  flex-direction: row;
   justify-content: center;
  align-items: center;
  min-width: 150px;
}

.roomraccoondates {
    font-family:  'Louis George  Cafe', sans-serif;
  font-size: 1em;
	text-align:justify;
	font-weight: 300;
  color: #1A2A54;
  }

.roomraccoonmodule a {
  color: #CCB299;
	font-family:  'Louis George  Cafe', sans-serif;
	position:relative;
	display:inline-block;
	font-size:1em;
  border: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  font-weight: 500;
  background-color: #1A2A54;
  padding: 17px 60px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
text-decoration: none;
}

.roomraccoonmodule a:hover {
  color: #CCB299;
  text-decoration: none;
}

.roomraccoonmodule a:after {
  color: #CCB299;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #FFF;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
    font-weight: 500;
  font-size: 1em;
	text-decoration: none;
}


.roomraccoonmodule a:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
    font-weight: 500;
  font-size: 1em;
	text-decoration: none;
}

.roomraccoonmodule a span {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 1em;
}


.roomraccoobouton {
  color: #CCB299;
	font-family:  'Louis George  Cafe', sans-serif;
	position:relative;
	display:inline-block;
	font-size:1em;
  border: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  font-weight: 500;
  background-color: #1A2A54;
  padding: 17px 60px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
text-decoration: none;
}

.roomraccoobouton:after {
  color: #CCB299;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #FFF;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
    font-weight: 500;
  font-size: 1em;
	text-decoration: none;
}


.roomraccoobouton:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
    font-weight: 500;
  font-size: 1em;
	text-decoration: none;
}

.roomraccoobouton span {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 1em;
}

/* MENTION LEGALES */


.juridique {
	 width: 100%;
	 background: linear-gradient(280deg, #191C2E 0%, #232840 50%, #191C2E 100%);
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 text-align: left;
	 margin: 0 auto;
}

.juridique h1 {
	font-family: 'Louis George Cafe';
	font-size: 4rem;
    font-weight: 300;
	margin-top:50px;
	margin-bottom: 50px;
	color: #D22646;

}

.juridique p {
	font-family: 'Louis George Cafe';
	font-size: 2rem;
    font-weight: 300;
	margin-top:50px;
	color: #fff;
}

