@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/ 
*/

@font-face{
	font-family:"papyrus";
	src:url(../fonts/PAPYRUS.TTF);
}

body{
	background:#fff !important;
	color: #252525 !important;
}

img, object, embed, video {
	max-width: 100%;
}

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

a {

}
a:visited {

}
a:active {

}
.text_especial{
	font-family: amatic-sc;
	font-style: normal;
	font-weight: 400;	
	
}
#map-tourisme {
	  height: 400px;
	  position: relative;
	  display: block
}
.bon_plan img{
    max-width: 160px;
}

.container_principal, .container_principal_2{
	width: 90% !important;
	margin-left: 5% !important;
	margin-right: 5%;
	position: relative;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.c1{color: #000000;}
.c2{color: #fff;}
.c3{color: #ff7606;}
.c4{color: #054864;}
.c5{color: #9CB544;}
.c6{color: #f1f1f1;}
.f1{background-color: #000000;}
.f2{background-color: #fff;}
.f3{background-color: #ff7606;}
.f4{background-color: #054864;}
.f5{background-color: #9CB544;}
.f6{background-color: #f1f1f1;}
.img_100{
	width:100% !important;
}
.navbar-default{
	background:none !important;
	border:none !important;
	font-size: 20px;
}

.linea_bottom {
	background: url(../icons/border_title.png) no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    padding-bottom: 5px;
}
.t1{
	font-size: 28px;
}
.t2{font-size: 24px;}
.t3{font-size: 20px;}
.t4{font-size: 16px;}
.text_special{}
/*
	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_special1 {
	font-family: amatic-sc;
	font-weight: bold;
}
.btn1{
    padding-top: 3px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 3px;
    float: left;
    color: #fff;
    font-size: 17px;
    border-radius: 7px;
}

.hover_maps{
	min-height: 100%;
	bottom: 0px;
	overflow: hidden;
	position: absolute;
	opacity: 0;	
}
.hover_maps:hover{
    background-color: hsla(0,0%,0%,0.29);
    z-index: 2;
    opacity: 1;
    background-image: url(img/map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px auto;
    position: absolute;
}

.btn_reserver{
    display: block;
    text-align: center;
    color: white !important;
    background-color: #FF5305;
    padding: 15px;
    font-size: 26px;
    margin-top: 20px;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 20px;
    border-radius: 10px;
    font-family: amatic-sc;
    font-weight: bold;
    width: 90%;
}
.btn_reserver:hover{
    background-color: #ff7506;
    text-decoration: none;
    color: #fff !important;
}
.border_img1{
	border-radius: 7px;
}
.marg_padd_0{
	    margin: 0px !important;
		padding: 0px !important;
}

.plus_location{
	position:absolute !important;
	font-size:24px; 
	border: 3px solid;
	border-radius:30px;
	padding:10px;
	right: 10px;
	bottom: 10px;
	top:auto !important;
	color:white;
    background-color: hsla(0,0%,0%,0.47);
}
.img_100{
	width: 100%;
	z-index: 10;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bord_img_vert {
	border-radius: 8px;
	-webkit-box-shadow: 0px 0 0;
	box-shadow: 0px 0 0;
	border: 3px solid #9CB544;
}
.bord_img_rose {
	border-radius: 8px;
	-webkit-box-shadow: 0px 0 0;
	box-shadow: 0px 0 0;
	border: 3px solid #AD1B52;
}
.bord_img_bleu {
	border-radius: 8px;
	-webkit-box-shadow: 0px 0 0;
	box-shadow: 0px 0 0;
	border: 2px solid #fff;
}
.vert {
	color: #9CB544;
}
.rose {
	color: #AD1B52;
}
.bleu {
	color: #0C98D4;
}
.gris {
	color: #2E2E2E;
}
.blanc {
	color: #fff;
}
.taille1{
	font-size: 16px;
}
.taille2{font-size: 18px;}
.taille3{font-size: 18px;}
.img_max {
	max-width: 70%;
}
.bord_img2 {
	border-radius: 10px;
}
.texte_speciale {
	/* font-family: imprima;
	font-style: normal;
	font-weight: 400; */
	font-family: 'Imprima', sans-serif;
}.sombra1{
	-webkit-box-shadow: 2px 2px 3px hsla(0,0%,0%,0.23);
	box-shadow: 2px 2px 3px hsla(0,0%,0%,0.23);
}
.sombra_text1{
	text-shadow: 1px 1px 1px hsla(0,0%,0%,0.57);
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.slider {
	position: relative;
}
.btn_reserver {
}
.cont_float_right_header {
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    font-family: amatic-sc;
    font-weight: bold;
    font-size: 26px;
    width: 90%;
    clear: none;
}
.cont_float_right_header a{
	color: white;
	text-decoration: none;
	display: block;
	padding: 15px;
	font-size: 26px;
	border-radius: 10px;
}
.contenido1 {
	margin-top: 20px;
}
.div_cont1_50 {
}
.contenido2 {
}
.div_cont2_img {
	padding-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
}
.cont_title {
	width: 40%;
	position: absolute;
	top: 0%;
	left: 30%;
}
.contenido3 {
	margin-top: 20px;
}
.div_cont3_50 {
	clear: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.div_cont3_33 {
	clear: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin-bottom: 15px;
}
.div_cont3_33 img {
	border-radius: 10px;
}
.contenido4 {
}
.div_cont4_50 {

}
.div_cont4_50_50 {
	clear: none;
	margin-bottom: 10px;
}
#footer {
	margin-top: 20px;
}
.contenido5 {
	margin-top: 20px;
}
.div_cont5_60 {
}
.div_cont5_40 {
}
.cont_img_fancy {
	position: relative;
}
.cont5_img_4 {
	width: 25%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: none;
	float: left;
}
.contenido6 {
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
.div_cont6_4 {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.cont6_img_text_4 {
	position: absolute;
	padding-top: 0px;
	top: 0px;
	width: 100%;
}
.cont6_img_text {
	width: 40%;
	float: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	color: hsl(337, 80%, 40%);
	z-index: 0;
	clear: none;
	position: relative;
}
.img_cont6_float {
	margin-top: -40px;
	position: relative;

}
.footer1 {
	color: hsla(0,0%,100%,1.00);
	background-color: #87a226;
	padding-bottom: 0px;
}
.div_footer1_35 {
}
.footer1_35_cont {
	text-align: center;
}
.div_footer1_30 {
}
.div_footer1_decharge {
	width: 50%;
	clear: none;
	text-align: center;
	float: left;
	font-size: 13px;
}
.footer2 {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 18px;
    background-color: #075576;
    color: hsla(0,0%,100%,1.00);
    padding-top: 5px;
    padding-bottom: 2px;
}
.footer3 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #08729e;
	color: hsla(0,0%,100%,1.00);
}
.cont6_img_texte {
	width: 60%;
	clear: none;
}
.bon_plan {
    width: 100%;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 30px;
    padding-left: 2%;
    position: relative;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
    font-size: 16px;
    clear: none;
}
.barre_slogan_plan {
	position: absolute;
	top: -5%;
	left: -1%;
}
.logo_bon_plan {
	width: 30%;
	background-color: #FFFFFF;
	border-bottom-right-radius: 10px;
}
.texte_bon_plan {
	width: 60%;
	clear: none;
	margin-top: 0px;
	font-size: 18px;
}
.tarifs_bon_plan {
	position: absolute;
	bottom: 30px;
	right: 0px;
	border-top-left-radius: 7px;
	background-color: #FFFFFF;
	width: 30%;
	text-align: center;
}
.text_cont_33 {
    position: absolute;
    bottom: 0%;
    text-align: center;
    background-color: hsla(73,88%,41%,0.47);
    text-transform: uppercase;
    font-size: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	color:#fff;
}
.text_cont_33 h3{font-size: 20px; margin-top: 0px; margin-bottom: 0px;}
.trip {
	width: 80%;
	margin-left: 10%;
}
.separation {
	text-align: center;
	margin-top: 20px;
	width: 80%;
	margin-left: 10%;
}
.slide {
	position: relative;
}
.pied_slide {
	position: absolute;
	bottom: 0px;
}
.plus {
	width: 30px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.cont_map {
}
.title_video {
	color: #FFFFFF;
	position: absolute;
	top: 30%;
	left: 0%;
	width: 100%;
	font-size: 32px;
}
.flex {
}
#logo_grande img {
	border-radius: 50%;
	border: 3px solid #FFF;
}
.promo_slider {
    color: hsla(0,0%,100%,1.00);
    font-weight: bold;
    font-size: 26px;
    border-radius: 10px;
    background-color: #7EA00C;
    text-align: center;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 90%;
    margin-left: 5%;
    font-family: amatic-sc;
}
.promo_slider a {
	color: #fff;
}
.promo_slider:hover {
	background-color: #657724;
	text-decoration: none;
	color: #fff !important;
}
.footer4 {
	text-align: center;
    background-color: hsl(0, 0%, 100%);
    color: #6f8032;
}
.footer4 img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.capa1 {
    min-height: 500px;
    /* background-image: url(img/argeles-gazost.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.capa1_2 { 
    min-height: 500px;
    /* background-image: url(img/camping-residentiel-argeles-gazost-lourdes.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.capa2 {
    background-color: hsla(73,64%,39%,0.55);
    position: absolute;
    min-height: 500px;
    min-width: 100%;
}
.container_gallery{
    clear: none;
}
.img_gallery{
    position: relative;
    width: 50%;
    clear: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.contenedor_visites {
    margin-bottom: 20px;
    margin-top: 30px;
}
.visite {
    margin-bottom: 20px;
}
.img_visite {
    position: relative;
    min-height: 350px;

    background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
}
.texte_visite {
/*    background-image: url(img/fleurs2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50% auto;*/
    background-color: #fff;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.texte_visite ul{
	margin-left: 20px;
}
.titre_visite {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 90%;
    padding-top: 0px;
    padding-left: 15px;
    color: #FFFFFF;
    z-index: 2;
    background-image: -webkit-linear-gradient(0deg,rgba(183,50,93,1.00) 68.91%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(183,50,93,1.00) 68.91%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(183,50,93,1.00) 68.91%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(90deg,rgba(183,50,93,1.00) 68.91%,rgba(0,0,0,0.00) 100%);
}
.titre_h3{
    position: absolute;
    top: 10%;
    left: 0px;
    width: 90%;
    padding-top: 15px;
    padding-left: 15px;
    color: #FFFFFF;
    z-index: 3;
    background-image: -webkit-linear-gradient(0deg,rgba(186,43,65,1.00) 27.46%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(186,43,65,1.00) 27.46%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(186,43,65,1.00) 27.46%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(90deg,rgba(186,43,65,1.00) 27.46%,rgba(0,0,0,0.00) 100%);
    text-align: left !important;
    padding-bottom: 5px;
	
}
.titre_visite h1{
    position: absolute;
    top: 10%;
    left: 0px;
    width: 90%;
    padding-top: 15px;
    padding-left: 15px;
    color: #FFFFFF;
    z-index: 3;
    background-image: -webkit-linear-gradient(0deg,rgba(186,43,65,1.00) 27.46%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(186,43,65,1.00) 27.46%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(186,43,65,1.00) 27.46%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(90deg,rgba(186,43,65,1.00) 27.46%,rgba(0,0,0,0.00) 100%);
    text-align: left !important;
    padding-bottom: 5px;
	margin-top: 0px !important;
}
.btn_info {
    background-color: #B7325D;
    color: #FFFFFF;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}



.frame{
	width: 100%;
	height: 400px;
}
.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) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.t1{
	font-size: 32px;
}
.t2{font-size: 28px;}
.t3{font-size: 24px;}
.t4{font-size: 20px;}
.slider {
}
.btn_reserver {
    margin-bottom: 1px;
    width: 40%;
    letter-spacing: 3px;
	margin-left: 5%;
	margin-right: 5%;
}
.cont_float_right_header {
	margin-bottom: 1px;
    width: 40%;
    letter-spacing: 3px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
}
.contenido1 {
	margin-top: 30px;
}
.div_cont1_50 {
}
.contenido2 {
}
.div_cont2_img {
	width: 50%;
	clear: none;
	float: left;
}
.cont_title {
	position: absolute;
	z-index: 5;
	width: 20%;
    top: 0%;
    left: 41%;
}
.contenido3 {
	margin-top: 30px;
}
.div_cont3_50 {
}
.div_cont3_33 {
    width: 49%;
    margin-bottom: 0.5%;
    border-spacing: 10px 20px;
    margin-top: 0.5%;
    margin-right: 0.5%;
    margin-left: 0.5%;
}
.contenido4 {
}
.div_cont4_50 {
}
.div_cont4_50_50 {
	width: 50%;
	margin-bottom: 1px;
	padding-right: 10px;
}
#footer {
	margin-top: 30px;
}
.contenido5 {
	margin-top: 30px;
}
.div_cont5_60 {
}
.div_cont5_40 {
}
.cont_img_fancy {
}
.cont5_img_4 {
}
.contenido6 {
	margin-top: 30px;

}
.div_cont6_4 {
	width: 48%;
	padding-left: 0px;
	margin-left: 1%;
	margin-right: 1%;
	clear: none;
	float: left;
}
.cont6_img_text_4 {
}
.cont6_img_text {
}
.footer1 {
}
.div_footer1_35 {
	width: 50%;
	clear: none;
	float: left;
}
.footer1_35_cont {
}
.div_footer1_30 {
	width: 40%;
	clear: none;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
.div_footer1_decharge {
}
.footer2 {
}
.footer3 {
}
.cont6_img_texte {
}
.bon_plan {
    width: 48%;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
}
.barre_slogan_plan {
}
.logo_bon_plan {
}
.texte_bon_plan {
}
.tarifs_bon_plan {
}
.text_cont_33 {
}
.trip {
}
.separation {
	margin-top: 30px;
}
.slide {
}
.pied_slide {
}
.plus {
}
.cont_map {
}
.flex {
}
.promo_slider {
	margin-bottom: 1px;
    width: 40%;
    clear: none;
    margin-left: 5%;
	margin-top: 20px;
	margin-right: 5%;
}
.footer4 {
}
.text-center2{ text-align: justify}
.capa1 {
}
.capa2 {
}
.container_gallery{}
.img_gallery{
    width: 25%;
}
.contenedor_visites {
   
}
.visite {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}
.img_visite {
}
.texte_visite {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.titre_visite {
}
.btn_info {
}
.frame{
	width: 100%;
	height: 500px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

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

@media only screen and (min-width: 1024px) {
	
#map-tourisme{
	height:800px;
}
	

.navbar .navbar-nav {
    display: inline-block;
    float: none;
	vertical-align: top;
	height: 50px;
}

.navbar .navbar-collapse {
    text-align: center;
}
	
	
.container_principal{
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90% !important;
    margin-top: auto;
    margin-bottom: auto;
    float: none;
    max-width: 1600px;
}

.btn_reserver{
	position: absolute;
	top: 240px;
	left: -130px;
	margin-left: 0px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	z-index: 2;
}

.btn_reserver_move{
	-webkit-transform: translate(130px, 0px);
	-moz-transform: translate(130px, 0px);
	-o-transform: translate(130px, 0px);
	-ms-transform: translate(130px, 0px);
	transform: translate(130px, 0px);
	
	-webkit-transition: all 1.4s ease-in-out;
	-moz-transition: all 1.4s ease-in-out;
	-o-transition: all 1.4s ease-in-out;
	-ms-transition: all 1.4s ease-in-out;
	transition: all 1.4s ease-in-out;
}
.btn_reserver:hover{
	padding-left: 50px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	z-index: 18;
}
.cont_float_right_header{
	position: absolute;
	margin: 0px;
	top: 320px;
	display: block;
	z-index: 2;
	left: -130px;
}
.cont_float_right_header a:hover{
	text-decoration: none;
}
.cont_float_right_header a {
	border-left: 0 solid #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right: 1px solid #FFFFFF;
	border-radius: 0px 10px 10px 0px;
	margin: 10px 0px;
	width: 185px;
}

.cont_float_right_header_move{
	-webkit-transform: translate(130px, 0px);
	-moz-transform: translate(130px, 0px);
	-o-transform: translate(130px, 0px);
	-ms-transform: translate(130px, 0px);
	transform: translate(130px, 0px);
	
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
.contenido1{
	margin-top: 40px;
	
}
.div_cont1_50{
	clear: none;
	width: 50%;
	
}
.contenido2{
	
}
.div_cont2_img{
	width: 25%;
	
}
.cont_title{
	position: absolute;
    z-index: 14;
    top: 0px;
    margin-top: 0px;
    left: 1%;
    width: 12%;
}
.contenido3{
	margin-top: 15px;
	
}
.div_cont3_50{
	width: 40%;
	
}
.div_cont3_33{
    width: 32.33%;
	
}
.contenido4{
	
}
.div_cont4_50{
	width: 50%;
	clear: none;
	padding-right: 40px;
	
}
.div_cont4_50_50{
	
}
#footer{
	margin-top: 40px;
	
}
.contenido5{
	margin-top: 40px;
	
}
.div_cont5_60{
	width: 60%;
	float: left;
	padding-right: 20px;
	
}
.div_cont5_40{
	width: 40%;
	float: left;
	
}
.cont_img_fancy{
	
}
.cont5_img_4{
	
}
.contenido6{
	margin-top: 15px;
	float: right;
	width: 100%;
	
}
.div_cont6_4{
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	clear: none;
	
}
.cont6_img_text_4{
	
}
.cont6_img_text{
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: #FFFFFF;
	margin-top: -40px;
	
}
.footer1{

	
}
.div_footer1_35{
	width: 50%;
	float: left;
	
}
.footer1_35_cont{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 8px;
	padding-right: 8px;
	clear: none;
	float: left;
	
}
.div_footer1_30{
	width: 48%;
	
}
.div_footer1_decharge{
	padding-left: 5px;
	padding-right: 5px;
	
}
.footer2{
	
}
.footer3{
	
}

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.slider {
	margin-top: 55px;
}
.btn_reserver {
}
.cont6_img_texte {
}
.bon_plan {
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 33.33%;
}
.barre_slogan_plan {
}
.logo_bon_plan {
}
.texte_bon_plan {
	margin-top: 0px;
}
.tarifs_bon_plan {
}
.btn_reserver{
	border-radius: 0px 10px 10px 0px;
	width: auto;
}
.cont_float_right_header a{

}
.text_cont_33 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.trip {
}
.separation {
	margin-top: 40px;
}
.slide {
}
.pied_slide {
}
.plus {
}
.cont_map {
}
.flex {
	display: flex;
}
.promo_slider{
	border-radius: 0px 10px 10px 0px;
	position: absolute;
	margin: 0px;
	top: 410px;
	display: block;
	z-index: 2;
	left: -130px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	}
.promo_slider:hover {
	padding-left: 50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 18;
	border-radius: 0px 10px 10px 0px;
	}
.promo_slider_move{
	-webkit-transform: translate(130px, 0px);
	-moz-transform: translate(130px, 0px);
	-o-transform: translate(130px, 0px);
	-ms-transform: translate(130px, 0px);
	transform: translate(130px, 0px);
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	}
.promo_slider {
	width: auto;

}
.text-center2{text-align: center}
.footer4 {
}
.capa1 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.capa2 {
}
.container_gallery{}
.img_gallery{

}
.contenedor_visites {
}

.visite {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.img_visite {
}
.texte_visite {
}
.titre_visite {
}
.btn_info {
}

.frame{
	width: 100%;
	height: 900px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media only screen and (min-width: 1340px) {
.contenedor_visites {
    display: flex;
}
.visite {
    display: flex;
    border-spacing: 15px 15px;
    margin-right: 1%;
    margin-left: 1%;
    padding-left: 10px;
    padding-right: 10px;
}
.img_visite {
    width: 50%;
}
.texte_visite {
    width: 50%;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.separation2{
    min-height: 669px;
}
.hide_desktop {
display: none;
}    
}

@media only screen and (min-width: 1700px) {
.contenedor_visites {
    display: flex;
}
.visite {
    display: flex;
}
.img_visite {
    width: 60%;
}
.texte_visite {
    width: 40%;
}
}