/*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, 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, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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;
}

/*----- Fond de page----*/

html {  
  height: 100%;
}

body {  
height:100%;
top:0px;
bottom:0px;
  width: 100%;  
  font-size: 1em;  
  color: black;  
  background-attachment: fixed;  
  background-size: cover;  
 margin:0;
    padding:0;
    font-family: ogiremaregular, helvetica;
}


/* En cas d'erreur */

.error-window {background: url("../img/site/error.jpg") center 0 no-repeat fixed;
background-size: 100%;height:500px; padding-top:3%; padding-bottom:3%;}



/*Mise en page principale-------------------------------------------*/


section {  
position:relative;
  width: 100%;
}
 
section a:link {color: #CB9E67}
section a:visited {color: #CB9E67;}
section a:hover {color:#6B5337;}



h1 {position:absolute;
 font-family: 'anke', serif;
font-size:5em; 
color:white; 
bottom:9%;
left:5%;
z-index:9; 
text-shadow: 2px 2px 4px #000000;}

h2 {  
  font-size: 1.6em;  
  font-family: 'anke', serif;
  text-align:center;
  padding-bottom:20px;
  color: #CB9E67;}

h3 {  
  font-size: 1.4em;
  color: #CB9E67;  
  font-family: 'ogiremaregular', Times, 'Times new Roman'; 
  margin-bottom:10px;
  margin-top:10px;
}

tr td {  
  top: 0px;  
  vertical-align: middle;
 text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);

}


p, ul, td {  
font-size:1em;
  font-family: 'ogiremaregular',cambria, times, 'times new roman';
  color: #999;
}


li {font-family: cambria, times, 'times new roman';
  color: black;}

strong, .strong {font-weight:bold}
em {font-style:italic;}

p {  
  text-align:justify;
  line-height:1.2em;
}

a:link, a:visited {  
  text-decoration: none;
  cursor:pointer;
}

a:hover {  
  color: #CB9E67;
  text-decoration: none;
}

a:active, a:focus {  
  color: #CB9E67;
  text-decoration: none;
}






.rond {border-radius:10px;}
.demirondbas {border-radius:0 0 10px 10px;}

.padding-50 {padding:50px;}

.bold {font-weight: bold ;}
.italic {font-style: italic;}

.float-none {float:none;}

/*Mode Gris*/

.grey {filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);

}


.hover-grey {transition:all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;}
.hover-grey:hover {
filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}




.marron-transparent {background-color:rgba(203, 158, 103, 0.8);
 -webkit-box-shadow: 9px 10px 5px -1px rgba(0,0,0,0.37);
-moz-box-shadow: 9px 10px 5px -1px rgba(0,0,0,0.37);
box-shadow: 9px 10px 5px -1px rgba(0,0,0,0.37);
}


.background-white {background-color:white;}
.white2 {background-color: rgba(255,255,255, .9); }
.white-60 {background-color: rgba(255,255,255, .6); }

.fond-beige {background: #CB9E67; }

.fond-bleu {background: rgba(100, 193, 221, 0.7)}
.fond-bleu p {color:white}



.black {color:black}
.white {color:white;}
.text-gris {color:#999}
.marron {color:#6B5337 !important;}
.beige {color: #CB9E67; }


.anke {font-family: 'anke'}
.ogirema {font-family:'ogiremaregular';}


.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}


.line-2 {line-height:1.5em;}
.lineup {line-height:2em}
.line-height-40-px {line-height:40px;}
.height-40-px {height:40px;}
.height-2 {height:2em;}
.line-height-2 {line-height:2em;}
.line-40 {line-height:40px}
.line-40 a{line-height:40px}
.height-40 {height:40px}



.font-demi {font-size:0.5em}
.font-1 {font-size:1.2em;}
.font-2 {font-size:1.5em;}
.font-3 {font-size:2em;}


.opacity {opacity:0.5; filter: alpha(opacity=50);}

.transparent {
    opacity: 0.1;
    filter: alpha(opacity=10);
}


.right {width:100%; text-align:right; display:block; clear:both;}


.hidden {overflow:hidden}
.block {display:block;}

.border-dix {border-radius:10px}

.width-5 {width:5%;}
.width-10 {width:10%;}
.width-15 {width:15%;}
.width-20{width:20%;}
.width-23 {width:23%;}
.width-25 {width:25%;}
.width-28 {width:29%;}
.width-30 {width:30%;}
.width-40 {width:40%;}
.width-45 {width:45%;}
.width-50 {width:50%}
.width-60 {width:60%;}
.width-70 {width:70%;}
.width-80 {width:80%;}
.width-90 {width:90%;}
.width-100 {width:100%;}



.padding-1 {padding:1%;}
.padding-2 {padding:2%}
.padding-3 {padding:3%}
.padding-5 {padding:5%}


.margin-1 {margin:1%}
.margin-3 {margin:3%}

.margin-top-1 {margin-top:1%;}
.margin-top-3 {margin-top:3%;}

.margin-10-px {margin:10px;}

.margin-top-10-px {margin-top:10px;}
.margin-top-30-px {margin-top:30px;}
.margin-top-50-px {margin-top:50px;}

.margin-left-10-px {margin-left:10px;}
.margin-left-30-px {margin-left:30px;}

.margin-left-1-pourcent {margin-left:1%;}
.margin-right-1-pourcent {margin-right:1%;}



.margin-right-10-px {margin-right:10px;}
.margin-right-30-px {margin-right:30px;}

.margin-bottom-1 {margin-bottom:1%;}


.margin-bottom-10-px {margin-bottom:10px;}
.margin-bottom-30-px {margin-bottom:30px;}
.margin-top-bottom {margin-top:0.5%; margin-bottom:0.5%}



.min-height-200 {min-height:200px;}
.min-height-300 {min-height:300px;}
.min-height-500 {min-height:500px;}
.min-height-1000 {min-height:1000px;}
.max-height-100{max-height:100px;}

.height-100 {height:100px}
.height-300 {height:300px;}



.inline-block {display:inline-block;}
.relative {position:relative;}
.absolute {position:absolute;}

.container-flex {
 display:flex;
 flex-wrap: wrap;
 justify-content: space-around;}

.onnevoitpas{display:none;}



.float-right {float:right}
.float-left {float:left}


.table {display:table; vertical-align:middle;}
.table-cell {display:table-cell; vertical-align:middle;}


   .center {text-align:center; margin-left:auto; margin-right:auto;}
   .moitie-gauche {float:left; width:50%; margin:0;padding:0; display:table;}
   .moitie-droite {float:right; width:50%; margin:0;padding:0; display:table;}

.bloc-3 {width:33%; margin:0; padding:0;}


.clear {clear:both;}





.ombre { border:solid #bdbdbd 1px;
   -moz-box-shadow: 5px 5px 10px 0px #cfcfcf;
-webkit-box-shadow: 5px 5px 10px 0px #cfcfcf;
-o-box-shadow: 5px 5px 10px 0px #cfcfcf;
box-shadow: 5px 5px 10px 0px #cfcfcf;
}


.ombre-noire {  -webkit-box-shadow: 9px 10px 5px -1px rgba(0,0,0,0.37);
-moz-box-shadow: 9px 10px 5px -1px rgba(0,0,0,0.37);
box-shadow: 9px 10px 5px -1px rgba(0,0,0,0.37);
}

.shadow {-moz-box-shadow: 3px 3px 10px 0px #000000;
-webkit-box-shadow: 3px 3px 10px 0px #000000;
-o-box-shadow: 3px 3px 10px 0px #000000;
box-shadow: 3px 3px 10px 0px #000000;
}





/*-- Toogle --*/
.toggle{
    overflow: hidden;
    max-height:50px;
    position: relative;
    border:1px solid #999;
      -webkit-transition: all 4s ease;
    -moz-transition:all 4s ease;
    -ms-transition:all 4s ease;
    -o-transition:all 4s ease;
    transition:all 4s ease;
    
}

.toggle.expanded{
  max-height: 5000px;
overflow-y: auto;
  -webkit-transition: all 5s ease;
    -moz-transition:all 5s ease;
    -ms-transition:all 5s ease;
    -o-transition:all 5s ease;
    transition:all 5s ease;
 
}



.Show {cursor:pointer; }





/*--------- Div parallax -----------*/


#services {background: url("../img/site/Accueil-N2_Parallax.jpg") center 0 no-repeat fixed;
background-size: 100%;
padding:3% 0;}

#accueil-4 {background: url("../img/site/Accueil-N4_Parallax.jpg") center 0 no-repeat fixed;
background-size: 100%;
padding:3%;
}

#hebergement {position:relative; background: url("../img/site/Herbergement_N3_Parallax.jpg") center 0 no-repeat fixed;
background-size: 100%;
padding:3% 0;}

#choose-resa {position:relative; background: url("../img/site/fond-resa.jpg") center 0 no-repeat fixed;
background-size: 100%;
padding:3% 0;}

.image-fleur { background: url("../img/site/Accueil-IlluN4.jpg") center 0 no-repeat fixed;
background-size: 100%;
background-repeat:no-repeat}

#autour { background: url("../img/site/illu_Vacances_N3-PArallax.jpg") center 0 no-repeat fixed;
background-size: 100%;
background-repeat:no-repeat;
padding:3%;}

#parc { background: url("../img/site/illu_Vacances_parc-PArallax.jpg") center 0 no-repeat fixed;
background-size: 100%;
background-repeat:no-repeat;
padding:3%;}


#spa { background: url("../img/site/parallax-spa.jpg") center 0 no-repeat fixed;
background-size: 100%;
background-repeat:no-repeat;
padding:3%;}

#loisirs { background: url("../img/site/illu_Vacances_N5-PArallax.jpg") center 0 no-repeat fixed;
background-size: 100%;
background-repeat:no-repeat;
padding:3%;}

#mariage { background: url("../img/site/illu_evenements_N3-PArallax.jpg") center 0 no-repeat fixed;
background-size: 100%;
background-repeat:no-repeat;
padding:3%;}

#festivals { background: url("../img/site/illu_evenements_N5-PArallax.jpg") center 0 no-repeat fixed;
background-size: 100%;
background-repeat:no-repeat;
padding:3%;}

#ledomaine-2 {background: url("../img/site/Illu_le-domaine.jpg") center 0 no-repeat fixed;
background-size: 100%;
padding: 3%;}

#vacances-1 {background: url("../img/site/Par_Vacances_1.jpg") center 0 no-repeat fixed;
background-size: 100%;
padding:3%;}

#acces { background: url("../img/site/Reservations-N2.jpg") center 0 no-repeat fixed;
background-size: 100%;
background-repeat:no-repeat;
padding:3%;}


#piscine { background: url("../img/site/Par_Domaine_2.jpg") center 0 no-repeat fixed;
background-size: 100%;
background-repeat:no-repeat;
padding:3%;}


#plan-domaine { background: url("../img/site/Par_domaine.jpg") center 0 no-repeat fixed;
background-size: 100%;
background-repeat:no-repeat;
padding:3%;}


#resa-devis { background: url("../img/site/resa-devis.jpg") center 0 no-repeat fixed;
background-size: 100%;
background-repeat:no-repeat;
padding:3%;}


#merci {position:relative; background: url("../img/site/merci.jpg") center 0 no-repeat fixed;
background-size: 100%;
padding:3%;}


#mentions {position:relative; 
background: url("../img/site/merci.jpg") center 0 no-repeat fixed;
background-size: 100%;
padding:3%;}


#tarteaucitron {
        background-color:black;
}

// Bandeau principal
#tarteaucitronAlertBig {
        
}

// Petit bandeau en bas à droite
#tarteaucitronAlertSmall {
        
}

/*------ Formulaires---------*/

.normal-form input[type=submit]{
	color:white;
	display: block;
	cursor: pointer;
	padding: 8px 18px;
	font-family: 'ogiremaregular', times, serif;  
	color:white;
	font-size:1em;
	transition:all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	background-color: #82bfd8; }
	
	.normal-form input[type=submit]:hover {background-color:	#c1dfeb}
	
	
.normal-form textarea{ display:block;
margin:10px 0; 
width:100%; 
background-color:rgba(255,255,255,0.9); 
border:solid #ccc 1px;  
color:grey;
resize:none;
font-family:'ogiremaregular'}

.normal-form input[type=number]{
margin-bottom:10px; 
font-size:1em;
color:grey;
font-family:'ogiremaregular'; 
height:2em;
text-align:center;
display:block;
width:30%;
margin-left:auto;
margin-right:auto;
}

.normal-form input[type=text],.normal-form input[type=tel],.normal-form input[type=email], .normal-form input[type=file], .normal-form input[type=password] { width:100%; 
margin-bottom:10px; 
font-size:1em;
color:grey;
font-family:'ogiremaregular'; 
height:2em;
text-align:center;
display:block;
width:80%;
margin-left:auto;
margin-right:auto;}

.normal-form input[type=tel]{
width:40%;
}

.normal-form label {font-family:'ogiremaregular';
display:block;
margin:10px 0;
}

.blue-button {font-size:1em;
margin-top:10px;
margin-bottom:10px;
box-shadow: rgb(187, 218, 247) 0px 1px 0px 0px inset;
background: linear-gradient(rgb(121, 187, 255) 5%, rgb(55, 141, 229) 100%) rgb(121, 187, 255);
 border: 1px solid rgb(132, 187, 243); 
cursor: pointer; 
color: rgb(255, 255, 255); 
font-family: 'ogiremaregular';
 padding: 6px 24px; 
 text-decoration: none; 

}

.associated {margin-top:30px}
.chosen-container-single .chosen-single span{font-size:1.3em; color:black; font-family: 'ogiremaregular';height:1.2em}


input[type=text], textarea {margin-bottom:10px;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style:italic
}
::-moz-placeholder { /* Firefox 19+ */
  font-style:italic
}
:-ms-input-placeholder { /* IE 10+ */
  font-style:italic
}
:-moz-placeholder { /* Firefox 18- */
   font-style:italic
}



.resa-form input[type=submit]{
	color:white;
	cursor: pointer;
	padding: 8px 18px;
	font-family: 'ogiremaregular', times, serif;  
	color:white;
	font-size:1em;
	transition:all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	background-color: #82bfd8; }
	
.resa-form input[type=submit]:hover {background-color:	#c1dfeb}
	
	
.resa-form textarea{ display:block;
margin:10px 0; 
width:100%; 
background-color:rgba(255,255,255,1); 
border:solid #ccc 1px;  
color:grey;
resize:none;
font-family:'ogiremaregular'}

.resa-form input[type=number]{
margin-bottom:10px; 
font-size:1em;
color:grey;
font-family:'ogiremaregular'; 
height:1.2em;
text-align:center;
display:block;
width:20%;
float:right;
}

.resa-form {font-size:0.9em;}

.resa-form p {clear:both;}

.resa-form select {float:none;}


.resa-form input[type=text],.resa-form input[type=tel],.resa-form input[type=email],
.resa-form input[type=file], .resa-form input[type=password] { width:100%; 
margin-bottom:10px; 
font-size:0.9em;
color:grey;
font-family:'ogiremaregular'; 
height:1.3em;
float:right;
width:60%;
}

.resa-form .radio label {width:100%; margin-top:10px; display:block;}


#partners-form input[type=text] {float:none;}


.resa-form input[type=tel]{
width:40%;
}

.resa-form label {font-family:'ogiremaregular';
float:left;
}





.devis-form input[type=submit]{
	color:white;
	cursor: pointer;
	padding: 8px 18px;
	font-family: 'ogiremaregular', times, serif;  
	color:white;
	font-size:1em;
	display:block;
	transition:all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	background-color: #82bfd8; }
	
.devis-form input[type=submit]:hover {background-color:	#c1dfeb}
	
	
.devis-form textarea{ display:block;
margin:10px 0; 
width:100%; 
background-color:rgba(255,255,255,0.9); 
border:solid #ccc 1px;  
color:grey;
resize:none;
font-family:'ogiremaregular'}

.devis-form input[type=number]{
margin-bottom:10px; 
font-size:1em;
color:grey;
font-family:'ogiremaregular'; 
height:1.2em;
text-align:center;
display:block;
width:20%;
margin:10px auto;
}

.devis-form {font-size:0.9em;}

.devis-form p {clear:both;}

.devis-form input[type=text],.devis-form input[type=tel],.devis-form input[type=email], .devis-form input[type=file], .devis-form input[type=password] { width:100%; 
margin-bottom:10px; 
font-size:0.9em;
color:grey;
font-family:'ogiremaregular'; 
height:1.3em;
display:block;
margin:10px auto;
width:60%;
}

.devis-form select {float:none;}

.devis-form input[type=tel]{
width:40%;
}

.devis-form label {font-family:'ogiremaregular';
color:white;
font-size:1.1em;
}






.slider-vacances {overflow:hidden; height:120px; margin-top:30px;text-align:center;}


.slider-vacances img {height:100px; margin:10px; float:left;}




#services .slide_inside {width:70%; 
display:block;
padding:3%;
margin-top:3%;
margin-bottom:3%;
background-color:rgba(255,255,255,0.9);
-moz-box-shadow: 3px 3px 10px 0px #000000;
-webkit-box-shadow: 3px 3px 10px 0px #000000;
-o-box-shadow: 3px 3px 10px 0px #000000;
box-shadow: 3px 3px 10px 0px #000000;
}

.wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
align-items: center;
height:500px;
}

.padding-10 {padding:0 10%;}

.wrapper img, .wrapper p {
  display: block;
  max-width: 100%;
  height:500px;

}

.text-shadow {text-shadow: 4px 4px 5px rgba(53,53,53, 1);}

.open-bottom {left:0%; 
bottom:0; 
opacity:0;
transition: all 1s ease-in; 
}


.open-bottom-div:hover a > .open-bottom {
left:0;
bottom:0;
border-radius:0;
opacity:1;}


.scale-25, .scale-50 {transition: all 0.3s ease-in;}
.scale-50 {transition: all 0.3s ease-in;}
.scale-25:hover {transform:scale(1.25)}
.scale-50:hover + img, .scale-50:hover {transform:scale(1.50)}


#accueil-3 a span {position:absolute;
     transition:all 0.5s ease-in;
     -webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
     opacity:0;}
     
#accueil-3 a:hover span,#accueil-3 a:focus span{
     transform:scale(1) rotate(0); 
     opacity:1;
     width:150%;
     cursor:default;
     border:solid 1px grey
}

.flex {display:flex;} 

.col { flex: 1;}

.wrapper p {background: rgba(100, 193, 221, 0.5); }


.wrapper-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height:500px;
}

.wrapper-2 div, .wrapper-2 p {
  display: block;
  max-width: 100%;
  height:500px;

}



.wrapper-2 p {background: rgba(100, 193, 221, 0.5); }


.contenu, .contenu-2 {
  display: flex;
  flex-direction: row;
 text-align:center;
}

.pictos img {
  display: inline-block;
  width: 20%;
}

.contenu-2 a {
display: block;
  max-width: 24%;
margin:1%; 
text-align:center;
margin-left:auto;
margin-right:auto;
}




.carre{ display:block;
width:20px;
height:20px;
cursor:pointer
}

/*----Le Domaine------------*/

.slick-arrow{
		position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
    height:75px;
    width:75px;
    background:100%;
 
 
}

#zoom .slick-arrow {top:75% !important}

#spa .slick-arrow {top:75% !important}



.slick-prev{
   background: url("../img/site/Arrow_LEFT-brown.png"); 
background-size: 100%;
	left: 0;
}
 .slick-next{
   background: url("../img/site/Arrow_RIGHT-brown.png");
background-size: 100%;
	right: 0;
}

.slider-for .slick-slide img {float:right; width:100%;}
.slick-track {margin-top:40px; cursor:pointer;}
.slider-nav {width:90%; margin-left:auto; margin-right:auto;}


/*------- Plan du domaine page Hebergement --------*/

#Plan-relative {margin-left:auto; margin-right:auto; position:relative; width:60%}


 #menu-plan ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align:left;
}

#menu-plan li { margin-bottom:25px; }


#menu-plan  li a{
color:white;
font-family:'ogiremaregular';
font-size:1.5em;
margin-left:10%;
border-radius:5px;
padding:10px;
list-style: none;
transition:all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
}

#menu-plan li a:hover, li a.hover {

    background:rgba(255,255,255,0.5);
}

/*---- Plan page Le Domaine -----*/

.legende {opacity:0;display:block; transition:all 0.3s ease-in;}
.see:hover > .legende {opacity:1}

/*--- TargetDiv --------*/

.apparition {-webkit-animation: apparition 0.5s ;
                    -moz-animation: apparition 0.5s;
                    -o-animation: apparition 0.5s ;
                    animation: apparition 0.5s;
}

@-webkit-keyframes apparition {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes apparition {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes apparition {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes apparition{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/*----Cottages--------*/


.resa-button {
box-shadow: rgb(166, 130, 126) 0px 1px 0px 0px inset; 
background: linear-gradient(rgb(125, 93, 59) 5%, rgb(99, 75, 48) 100%) rgb(125, 93, 59); 
border-radius: 3px; 
width:50%;
text-align:center;
border: 1px solid rgb(84, 56, 30); 
display: block; 
cursor: pointer;
color: rgb(255, 255, 255); 
font-family:ogiremaregular;
padding: 6px 12px;
text-decoration: none; 
text-shadow: rgb(77, 53, 52) 0px 1px 0px;
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
margin:10px auto;
}

.resa-button:hover {
background: rgb(186, 149, 109); 
border:solid white 1px;
text-shadow:none;

}




.resa-button-2 {
box-shadow: rgb(166, 130, 126) 0px 1px 0px 0px inset; 
background: linear-gradient(rgb(125, 93, 59) 5%, rgb(99, 75, 48) 100%) rgb(125, 93, 59); 
border-radius: 3px; 
width:28%;
margin:1%;
text-align:center;
border: 1px solid rgb(84, 56, 30); 
display: block; 
cursor: pointer;
color: rgb(255, 255, 255); 
font-family:ogiremaregular;
padding: 6px 12px;
text-decoration: none; 
text-shadow: rgb(77, 53, 52) 0px 1px 0px;
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
}

.resa-button-2:hover {
background: rgb(186, 149, 109); 
border:solid white 1px;
text-shadow:none;

}


/*--- Validation span ---*/



form .invalid {transition:all 0.3s ease-in;
border:solid red 1px;
background-color:#ffd6d6 !important;}

.validationspan {height:0; 
overflow:hidden;
display:block;
transition:all 0.3s ease-in}
       
.invalid-span {height:2em; color:red;}

 .valid {transition:all 0.3s ease-in;
border:solid green 1px;
background-color:#d6ffde !important;}




/*-------- Réservations---------*/


.resas-date {position:fixed;font-size:0.9em;}

.resas-date-week { position:fixed; right:0;font-size:0.9em;}


.gite-container {position:relative;
float:right;
width:28%;
height:300px;
margin:1%;
transition:all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
}

.gite-container-2 {position:relative;
display:inline-block;
width:20%;
height:300px;
margin:1%;
transition:all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
}


#datepicker, #datepicker2 {font-family:'ogiremaregular';margin-top:10px; font-size:0.8em; text-align:center;}

.gite-container:hover, .gite-container-2:hover {background:#76482d;}


.special-button {height:300px;
cursor:pointer;
opacity:0;
left:0;
border: none;
position:absolute;
}


/*---- Cottages -----*/

.border-spacing {border: solid white 10px;}


/*-----Choisir un gîte weekend-------------------------------------------*/


#radios label {
	cursor: pointer;
	position: relative;
}

#radios input[type="radio"] {
	width:0;
	height:0;
	height:300px;
	display:block;
	float:left;
	opacity:0;
}

#radios input[type="radio"] + span {
	color: white;
	float:left;
	width:28%;
	padding: 10px;
	margin: 1%;
	height:300px;
	background-color:rgba(203, 158, 103, 1);
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.5s ease-in;
}



 #radios input[type="radio"]:checked + span {
	background:#76482d;
	
}

#radios input[type="radio"]:focus + span {
		color: white;
}


.light-grey {background:#fafafa}



/*--------------Hebergement---------------------*/

.fond-beige-transp {background-color:rgba(203, 158, 103, 0.8);}

.highlight{transition:all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;}

.highlight:hover {background-color:rgba(203, 158, 103, 1);}

.highlight:hover img{border:solid 2px white;}

.highlight img{border:solid 2px transparent;
transition:all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;}


.block-gite {
width:24%;
margin-right:1%;
float:left;
text-align:center; 

}

.image-block-gite {
position:relative;
background-size: 100%;  
  background-repeat: no-repeat;  
  background-position: right center;  
  width:100%;
  height:100%;
  overflow:hidden;
  margin:30px 0;
 }

#image-block-gite-1{ background-image: url("../img/site/block-gite-1.jpg");  overflow:hidden;}
#image-block-gite-2{ background-image: url("../img/site/block-gite-2.jpg");  overflow:hidden;}
#image-block-gite-3{ background-image: url("../img/site/block-gite-3.jpg");  overflow:hidden;}
#image-block-gite-4{ background-image: url("../img/site/block-gite-4.jpg");  overflow:hidden;}



.image-block-gite img{
display:block;
width:100%;
height:100%;
margin-left:100%;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;

}


.image-block-gite a:hover > img{
margin-left:0;
}

.block-gite .cross {height:50px;
width:50px;
position:absolute;
bottom:5px;
right:5px;}


.block-gite p a {color: white; 
transition: color 0.3s ease-in
-webkit-transition: color 0.3s linear;
-moz-transition: color 0.3s linear;
}
.block-gite a:hover {color:black;}


.fond-noir-50 {background-color:rgba(1,1,1,0.5);}

/*---- Autour du Domaine-----*/

/*---- Login-----*/

.background-domaine {
 width: 100%;  
  height: 600px;  
  text-align: center; 
  background-size: cover;  
  background-repeat: no-repeat;  
  background-position: right center;  
  background-image: url("../img/site/domaine-fond.jpg");
}

.arrow {margin-top:5%;}

.showSingle {cursor:pointer;}


.background-transparent {background-color: rgba(255,255,255,0.7)}
 
 
/*Mise en page générale des formulaires*/

.normal-form textarea{ display:block;
margin:10px 0; 
width:100%; 
background-color:rgba(255,255,255,0.9); 
border:solid #ccc 1px;  
color:#999;
resize:none;
font-family:'ogiremaregular'}

.normal-form input[type=text],.normal-form input[type=email], .normal-form input[type=file], .normal-form input[type=password] { width:100%; 
margin-bottom:10px; 
font-size:1em;
color:#999;
font-family:'ogiremaregular'; 
height:2em;
text-align:center;
display:block;
width:80%;
margin-left:auto;
margin-right:auto;}

.normal-form label {font-family:'ogiremaregular';
display:block;
margin:10px 0;
}

.blue-button {font-size:1em;
margin-top:10px;
margin-bottom:10px;
box-shadow: rgb(187, 218, 247) 0px 1px 0px 0px inset;
background: linear-gradient(rgb(121, 187, 255) 5%, rgb(55, 141, 229) 100%) rgb(121, 187, 255);
 border: 1px solid rgb(132, 187, 243); 
cursor: pointer; 
color: rgb(255, 255, 255); 
font-family: 'ogiremaregular';
 padding: 6px 24px; 
 text-decoration: none; 
 

}


/*Captcha*/

.onnevoitpas{display:none;}





/*----Messages d'erreur ou succes-----*/ 
  .hide{
	display:none;
}

   
  .timerout, .success, .failure {
   	display:block;
 display:block;
 margin-left:auto; 
 margin-right:auto;
 padding:0;
 width:50%;
 text-align:center;
cursor:pointer;
transition: opacity 0.5s linear;
-webkit-transition: opacity 0.5s linear;
-moz-transition: opacity 0.5s linear;

  }
   
.success p, .failure p {
text-align:center;
padding:1%;
 margin-right:auto;
 margin-left:auto; 
 padding:20px;

 }
 
 .message-center { border:solid #940000 1px; position: fixed; top:30%;  left:20%; right:20%; background:white;padding:50px; cursor:pointer;}
 .message-center p { text-align:center; font-family:'ogiremaregular'; font-size:0.9em; margin-left:auto; margin-right:auto}
 
.success {padding:10px; background: #fafafa; border-radius: 4px;  cursor: pointer; }
.success p {color:green;}
.failure {padding:10px; background: #fafafa; border-radius: 4px;  cursor: pointer;}
.failure p {color:red; }


.error-message {background-color:#fafafa; border-radius:5px; margin:0px 0px 15px 0; padding:10px;} 
 

.hidden-flash {opacity:0;}



/*------Menu de navigation-------------------------------------------*/

header {font-size:0.7em;
position:fixed;
z-index:3000;
right:0;
background:white;
width:100%;
 -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;}


.titre-header-1 {font-size:2em; position:absolute; left:10%;  opacity:0; 
transition:all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}


nav ul { 
font-size:1.2em;
 color:#999;  
width: 80%;  
 text-align: right;  
height:100px; 
  line-height:100px;
  white-space: nowrap; 
float:right;

}

nav ul li {  
height:100px;
display:inline-block;
font-family: 'anke', comic, times, serif;  
vertical-align:middle;
margin-right:2%;

 }


nav a:link, nav a:visited {color:#999;}

nav ul li a {  
white-space: nowrap;
display:inline-block;
   text-align:right;
  font-size:1.4em;
  	-webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
  transition:all 0.4s ease-in;
  text-align:right;
  margin-right:1%;

}

nav ul li a:last-child { margin-right:1%;}
nav ul li a:hover { color:#999;}

nav .logo {float:left; height:90px; margin-top:10px; margin-left:3%;}

nav ul li a img { height:0.6em; margin-right:10px; }


/* Deroulant */
.menu-titre {position:relative;}


 .menu-titre ul {
	position: absolute;
    bottom:-10px;
    width:0px;
    text-align: left;
	z-index: 1000;
    color:#999;
 	overflow:hidden;
 	opacity:0;
 	-webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
     line-height:2em;
 	 height:2em;
 }
 
 
 .menu-titre:hover > ul{ 
 
  width:130%;
padding: 0 10px;
 
  overflow:visible;
   	opacity:1;
   }

.menu-titre ul li {display:block;
font-family: 'ogiremaregular', cambria;  

  background:white;
  padding-left:15px;
  padding-right:15px;
  line-height:2em;
 	 height:2em;}
  
 .menu-titre ul li a{
 border-top: solid 1px #999;
 width:100%;
 text-align:left;
 font-size:0.8em;}
 
  .menu-titre ul li a:hover{
  color : #CB9E67;}

/*Raptissement défilement */

header.smaller .titre-header-1 {opacity:1}

 header.smaller {
        height: 50px;
         line-height: 50px;
         background-color:rgba(255,255,255,0.95);
    }
   
   
   header.smaller .logo {
       width:auto; height:100%;
       margin-top:0px;
    }
   
   header.smaller nav {
        height: 50px;
         line-height: 50px;}
    
       header.smaller nav ul {  height: 50px;
        line-height: 50px;
       
       }
       
       header.smaller nav  ul li {  height: 50px;
        line-height: 50px;
       }
       
       header.smaller nav  nav ul li {  height: 50px;
        line-height: 50px;
       }
    
    header.smaller nav a {
	 font-size:1.2em;}


 header.smaller nav .menu-titre ul {
	top:93%;
   background:transparent; 
 
 }
 
  header.smaller nav .menu-titre ul li{
  background:rgba(255,255,255,0.85);
    width:100%;
    font-size:0.7em;}

 header.smaller .langues { display:none }

/*Adaptation mobile */

.mobile {display:none;}
.computer {display:block;}


.margin-menu {height:105px}


.scale-100 {width:100%; position:absolute; top:0; left:0; margin:0; z-index:1000}


/* Fenêtres modales----*/
/*---------- Fenêtre modale-----*/

.modalDialog {

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right:auto; 
    margin-left:auto;
    display:none;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
   
  }
  
 .modalDialog:target {
	display:block;
    opacity:1;
    position:fixed;
     z-index: 10000;
   
   }
    
    

.modalDialog > div {
background:white;
width:70%;
font-size:0.8em;
	position: relative;
    margin-left:auto;
    margin-right:auto;
    display:table;
-webkit-box-shadow: 9px 10px 5px -1px rgba(0,0,0,0.37);
-moz-box-shadow: 9px 10px 5px -1px rgba(0,0,0,0.37);
box-shadow: 9px 10px 5px -1px rgba(0,0,0,0.37);
 margin-top:5%;
}


.close {
  	font-size:1.6em;
    line-height: 30px;
     width: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    z-index:110;
   
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 100px;
    -moz-border-radius:100px;
    border-radius: 100px;
   	border:solid 4px white;
   	 -webkit-transition:  all 0.5s ease-in;
    -moz-transition:  all 0.5s ease-in;
   	transition: all 0.5s ease-in;
}

section .modal-height a {color: white;}

.close:hover {
    color:black;
     	border:solid 5px black;
}

.pointer img{cursor:pointer;}

.border-black {border:solid black 1px}

.resize-picto {position:absolute; right:0; bottom:0; width:10%;}
.modalDialog .resize {width:90%;}

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


footer {  
  position: relative;  
  background-color:#999;

  clear: both;   
  font-family: 'ogiremaregular', Times, 'Times new Roman';
  
  padding-top: 15px;  
  color:white;
}

footer a, footer p{ color:white; font-family: 'ogiremaregular', Times, 'Times new Roman';}  
footer p {font-size:0.8Em;display:block;}

.footer-puce {height:1em; display:inline-block;  margin-left:10px; }

    
 .recaptcha {margin-left:68%;}    
.captcha-2 {width:65%;}  



/*------------------------------RESPONSIVE DESIGN--------------------------------------*/


/*-----Petites fenêtres----*/


@media all and (max-width: 767px) {


/* General */

.captcha-2 {width:90%;}  

.resize-picto {display:none; opacity:0;width:0; height;0;}

body{font-size:1em;}

#accueil-4 .moitie-gauche, #accueil-4 .moitie-droite, 
#mariage .width-60, #mariage .width-30,
#seminaires .width-40, #seminaires .width-50,
#festivals .width-60,#festivals .width-30,
#autour .moitie-gauche, #autour .moitie-droite,
#visites .width-40, #visites .width-50,
#loisirs .moitie-gauche, #loisirs .moitie-droite,
#hebergement .moitie-gauche, #hebergement .moitie-droite,
#formule .width-40, #formule .width-50, #seminaires .width-60,
#zoom .width-40, #zoom .width-50, #formule .width-60, #formule .width-30,
#plan-droite, #menu-plan,#ledomaine-2 .width-50, #vacances-1 .width-50,
 #services-2 .width-60,  #services-2 .width-30, #spa .width-50, #spa .width-40,
 #route, #map, #infos .float-left, #infos .float-right,
 #images-gites, #images-gites-droite, #confirme, #resa-devis .width-40, #mentions .width-50, #telechargements .float-left {
float:none; 
clear:both;
width:100%;
margin:0;
padding:0;}




#telechargements .scale-25 {transform:scale(1)}

h1 {font-size:2em;}

.block-gite {width:100%;}

#touslescottages {width:80%;}

 #autour .moitie-droite img{width:100%; margin-top:30px; }

.slider-vacances, .titre-milieu {display:none;}


.wrapper {flex-direction: column;}

#services , #accueil-4, #hebergement, #mariage, #festivals, #autour, 
.error-window, #loisirs, #acces, #plan-domaine, #ledomaine-2, #piscine,
#vacances-1,#spa, #choose-resa, #resa-devis,#merci, #mentions{background-size:cover;}

.error-window div {margin-top:150px;}





/*Menu------*/

.computer  {display:none;}
.margin-menu {height:50px}
.mobile {display:block;width:100%;background:white; text-align:right; position:fixed;z-index:3000}
.bouton-menu {
display:inline-block;
height:50px;
overflow:hidden;
width:50px;
}



.titre-menu{color:grey; position:absolute; left:30%;margin-left:auto; margin-right:auto; top:15px;}
.logo-menu {position:absolute;top:0; left:0; height:50px;}

.bouton-menu img{margin-left:auto; float:right;}

.bouton-menu:hover {
width:100%;
height:auto;}

nav ul { clear:right;
text-align:center;
width:100%;
float:none;
height:auto;
float:none;
}

nav ul li {  
line-height:2em;
height:2em;
display:block;
vertical-align:middle;
margin-right:2%;
width:100%; 
font-size:0.8em; 
display:block; 
text-align:center;
 }


nav a:link, nav a:visited {color:grey;}

nav ul li a {  
line-height:2em
}


.logo {float:none;}

.my-slider span { top:120px;font-size:2.5em;}

.unslider-nav ol li {height:25px; width:25px; }

.unslider-nav ol li.unslider-active {height:35px; width:35px;  }

.unslider-arrow{ font-size:2em; border:solid 3px white;}

/*-----Login----*/

#interface {width:70%;}


/*--- Bloc du slider ---*/


#slider {height:auto;}

.slides {padding-bottom:50%;}


#slider #rejoindre{clear:both; margin:0; padding:0;}

#slider .margin-3-pourcent {margin-top:15%;}

.slide h3 {width:100%; margin-left:0; margin-right:0; font-size:1.2em;text-align:center;}

.lien-choix {text-align:center; padding-top:50px; width:100%; float:none;}


/*--- Footer ---*/
footer a {font-size:0.8em;}

#footer-left .margin-3 {margin:5px;}
#footer-left {width:45%}
#footer-center {float:right; margin-right:10px; width:45%}

#footer-right {float:none; clear:both; text-align: center; width:100%;}
#footer-right p {display:inline-block; margin-top:30px;text-align: center}
#footer-right img {display:inline-block; width:auto; height:3em;margin-top:0; margin-right:0; margin-bottom:0; margin-left:10px; padding:0;}



.wrapper .width-40, .wrapper .width-60 {width:100%; padding:3%;}

.slick-list {width:100%;}


.slick-arrow {top:85% !important}
.slick-prev {height:50px; width:50px; left:-50px !important;}
.slick-next {height:50px; width:50px; right:-50px !important;}

#galerie p {width:90%; padding:3%;}


/*-- Accueil ---*/

#services  .contenu-2, #piscine .contenu  {display:block;}
#services  .contenu-2 a, #piscine .contenu img {margin:10px; width:100%; max-width:100%;}

#services .slide_inside {width:90%;}

#accueil-4 div, #accueil-3 div {display:block; 
width:100%; margin-left:auto; 
margin-right:auto; 
padding-right:0;
padding-left:0; }


#accueil-3 img {width:60%;}

#accueil-3 .puce {display:none; line-height:1em;}

#accueil-3 .line-height-40-px{line-height:1em;}

#accueil-3 .text-left{text-align:center;}

#qualites .contenu {display:block;width:100%;}

#qualites .contenu img {width:50%; max-width:50%;}

/*-- Cottages ---*/

.picto-gite {float:none; width:100%}

.modal-droite {display:none;}
.modal-height  {float:none; display:block; width:90%}
.modal-height .close{height:10px;width:10px;top:0;border:none;}
.principal-height {width:95%; margin:0;}

.modal-height img {width:46%;}

.modalDialog > div {width:90%;}


/*--- Le Domaine ----*/

#ledomaine-2 .width-60 {width:90%}

.scale, .scale-2 {display:none;}


/*-- Hebergement ---*/

#title-cottage {width:100%;}

#plan-domaine {width:100%; padding:0; margin:0;}

#plan-domaine .float-left ul li{padding:5px;margin:0; font-size:0.6em; text-align:center;}

#Plan-relative {width:100%; text-align:center }

#Plan-relative img {width:100%;}

#plan-domaine ul {margin-bottom:20px;}

#menu-plan  li a{
padding:5px;
margin:10px;
}





/*-- Visites---*/

#idees  {width:100%}

#idees .moitie-gauche, #idees .moitie-droite {float:none; display:block; clear:both; width:100%;}

#idees .moitie-gauche div {  margin:0; padding :10px 0;}

#idees .moitie-droite img{  width:100%;}

/*Vacances*/

.slider-nav {width:80%;}



/*-- Contact ---*/

#contacter div {width:100%}

/*-- Reservations---*/




.highlight {float:none; width:100%;}


.gite-container {width:80%; height:250px;}

.resas-date img, .resas-date a, .resas-date .marron{display:none;}

.resas-date .height-40-px, .resas-date .line-height-40-px{height:1em;}

.resas-date .line-height-40-px{display:block}

#autre div{display:block; width:100%;}

#autre .gite-container-2, #autre .special-button {height:350px;}

.resa-form {width:80%;}

#photos-envoi{display:none;}

#radios input[type="radio"] + span {width:80%; height:225px;}

#choose-week-left {width:60%;}

.resas-date-week {width:40%;}

.resas-date-week .marron, .resas-date-week img, .resas-date-week a {display:none;}

#resa-devis h2 {margin-top:30px;}

#resa-devis textarea {width:90%; margin:10px auto;}


#mentions p {text-align:left;}

.recaptcha {margin-left:5%;}

}


/*-----RESPONSIVE POUR LES MOYENNES FENETRES ------------------------------------------------------------------------*/




@media all and (min-width: 768px) and (max-width: 1199px) {


.my-slider span { top:300px;}

.wrapper p {font-size:1em;}

nav ul, nav ul li {height:80px;line-height:80px}
.margin-menu {height:80px;}
nav ul{ font-size:0.9em; height:80px;line-height:80px}
nav .logo {width:auto;max-height:80px;}

 .menu-titre ul  {top:60px; z-index:100000;
 background:white;
 padding:0;
font-size:1.3em;
 }
    
  .captcha-2 {width:100%;}    
    
 .recaptcha {margin-left:33%;}
   
#services , #accueil-4, #hebergement, #mariage, #festivals, #autour, 
.error-window, #loisirs, #acces, #plan-domaine, #ledomaine-2, #piscine,
#vacances-1,#spa, #choose-resa, #resa-devis,#merci, #mentions{background-size:cover;} 


 .menu-titre ul li {
  width:110%;
 background:white;

}

.contenu-2 {width:100%;}

#Plan-relative img {width:120%;}


.modal-height >div, .modal-height >div .font-1 {font-size:0.9em;}

.close {top:0px;}

#menu-plan li a{font-size:1em;}

.slider-nav {width:70%;}

#spa .float-right, #spa .float-left {width:90%; float:none; clear:both;text-align:center;}

#spa .width-40 {margin:10px auto;}

#galerie {width:80%;}

#galerie .float-right {width:90%; float:none; clear:both;}

#galerie .float-left {width:95%;float:none; clear:both;}

.titre-header-1 {display:none;}

.slick-arrow {top:80% !important;} 
}




/*Polices-------------------------------------------*/


@font-face {
    font-family: 'anke';
    src: url('../fonts/ankecall-webfont.woff2') format('woff2'),
         url('../fonts/ankecall-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ogiremaregular';
    src: url('../fonts/ogirema-webfont.woff2') format('woff2'),
         url('../fonts/ogirema.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}






