html{
	font-size: 100%;
}
body{
	font: 400 1rem "Source Sans Pro", arial, helvetica, sans-serif;
	line-height: 1.5rem;
	margin: 0; 
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}


.clear{
	clear: both;
}

.element-invisible{
	display: none;
}

*{
	box-sizing: border-box;
}

img{
	max-width: 100%;
	height: auto !important;
}



a{
	transition: all 0.5s ease 0s;
	word-wrap: break-word;
	outline: none;
}

a:hover{
	cursor: pointer;
}


/******************************************************** HEADER
	******************/
#site-header{
	color: #fff;
	background: url("/assets/images/fond/fond-slide.jpg") no-repeat center top;
	text-align: center;
	min-height: 400px;
	margin: 0 0 -100px 0;
}

#site-header .container{
	padding: 50px 0;
}

#site-header .container img{
	display: inline-block;
	margin: 20px 0;
	max-width: 90%;
}

#site-header h1{
	font: 600 2.2em 'Source Sans Pro',Arial,Helvetica,sans-serif;
	line-height: 2.4rem;
}

#site-header h2{
	font: 400 1em/1.2 'Source Sans Pro',Arial,Helvetica,sans-serif;
}


#site-header::after{
	display: table;
	content: "";
	clear: both;
}

/******************************************************** CONTENT
	******************/

#site-content{
	margin: 0 0 50px 0;
}



#site-content .bloc{ position: relative; margin: 10px 0;}
#site-content .bloc:hover .content-bloc h3{
	color: #000;
}

#site-content .bloc:hover span{
	color: #000;
	border-color: #000;
}

#site-content .bloc .content-bloc{
	background: #a2c739;
	color: #fff;
	padding: 80px 10px;
	text-align: center;
}

#site-content .bloc h3{
	font: 600 1.4em'Source Sans Pro',Arial,Helvetica,sans-serif;
	line-height: 1.4rem;
	margin: 0 0 20px 0;
	transition: all 0.3s;
}

#site-content .bloc span{
	font: 400 1em 'Source Sans Pro',Arial,Helvetica,sans-serif;
	line-height: 1.3rem;
	border: 1px solid #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px;
	transition: all 0.3s;
}


#site-content .bloc a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

/******************************************************** FOOTER
	******************/

#site-footer{
	
}

#site-footer .bloc{
	text-align: center;
	text-transform: uppercase;
}

#site-footer .bloc img{
	margin: 0 0 20px 0;
	display: inline-block;
}