@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%;
}

body{
	
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

a:hover{
	text-decoration:none !important;
}
.float-left{float: left;}
.img_100{
	width:100%;
}

.hidden_movil{
	display:none;
}
.blanc{
    background-color: #FFFFFF !important;
}
.f1{
	background-color: #A2C5A8
}
.f2{
/*	background-color: #6BA775;*/
        background-color: rgba(26, 134, 150, 0.7)
}
.f3{
	background-image: url('img/pierre2.jpg');
        /*background-repeat: none;*/
        background-size: contain;
        background-position: center center;
}
.f4{
    background-image: url(img/bois.jpg);
    background-position: top center;
    background-size: contain;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
}
.f5{
	background-color: #fffdf4;
}
.f7{
    background-color: #FF6306 !important;
}
.f6{
	
	background-image: url('img/bois2.jpg');
        background-repeat: space;
        background-size: contain;
        background-position: center center;
}
.sombra_t{
	text-shadow: 1px 1px 1px hsla(0,0%,0%,0.38);
}
.c1{
    color:#148397;
}
.c2{
    color: #fff !important;
}
.c3{
    color: #563D17;
}
.c4{
	color: #333333;
}
.c5{
	color:#FF0004
}
.t1{
    font-size:26px;
}
.t2{
	font-size: 20px;
}
.t3{
	
}
.t4{
	
}
.t5{
	
}
.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%;
}
.input_1 {
    background: white !important;
    margin-bottom: 10px;
}
.btn_1{
    background-color: #148393;
    border: none;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    float: right;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.visible_1360 {
	display:none !important;
}

.margin_0{
	margin:0px !important;
}
.text_special{
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
}
.text_withoutfont{
    font-weight: normal !important;
}
.sombra1{
	-webkit-box-shadow: 3px 1px 3px hsla(0,0%,0%,0.27);
	box-shadow: 3px 1px 3px hsla(0,0%,0%,0.27);
}
.omline{
	font-size: 12px;
}
/*
	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;        
}

/* 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;
}
h1,h2,h3,h4,h5,h6 {
	
}
h1{
	
}
h2{
	
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}
.padding_5{
    padding-right: 5%;
    padding-left: 5%;
}
.padding-10{
    padding: 10px;
}
.padding-top-15{
    padding-top: 15px;
}
.border_radius-4{
    border-radius: 4px;
}
.lang{
	z-index: 12;
	width: 100%;
	position: relative;
    }
.container_menu{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	z-index: 11;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid #61986B;
	-webkit-box-shadow: 5px 2px 5px hsla(0,0%,0%,0.23);
	box-shadow: 5px 2px 5px hsla(0,0%,0%,0.23);
}
 
.container_slide{
	width: 100%;
	position: relative;
	background-color: #fffdf4;
 }

.logobastide{
	z-index: 3;
	width: 54%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
 }
 .entrez{
	position: absolute;
	z-index: 3;
	bottom: 30px;
	left: 40%;
	width: 20%;
	text-align: center;
 }
 .contenedor_principal{
 width: 100%;
 }
  .contenedor_bloc{
	width: 100%;
	text-align: justify;
  }
  .intro{
      width: 100%;
  }

 .margin_right{
 
 }
      
 .margin_left{
 
 }
 .margin_center{
}
 .margin_center_2{
}
.margin_bottom{
margin-bottom: 20px;    
}
.margin_bottom2{
margin-bottom: 40px;    
}
.margin_left_ul{
margin-left: 20px;
/*list-style-type: none;*/
}
.list_style_no{
    list-style-type: none;
}
.list_style_carre{
    list-style-type:square;
}
 .bloc_60{
	width: 100%;
	clear: none;
	text-align: justify;
 }
 .bloc_40{
	width: 100%;
	clear: none;
 }
 .bloc_33{
	width: 100%;
	clear: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 30px;
 }
   .bloc1{
     width: 100%;
 }
 .bloc2{
     width: 100%;
 }
 .bloc3{
     width: 100%;
 }
 .social{
    text-align: center;
    padding-top: 20px;
    /* padding-right: 10%; */
    padding-bottom: 10px;
    width: 100%;
 }
 .social img{
    width: 50px;
    margin-left: 10px; 
 }
 .social a img{
    padding: 10px;
    width:60px !important;
    background-color: #a7cead;
    border-radius: 50%;
}
.separation{
	width: 100%;
	padding-top: 10px;
	display: none;
	position: relative;
}
.bloc_35{
	width: 100%;
	position: relative;
	min-height: 400px;
	background-size: cover;
	/*    background-image: url(img/logo-omline-img.png);*/
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-bottom: 20px;
	background-position: center center;
 }
  .bloc_65{
     width: 100%;
     padding-top: 10px;
  }
  .bloc25{
	width: 100%;
	padding-top: 10px;
	position: relative;
	clear: none;
	border-radius: 4px;
	margin-bottom: 20px;
  }
.bloc25 a{

}
.cap{
    width: 50px !important;
    height: 50px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    background-color: rgba(21, 21, 21, 0.63);
    border-radius: 50%;
    padding: 10px;
  }
.vu360 img{
    width: 70px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #a7cead;
  }
.reserver{
	margin-right: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	width: 100%;
	background-color: rgba(26, 134, 150, 0.7);
	border-radius: 4px;
	border: 1px solid #EFF2FB;
	text-decoration: none;
	cursor: pointer;
	font-family: arial;
	text-align: center;
	color: #fff;
    }
.infotourisme{
    float: right;
    width: 35%;
    }
    
.bloc_66{
     width: 100%
 }
 .bloc_34{
     width: 100%;
 }
  
 .logos_bastide{
   width: 100%;
   display: inline-block;
   text-align: center;
 }
 .margin_top1{
     margin-top: 30px;
 }
 .margin_top2{
     margin-top: 20px;
 }
 .margin_top3{
     margin-top: 30px;
 }
 .logos_bastide img{
	width: 70px;

	}

  .padding_botton2{

 }
 .wifi{
    width: 15%;
    margin: 2.5%;
 }
 .wififoot{
	margin: 2.5%;
	width: 70px;
 }
 .padding_top{
     padding-top: 20px;
 }
 .logobastidefoot img{
	text-align: center;
	max-width: 245px;
 }
  .mention{
     text-align: center;
 }
.adresse{text-align: center;}
.padding_r{}
.padding_l{
}
.social2{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    width: 50%;
}
.img_social{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    /*background-image: url('img/bois.jpg');*/
    background-repeat: none;
    background-size: cover;
    background-position: center center;
	margin-bottom: 15px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	clear: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	float: right;
	background-color: #138393!important;
}
.social3{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    clear: none;
}
.img_social3{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    /*background-image: url('img/bois.jpg');*/
    background-repeat: none;
    background-size: cover;
    background-position: center center;
	margin-bottom: 15px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	clear: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #138393!important;
}
.hover_plus{
	min-height: 100%;
	bottom: 0px;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	
}
.hover_plus:hover{
	background-color: hsla(0,0%,0%,0.29);
	z-index: 2;
	opacity: 1;
	background-image: url(img/add-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
}
.hover_plus_google{
	min-height: 100%;
	bottom: 0px;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	
}
.hover_plus_google:hover{
	background-color: hsla(0,0%,0%,0.29);
	z-index: 2;
	opacity: 1;
	background-image: url(img/placeholder.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
}
.hover_plus_link{
	min-height: 100%;
	bottom: 0px;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	
}
.hover_plus_link:hover{
	background-color: hsla(0,0%,0%,0.29);
	z-index: 2;
	opacity: 1;
	background-image: url(img/link.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
}

.fantome1 {
	display: none !important;
}
.fantome2{
	display: none;
}
.tirtres_img{
	text-shadow: 2px 2px 2px hsla(0,0%,0%,0.45);
	font-size: 32px;
}
.fantome3{
	display: block;
}
.text_bloc {
    padding-top:20px;
    padding-bottom:20px;
    padding-right:10px;
    padding-left:10px;
}

.float_r{
    float:right !important;
   
}
.cont_img_bloc {
    background-color: #fff;
}
.container_logo_slide{
	text-align: center;
}
.vague{
    z-index: 2;
    position: absolute;
    bottom: 0px;
    background-image: url(img/vague.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 30px;
	margin-bottom: -14px;
}
.plan{
    margin-top: 40px;
    position: relative;
}
.bloc_50{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	clear: none;
}
.text-center{
	text-align: justify;
}
.text-center2{
	text-align: center;
}
.footer{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -3px;
}
.vague_footer{
    background-image: url(img/vague3.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 30px;
    position: absolute;
    bottom: 1px;
    z-index: 4;
}
.zeroMargin_mobile{
margin-left: 0;
}
.hide_mobile{
display: none;
}
/*.container_slide{
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}*/

/* 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;
}
h1,h2,h3,h4,h5,h6 {
	
}
h1{
	
}
h2{
	
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}
.t1{
    font-size:26px;
}
.padding_5{
      
    }
.bloc_50{
	width: 49%;
}
 .lang{
    position: fixed;
    width: 18% !important ;
    text-align: right;
    left: 1%;
    }
.container_menu{
    position: fixed;
    padding-right: 0px;
    padding-left: 0px;
	margin-top: 0px;
}
  .container_slide{
     width: 100%;
     position: relative;
	 margin-top: 46px;
 }

.logobastide{
	position: absolute;
	top: 25px;
	text-align: center;
	width: 100%;
 }
.logobastide img{
	border-radius: 50%;
	background-color: hsla(0,0%,100%,0.58);
	width: 150px;
	height: 150px;
	padding: 10px;
}
 .entrez{

 }
 .contenedor_principal{
 width: 100%;
 }
.contenedor_bloc{
      width: 100%;
  }
.intro{
      width: 100%;
  }
.margin_right{
	margin-right: 1%;
 }
      
 .margin_left{
	margin-left: 1% !important;
 
 }
 .margin_center{
	margin-left: 2% !important;
	margin-right: 2%;
}
.margin_center_2{
    margin-left: 10px;
}
.margin_center_3{
    margin-right: 10px;
}

 .bloc_60{
	width: 50%;
 }
 .bloc_40{
	width: 50%;
 }
 .bloc_33{
	width: 33.33%;
 }
 .bloc1{
     width: 48%;
     display: inline-block;
 }
 .bloc2{
     width: 48%;
     display: inline-block;
         margin-left: 10px;
 }
 .bloc3{
     width: 100%;
     display: inline-block;
 }
 
 
 /*ICI DEBUT ICONS*/
.social {
    width: 100px !important;
    position: absolute;
    bottom: 28%;
    text-align: right;
    right: 0px;
    z-index: 3;
    margin-bottom: -20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.social a img{
    padding: 10px;
    width:60px !important;
    background-color: #a7cead;
    border-radius: 0px;
}
.social a img:hover {
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 80px !important;
	outline: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
    
}
.social img{
    margin-bottom: 20px;
}
 /*ICI FIN ICONS*/
.separation{
	width: 100%;
	padding-top: 10px;
	display: block;
}
  .bloc_35{
	width: 100%;
	margin-bottom: 0px;
 }
  .bloc_65{
     width: 100%;
     padding-top: 10px;
  }
  .bloc25{
	width: 49%;
	display: inline-block;
	clear: none;
	margin-bottom: 20px;
  }
  .text_withoutfont{}
  .vu360 img{
/*      width: 40px;
      margin-left: 10px;*/
  }
 .cap{}
 
 .bloc_66{}
 .bloc_34{}

 .logos_bastide{
 text-align: center;
 }
 .bloc_40 h2{
     text-align: center;
 }
 .wifi{}
.logos_bastide img{
	width: 70px;

	}
 .wififoot{}
 .marineland img{
    
 }
  .margin_top1{
     margin-top: 80px !important;
 }
 .margin_top2{
     margin-top: 40px !important;
 }
 .margin_top3{
     margin-top: 100px;
 }
 .logobastidefoot img{
     text-align: none;
 }
  .mention{
	text-align: right;
 }
 .adresse{text-align: unset;}
 .social2{
	position: absolute;
	width: 100px !important;
	right: 0px;
	top: 80px;
	z-index: 10;
	text-align: right;
}
 .img_social{
	width: 60px !important;
	float: right !important;
	padding-right: 10px;
	clear: none;
	border-radius: 4px 0px 0px 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 60px;
}
 .img_social:hover{
	padding-right: 20px;
	width: 70px !important;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
 .social3{
	position: absolute;
	width: 100px !important;
	left: 0px;
	top: 80px;
	z-index: 10;
	text-align: right;
}
 .img_social3{
	width: 60px !important;
	float: left!important;
	padding-left: 10px;
	clear: none;
	border-radius: 4px 0px 0px 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 60px;
}
 .img_social3:hover{
	padding-left: 20px;
	width: 70px !important;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
 .hover_plus{}
 .hover_plus_google{}
 .hover_plus_link{}
 .fantome2{
	display: block;
}
 .tirtres_img{
	position: absolute;
	top: 30px;
	font-size: 38px;
	text-align: center;
	color: #FFFFFF;
}
 #texto1{
    display: inherit;
    z-index: 5;
 }
.fantome1{
	display: block !important;
}
.padding_r{
	padding-right: 15px;
}
.padding_l{
	padding-left: 15px;
}
.padding_c{
	padding-left: 15px;
	padding-right: 15px;
}
.social2{
	top: 50px;
}
.social3{
	top: 50px;
}
.padding-10{
}
.border_radius-4{
}
.img_social{
}
.hover_plus{
}
.hover_plus_google{}
.hover_plus_link{}
.fantome2{
}
.tirtres_img{
}
.fantome3{
	display:none;
}
.zeroMargin_desktop{
margin-left: 0;
}
.hide_desktop{
display: none;
}
.container_logo_slide{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 300px !important;
	height: 300px;
	border-radius: 50%;
	background-color: hsla(0,0%,100%,0.55);
}
.vague{
    position: absolute;
    bottom: -11px;
    height: 50px;
}
.flex{

}
.plan{
}
.text-center{
	text-align: center;
}
.footer{
	margin-top: 0px;
	}
.vague_footer{
    height: 50px;
}
.hide_tablet{
display: none;
}
.zeroMargin_tablet{
margin-left: 0;
}
}

/* Laptop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1200px) {
.text-center{
	text-align: center;
}
.padding_5{

}
.t1{
    font-size:28px;
}
.lang{
    position: fixed;
    width: 14% !important ;
    text-align: right;
    right: 1%;
	left: auto;
}
.lang a{
    display: inline-block;
    width:40%;
}
/*.menu{
    display:block;
}*/

.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}
    
.container_menu{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: -6px;
	background-color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.94) 63.73%,rgba(255,255,255,0.79) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.94) 63.73%,rgba(255,255,255,0.79) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.94) 63.73%,rgba(255,255,255,0.79) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.94) 63.73%,rgba(255,255,255,0.79) 100%);
}
.flex{
    display:flex;
}
 .container_slide{
     width: 100%;
     position: relative;
	 margin-top: 43px;
 }
 .logobastide{
	position: absolute;
	top: 75px;
	text-align: center;
 }
.logobastide img{
	width:200px;
	height: 200px;
	padding: 10px;
}
 .entrez{
	bottom: 70px;
 }

.contenedor_bloc{
   width: 100%;
    max-width: 1600px;
    margin: auto;
    float: none;
}
.intro{
      width: 100%;
}
.margin_right{

 }
 .text_withoutfont{}     
 .margin_left{

 } 
.margin_center{

}
.margin_center_2{
margin-left: 10px;
margin-right: 10px;
}
.margin_center_3{
margin-left: 10px;
margin-right: 10px;
}
 .bloc_60{
     width: 60%;
 }
 .bloc_40{
     width: 40%;
 }
 .bloc_33{


 }
 
  .bloc1{
     width: 33%;
 }
 .bloc2{
     width: 32%;
 }
 .bloc3{
     width: 32%;
 }
  .bloc_35{
    width: 34%;
    
 }
  .bloc_65{
   width: 64%;
  }
  .bloc25{
	width: 24%;
	clear: none;
	height: auto;
  }
  .bloc_66{width: 66.6%;}
  .bloc_34{
   width: 33.3%;   
  }
  .padding-10{
}
.border_radius-4{
}
.hidden_movil{
     display:block;
	}
h1,h2,h3,h4,h5,h6 {
	
}
h1{
	
}
h2{
	
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.contenedor_principal {
width: 100%;
}

.fantome3{
	display: none;
}
.social {
    width: 100px !important;
    position: fixed;
    top: 35%;
    text-align: right;
    right: 0px;
    z-index: 18;
    margin-bottom: -5px;
}
.separation{
    width:100%;
    padding-top: 10px;
	margin-bottom: 80px;
}

.le_span{
    width: 100%;
    padding-bottom: 10px;
}
.vu360 img{
  }
  .reserver{

  }.infotourisme{
    width: 20%;
    }
  .cap{
  }
 .logos_bastide{
   text-align: center;
 }
 .wifi{}
 .wififoot{}
 .marineland img{ 
 } 
 .logobastidefoot img{  
 }
 .mention{
     text-align: right;
 }
.fantome1{
	display: block !important;
}
.container_logo_slide {
}
.vague {
    height: 70px;
	bottom: -24px;
}
.plan {
}
.social2{
	position: fixed;
    width: 100px !important;
    right: 0px;
    z-index: 10;
    text-align: right;
    margin-top: 80px;
}
.social3{
	position: fixed;
    width: 100px !important;
    left: 0px;
    /* top: 80px; */
    z-index: 10;
    text-align: left;
    margin-top: 80px;
}
.footer{}
.vague_footer{
    height: 70px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}