#slideshow {
	position: relative; top: 0; left: 0;
	width:100%; height:373px;
	z-index:50;
}
@media (max-width:800px) {
	#slideshow {
		height:250px;
	}	
}

#slideshow .slide {
	position: absolute; top: 0px; left: 0;
	width:100%; height:100%;
	background-size: cover;
	background-position: center center;
}

#visuel {
	position: absolute; top:73px; left:50%;
	z-index:999;
}

/* ----------------------- */
#triangle_gauche {
	position: absolute; top: 373px; left: 50%;
	margin-left:-788px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 130px 0 300px 448px;
	border-color: transparent transparent transparent #edf6fb;	
}
#triangle_droite {
	position: absolute; top: 373px; right: 50%;
	margin-right:-788px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 130px 448px 300px 0;
	border-color: transparent #edf6fb transparent transparent;
}

#triangle_bleu {
	background: url('../images/triangle-bleu.png') no-repeat center top;
	min-height:209px;
	color:#FFF;
	font-size: 17px;
}
@media (max-width:800px) {
	#triangle_bleu {
		min-height:150px;
		background: rgb(125,200,233); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYzhlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(125,200,233,1) 0%, rgba(0,133,198,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(125,200,233,1)), color-stop(100%,rgba(0,133,198,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(125,200,233,1) 0%,rgba(0,133,198,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(125,200,233,1) 0%,rgba(0,133,198,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(125,200,233,1) 0%,rgba(0,133,198,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(125,200,233,1) 0%,rgba(0,133,198,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dc8e9', endColorstr='#0085c6',GradientType=1 ); /* IE6-8 */	
	}	
}

#page h1 {
	font-size: 18px;
	padding:0;
	border:none;
}

#page .bouton.blanc {
	color:#eb307c;
	background-color: #fff;	
}
#page .bouton.blanc i {
	border-color:#eb307c;
}


#page #adresses {
	position: relative; top: 0; left: 0;
	margin-top:25px;
}

#adresses .adresse {
	
}
#adresses .adresse i {
	display: block;
	width:88px; height:88px; line-height:88px;
	margin:15px auto;
	border-radius:88px;
	color:#EB307C; 
	border:1px solid #EB307C;
	font-size: 50px;
}


#actualites {
	position: relative; top: 0; left: 0;
	text-align: justify;
	margin-top:40px; padding-top:40px;
	border-top:2px solid #e8e9ea;
}

#actualites .actualite {
	position: relative; top: 0; left: 0;
	width:100%;
}

.actualite h2 {
	margin-top:0;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom:10px;
	border-bottom:5px solid #EB307C;
	text-align: left;
}

#page .actualite .photo {
	text-align: center;	
}

#page .actualite .photo img {
	border:6px solid #FFF;
	box-shadow:0px 0px 3px #333;
}

#actualites .cycle-pager {
	text-align: center;	
	font-size: 50pt;
	height:25px; line-height:20px;
	color:#7dc8e9;
}
#actualites .cycle-pager span {
	cursor:pointer;	
}
#actualites .cycle-pager .cycle-pager-active {
	color:#0085c6;	
}

#partenaires img {
	margin:15px;
}

@media only screen and (max-width:768px){
	.actualite h2 {
		text-align: center;
	}
	
	#page .actualite .photo {
		text-align: center;	
	}
	
	#page .actualite .texte {
		text-align: center;
	}
	
	#page .actualite .texte + p {
		text-align: center;	
	}
	
	#page .actualite .photo img {
		border:6px solid #FFF;
		box-shadow:0px 0px 3px #333;
	}
}
