p.codrops-demos{
	display: block;
	padding: 15px 0px;
	text-align: center;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 2px solid #a0e6dc;
	padding: 4px 10px 3px;
	font-size: 25px;
	line-height: 25px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a0e6dc;
	background: -moz-linear-gradient(top, #a0e6dc 0%, #48b8a8 44%, #249081 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0e6dc), color-stop(44%,#48b8a8), color-stop(100%,#249081));
	background: -webkit-linear-gradient(top, #a0e6dc 0%,#48b8a8 44%,#249081 100%);
	background: -o-linear-gradient(top, #a0e6dc 0%,#48b8a8 44%,#249081 100%);
	background: -ms-linear-gradient(top, #a0e6dc 0%,#48b8a8 44%,#249081 100%);
	background: linear-gradient(top, #a0e6dc 0%,#48b8a8 44%,#249081 100%);
}
p.codrops-demos a:hover{
	background: #249081;
}
p.codrops-demos a:active{
	background: #249081;
	background: -moz-linear-gradient(top, #249081 0%, #48b8a8 56%, #a0e6dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#249081), color-stop(56%,#48b8a8), color-stop(100%,#a0e6dc));
	background: -webkit-linear-gradient(top, #249081 0%,#48b8a8 56%,#a0e6dc 100%);
	background: -o-linear-gradient(top, #249081 0%,#48b8a8 56%,#a0e6dc 100%);
	background: -ms-linear-gradient(top, #249081 0%,#48b8a8 56%,#a0e6dc 100%);
	background: linear-gradient(top, #249081 0%,#48b8a8 56%,#a0e6dc 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #fc2003;
	background: #249081;
}

p.liens_amis{
	width:75%;
	text-align: center;	
	display: inline-block;
	border: 2px solid #a0e6dc;
	padding: 4px 10px 10px;
	font-size: 25px;
	line-height: 70px;
	font-weight: 80%;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a0e6dc;
	background: -moz-linear-gradient(top, #a0e6dc 0%, #48b8a8 44%, #249081 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0e6dc), color-stop(44%,#48b8a8), color-stop(100%,#249081));
	background: -webkit-linear-gradient(top, #a0e6dc 0%,#48b8a8 44%,#249081 100%);
	background: -o-linear-gradient(top, #a0e6dc 0%,#48b8a8 44%,#249081 100%);
	background: -ms-linear-gradient(top, #a0e6dc 0%,#48b8a8 44%,#249081 100%);
	background: linear-gradient(top, #a0e6dc 0%,#48b8a8 44%,#249081 100%);
}
p.liens_amis a{
	
	padding: 15px;
	
}

/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
div#photo {	position: absolute; z-index: 1;
		margin: auto;
		width: 100%;
		text-align: center;
		border-radius: 10px;
}

.photo1{
    width: 45%;
    text-align: center;
    border-radius: 10px;
    border-left:2px solid #a0e6dc; /* couleur du cadre */
    border-right:3px solid #a0e6dc;
    border-bottom:3px solid #a0e6dc;
    border-top:2px solid #a0e6dc;
}

.meteo{
	margin: auto;
	text-align: center;
}
.logo{
    width: 90%;
}
.logo_photos{
	width: 80%;
}
.logo_sites_corses{
	width: 80%;
}

div#entete {
	
	text-align: center;
	border-radius: 10px;
	width: 100%;
}
div#center{
	position: absolute;
	z-index: 1;
	text-align: center;
}

body#description{
    background: #a6c6cd;
}
body#virtuelle{
    background: #a6c6cd;
}
body#photos{
  margin:0;
  padding:0;
  background: url(../images/4_transparent.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */  
}
body#photos_corses{
  margin:0;
  padding:0;
  background: url(../images/4_transparent.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}

.handi{
    width: 50px;
}
.texte1{
    margin-top: 50px;
    background: #81cac0;
    width: 45%;
    border: 2px solid #249081;
    border-radius: 10px;
    
        
    }
p{
    text-align: left;
    font-size: 1.4em;
    color: black;
    
}

.facade_piscine{
    width: 45%;
    border-radius: 10px;
    border: 2px solid #249081;
    float: right;
    margin-right: 50px;
   
}
.periodes{
	border-radius: 10px;
	 border: 2px solid #249081;
	 width: 60%;
	
}
.body#footer{
	z-index: 1;
	text-align:center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
}
.body#footer2{
	z-index: 1;
	text-align: left;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
}
.body#footer1{
	z-index: 1;
	text-align:center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
}
.video-youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-youtube iframe, .video-youtube object, .video-youtube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}