@charset "utf-8";
/* CSS Document */
html{
  height: 100%;	
}
body{
  min-height: 100%;
  height: 1px;	
}
html, body{
	font-family: Verdana, Geneva, sans-serif;
	padding:0;
	margin:0;	
	background-color:#DDD;
	font-size: 12px;
	color: rgba(77,77,77,1);	
}
#main{

	/*height: 1px;*/
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: rgba(190,190,190,1);
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: rgba(227,6,114,1);
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: rgba(227,6,114,1);
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	color: rgba(153,153,153,1);
	font-size: 16px;
	font-weight: bold;
}
a {
	color: rgba(35,136,202,1);
	text-decoration: none;
}
a:hover {
	color: rgba(25,164,56,1);
	text-decoration: none;
}
header img{
	width:100%;	
}
header{
	font-size: 0px;	
}
#topbar{
	max-width: 860px;
	margin: auto;	

	z-index: 100;

}
#topbar-sticky-wrapper{
    max-width: 860px;
	margin: auto;
}
nav{
	margin-top: 20px;
	margin: auto;
	width: 100%;
	height: 100px;
	background-color:white;
	padding-top: 20px;
}
nav ul{
	list-style: none;	
	max-width: 800px;
	margin:auto;
	padding: 0;
}
nav ul li{
	display: inline;
	padding-left: 5px;	
}
#logo{
	padding-right:30px;	
}
#content{
	background-color:white;	
	max-width: 770px;
	text-align: justify;
	margin: auto;
	padding: 45px;	
	position:relative;
}
iframe{
	max-width:100%;	
}
#cadre{
	margin:auto;
	max-width:800px;
	margin-bottom: 100px;
}
#contact{
	float:left;	
	padding: 20px;
}
#coord{
	margin-left: 350px;
	padding-top: 70px;
}
#contact input{
	height: 25px;
	margin-bottom: 10px;
	width:100%;
	text-align: center;
}
textarea{
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	min-height: 50px;
	font-family: Verdana;	
}
#send{
  height: 40px;
  background-color: #C0D117;
  color: white;
  text-transform: uppercase;	
}
#carte{
	clear:both;	
	max-width: 700px;
	margin: auto;
}
/*PLACEHOLDER UPPERCASE*/
::-webkit-input-placeholder {
    text-transform:uppercase;
}

:-moz-placeholder { /* Firefox 18- */
    text-transform:uppercase;  
}

::-moz-placeholder {  /* Firefox 19+ */
    text-transform:uppercase;  
}

:-ms-input-placeholder {  
    text-transform:uppercase;  
}
/*Faire bouger les icones yeah!*/

.btn{
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;	
}
.btn:hover{
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

/* les news */
.spacer {
	clear: both;
	height: 30px;
}
#news {
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 50px;
}
#news .rond {
	background-color: #E22672;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	float: left;
	overflow: hidden;
}
#news .date {
	color: #FFF;
	text-align: center;
}
#news .jour {
	padding-top: 15px;
	font-size: 30px;
}
#news .mois {
	padding-top: 4px;
	font-size: 15px;
}
#news ul {
	margin: 0px;
	padding: 0px;
}
#news ul li {
	list-style: none;
}
#news ul.hover_block li a {
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
	height: 100px;
}
#news ul.hover_block img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%
}
#news .contenu_news {
	margin-left: 130px;
}
#news .titre, #galerie .titre {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 17px;
}



/* galeries */
#galeries{
	text-align: center;
	margin: auto;
	max-width: 730px;
}
#galeries .galerie {
	float: left;
	height: 240px;
	width: 240px;
	text-align: center;
	margin-top: 20px;
}
#galeries img {	
	width: 250px;
}
#galeries .photo {
	width: 160px;
	height: 160px;
	overflow: hidden;
	border-radius: 80px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#galeries .date{
	color: #E22672;
	font-weight: bold;
}
#galeries .titre{
	font-size: 16px;
	margin-top: 5px;
}
/* affichage des photos sur la page photos */
    #galerie {
		max-width:700px;
		margin:auto;
}

#galerie .photo {
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	float: left;
	border: 2px solid #fff;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#galerie .photo:hover {
	border: 2px solid #EA591C;
}
#galerie .photo img {
	text-align: center;
	margin: auto;
	max-width: 220px;
	max-height: 220px;
}
footer{
	bottom:0;
	/*position:absolute;*/
	padding-bottom:10px;
	padding-top:10px;
	width:100%;
	margin:auto;
	background-color:#DDD;
	text-align:center;
}
.actifok img{
		-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
/*LES MEDIA QUERIIIIIIIIIIIIIIES! */
@media (max-width: 800px) {
		li img{
			width:50px;	
		}
		#logo{
			width:150px;	
		}
		nav{
			padding-bottom: 30px;	
			height: initial;
		}
		nav ul{
			max-width: 600px;	
		}
}
@media (max-width: 700px) {
	#coord{
		clear: both;
		width: 300px;
		margin: auto;
		padding-top: 50px;	
	}
	#contact{
		float:none;
		max-width: 300px;
		margin: auto;	
	}
}