.spip-admin-bloc, .spip-admin-float{z-index:10000 !important;}



#CookiebotWidget{
bottom:50px !important;
}

.tel-nav{
display:none;
}






/* slider annonces */

#slider-annonce.owl-carousel {
    background: #31282a;
}

#slider-annonce.owl-carousel .owl-item {
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
padding:0 30px;
}

#slider-annonce.owl-carousel a, 
#slider-annonce.owl-carousel a:active, 
#slider-annonce.owl-carousel a:focus, 
#slider-annonce.owl-carousel a:visited, 
#slider-annonce.owl-carousel a:hover, 
#slider-annonce.owl-carousel p, 
#slider-annonce.owl-carousel h3, 
#slider-annonce.owl-carousel span, 
#slider-annonce.owl-carousel h2, 
#slider-annonce.owl-carousel strong {
    font-size: 14px;
    color: white !important;
    margin: 5px 0 !important;
    padding: 5px 0 !important;
    background: transparent !important;
    transition: all 250ms;
 font-weight: 600;
}


#slider-annonce.owl-carousel span, 
#slider-annonce.owl-carousel strong {
    font-weight: 900;
    font-size: 15px;
    color: #97b549 !important;
}

#slider-annonce.owl-carousel .owl-nav {
    margin-top: 0;
}

#slider-annonce.owl-carousel .owl-nav button span {
    font-size: 50px !important;
    padding: 5px;
    color: white !important;
    line-height: 30px;
    font-weight: 400;
}


#slider-annonce.owl-carousel .owl-nav button {
    top: 0;
    height: auto;
    width: auto;
    border: none !important;
    background: transparent !important;
    opacity: 1;
}

#slider-annonce.owl-carousel .owl-nav .owl-prev {
    left: 25%;
}

#slider-annonce.owl-carousel .owl-nav .owl-next {
    right: 25%;
}


#slider-annonce.owl-carousel .owl-nav button {
    position: absolute;
    text-align: center;
    transition: all 250ms;
font-size:12px;
}

#slider-annonce.owl-carousel .btn, #slider-annonce.owl-carousel h3{
	display:none;
}






.reservation-overlay, .reservation-button {
    display: none;
}




.moncompte{
	display: flex;
    position: absolute;
    right: 50px;
    cursor: pointer;
    top: 10px;
    color: #02060b;
    border: 1px solid #02060b;
    padding: 6px 12px;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    border-radius: 5px;
    transition: all 250ms;
    z-index: 100;
}

.moncompte:hover{
    background:#02060b;
    color: white;
}

.widget-resa{
	width: 100%;
position: relative;

background: white;
display: flex;
z-index: 100;  
align-content: center;
align-items: center;
justify-content: center;
padding: 10px;
    padding-bottom: 10px;
padding-bottom: 0px;
border-top:1px solid whitesmoke;
transition: all 250ms;
    flex-wrap: wrap;
}



.widget-resa a.btn{
	height: 55px;
font-weight: bold !important;
font-size: 18px;
margin-bottom: 12px !important;
color: white !important;
background-color: #7ba38f !important;
border: 0;
box-shadow: none;
border-radius: 2px;
outline: 0 !important;
flex-basis: 20%;
touch-action: manipulation;
cursor: pointer;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
display: inline-block;
padding: 6px 12px;
font-family: "Lato",sans-serif !important;

padding-top: 15px;
margin-top: 4px;
}

.widget-resa a.btn:hover{
background-color: #7ba38f !important;
}



.scale{
	transform:scale(0.85);
	display:flex;
	flex-wrap:no-wrap;
}

.scale a{
	margin:0 !important;
}

.sticky-mod{
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
	position: sticky;
	top:20px;
	padding-top:40px;
	
}

#leconteneur{
	position:relative;
}


    #bloclangue-home {
        background: transparent;
        transition: all 0.4s;
        padding: 8px 5px 8px 5px; /* Correction du padding */
        position: absolute;
        top: 6px;
        right: 0px;
        max-height: 50px; /* Limiter la hauteur par défaut pour ne montrer que la langue active */
        overflow: hidden; /* Masquer les langues dépassant la hauteur */
    }

    #bloclangue-home:hover,
    #bloclangue-home:focus-within {
        max-height: 400px; /* Étendre la hauteur pour montrer toutes les langues */
    }
#bloclangue-home img{
box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}
#bloclangue-home:hover {
    border-radius: 0;
}

#logonav img{
max-height:110px;
border-bottom-right-radius: 40px;
}

#logonav a{
	height: 100%;
width: 100%;
display: block;
padding: 0;
 border-bottom-right-radius: 40px;

}

.borders{width:43%; border-bottom:1px solid white; transition: all 250ms; padding-top: 80px;}
.logohome{width:14%; position:relative;}

.logohome a{width:100%; position: absolute; text-align:center; top:0; left:0;}
.logohome img{ padding:0 10px;margin:0 auto; max-height:140px;}


.undis img {display:none;}
.undis .borders{border-color:transparent;}


.text-container p a, .par2-texte p a, .faq-texte p a, 
.text-container p a:visited, .par2-texte p a:visited, .faq-texte p a:visited,
.text-container p a:active, .par2-texte p a:active, .faq-texte p a:active
.text-container p a:focus, .par2-texte p a:focus, .faq-texte p a:focus{
	color:#97b549 !important;
	font-weight:bold;
	transition: all 250ms;
	text-decoration: 1px solid white underline;
}

.text-container p a:hover, .par2-texte p a:hover, .faq-texte p a:hover{
	text-decoration: 1px solid #b0cb4b underline;
	color:#9cb152 !important;
}

.par2-texte p .btn{
color:white !important;
text-decoration: none;
}

.par2-texte p .btn:hover{
color:#31282a !important;
text-decoration: none;
}


.text-container{background:white; padding: 50px 35px;}


.local-background .text-container{
	padding:65px 35px;
}

.text-container, .img-container{width:45%; margin:1%;}



.mini-btn-depliable{
    
    color:white;
    position: fixed;
bottom: 0;
width:100%;
z-index: 100;
background:white;
    border-top:1px solid #e6e6e6;
}

.btn-mini-noir{
    color:white;
width:15%;
   padding: 7px 5px;

}

.btn-mini-noir:nth-child(3){
    color:white;
width: 30%;
    font-weight:500;

}

.btn-mini-noir:nth-child(4){
    color:white;
width: 40%;
font-weight:500;
}

.btn-mini-noir a, .btn-mini-noir a:visited, .btn-mini-noir a:focus{
    color:#333 !important;
}

.btn-mini-noir a i{
    font-size:1.4em;
    color:#333;
  
    

}

.btn-mini-noir:nth-child(1) a i{
 
    color:#2bb04a;
}





.container-navlinks {
    position: fixed;
    right: 0;
    top: 55px;
    transition: all 0.4s;
    padding: 0 0 0;
	z-index:10;
	width:100%;

}





.bloc-resa .par2-img {

  background:white;
    width: 50%;
    margin: 0;
    overflow: hidden;

}


.bloc-resa .par2-img .img-container-droit span img, .par2-img .img-container-droit img {

    object-fit: cover;
    width: 100%;
    background: white;
    -webkit-clip-path: none;
    clip-path:none;
  

min-height: 300px;

object-position: center;

}

.faq-texte {
    width:100%;
     margin:0px auto;
	 padding:20px;
	 background: white;
}

.faq-texte h3, .bloc-texte h3, .par2-texte h3, .par2-texte h2, .faq-texte h2, .bloc-texte h2 {
     color: #31282a;
    font-weight: 500;
    font-family: 'Cinzel', serif;
    font-size: 2em;
    background: white;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

.faq-texte p{
    background:white;
   text-align: center;
   color:black;
   font-size: 1.2em;
padding: 10px 5%;
   margin:0;
    
}




.faq-texte strong{
    color:black;
}


.container-navlinks:hover {
    border-radius: 0px;
    padding: 0;
}

.container-navlinks .btn, 
.container-navlinks .btn:active, 
.container-navlinks .btn:focus, 
.container-navlinks .btn:visited {
   background: #31282a !important;
margin: 20px 10px;
padding: 8px 20px;
color: white;
min-width: 120px;
text-transform: uppercase;

}

.container-navlinks .btn:hover {
    background: #9cc700;
    color: #1f1f1f;

}


.btn-inventaire{
	position: absolute;
bottom: 10px;
right: 0;
margin: 0;
width: 100%;
text-align: center;
}


#bloclangue-home img {
    width: 40px;
    transition: all 0.4s;
    -webkit-clip-path: circle(40% at 50% 50%);

clip-path: circle(40% at 50% 50%);

margin: 0 2px;
}

#bloclangue-home img:hover {
  
    opacity:0.7;

}

.owl-carousel.owl-drag .owl-item {
    height: auto;
}





.owl-theme .owl-nav.disabled {
    display: block;
}

.owl-dots {
    display: inline-block;
position: absolute;
background: transparent;
z-index: 100;
bottom: -20px;
overflow: visible;
width: 100%;
padding-top: 10px;
left: -80%;
}

.owl-theme .owl-dots .owl-dot span{
	border:2px solid black; 
	background:white;
	padding:3px;
}

.owl-theme .owl-dots .owl-dot:hover span{
	background:black;
}


.owl-theme .owl-dots .owl-dot.active span{
	border:none;
	background:black;
	padding:0;
}


.owl-theme .owl-nav {
	display: block;
position: absolute;
top: 0%;
right: 0;
width: 100%;
margin-top: 0;
text-align: center;
height: 0;
}



.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {

     top: 150px;
    background: transparent;
    box-shadow: none;
    border-radius: none;
}


.owl-carousel .owl-nav button.owl-prev {
   
    left: 0px;
    position: absolute;
    border-radius: 0;

}

.owl-carousel .owl-nav button.owl-next {
 

    right: 0px;
    position: absolute;
    border-radius: 0;

}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-family: 'Quicksand';
font-size: 4em;
text-transform: uppercase;
color: white;
background-color: #31282ad4;
padding: 0px 10px 5px 10px !important;
margin: 0px;
transition: all 0.3s;
font-weight: 600;
border-radius: 0;
text-shadow: 1px 1px 4px black;
height: 80px;
}

.article_owl .owl-slide > .caption {
    display: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {

    background: #31282ad4;
    color: #c6b2a5;
    text-decoration: none;

}

.owl-carousel .owl-item img {
    transition: all 0.4s;
    object-fit: cover;
    height:360px;

}

.owl-carousel .owl-item:nth-child(odd) img{
	padding:0 10px;
}

.owl-carousel .owl-item img:hover {
    opacity: 0.7;
}

.blocs_titre {
    color: #31282a;
    font-size: 1.5em;
    padding: 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    margin: 0;
}

.blocs_titre a{
    color: #31282a !important;
}

.blocs_titre a:hover{
	  color: #b0cb4b !important;
}

.par2{ width: 50%;}

.par3 {
    width: 32%;
margin: 0.5%;
   
}



.bloc-bleu {
    background: #26b8d8;
}

.bloc-bleu .par3 {
    text-align: center;
}


.bloc-bleu h3 {
    color: white;
    padding: 5px;
    margin-bottom: 30px;
	background:none;
}

.bloc-bleu i {
    color: white;
    font-size: 3em;
    text-align: center;

}






body {
    font-family: 'Quicksand', sans-serif;
    padding: 0;
    scroll-behavior: smooth !important;
}

html {
    scroll-behavior: smooth;
}

.navbar-header {
    margin: 0 !important;
}

a:active,
a:focus {

    text-decoration: none !important;
    outline: none !important;
    color: black;
}



.section-texte iframe{
    margin:5px;
}

strong {
    color: black;
    font-weight: 600;
}

.texte strong{ color: black;}

.aside1 {

    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: auto;

}



.aside1 img {

    float: left;
    margin: 0px 5px;
    width: 200px;

}

.ocean-thelis {
    width: 100%;
    text-align: center;
    padding: 40px 10px;
}

.ocean-thelis h3{
font-weight: 500;
    font-family: 'Cinzel', serif;
    font-size: 2em;
    text-align: center;
    margin: 0;
    padding: 20px;

}

.filter-group .day-button{
transition: all 250ms;
}

.filter-group .day-button.btn-active{
background: white !important;
    color: #31282a !important;
}

.cs_blocs {
    width: 100%;
}

#back-top {
    position: absolute;
}

.flex {

    display: flex;
    flex-flow: row wrap;
    justify-content: center;

}

.resa-date {
    background: rgba(40, 40, 40, 0.8);

    color: white;

    border: none;

    margin-top: 2px;

    border: 1px solid #444;
    cursor: pointer;
    text-align: center;

    margin-left: 10px;
}



.navbar-nav li.open:nth-child(3) > .dropdown-menu{
	display:flex;
	justify-content:center;
	align-items:center;
	width:860px;
	flex-wrap:wrap;
	border-bottom-left-radius:20px;
		border-bottom-right-radius:20px;
		padding:10px 0 !important;
		left:-250px;
        flex-direction: row;
        height:480px;
		
}


.navbar-nav li.open:nth-child(3) > .dropdown-menu li{
	background:#31282a;
	width:200px;
	margin:5px;

	
}

.navbar-nav li.open:nth-child(3) > .dropdown-menu li a {
display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	background:#faf6f0;
	white-space:normal;
	height:120px;
	padding:0 !important;
	text-align:center;
	text-transform:uppercase;
	font-weight:500;
	
}

.navbar-nav li.open:nth-child(3) > .dropdown-menu li a:hover {
	background:#31282a !important;
	color:white !important;
	opacity:0.7;
	
}


.navbar-nav li.open:nth-child(3) > .dropdown-menu li:nth-child(13) a, .navbar-nav li.open:nth-child(3) > .dropdown-menu li:nth-child(14) a {
    height: 50px;
    align-items: center;
}



/*
.navbar-nav li.open:nth-child(3) > .dropdown-menu li:last-child a, .navbar-nav li.open:nth-child(3) > .dropdown-menu li:last-child{
	width:80%;
	height:auto;
	margin:5px auto !important;
	padding:5px;
	background:transparent !important;
}
*/

.bandeau {

    background-image: url("/squelettes/css/images/bandeau_ocean.jpg");
    background-size: cover;
    background-repeat: repeat-y;

}

.btn-encadre {
    padding: 2px;
    padding-bottom: 4px;
    font-size: 1.1em;

    padding-left: 20px;

    padding-right: 20px;

    margin: 4px;

    background: #9cc700;

    border: none;

    color: white;

    font-weight: 500;
}


.annonce-conteneur a:visited {
    color: white;
}


.wrapper {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.social-container img{ max-height:35px;}


.gd-img-foot img{
	width:100%;
}



.main-footer {
    background:#31282a;
   
}

h1 {
margin : 0px auto;
  padding:90px 20px;
    margin: 0;
    text-decoration: none;
	text-align : center;
	color: #31282a;
font-weight: 400;
font-family: 'Cinzel', serif;
font-size: 3.5em;
width: 100%;

}

h3 {
    color: #31282a;
    font-size: 1.5em;
    padding: 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    margin: 0;
}

.bg-beige {
    background-image: url(/IMGHOME/fond-beige.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.navbar-custom-cha {

    display: inline-block;
    float: none !important;
    margin: 0px 0 0 0;

}

.navbar-custom-cha {

    display: inline-block;
    float: none !important;
height: 51px;
}


.conteneur-haut-de-page .conteneurvid {

    height: 75vh;
    width: 100%;

}


.amg-button {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    background: #39d084;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    margin: 10px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: none;
}

/* Floating Contact ---------------------- */

.amg-floating-email {
    padding-top: 2px !important;
}




.amg-blue .amg-floating-icon,
.amg-blue .amg-floating-link {
    background: #2c3e50;
}

.amg-black .amg-floating-icon,
.amg-black .amg-floating-link {
    background: #31282a;
    height: 60px;
}

.amg-black .amg-floating-icon:nth-child(2),
.amg-black .amg-floating-link:nth-child(2) {
    background: #31282a;
    height: 60px;
}

.amg-yellow .amg-floating-icon,
.amg-yellow .amg-floating-link {
    background: #d9291a;
}

.amg-green .amg-floating-icon,
.amg-green .amg-floating-link {
    background: black;
    color: #2bb04a;
    font-size: 1.6em;
    padding: 0;
    padding-left: 15px;
    padding-top: 5px;


}

.amg-green .amg-floating-link {

    background: white;
    font-size: 0.6em;
    padding: 15px;
    height: 64px;

}



.amg-nav-item {
    font-size: 18px;
}

.amg-floating-contact-wrap {
    cursor: pointer;
    position: fixed;
    right: -180px;

    z-index: 999;
    -webkit-transition: right 1s;
    -moz-transition: right 1s;
    -o-transition: right 1s;
    transition: right 1s;

}

.glyphicon-shopping-cart {
    color: #bcea14;
    font-size: 24px;

}

.amg-floating-contact-wrap:first-child {
    top: 200px;
    z-index: 100;
}

.amg-floating-contact-wrap:nth-child(2) {
    top: 260px;
    z-index: 100;
    height: 60px;
    right: -180px;
}

.amg-floating-link:nth-child(2) {
    width: 180px;

}

.amg-floating-contact-wrap:nth-child(3) {
    top: 320px;
    z-index: 100;
    right: -180px;
}

.amg-floating-link:nth-child(3) {
    width: 180px;

}

.amg-floating-contact-wrap:nth-child(4) {
    top: 380px;
    border: none;
    height: 60px;
    opacity: 1;
    right:-390px;
}

.fond-annonce-info {
    width: 380px !important;
}

.amg-floating-contact-wrap:nth-child(4) .amg-floating-icon {
    height: 60px;
    font-size: 22px;
  
    font-weight: 400;
    width: 58px;
    color: white;
    padding: 10px 12px;


}

.amg-floating-contact-wrap:nth-child(4) .amg-floating-icon .glyphicon {

}

.amg-floating-contact-wrap:nth-child(4) .amg-floating-link a {
    


}


.amg-floating-contact-wrap:nth-child(4) .amg-floating-link a:hover {
    color: black;

}

.amg-floating-icon,
.amg-floating-link {
    text-align: left;
}

.amg-floating-icon {
    width: 48px;
    float: left;
    padding: 10px;
    color: whitesmoke;
    font-size: 22px;
 
    padding: 10px 0 0 12px;
}

.amg-floating-icon i:before {
    vertical-align: middle;
}

.amg-floating-link {
    width: 180px;
    min-height: 48px;
    padding: 0;
    padding-top: 16px;
    overflow: hidden;
}

.amg-floating-link a {
    white-space: nowrap;
    color: whitesmoke;

    text-decoration: none;
}

.amg-floating-link a:hover {
opacity: 0.8;

}

.amg-floating-link form,
.amg-floating-link a {
    max-width: 90px !important;
    margin: 0px auto;
    display: inline-block;
    z-index: 2000;
}

/* Hover Effect */

.amg-floating-contact-wrap.hover {
    opacity: 1;
    right: 0;
}

.amg-floating-contact-wrap.hover .amg-floating-link {
    right: 0;
}



dt {

    height: 100%;
}

#bloc-portfolio dl dt a img {
    height: 100px;
    transition: all 0.4s;
    object-fit: cover;

    margin: 25px 10px 0px 15px;

    border: 5px solid white;

    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}

dl dt a img:hover,
#bloc-portfolio a img:hover {
    opacity: 0.65;
}



.spip_doc_titre,
.spip_doc_descriptif {
    display: none;
}



.section-texte {

    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin: 0 auto;
width: 90%;



}

.flex-column {

    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;


}


.widget-resa-all{
    width:95%;
    margin:0 auto;
}

.img-container {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
    height: auto;


   
}

.text-container-droite .texte h2 {
    text-align: left;
    padding: 20px 0px 20px 10px;
}

.text-container-gauche .texte h2 {
    text-align: right;
    padding: 20px 10px 20px 0;
}

.text-container-droite .texte {
    background: rgba(105, 204, 227, 0.9);
    margin: 15px 0;
    margin-right: -35px;
}

.text-container-gauche .texte {
    background: rgba(170, 168, 175, 0.9);
    margin-left: -35px;
}

.text-container-droite .texte,
.text-container-gauche .texte {
    color: white;
    font-size: 1em;
    font-family: "Quicksand";
    width: 38%;


}


.par2big {

    width: 70%;

}



.texte {
    padding: 10px;
    text-align: left;

}

.texte h2 {
    color: white;
    font-size: 1.8em;
    font-family: "Quicksand";
    margin: 0;
    font-weight: 400;

    text-transform: uppercase;
    padding: 20px;
}

.texte p {

    margin: 0;
    font-size: 1em;
    padding: 10px;

}

.par2-texte {
	background:white;
    width: 35%;
    padding: 35px 5% 0 5%;
margin: 0 10px;

}

.par2-texte p {
    padding: 20px 10px;
    margin: 0;
    font-size: 1.15em;
}

.section-texte .par2-img {

    min-height: 400px;
    width: 59%;
    margin: 0;

	margin: 0 10px;

}

.par2-img .img-container-droit span img,
.par2-img .img-container-droit img {

    object-fit: cover;
    width: 100%;
    background: white;
    height:100%;
	min-height: auto;

}

.par2-img .img-container-gauche span img,
.par2-img .img-container-gauche img {

    object-fit: cover;
    width: 100%;
   
    min-height: auto;
    background: white;
	  height:100%;

}

dl dt a img {

    
    transition: all 0.4s;
    object-fit: cover;
    margin: 15px ;
    border: 5px solid white;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);

}

#portfolio {
    background: transparent;

    padding: 0 0 35px 0;
}

#bloc-portfolio a img {


    transition: all 0.4s;
    background: #31282a;
    margin: 5px;
    border: 4px solid white;
}




dl dt a img:hover,
#bloc-portfolio a img:hover {
    border: 4px solid #b0cb4b;
    opacity: 0.65;

}

.spip_documents {
	height:100%;
    margin: 0 !important;

}

.vignette-plage .spip_documents{
    height:auto !important;
}

a.spip_out:after, a.external:after {
    display:none;
}

.vignette-plage a img{
    transition: all 250ms;
}

.vignette-plage a img:hover{
    opacity:0.8; 
}


.bloc-resa {
    margin: 65px 7%;
    background: whitesmoke;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}

.bloc-gamme {
    background: #84838a;
    padding: 15px;

    width: 20%;
    color: white;
}

.bloc-gamme h3 {
    font-size: 2em;
    color: white;
    font-weight: 600;
    padding: 35px 0 0 0;
    white-space:
}

.bloc-titre {
    background: #69cce3;
    padding: 15px;
    width: 80%;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bloc-titre h2 {
    color: white;
    font-size: 2em;
    font-weight: 600;
    margin: 35px 0;
}

.bloc-texte {
    background: white;
    padding: 0;
    width: 50%;
}




.bloc-texte p {
    background: white;
    padding: 15px 50px 15px 25px;
    color: black;
    font-size: 0.9em;

    font-weight: 400;

    margin: 0;

    text-align: left;
}

.btn-container-som {
    margin-top: 0px;
	font-family: 'Cinzel', serif;
	position: -webkit-sticky;
position: sticky;
top: 56px;
	background: #eceff1;
	z-index:10;
}

.fond-hebergement .btn-container-som{
    margin-top: 200px;
}

.fond-prestation .btn-container-som{
  margin-top: 0px;
}



.btn-som-gris,
.btn-som-gris:visited {
 color: white;
padding: 5px 25px;
background: #31282a;
font-size: 1.35em;
border: 2px solid #31282a;
margin: 10px;
font-weight: 600;
}

.btn-som-gris:hover,
.btn-som-gris:active {
    background: whitesmoke;
color: #31282a !important;
}

.btn-som-gris i {
    padding-left: 10px;

}

.btn-som-bleu,
.btn-som-bleu:visited {
    color: white;
    padding: 10px;
    background: #69cce3;
    font-size: 1.1em;
    border: 2px solid #4e99aa;
    margin: 10px;
}

.btn-som-bleu:hover,
.btn-som-bleu:active {
    background: #4e99aa;
    color: white;

}

.bloc-resa .fa-wheelchair{
    font-size:1.5em;
}

.btn, .btn:visited, .btn:focus, .btn:active {

        display: flex;
    align-items: center;
    justify-content: center;
font-family: 'Cinzel', serif;
   color: white !important;
padding: 5px 25px;
background: #31282a !important;
font-size: 1.3em;
border: 2px solid #31282a;
margin: 10px;
font-weight: 600;
}

.btn-option .btn{
max-width: 200px;
text-transform: uppercase;
}

.btn:hover {
    background: whitesmoke !important;
color: #31282a !important;

}


.css3panel-btn-area .btn {
    padding-bottom: 220px;
    background: transparent !important;
    width: 100%;
	border: none;
}


.details-heber .btn, .details-heber .btn:visited, .details-heber .btn:focus, .details-heber .btn:active {

    
font-family: 'Quicksand', serif;
   color: #31282a !important;
padding: 5px 25px;
background: white !important;
font-size: 1.05em;
border: 2px solid #31282a;
margin: 10px;
font-weight: 600;
border-radius:15px;
}


.details-heber .btn:hover {
    background: #b0cb4b!important;
color: #FFFF !important;
border-color: #b0cb4b;

}

.bloc-video {

    width: 50%;
}

.bloc-video video{
	height:100%;
}

.bloc-carroussel {
    width: 100%;
    background: #eceff1;
    overflow: hidden;
    padding: 0;
	margin: 10px 0;
 

}

.box {
    width: 100%;

    margin: 0 !important;

    border: 1px solid #cfced2;
}


.conteneur-haut-de-page img {

    height: calc(60vh + 80px);
    object-fit: cover;
    width: 100%;
	    margin-top: -79px;
}




.conteneur-haut-de-page .spip_documents,
.conteneur-haut-de-page .spip_documents_center {


    z-index: -1;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;

}


.conteneur-haut-de-page.pos-bottom img{
    object-position: bottom;
}

.conteneur-haut-de-page.pos-top img{
    object-position: top;
}

#back-top {

   
    position: fixed;
    bottom: 50px;
    z-index: 100;
    padding: 0;
	right:50px;
	width:auto;

}


#back-top a, #back-top a:visited, #back-top a:focus, #back-top a:active {

    color: white;
background: #d4c5b6 !important;
padding: 12px;
transition: 0.4s all;
border: 1px solid transparent !important;
border-radius: 50%;
font-size: 24px;
height: 50px;
width: 50px;
display: block;


   

}






.text-container-droite .triangle-titre {

    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: rgba(0, 0, 0, 0.5);
    height: 22px;
    width: 14px;
    margin: 23px 0 0 10px;
}

.text-container-gauche .triangle-titre {

    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background: rgba(0, 0, 0, 0.5);
    height: 22px;
    width: 14px;
    margin: 23px 10px 0 0;
}

.text-container-droite .triangle-haut {
    width: 35px;
    height: 15px;
    background: #00637b;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    margin-right: -35px;
    position: absolute;
    right: 0;
}

.text-container-droite .triangle-bas {
    width: 35px;
    height: 15px;
    background: #00637b;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    margin-right: -35px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.text-container-gauche .triangle-haut {
    width: 35px;
    height: 15px;
    background: #75757b;
    margin-left: -35px;

    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);

}

.text-container-gauche .triangle-bas {
    width: 35px;
    height: 15px;
    background: #75757b;
    margin-left: -35px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);

}

.text-container-droite {
    background: transparent;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-end;
    position: relative;
}

.flex_images {
    /* display: -webkit-box; */
    /* display: -moz-box; */
    /* display: -ms-flexbox; */
    /* display: -webkit-flex; */
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#partenaires li {
    margin: 0 20px 0px 20px;
}

#footer{
	margin-top: 0px;
}

.foot-links{
	width:45%;
	margin:0;
	padding:20px;
	
	
}



.foot-links h3{
	width:30%;
	font-size:2em;
	color:white;
	text-transform:uppercase;
	transition: all 250ms;
}

.foot-links h3 span{
	color:#b0cb4b;
	width:100%;
	display:block;
}

.foot-vignette{width:70%; transition: all 250ms; height:250px;}

.foot-links img{
	width:50%;
	margin:0;
	object-fit:cover;
	transition: all 250ms;
}

.foot-links:hover .foot-vignette{
	box-shadow: 0 20px 40px rgba(0,0,0,.6);
}

.foot-links:hover img{ opacity:0.8;}

.foot-links:hover h3{
	color:#b0cb4b;
}

.vign-details{
	background:white;
	padding:30px;
	text-align:center;
	font-size:1.2em;
	width:50%;
	display: flex;
flex-direction: column;
justify-content: center;
    color: black;
}

.vign-details h4{
	font-size:1em;
	padding:5px;
	color:black;
}


.map-footer{
	background:white;
	border-radius:50%; padding:20px;
}

.foot-details-container{
	width:75%;
	margin:0 auto;
}

.footer-links {
color: white;
    width: 33%;
    text-align: left;
padding-left: 35px;
border-left:1px solid white;
}

.footer-links p{
	margin:0;
}

.footer-links h3{
	font-size:2em;
	padding:0;
	padding-bottom:20px;
	color:#b0cb4b;
	
}

.footer-links li{
	padding:2px;
	font-size:1.1em;
}

.footer-links img {
    height: 35px;
    margin: 5px 5px;
    transition: all 0.6s;

}

.footer-links img:hover {
    opacity: 0.55
}

.footer-links a,
.footer-links a:visited,
.footer-links a:active,
.footer-links a:focus {
    color: white !important;
    font-size: 1.1em;
    font-weight: 500;
    background: transparent !important;
}



.footer-links a:hover {
    color: #5ea4b8;
}



.partenaires li {
    list-style: none;

    margin: 5px;
}


.logo-elec{
  height: 40px;

margin-top: 12px;


}


h2.moncompte-c2 {
padding:20px;
}

.img-container img{
		object-fit:cover;
		height:100%;
	}

@media screen and (max-width: 1640px) {   
    .btn-container-som {
        margin-top: 10px;
    }
    
      .fond-prestation{
        height: auto !important;
    }
}

@media screen and (max-width: 1540px) {
    .par2-texte {
        padding: 20px 25px 20px 35px;

        margin: 0 auto;
    }
    
                .bloc-gamme h3 {
    padding: 20px;
}
  
   
}


@media screen and (max-width: 1440px) {
    
    .fond-hebergement .btn-container-som {

    margin-top: 100px;

}

    .owl-carousel .owl-item img {

        height: 305px;
    }
    .owl-carousel.owl-drag .owl-item {
        height: 305px;
    }
	
	.foot-links h3, .foot-vignette{width:100%;}
	.foot-links h3{
		font-size:1.4em;
	}
	
}



@media screen and (max-width: 1360px) {


    
.btn-som-gris{
	font-size:1em;
}
  
    .text-container-droite .texte,
    .text-container-gauche .texte {
        width: 52%;
    }
    

}


@media screen and (max-width: 1300px) {
    .btn-top-active{
    top:59px;

}

}

@media screen and (max-width: 1260px) {

   


    
.widget-resa{position:relative !important; top:0; border:none; }

.navbar-nav li.open:nth-child(4) > .dropdown-menu,
.navbar-nav li.open:last-child > .dropdown-menu{
		left:auto;
		right:0;
	}


.navbar-nav li.open:nth-child(3) > .dropdown-menu{left:-414px;}

	
	
.par4{width:48%;}


.text-container, .img-container {
    width: 48%;
    margin: 5px;
}

.section-texte{
	width:95%;
}

.local-background .vignette {
    width: 300px;
    position: absolute;
    bottom: -200px;
    right: 50px;
}




    .section-texte .par2-img,
    .par2-texte {
        width: 100%;
        min-height: auto;

    }



    .par2-img .img-container-gauche span img,
    .par2-img .img-container-gauche img {
        webkit-clip-path: none;

        clip-path: none;
        max-height: 350px;

        min-height: auto;
    }

    .par2-img .img-container-droit span img,
    .par2-img .img-container-droit img {
        webkit-clip-path: none;

        clip-path: none;
        max-height: 450px;

        min-height: auto;
    }
    .bloc-resa {
        margin: 65px 3%;
    }
    

    
}




@media screen and (max-width: 1200px) {

    /* modif de la nav pour dimensions*/
    .moncompte{right:20px;}
    
    .navbar .navbar-header {
        display: block;
      }
      .navbar .navbar-collapse {
        display: none !important;
        padding-top: 50px;
        height: 100vh !important;
        border:none;
      }
      .navbar .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
      }

      .navbar .navbar-toggle {
        display: block !important;
        position: absolute; 
        right:150px;
        top:2px;
        
      }

      .navbar-nav li.open:nth-child(3) > .dropdown-menu{
        margin:0 auto;
        flex-direction: row;
        height: auto;
        width:100%;
      }

      .navbar-nav li.open:nth-child(3) > .dropdown-menu li:nth-child(13) a, .navbar-nav li.open:nth-child(3) > .dropdown-menu li:nth-child(14) a{
        height:110px;
      }

      .navbar-custom-cha {
        width: 100%;
    }

    .navbar-nav>li{
        float:none;
    }

      .nav li a {
        font-size: 1.4em;
        border-right: none !important;
        border-color: white !important;
      }

      .navbar .dropdown-toggle {
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #FFF;
        
      }

      .navbar-default .navbar-nav > li > a {
        border-right:none !important;
      }

      .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 15px !important;
        width: 100%;
        font-size: 1em;
        text-align: center;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }



      #bloclangue-home {
        position: relative;
        top: 0 !important;
        right: 0 !important;
        margin-top:50px;
    }

    .borders #bloclangue-home{
        display:none;
    }

    .navbar #bloclangue-home{
        display:block;
    }

    #logonav{
		display:block;
	}
	
  
        /* fin modif de la nav pour dimensions*/
	    .reservation-button {
        position: fixed;
        bottom: 0px;
        right: 0px;
        width: 100%;
        padding: 10px 20px;
        background-color: black;
        color: white;
        border: none;
        border-radius: 0px;
        font-size: 16px;
        cursor: pointer;
        z-index: 100;
        display: block;
        font-family: 'Cinzel', serif;
    }

    .reservation-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        color: #fff;
        display: flex !important
;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 2000;
        transition: transform 0.5s ease-in-out;
        transform: translateY(100%);
        padding: 10px;
    }

    .reservation-overlay.visible {
        transform: translateY(0);
    }

    .reservation-overlay .close-button {
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
    }

	    .reservation-overlay h3 {
        text-align: center !important;
        width: 100%;
        color: white !important;
        font-family: 'Cinzel', serif;
        font-weight: 900;
    }

    .widget-resa, .thr-home {
        display: none;
    }

.reservation-overlay .container-pdr{
max-width:725px;
width:100%;
        padding: 0 15px;
}

.reservation-overlay .btn{
        width: 100%;
        display: block;
        margin: 0px;
}


	
}







@media screen and (max-width: 1040px) {

   
	
	




	.navbar-custom-cha {
    display: block;
    float: right !important;
} 

	.borders{
	border:none;
}

#btn-top .logohome{
	display:none;
}
	
	.btn-som-gris{
	position:relative;
}
	
.par3 {
    width: 48%;
    margin: 1%;
}
    
    
    .btn-container-som {
        margin-top: 10px;
		position: relative;
    }

    .owl-carousel .owl-item img {

        height: 250px;

    }
    .owl-carousel.owl-drag .owl-item {
        height: 250px;
    }
    .section-texte {
        margin: 5px auto;
    }

    .fond-plage {
        background-image: none;
        background: white;
    }

    .bloc-resa {
        margin: 65px 0%;
    }

	 .foot-vignette, .foot-links h3{
		width:100%;
		height: auto;
	}
	
	
	
	.main-footer .flex-even{ align-items: flex-start;}

.text-container, .img-container {
    width: 100%;
    margin: 5px;
}


.vign-details{
	padding:20px;
	min-height:160px;
}

}  

 

@media screen and (max-width: 1100px) {
    #slider-annonce.owl-carousel .owl-nav .owl-next {
        right: 5px;
    }

        #slider-annonce.owl-carousel .owl-nav .owl-prev {
            left: 5px;
        }
}





@media screen and (max-width: 992px) {
	

	
	
	.conteneurvid {
		height: calc(100vh - 109px)!important;
	}
    .triangle-haut, .triangle-bas{
        display:none;
    }
    
    .smart-img{
        object-fit: contain;
    }
    
    .bloc-titre{
        width: 100%;
    }
    
    .bloc-gamme {display:none;}

    .fond-situation, .fond-aquatique, .fond-animation, .fond-hebergement, .fond-prestation{
    border-top: 13px solid #68cae1;
        background-image: none;
height: auto;
min-height:auto;

}
    
    .img-container {
        margin: 0;
        padding:0;
    }
	
	.img-container img{
		object-fit:cover;
		height:100%;
	}

    .text-container-droite .texte,
    .text-container-gauche .texte {
       
        margin: 0;
    }
	


    .bloc-video,
    .bloc-texte {
        width: 100%;
    }

    .btn-container-som{
        margin-top:0;
    }
    
    .fond-hebergement .btn-container-som{
    margin-top: 0px;
}
    
    .fond-prestation{
        padding-top: 0px !important;
    }
    
    
.fond-prestation .btn-container-som{
  margin-top: 0px;
}
    
.fond-situation .btn-container-som, .fond-animation .btn-container-som, .fond-prestation .btn-container-som{
    background:#69cce3;
    }

    .fond-aquatique .btn-container-som, .fond-hebergement .btn-container-som{
    background:#aaa8af;
    }
    
	
	 .container-navlinks {
        opacity:1;
        position: absolute;
        right: 0;
        top: 50px;
        transition: all 0.4s;
        background: transparent;
        border-radius: 0;
        padding: 0;
        z-index: 10;
        justify-content:  flex-end;
        -ms-justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
    }
	
}



@media screen and (max-width: 991px) {	
.conteneurvid{
	height:auto !important;
}
.scale{
	flex-wrap:wrap;
	transform:scale(1)
}

.scale .container{
	padding-left:0;
	padding-right:0;
}

.scale:first-child div{
	width:100%;
}

.scale div a {
	width:100%;
}

}



@media screen and (max-width: 960px) {
 

    .btn-top-active{
    top:54px;

}


	.foot-links {
    width: 100%;
	}
    

}






@media screen and (max-width: 840px) {
	




    #bloclangue-home {
        padding: 3px 0;
       
    }


    #bloclangue-home img {
        margin-top: 0px;
    }





    .footer-links {

        width: 100%;
    }
    h1 {
        font-size: 2.5em;
        
    }
	
	.section-texte h2, h2, .container-titre{font-size:1.4em !important; padding-left:10px; padding-right:10px; white-space:normal; }

    .owl-carousel .owl-item img {

        height: 350px;
    }
    .owl-carousel.owl-drag .owl-item {
        height: 350px;
    }


	.par3 {
    width: 100%;
    margin: 20px 5px;
}

}

@media screen and (max-width: 767px) {

.navbar .navbar-toggle {
	right:97px;
}
	
.navbar .navbar-header {	
background: white;
        z-index: 10;
        position: relative;
        height: 55px;
}

	li.moncompte moncompte-account-name{ display:none; }

	.tel-nav{
	        display: flex;
        position: absolute;
        right: 70px;
        cursor: pointer;
        top: 10px;
        color: #02060b;
        border: 1px solid #02060b;
        font-family: 'Cinzel', serif;
        font-weight: 600;
        border-radius: 5px;
        transition: all 250ms;
        height: 34px;
        width: 44px;
        justify-content: center;
        align-items: center;
		z-index: 100;
	}

.tel-nav i{
color: black;
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
}

    #slider-annonce.owl-carousel a, 
	#slider-annonce.owl-carousel a:active, 
	#slider-annonce.owl-carousel a:focus, 
	#slider-annonce.owl-carousel a:visited, 
	#slider-annonce.owl-carousel a:hover, 
	#slider-annonce.owl-carousel p, 
	#slider-annonce.owl-carousel h3, 
	#slider-annonce.owl-carousel span, 
	#slider-annonce.owl-carousel h2, 
	#slider-annonce.owl-carousel strong {
        font-size: 12px;
        color: white;
        margin: 5px 0 !important;
        padding: 5px 0px !important;
        background: transparent !important;
        transition: all 250ms;
    }


    #slider-annonce.owl-carousel span, #slider-annonce.owl-carousel strong {
        padding: 5px 0 !important;
    }



    .navbar-nav li.open:nth-child(3) > .dropdown-menu {
        flex-direction: row;
        height: auto;
    }

    .navbar-nav li.open:nth-child(3) > .dropdown-menu li:nth-child(13) a, .navbar-nav li.open:nth-child(3) > .dropdown-menu li:nth-child(14) a {
        height: 110px;
        align-items: center;
    }
	
	#bloclangue-home{
		position:relative;
		top:0; right:0;
	}
	
.navbar-nav li.open:nth-child(3) > .dropdown-menu{left:auto; top:auto;}

	
	.navbar-nav li.open:nth-child(3) > .dropdown-menu{
		width:100%;
		right:0;
		position:relative;
	}
	
	.navbar-nav li.open:nth-child(3) > .dropdown-menu li{
		width:45%;
		
	}


body{padding:0 !important;}


.btn{  
	   white-space: normal !important;
}

.par4{width:100%;}

.widget-resa-all{
	overflow:hidden;
}

    .bloc-bleu i {
        color: white;

        font-size: 2em;

        text-align: center;

        padding: 0 10px;

    }

    .par3 h3 {
        font-size: 1em;
        font-weight: 500;
    }


   
    
    #middlebar {

    position: sticky;
    z-index: 100;
    width: 100%;
    top: 0px;

}
    
    #logonav{
        margin-top:0px;
		display: block;
    }
    
    .container-navlinks a{
        font-weight:600;
    }
    

    .container-navlinks .btn {


        padding: 7px 10px !important;

    }
	
	.annonce-conteneur .par2big{
		width:90%;
	}
}

@media screen and (max-width: 690px) {
    .bloc-titre {
        flex-flow: column;
    }


    .triangle-titre {
        display: none;
    }

    #partenaires li {
        margin: 5px 15px;
    }
    
}

@media screen and (max-width: 600px) {
    .par3 {
        width: 33%;
        padding: 10px 0;


        display: flex;
        flex-direction: column;

    }
   

    .bloc-bleu {
        padding-top: 30px;
    }
  
    #bloclangue-home img {
        margin-top: 2px;
    }

     .container-navlinks .btn {


        padding-top: 12px;

    }
   	
	
}


@media screen and (max-width: 440px) {
	  #logonav{
        margin-top:-10px;
    }

	
}
