#page_actualites h1.title{
	padding-bottom:1em;
}
#page_actualites #content{
	background:#c6c5cb url(/i/actus.jpg) no-repeat center bottom;
	background-size:cover;
	padding:4em 0 10em 0;
}
#actus article{
	display:table;
	margin-bottom:1em;
	width:100%;
	margin-left:0px;
	transition: all 0.3s ease;
	cursor:pointer;
}
#actus article:hover{
	margin-left:20px;
	box-shadow: 0px 0px 10px 0px #656565;
}
#actus article > div{
	display:table-row;
}
#actus article time{
	transition: all 0.3s ease;
	text-align:center;
	display:table-cell;
	background:#52555d;
	color:#fff;
	font-family: 'Montserrat', sans-serif;	
	font-weight:400;
	text-transform:uppercase;
	padding:1em;
	font-size:.9em;
	width:20%;
}
#actus article:hover time{
	background:#133882;
}
#actus article > div > div{
	display:table-cell;
	background:#fff;
	padding:2em 5em 2em 2em;
	box-sizing:border-box;
	width:80%;
}
#actus article h2{
	margin-top:0;
	font-size:1.5em;
}

/*------------------------------------------------*/

#page_actualite h1.title > span{
	display:block;
	font-size:.5em;
}

#page_actualite h1.title{
	padding-top:2em;
	text-align:center;	
}
#page_actualite .prev{
	transition: all 0.3s ease;
	margin-right:10px;
	vertical-align:middle;
	display:inline-block;
	width:20px;
	height:25px;
	background:url(/i/puce3.png) no-repeat center center;	
}
#page_actualite .next{
	transition: all 0.3s ease;
	margin-left:10px;
	vertical-align:middle;
	display:inline-block;
	width:20px;
	height:25px;
	opacity:1;
	background:url(/i/puce4.png) no-repeat center center;	
}
#page_actualite .prev:hover,
#page_actualite .next:hover{
	opacity:.3;	
}
#actu{
	max-width:600px;
	margin:0 auto;
	text-align:justify;
}
#actu_nav{
	border-top:1px solid #eee;
	padding-top:2em;
	margin:5em 0 2em 0;
	clear:both;
	text-align:center;
	vertical-align:middle;
}


@media screen and (max-width: 640px) 
{
	#page_actualite h1.title{
		padding-top:0;
	}
	#page_actualites #content{
		padding-bottom:4em;
	}
	#actus article > div{
		display:block;
	}
	#actus article time{
		display:block;
		width:auto;
	}
	#actus article > div > div{
		display:block;
		width:auto;	
		padding:2em;
	}
	#actu_nav{
		margin-top:2em;
	}
}
/* Stylesheet: Actualites Modified On 2015-08-07 17:09:56 */
#realisations{
	background:#eee;
	box-sizing:border-box;
	overflow:visible;
	height:1%;
	padding:1%;
}
#realisations:after{
	content:"";
	display:block;
	clear:both;
}
.realisation{
	float:left;
	height:350px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:48%;
	margin:1%;
	box-sizing:border-box;
	background-color:#fff;
	transition: all 0.3s ease;
	cursor:pointer;
}
.realisation.exclude{
	opacity:0.2;
}
.realisation.active{
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 30px 0 rgba(0,0,0,.5);
}
.texte{
	padding:2em 3em 2em 2em;
	width:50%;
	box-sizing:border-box;
	font-size:.85em !important;
	line-height:1.2em !important;
	overflow:auto;
	float:left;
}
.texte h2{
	font-size:1.1em;
}
.image{
	display:block;
	width:50%;
	height:100%;
	float:left;
	background-size:cover;
	background-position:center center;
}
.image a{
	display:block;
	width:100%;
	height:100%;
}



@media screen and (max-width: 960px) 
{

	.realisation{
		height:auto;
	}
	.image{
		clear:both;
		width:100%;
		height:300px;		
	}
	.texte{
		clear:both;
		width:100%;
		height:300px;
		border-top:25px solid #eee;
	}
}
@media screen and (max-width: 780px) 
{

	.realisation{
		width:100%;
		float:none;
		clear:both;
	}
	.image{
		clear:both;
		width:100%;
		height:300px;		
	}
	.texte{
		clear:both;
		width:100%;
		height:auto;
		background:#fff;
	}
}
/* Stylesheet: Realisations Modified On 2015-08-07 18:32:38 */
