h4
{
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
}
/* #ed31ee #851290 */
#projets h2
{
	margin-bottom: 15px;
}
#video h2
{
	margin-bottom: 5px;
}
.subPage
{
	border: 1px solid #e9e9e9;
	color: black;
	position: relative;
	overflow: hidden;
}
.subPageImage
{
	background-size: 100% auto;
	background-position: center;
	height: 200px;
	background-repeat: no-repeat;
}
.subPageDescription
{
	padding: 10px;
	height: 200px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -160px;
	background-color: rgba(0,0,0, 0.6);
	transition: linear .2s;
	color: white;
	font-size: 12px;
}
.subPage:hover .subPageDescription
{
	bottom: 0px;
}
.subPageDescription h6
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.onglet
{
	font-size: 13px;
}
h1
{
	
}
#renowattLogo2
{
	float: left;
	width: 60px;
	margin-top: -15px;
}
#video iframe
{
	width: 100%;
}

.projet:hover
{
	cursor: pointer;
	transform: scale(1.03);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	/*transform: translateZ(-1000px);*/
}
#information img
{
	max-width: 100% !important;

}
#information, #socialNetwork
{
	background-color: white;
	padding: 15px;
	border: 1px solid #dadada;
	margin-top: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	min-height: 360px;
}
#bar5
{
	padding: 15px;
}
h1
{
	padding: 15px;
	font-size: 24px;
	display: block;
	width: 100%;
}
#subMenu
{
	color: white;
	font-size: 20px;
	font-weight: 300;
	background-color: #305079;
}
select:focus
{
	outline: none;
}
select
{
	-webkit-appearance: none;
	border: 3px solid #dadada;
	padding: 5px;
	padding-right: 50px;
	background-image: url('../images/arrowSelect.png');
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 95% 50%;
}
h3
{
	font-size: 22px;
	text-align: center;
	padding-bottom: 60px;
}
.projet p
{
	text-align: justify;
	margin-top: 15px;
}
.dateArticle
{
	color: #dadada;
	font-style: italic;
	font-size: 12px;
}
.light
{
	position: absolute;
	width: 100px !important;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	height: 100px !important;
	-webkit-filter: blur(40px);
	opacity: 0.3;
	background-color: white;
	transition: linear 0s !important;
	display: none;
}
#bar2 p
{
	line-height: 125% !important;
}
.projet div
{
	transition: linear .3s;
	position: relative;
}
h2
{
	font-size: 25px;
	margin-bottom: 20px;
}
.projet
{
	border: 1px solid #dadada;
	padding: 15px;
	min-height: 450px;
	transition: linear .3s;
    -webkit-perspective: 600px; /* Chrome, Safari, Opera */
    perspective: 600px;
    background-color: white;
}