@charset "utf-8";
@import url("EBGaramond_VariableFont_wght/stylesheet.css");
@import url("Megrim_Regular/stylesheet.css");
/* 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{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-attachment: fixed;
    font-family: "EBGaramond VariableFont wght" !important;
}
p{font-family: "EBGaramond VariableFont wght" !important;font-size: 20px;}
.fantasma{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}
.texte_special{
    font-family: 'Pacifico', cursive;
    letter-spacing: 2px;
}
.b1{
    border-top: 2px solid #0C939F;
}
.text-sombra{
    text-shadow: 2px 2px 2px hsla(0,0%,0%,0.34);
}
.customBox {
    position: absolute;
    margin-top: -22px;
    margin-left: 10px;
    font-size: 18px;
}
.position-relative{position: relative;}
.text-center{text-align: justify}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.center{text-align: center}
a:hover{
	text-decoration:none !important;
}

.img_100{
	width:100%;
}

.hidden_movil{
	display:none;
}
.blanc{
    background-color: #FFFFFF;
}
.f1{
    background-color: #242424;
    background-image: -webkit-linear-gradient(270deg,rgba(36,36,36,1.00) 0%,rgba(62,62,62,1.00) 32.12%,rgba(62,62,62,1.00) 66.32%,rgba(36,36,36,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(36,36,36,1.00) 0%,rgba(62,62,62,1.00) 32.12%,rgba(62,62,62,1.00) 66.32%,rgba(36,36,36,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(36,36,36,1.00) 0%,rgba(62,62,62,1.00) 32.12%,rgba(62,62,62,1.00) 66.32%,rgba(36,36,36,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(36,36,36,1.00) 0%,rgba(62,62,62,1.00) 32.12%,rgba(62,62,62,1.00) 66.32%,rgba(36,36,36,1.00) 100%);
}
.f10{
    background-color: #242424;
}
.f2{	
    background-color: rgba(38, 35, 37, 0.87);
}
.f3{	
background-color: #747473;
}
.f4{
background-color:#1f1f1f;
}
.f5{	
background-color: #61d2dc;
}
.f6{
    background-color: #a8c4c5;
}
.f7{
    background-color: #1d5054 !important;
}

.t1{
    font-size: 40px;
}
.t2{
    font-size: 26px;
}
.t3{
    font-size: 18px;
}
.t4{
    font-size: 16px;
}
.t5{
    font-size: 14px;
}

.c1{	
color: #FFFFFF !important;
}
.c2{	
color: #c5b99b !important;
}
.c3{
color:#111;
font-weight: bold;
}
.c4{
color:rgba(239, 203, 171, 0.89);
}
.c5{
	color: #000 !important;
}
.text-mention{
    text-align: left;
}
.text-ref{
    text-align: left;
}
.sombra1 {
    -webkit-box-shadow: 3px 2px 3px hsla(0,0%,0%,0.27);
    box-shadow: 3px 2px 3px hsla(0,0%,0%,0.27);
}
.input_1 {
    background: white !important;
    margin-bottom: 10px;
}
.btn_1{
    background-color: #1d5054;
    border: none;
    padding-top: 5px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 5px;
    color: white;
    font-size: 19px;
    margin: 10px;
    border-radius: 5px;
    width: auto;
}
.btn_2{
}
.btn_3{
}
.m_r_movil_25{
    margin-right: 1%;
}
.m_l_movil_25{
    margin-left: 1% !important;
}
.m_t_movil_25{
    margin-top: 5% !important;
}
.m_b_movil_25{
    margin-bottom: 1% !important;
}

.m_l{  

}
.m_r{

}
.m_c{
}
.m_t_10px{
    margin-top: 10px;
}
.m_l_2{  
margin: auto;
}
.m_r_2{
margin: auto;
}
.m_c_2{
    margin-left:auto;
    margin-right: auto;
}
.f_r{
float: right;
}
.f_l{
float: left;
}
.p_l{
}
.p_r{
}
.p_c{    
}
.padding_15{
    
}
.padding_top_bot{
    padding-top: 10px;
     padding-bottom: 10px;
}
.plus{
}
.hover{  
}

.visible_1360 {
	display:none !important;
}

.margin_0{
	margin:0px !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/
*/
.flex{
/*    display:flex;*/
}
.flex_2{
}
.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{
	font-size: 46px !important;
	font-weight: normal;
}
h2{
	font-size: 36px !important;
	font-weight: normal;
}
h3{
	font-size: 36px !important;
	font-weight: normal;
}
h4{
    font-weight: normal;
}
h5{
	font-size: 36px !important;
	font-weight: normal;
}
h6{
	font-size: 36px !important;
	font-weight: normal;
}

.padding_5{
    padding-right: 5%;
    padding-left: 5%;
}

.lang{
        position: fixed;
        z-index: 3;
        width: 100%;
    }
.container_menu{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 28px;
	z-index: 11;
}
 
  .container_slide{
     width: 100%;
     position: relative;
 }

.logobastide{
	z-index: 3;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
 }
 .entrez{
	position: absolute;
	z-index: 3;
	bottom: 30px;
	left: 40%;
	width: 18%;
 }
 .contenedor_principal{
 width: 100%;
 margin-top: 48px;
 }
 .contenedor_principal_2{
 width: 100%;
 }
  .contenedor_bloc{
    width: 100%;
      
  }
  .intro{
    margin: auto;
    float: none;
    max-width: 500px;
  }

 .margin_right{
 }
      
 .margin_left{
 
 }
 .margin_center{
}
 .margin_center_2{
}
.margin_pix{
    margin: 5px 4px;
}
 .bloc_60{
/*     width: 100%;*/
     display: block;
 }
 .bloc_40{
     background-position: center center;
     background-repeat: no-repeat;
     background-size:cover; 
     display: inline-block;
     min-height: 550px;
 }
 .bloc_33{
    width: 100%;
    text-align: justify;
 }
 .bloc_33_back{
     width: 100%;
      background-position: center center;
     background-repeat: no-repeat;
     background-size:cover; 
     display: inline-block;
     min-height: 400px;
     position: relative;
 }
   .bloc1{
     width: 100%;
 }
 .bloc2{
     width: 100%;
 }
 .bloc3{
     width: 100%;
 }
 .social{
    text-align: center;
    padding-top: 20px;
    padding-right: 10%;
    padding-bottom: 10px;
 }
 .social img{
    width: 50px;
    margin-left: 10px; 
 }
.separation{
    width:100%;
    padding-top: 10px;
}
.bloc_35{
    width: 100%;
    position: relative;
    min-height: 400px;
    background-size: contain;
    background-image: url(img/logo-omline-img.png);
    background-repeat: no-repeat;
    padding-top: 10px;
 }
.bloc_65{
     width: 100%;
     padding-top: 10px;
  }
  .bloc_50{
    width: 100%;
    display: inline-block;
    clear: none;
/*      background-image: url(img/bulle.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;*/
  }
  .bloc_50_sf{
    width: 100%;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    text-align: justify;
  }
.bloc25{
      width: 49%;
      clear: none;
      position: relative;
}
.bloc_100{
    width: 100%; 
}
.bloc_300{
    width: 100%;
    /* height: 225px; */
    border: 1px solid #ffffff;
    /* border-radius: 50%; */
    display: table;
    text-align: center;
    background-color: #5a5a5a;
    margin: auto;
    float: none;
    color: #fff !important;
}
.cap{
    width: 38px !important;
    height: 38px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
  }
  .vu360 img{
    width: 70px;
    margin-left: -30px;
    margin-right: 10px;
  }
  .reserver{
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    font-size: 20px;
    width: 100%;
    background-color: #48bbee;
    border-radius: 5px;
    border: 1px solid #EFF2FB;
    text-decoration: none;
    cursor: pointer;
    font-family: arial;
    text-align: center
  }
.bloc_66{
     width: 100%
}
.bloc_34{
     width: 100%;
}

.separation_200_movil{
display: block;
width: 100%;
height:200px;
background-color: transparent;
background-attachment: fixed;
}
.separation_100{
    display: none;
}
.separation_200{
    display: none;
}
.separation_450{
    position: relative;
    min-height: 300px;
}
.separation_650{
    height: 410px;
    position: relative;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;

}
.pos_abs{
    position: absolute;
}
.pos_rel{
    position: relative;
}
.sepa_pos_abs{
    top: 100px;
    position: absolute;
    width: 90%;
    left: 5%;
    text-align: center;
}
.sepa_pos_rel{
    text-align: center;
    color: #FFFFFF;
    font-family: "Megrim Regular" !important;
	font-weight: bold;
}
.text_cercle{
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
}
.text_cercle p {
    color: #FFFFFF;
    font-size: 20px;
}
.width_max{
    max-width: 1600px;
    clear: none;
    margin: auto;
    float: none;
}
.ul_left{
        margin-left: 20px;
        list-style-type: none;
}
.hover {
    position: absolute !important;
    min-height: 100%;
	min-width: 100%;
    top: 0px;
    background-image: none;
    text-align: center;
	opacity: 0;
}
.hover:hover {
    background-color: hsla(0, 0%, 0%, 0.27);
    opacity: 1 !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/view.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
        position: absolute;
}
.hover_plus_2{
	min-height: 100%;
	bottom: 0px;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	
}
.hover_plus_2: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;
        position: absolute;
        min-height: 100%;
}

.back-body{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
    background-attachment: fixed;
}
.non_m_b{
    margin-bottom: 0px;
}
.non_m_t{
    margin-top: 0px;
}
.padding_bot_20{}
.pecheur{
    position: absolute;
    bottom: -3px;
}
.vague{
    position: absolute;
    top: -4px;
}
.footer{
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
	border-top: 3px solid #0093a2;
}
.text-left{
	text-align: center !important;
}
.text-right{
	text-align: center !important;
}
.youtube{
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.youtube img{
	margin-right: 15px;
}
.zeroMargin_mobile{margin-left: 0;}
.hide_mobile{display: none;}

@media only screen and (min-width: 768px) {
.text-center{text-align: center !important}
.back-body{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

.fluid {
}
.flex{
     display: flex;
}
.flex_2{
   
}
h1,h2,h3,h4,h5,h6 {
	
}
h1{
	
}
h2{
	
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}

.t1{
}
.t2{
}
.t3{
}
.t4{
}
.t5{
}

.f1{
	
}
.f2{
	
}
.f3{
	
}
.f4{
	
}
.f5{
	
}

.c1{
	
}
.c2{
	
}
.c3{
	
}
.c4{
	
}
.c5{
	
}
.btn_1{
}
.btn_2{
}
.btn_3{
}
.text-mention{
    text-align: center;
}
.text-ref{
    text-align: right;
}

.m_r_movil_25{
 
}
.m_l_movil_25{
 
}
.m_t_movil_25{
 margin-top: 1% !important;
}
.m_b_movil_25{
 
}
.m_t_10px{}
.m_l{  
margin-left: 1%;
}
.m_r{
margin-right: 1%;
}
.m_c{
    margin-left: 1%;
    margin-right: 1%;
}
.f_r{
float: right;
}
.f_l{
float: left;
}
.p_l{
}
.p_r{
}
.p_c{ 
}
.padding_15{
    padding:0px 15px;
}
.padding_top_bot{
    padding-top: 20px;
    padding-bottom: 20px;
}
.plus{
}
.hover{  
}
.padding_5{      
}
 .lang{
        position: fixed;
        z-index: 3;
        width: 100%;
}
.container_menu{
    width: 100%;
    position: fixed;
    padding-right: 0px;
    padding-left: 0px;
    z-index: 4;
}

  .container_slide{
     width: 100%;
     position: relative;
 }

.logobastide{
	position: absolute;
	bottom: 80%;
	left: 40%;
	width: 18%;
	margin-top: 0px;
 }
 .entrez{
	position: absolute;
	left: 40%;
	width: 18%;
 }
 .contenedor_principal{
 width: 100%;
 margin-top: 0px;
 }
 .contenedor_principal_2{

 }
.contenedor_bloc{
      width: 100%;
      padding-top:20px;
      padding-bottom:20px;
  }
.intro{
    margin: auto;
    float: none;
    max-width: 800px;
    margin-top: -77px;
  }
.margin_pix{
     margin: 15px;
 }
.margin_right{
margin-right: 10px; 
}

 .margin_left{
 margin-left:10px;
 }
 .margin_center{
	margin-left: 10px;
	margin-right: 10px;
}
margin_center_2{
    margin-left: 10px;
}
margin_center_3{
    margin-right: 10px;
}
 .bloc_60{

 }
 .bloc_40{
margin: auto;
 }
 
.m_l_2{  

}
.m_r_2{
}
.m_c_2{
}
 .bloc_33{
     width: 32%;
     display: inline-block;
     clear: none;
     position: relative;
 }
 .bloc_33_back{
     width: 32%;
     display: inline-block;
     clear: none;
     position: relative;
 }
 .bloc1{
     width: 48%;
     display: inline-block;
 }
 .bloc2{
     width: 48%;
     display: inline-block;
         margin-left: 10px;
 }
 .bloc3{
     width: 100%;
     display: inline-block;
 }
 .bloc_65{
     width: 100%;
     padding-top: 10px;
  }
.bloc25{
      width: 25%;
  } 
 .bloc_50{
    width: 48%;
    display: inline-block;
    /* background-image: url(img/hook.png); */
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 140px;
    /* height: 350px; */
 }
 .bloc_50_sf{
/*     width: 49%;
      display: inline-block;
      clear: none;
      */
 }
 .bloc_100{
 }
 /*ICI DEBUT ICONS*/
.social {
    width: 100px !important;
    position: absolute;
    bottom: 70%;
    text-align: right;
    right: 0px;
    z-index: 3;
    margin-bottom: -20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.social a img{
    padding-right : 1px;
    width:60px !important;
}
.social a img:hover {
    padding-right:  20px  ;
    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;
}
  .bloc_35{
    width: 100%;
    
 }
  
  .vu360 img{

  }
 .cap{}
 
 .bloc_66{}
 .bloc_34{}
.separation_100{
    display: block;
    width: 100%;
    height: 100px;
}
.separation_200_movil{
    display: none;
}
.separation_200{
    display: block;
    width: 100%;
    height: 200px;
    background-color: transparent;
    background-attachment: fixed;
}
.separation_450{
    display: block;
    width: 100%;
    height:600px;
    background-color: transparent;
    background-attachment: fixed;
}
.separation_650{
    display: block;
    width: 100%;
    height: 632px;
    background-color: transparent;
    background-size: contain;
}
.padding_bot_20{
    padding-bottom: 20px;
}
.bloc_300{
    display: table;
    text-align: center;
    width: 340px;
    /* height: 250px; */
}
.pos_abs{
}
.pos_rel{
}
.sepa_pos_abs{
    position: absolute;
    width: 90%;
    left: 5%;
    top:15%;
}
.logoAlt{
    width:auto !important;
    top : 70px !important;
}
.sepa_pos_rel{
    font-size:45px;
    letter-spacing: 0.1em;
	color: #fff;
}
.ul_left{
}
.pecheur{
}
.vague{
}
.footer{
}
.youtube{
    bottom: 30px;
    text-align: right;
    width: 240px;
    right: 40px;
	z-index: 3;
}
.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: 1024px) {
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.t1{
}
.t2{
}
.t3{
}
.t4{
}
.t5{
}

.f1{	

}
.f2{	
}
.f3{	
}
.f4{	
}
.f5{	
}

.c1{	
}
.c2{	
}
.c3{	
}
.c4{	
}
.c5{
}

.btn_1{
}
.btn_2{
}
.btn_3{
}
.separation_650{
    height: 650px;
}
.text-mention{}
.text-ref{}
.m_r_movil_25{
 
}
.m_l_movil_25{
 
}
.m_t_movil_25{
 
}
.m_b_movil_25{
 
}

.m_l{  
}
.m_r{
}
.m_c{
}
.m_t_10px{}
.m_l_2{  
    margin-left: 1%;
}
.m_r_2{
    margin-right: 1%;
}
.m_c_2{
    margin-left: 1%;
    margin-right: 1%;
}

.f_r{
}
.f_l{
}
.p_l{
}
.p_r{
}
.p_c{  
}
.plus{
}
.hover{  
}
.padding_top_bot{
}
.padding_15{
}
.padding_5{
}
.lang{
    position: fixed;
     width: 100%;
     text-align: right;
     z-index: 3;
}
.lang a{
    display: inline-block;
    width:40%;
}
/*.menu{
    display:block;
}*/
.flex{
}
.flex_2{
    display: flex;
}
.fluid {
}
.container_menu{
        width: 100%;
        position: fixed;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 30px;
        z-index: 4;
}

 .container_slide{
     width: 100%;
     position: relative;
 }
 .logobastide{
	position: absolute;
	left: 40%;
	width: 18%;
	bottom: 80%;
 }
 .entrez{
	position: absolute;
	bottom: 60%;
	left: 40%;
	width: 18%;
 }
.contenedor_bloc{
      width: 100%;
}
.intro{
    margin: auto;
    float: none;
    max-width: 1200px;
    margin-top: -168px;
}
.margin_pix{
 }
      
 .margin_left{
 margin-left:10px;
 } 
.margin_center{
	margin-left: 10px;
	margin-right: 10px;
}
.margin_center_2{
margin-left: 10px;
margin-right: 10px;
}
.margin_center_3{
margin-left: 10px;
margin-right: 10px;
}
 .bloc_60{
     width: 60%;
     clear: none;
    
 }
 .bloc_40{
     width: 40%;
     clear: none;
 }
 .bloc_33{
 }
 .bloc_33_back{
 }
  .bloc1{
     width: 33%;
 }
 .bloc2{
     width: 32%;
 }
 .bloc3{
     width: 32%;
 }
  .bloc_35{
    width: 34%;
    
 }
  .bloc_65{
   width: 64%;
}
.bloc25{ 
}
.bloc_66{width: 66.6%;}
.bloc_34{
   width: 33.3%;   
}
  .bloc_50{
      width:48%;
  }
.bloc_50_sf{
  width: 49%;
  display: inline-block;
  clear: none;
}
.bloc_100{ }
.separation_100{
}
.separation_200{
}
.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%;
}
.contenedor_principal_2{
    
}
.social {
    width: 100px !important;
    position: absolute;
    bottom: 75%;
    text-align: right;
    right: 0px;
    z-index: 18;
    margin-bottom: -5px;
}
.separation{
    width:100%;
    padding-top: 10px;
}
.separation img{
    width: 100%;
}
.le_span{
    width: 100%;
    padding-bottom: 10px;
}
.vu360 img{
  }
  .reserver{

  }
  .cap{
  }
.bloc_300{
    width: 438px;
    height: 135px;
}
.pos_abs{
}
.pos_rel{
}
.sepa_pos_abs{
}
.sepa_pos_rel{
}
.ul_left{}

.padding_bot_20{
}

.pecheur{
}

.vague{
}

.footer{
}
.youtube{width: 350px;}
.zeroMargin_desktop{
margin-left: 0;
}

.hide_desktop{
display: none;
}


}
