@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

@font-face {
font-family: 'Mistral';
font-style: normal;
font-weight: normal;
src: local('Mistral'), url('MISTRAL.woff') format('woff');
}

body {}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*ANIMATION NAV*/
#animation_nav{
	height: 105px;
    border: 1px solid hsl(95, 33%, 45%);
    overflow: hidden;
    color: #FFF;
    text-align: center;
    position: relative;
    max-width: 300px;
    width: 100%;
    margin: 25px auto;
    background-color: #56793b;
}

.text2_animation{
	color:#fc3;
}

#block1_animation_nav{
	position:absolute;
	width: 100%;
	padding: 5px;
	opacity: 0;
	-webkit-animation: block1_move 15s linear 10s infinite;
	animation: block1_move 15s linear 10s infinite;
}

@keyframes block1_move {
	0% {left:0px;opacity:0; transform: scale(1.2)}
	7%{left:0px;opacity:1; transform: scale(1)}
	31%{left:0px;}
	36%{left:-500px}
	100%{left:-420px;}
}
#block2_animation_nav{
	position:absolute;
	width: 100%;
	padding: 5px;
	left: 0px;
	-webkit-animation: block2_move 15s linear 0s infinite;
	animation: block2_move 15s linear 0s infinite;
}

@keyframes block2_move {
	0% {left:500px;}
	7%{left:0px;}
	31%{top:0px;left: 0px}
	38%{top:-320px}
	100%{top:-320px;}
}

#block3_animation_nav{
	position: absolute;
	opacity: 0;
	width: 100%;
	padding: 5px;
	-webkit-animation: block3_move 15s linear 5s infinite;
	animation: block3_move 15s linear 5s infinite;
}

@keyframes block3_move {
	0% {top:0px;opacity:0; transform: scale(1.2)}
	7%{top:0px;opacity:1; transform: scale(1)}
	31%{top:0px;}
	38%{top:400px}
	100%{top:420px;}
}

/*FIN ANIMATION NAV*/

a:hover{
	text-decoration:none !important;
}

.img_100{
	width:100%;
}

.hidden_movil{
	display:none;
}

.fondo1{
	background: #f2e9de;
}


.input_1 {
    background: white !important;
    margin-bottom: 10px;
}
.btn_1{
	background: #415c2c;
	border: none;
	padding:10px;
	color: white;
	font-size:19px;
	margin:10px;
	border-radius:5px;
}

.visible_1360 {
	display:none !important;
}

.naranja{
	color: #E36524;
}

.margin_0{
	margin:0px !important;
}
.padding_15{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.texte_special{
	font-family: Mistral;
}
/* Mobile Layout: 480px and below. */
.capa_hover {
	position: absolute;
	top: 0px;
	min-height: 100%;
	background-color: hsla(0,0%,100%,0.49);
	opacity: 0;
}
.capa_hover span {
    position: absolute;
    bottom: 15px;
    color: #000;
    text-shadow: 1px 1px 1px hsla(0,0%,100%,0.49);
}
.capa_hover:hover {
    opacity: 1;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    text-align: center;
    vertical-align: bottom;
}
.plus_img{
    background-image: url(img/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.plus_map{
	background-image: url(img/map.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90px;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
h1, h2, h3, h4, h5, h6 {
	
}
.fond1{
	background-color: hsla(70, 30%, 40%, 0.12941176470588237);
}
.c1{
	color: #fff;
}
.c2{
	color: #3E3D3D;
}
.c3{
	color: #804886;
}
.c4{
    color: #5c946d;
}
.c5{
	color: #E46B23;
}
.gris{
    background-color: #D8D8D8;
}
.t1{ 
	font-size: 32px;
}
.t2{
	font-size: 28px;
}
.t3{
	font-size: 26px;
}
.t4{
	font-size: 24px;
}
.t5{
	font-size: 22px;
}
.t5{
	font-size: 18px;
}
.f1{
	background-color: #fff;
}
.f2{
	background-color: #804886;
}
.f3{
	background-color: #2c7384;
}
.f4{ 
	background-color: #3E3D3D;
}
.f5{
	background-color: #804886;
}
.f6{
	background-color: #fff5e7;
}
.flex{}
.margin1{
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.margin0 { margin-top: auto}
.sombra1{
	text-shadow: 1px 1px 1px hsla(0,0%,100%,0.47);
}
.sombra2{
	text-shadow: 1px 1px 1px hsla(0,0%,100%,0.47);
}
.bouton_gite{
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	clear: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-radius: 3px;
	border: 1px solid #804886;
}
.gauche {
	background-color: #415d2c;
}
.logo {
	text-align: center;
	width: 90%;
    margin-left: 5%;
}
.container_princiapl {
	clear: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.reserver {
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	padding-top: 7px;
	padding-bottom: 1px;
	width: 92%;
	margin-left: 4%;
}
.container_flex {
	padding-top: 5px;
}
.galerie_domaine {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 400px;
	background-position: center center;
}
.galerie1 {
    background-image: url(../galerie/randonnees-gavarnie-hautes-pyrenees.jpg);
    background-position: center center;
    min-height: 300px;
}
.galerie2 {
    background-image: url(../mariage/salle-reception-mariage-fetes-fayence-var-9.jpg);
    background-position: center center;
    min-height: 400px;
    position: relative;
}
.galerie3 {
	background-image: url(../galerie/hebergement-domaine-mariage-fayence-1.jpg);
	background-position: center center;
	min-height: 300px;
}
.galerie4 {
	background-image: url(../images/salle-reception-cocktail-fayence-var.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 300px;
}
.galerie5 {
	background-image: url(../mariage/rameau-de-fleur-mariage-2.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 300px;
}
.galerie6 {
	background-image: url(../mariage/salle-reception-mariage-fetes-fayence-var-7.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 300px;
}
.galerie7 {
	background-image: url(../soiree-reception/organisation-soiree-reception-fayence-var-1.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 300px;
}
.galerie8 {
    background-image: url(../location/grand-gite-gavarnie-hautes-pyrenees-1.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 300px;
}
.galerie9 {
    background-image: url(../location/grand-gite-gavarnie-hautes-pyrenees-1.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 300px;
}
.galerie10 {
    background-image: url(../location/appartement-gedre-gavarnie-5.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 300px;
}
.galerie11 {
	background-image: url(../soiree-reception/organisation-soiree-reception-fayence-var-2.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 300px;
}
.plan {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
.plan img {
	width: 100%;
}
.visites {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
.visites img {
	width: 100%;
}
.container_2 {
}
.social {
	text-align: center;
	background-color: #fff;
    margin-top: 15px;
}
.container_galerie {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
.hover_galerie {
	position: absolute;
	width: 100%;
	height: 100%;
}
.piscine {
	position: absolute;
	top: 10%;
	right: 10%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.piscine img {
	border-radius: 50%;
}
.titre_1{
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	top: 5%;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
.titre_2{}
.intro {
	position: absolute;
	background-color: hsla(0,0%,100%,0.40);
	padding-bottom: 30px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	bottom: 0px;
}
.container_principal {
}
.info_texte {
}
.situation {
	margin-top: 20px;
}
.footer {
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #6e9a4e;
	color: #fff;
}
.bouton_gite{}
.carte {}
.container_menu {
	text-align: center !important;
}
.container_5{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.separation {
	position: relative;
}
.titre_separation {
	position: absolute;
	background-color: hsla(0, 0%, 100%, 0.41);
	bottom: 1px;
	text-shadow: 0px 0px 0px transparant !important;
}
.cont5_div {
	position: relative;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
}
.cont5_div_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 0%, 0.73);;
	opacity: 0;
	z-index: 2;
	padding: 15px;
	color: #fff;
}
.cont5_title {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: hsla(0,0%,0%,0.56);
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cont5_circle {
	width: 90px;
	height: 90px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	background-color: #FFF;
	text-align: center;
	border-width: 2px;
	border-style: solid;
}
.cont5_div_hover:hover {
	opacity: 1;
}
.btn1 {
	width: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	clear: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-radius: 3px;
	float: right;
}
.footer1 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
}
.footer2 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	font-size: 12px;
}
.droite {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.container_texte {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.margin_10 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
.contenido {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.bloc {
	padding-top: 15px;
	padding-bottom: 15px;
}
.img_gauche {

}
.texte_droite {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.fleur {
	background-image: url(img/fleur1.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
	background-size: 15% auto;
	background-attachment: fixed;
}
.colonne1 {
}
.colonne2 {
	clear: none;
}
.title{
    background-image: url(img/titre.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
	padding-left: 5px;
}
.separation{}
.text-center2{text-align: justify;}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 768px) {
.margin0 { margin-top: 0px !important;}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.c1{
}
.c2{
}
.c3{
}
.c4{
}
.c5{
}
.t1{ 
	font-size: 38px;
}
.t2{
	font-size: 36px;
}
.t3{
	font-size: 28px;
}
.t4{
	font-size: 26px;
}
.t5{
	font-size: 24px;
}
.t5{
	font-size: 20px;
}
.gauche {

}
.logo {
}
.container_princiapl {
}
.reserver {
}
.container_flex {
	display: flex;
}
.galerie_domaine {
	height: auto;
}
.plan {
	padding-left: 10px;
	padding-bottom: 10px;
}
.visites {
	padding-left: 10px;
}
.container_2 {
}
.social {
}
.container_galerie {
}
.piscine {
	width: 200px;
	height: 200px;
}
.titre_1{}
.titre_2{}
.intro {
}
.flex{
	display: flex;
}
.container_principal {
}
.info_texte {
}
.situation {
}
.footer {
	display: flex;
}
.bouton_gite{}
.carte {
	width: 40%;
	float: right;
}
.container_menu {
}
.separation {
}
.titre_separation {
}
.cont5_div {
	width: 49%;
	clear: none;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
}
.cont5_div_hover {
}
.cont5_title {
}
.cont5_circle {
}
.footer1 {
	width: 50%;
	text-align: left;
}
.footer2 {
	text-align: right;
	width: 50%;
	clear: none;
}
.droite {
}
.container_texte {

}
.contenido {
}
.bloc {
}
.img_gauche {
	width: 60%;
}
.texte_droite {
}
.colonne1 {
	width: 50%;
}
.colonne2 {
	width: 50%;
	clear: none;
}
.separation{}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

@media only screen and (min-width: 1024px) {
}

/* Laptop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1024px) {
.text-center2{text-align: center;}

body{
	background-image: url(img/fleur1.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
	background-size: 30% auto;
	background-attachment: fixed;
}
.hidden_movil{
		display:block;
	}
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.c1{
}
.c2{
}
.c3{
}
.c4{
}
.c5{
}
.t1{}
.t2{}
.t3{}
.t4{}
.t5{}
.gauche {
	width: 20%;
	position: fixed;
	height: 100%;
	background-image: url(img/edelweis.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.logo {
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}
.container_princiapl {
	width: 80%;
	position: relative;
	margin-left: 20%;
}
.reserver {
	width: 92%;
	margin-left: 4%;
}
.container_flex {
	display: flex;
}
.galerie_domaine {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/*.galerie_domaine:hover {
	transition-property: border;
	transition-duration: 0.8s;
	-webkit-transition: border 0.8s;
	border: 2px solid hsla(359,77%,43%,1.00);
}*/
.plan {
}
/*.plan:hover {
	transition-property: border;
	transition-duration: 0.8s;
	-webkit-transition: border 0.8s;
	border: 2px solid hsla(359,77%,43%,1.00);
}*/
.visites {
}
/*.visites:hover {
	transition-property: border;
	transition-duration: 0.8s;
	-webkit-transition: border 0.8s;
	border: 2px solid hsla(359,77%,43%,1.00);
}*/
.container_2 {
}
.social {
	background-color: transparent;
}
.container_galerie {
	height: 100%;
	min-height: 100%;
}
.piscine {
	width: 250px;
	height: 250px;
}
.titre_1{}
.titre_2{}
.intro {
}
.container_principal {
}
.info_texte {
}
.situation {
}
.footer {
}
.bouton_gite{}
.carte {
	width: 30%;
}
.container_menu {
}
.separation {
}
.titre_separation {
}
.cont5_div {

}
.cont5_div_hover {
}
.cont5_title {
}
.cont5_circle {
}
.footer1 {
}
.footer2 {
}
.droite {
	margin-left: 20%;
	width: 80%;
}
.flex{}
.container_texte {
	width: 80%;
	margin-left: 20%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.contenido {
}
.bloc {
}
.img_gauche {
}
.texte_droite {
}
.colonne1 {
}
.colonne2 {
}
.separation{}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media only screen and (min-width: 1370px) {
.cont5_div {
	width: 24%;
}
}
