.conteneurvid {
       height: calc(100vh - 95px) !important;
    width: 100%;
	position:relative;
	background-image:url('/IMGHOME/accueil/camping_accueil_ocean.jpg');
	background-size:cover;
	min-height:650px;
}


video {

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    
}

.btn-promo-container{
margin: 10px auto !important;
    width: 100%;
    padding: 0 10px;
}


.btn-accueil.btn-promo {
    width: 100% !important;
    padding: 20px 10px !important;
    font-size: 2em !important;
    margin: 10px auto !important;
    max-width: 500px !important;
    background: #23394b !important;
    color: white !important;
    border: none !important;
    font-family: 'Cinzel';
    display: block !important;
    border: 4px solid white !important;
}

.btn-accueil.btn-promo span {
    font-size: 18px;
    display: block;
}



.evenement-container{
    text-align:center;
}

.evenement-container p{
    text-align:left;
}

.evenement-container a.btn{
position: absolute;
    bottom: -25px;
    width: 400px;
    right: calc(50% - 200px);
    white-space: normal;
}
.bloc-resa .bloc-video{
   background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(197,236,253,1) 20%, rgba(105,204,227,1) 70%);
    object-position: center;
}
    
.bloc-resa .bloc-video video{
     object-fit: contain;

}


.par3{width:30%; position:relative;}

.par3 h3 {
	padding:20px;
	text-align:center;
	font-size:2em;
	color:#23394b;
	background:rgba(250,250,250,1);
	width:100%;
	text-transform:uppercase;
	height: 70px;
margin-top: 10px;
font-family: 'Cinzel', serif;
}


.local-background .map{
	max-height:200px;
	margin:0 auto;
	display:block;
}

.vignette1{

	height:550px;

box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);

}

.atout-back{
	background:#eceff1;
	width:100%;
}

.atout-back .par3 img{
	width:100%;
	height:300px;
	object-fit: cover;
}

.vignette2{

	height:550px;
box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}

.vignette3{
	
	
	height:550px;
box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}


.vignette-hebergement{
	width:48%;
	background: linear-gradient(white, whitesmoke);
	margin:1%;
	display:flex;
}

.img-heber, .details-heber {
	width:50%;
}

.img-heber img{
	object-fit:cover;
	width:100%;
	height:100%;
	min-height:40vh;
}

.details-heber h3{
	background:whitesmoke;
	color:#23394b;
	font-size:2em;
	text-align:center;
	width:100%;
	margin:0;
	margin-bottom:0px;
	font-weight:400;
	
	
}

.details-heber p{
	text-align:center;
	padding:15px; 
	    border-bottom: 1px solid whitesmoke;
}


.details-heber strong{
	color:#23394b;
}

.details-heber ul{
	margin-bottom:35px;
}

.details-heber li{
	color:black;
	margin:10px 20px;
}

.details-heber a{
	margin:20px;
}

.par3 .atout-texte{
	background:white;
	width:90%;
	margin:0 auto;
	position:absolute;
	bottom:0px;
	padding:45px;
}



.atout-texte a.btn{
position: absolute;
    bottom: -30px;
    width: 80%;
    right: 9%;
}

.aqua-container div a{
	position: absolute;
    bottom: -15px;
    width: 80%;
    right: 9%;
}

.aqua-container{
	position:relative; width:100%; background:#eceff1;
}

.aqua-ext img,.aqua-int img{object-fit:cover; width:100%;}

.aqua-ext{ background-position:center; background-size:cover;  position:relative;  width:50%; padding:15px; }

.aqua-int{ background-position:center; background-size:cover; position:relative;  width:50%; padding:15px;}	




.par3 p{
	margin:0 auto;
	padding:5px 20px;
}


.par4{
	width:23%;
	margin:1%;
	position:relative;
}

.v-espace{
height:550px;
background-size:cover;
	background-repeat:no-repeat;
	transition: all 250ms;
}

.v-espace a{
	width:100%;
	height:100%;
	display: block;
}

.v-espace:hover{opacity:0.8; box-shadow: 0 5px 10px rgba(0,0,0,.4);}

.v-espace span{
	bottom:40px;
	padding:10px;
	text-align:center;
	font-size:2em;
	color:#23394b;
	background:rgba(250,250,250,0.9);
	width:100%;
	text-transform:uppercase;
	position: absolute;
}

.v-espace-shop{
	background-image:url('/IMGHOME/ocean_boutique.jpg');	
	background-position: center;
}

.v-espace-infra{
	background-image:url('/IMGHOME/ocean_infrastructure.jpg');
}

.v-espace-anim{
	background-image:url('/IMG/jpg/spectacle_aladin.jpg');
	background-position:center center;
}

.v-espace-resto{
	background-image:url('/IMGHOME/ocean_restauration.jpg');
}







#fashion {
    width: 100%;
height: 100%;
    z-index: 1;
    display: flex;
position:relative;
    align-items: flex-end;
    justify-content: center;
	flex-direction:column;
}

.btn-accueil, .btn-accueil:active, .btn-accueil:focus, .btn-accueil:visited{
	background: #23394b !important;
border: 1px solid #2e4459 !important;
color: white !important;
font-weight: bold;
padding: 5px 10px;
font-size: 14px;
border-radius: 20px;
margin:10px;
width: 160px;
}

.btn-accueil:hover{
	background: #2e4459 !important;
	color: white !important;
}


.annonce-conteneur {
    position: relative;
    text-align: center;
    bottom: 0px;
    background: transparent;
    transition: 0.4s all;
    padding: 15px;
   background: transparent;
    max-width:750px;
	    margin: 0 auto 0 auto;
		border-radius:30px;
}

.widget-resa{
	background: transparent !important;
    max-width: 100%;
    margin: 0 auto;
    border-top: 0px !important;
    position: relative !important;
}

.container-fixed .scale {
    margin: 0 auto;
    padding-top: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: white;
    padding-right: 20px;
    padding-top: 10px;
}


.container-fixed {
    position: fixed !important;
    bottom: unset;
    top: -50px;
    padding: 0px !important;
    padding-bottom: 0px;
    transform: translateY(100px);
    transition-delay: 500ms;
    max-width: 100%;
    width: 100%;
    padding-top: 0;
}



.container-btn-accueil{width:100%; margin-top:15px;}

.annonce-conteneur p {
    padding:15px;
    margin:0;
    font-size: 1.1em;
    color: whitesmoke;
    font-weight: 400;
   

}
.annonce-conteneur img {
    max-height: 40px !important;
}

.annonce-conteneur h1{  
font-size: 3.5em;
	   color: white;
	   font-weight:600;
	   padding:10px;  
text-transform: uppercase;
font-family:Quicksand;
text-shadow: 0 0 6px black;
}

.annonce-conteneur h3{
	   font-size: 2em;
	   color: white;
	   font-weight:300;
	   padding:15px;  
text-transform: uppercase;
text-shadow: 0 0 6px black;
}

.fa-star {
	color:white;
	font-size:1.2em;
}

.annonce-conteneur h4{
	font-size:2em;
	color:white;
	font-weight:900;
	text-transform:uppercase;
	    background: transparent;
text-shadow: 0 0 6px black;
}

.annonce-conteneur strong {
    font-size: 1.5em;
    color: #5ea4b3;
	text-transform:uppercase;
	font-weight:900;
text-shadow: 0 0 6px black;
}

.annonce-conteneur span{
	 font-size: 1em;
}


.btn-info span {
    font-size: 11px;
    display: block;
    line-height: 1.8;
}

.btn-info {
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px;
    border: none;
    white-space: normal;
    width:100%;
border: 1px solid #c5ecfd;
    margin:0 !important;
	height: 100%;
}

.btn-info:hover{    border-color: #fff200;}


.ln-4 {
    line-height: 4;
}

.info-glyph {
    width: 100%;
    transition: all 0.4s;
    font-size: 3.5em !important;
    color: #c5ecfd;
    margin-bottom: 10px;
}

a:hover .info-glyph {
    color: #fff200;
}




.local-background{

   background:#eceff1;
    width: 100%;
}
.local-background h3{
    color: #243b4e;
    font-weight: 400;
    font-family: 'Cinzel', serif;
    font-size: 2.2em;
}

.local-background .vignette{
	    width: 360px;
    position: absolute;
    bottom: -150px;
    right: -200px;
}

.local-background .vignette img{
	
	border-radius:50%;
	border:5px solid white;
	
}

/*RESPONSIVE CONTENEUR ANNONCE*/


@media screen and (max-width: 1700px) {
.local-background .vignette {
	    bottom: -180px;
    width: 300px;
    right: -160px;
}
}

@media screen and (max-width: 1467px) {
    .annonce-conteneur p {
        font-size: 1.1em;
        margin: 0;
        padding: 2px;
        font-weight: 400;
padding-right: 25px;
    }

   


    .btn-info {
        font-size: 1.05em;
        font-weight: bold;
        padding: 10px;
        margin-top: 5px;
    }



}



@media screen and (max-width: 1350px) {
	
	.widget-resa{
	position:relative !important;
	
}
}

@media screen and (max-width: 1267px) {
	
	
	
	.container-btn-accueil{
		margin-bottom:0px;
		padding:15px;
		background: rgba(0, 0, 0, 0);
	}
	
	.annonce-conteneur{
		background: rgba(0, 0, 0, 0);
		margin:0px;
	}
	
	.annonce-conteneur h3 {
    font-size: 1.5em;
	}
	
    .annonce-conteneur p {
        padding:5px !important;
		font-size:1em;
        margin: 0;

    }

    .info-glyph, .annonce-conteneur .far {


        font-size: 3em !important;

    }
	
	video {
    height: 51vh;
	display:block;
}
	
	

    .annonce-conteneur {
        width: 100%;
		min-width: 100%;
    }
	
	.annonce-conteneur, #fashion{
position:relative;

border-radius: 0;
    }
	
	.vignette-hebergement{
	width:100%;
	
    display: flex;
    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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;

}
}


@media screen and (max-width: 1100px) {
.v-espace span{
	font-size:1.5em;
}



}

@media screen and (max-width: 997px) {
	.aqua-ext, .aqua-int{
	width:100%;
}
	
    .annonce-conteneur p {
        font-size: 1.15em;
        padding-right:10px;
		text-align: center;
		font-weight: 500;
    }
    .annonce-conteneur .flex-center{margin-bottom:0px; padding:0;}
    
	.annonce-conteneur .par2{
		width:100%;
		margin-bottom: 15px;
text-align: center;
	}
	
	
    
    .annonce-conteneur .flex-even{
        flex-wrap: wrap-reverse;

-webkit-flex-wrap: wrap-reverse;

-ms-flex-wrap: wrap-reverse;
    }
    
   
    
    .ln-4 {
        line-height: 2;
    }
    
    
    .annonce-conteneur .btn{
        margin:0;
      
    }
    
  

    .conteneurvid {
      height: auto;
        width: 100%;
    }

    .info-glyph, .annonce-conteneur .far {


        font-size: 3em !important;

    }

    .btn-info {
        font-size: 1em;
        font-weight: bold;
        padding: 10px;
        margin-top:0;
    }


.atout-back .par3{
	width:100% !important; 
}

.vignette3, .vignette2, .vignette1{background-size:cover;}
    
    
}

@media screen and (max-width: 767px) {

	.btn-accueil.btn-promo {
padding:10px;
font-size:22px;
}

.btn-accueil.btn-promo span{
font-size:18px;
}
	
	.img-heber, .details-heber{width:100%;}
	
	
	video {

  
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    z-index: -1;
}
	
	
    .annonce-conteneur {
        bottom: 0px;
	padding: 0;
        margin-bottom: 0px;
    }

    .info-glyph, .annonce-conteneur .far {


        margin: 10px 0;

    }
   
   .annonce-conteneur .par3{
	   padding-top:0px !important;
	   width:33.3%;
   }

}












.marginw {

    margin: 0;
    font-family: 'Quicksand', cursive !important;
    padding-top: 10px;
}

label {
    font-size: 1.1em;
    color: whitesmoke;
    font-weight: 600 !important;
    padding-left: 10px;
}

.radio {
    margin: 0px !important;
    padding-left: 5px;
}

.btn-pub {
    background: rgba(0, 0, 0, 0.5) !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
    font-size: 18px !important;
}

.annotexte {

    color: white;
    font-weight: 500;
    font-family: champagne_limousines, 'Quicksand', sans-serif;
    font-size: 3em;
    text-transform: uppercase;

}

.annonce-conteneur .par3{
	padding:0;
	padding-top:10px;
}

.annonce-conteneur p{font-weight:400; line-height: 1.5;}
