/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 avr. 2014, 16:04:31
    Author     : jeremy.b
*/

#en_savoir_plus {
	margin: 0 auto;
	width: 58%;
}

#en_savoir_plus h2 {
	text-align:left;
	position: relative;
	left: 10px;
	top: -5px;
}

#en_savoir_plus img {
	width: 29px;
	float:left;
}

#esp_en_tete {
    width: 1010px;
    text-align: center;
}

#titre{
	background-color: white;
	padding-left: 27px;
	padding-right: 27px;
	font-family:bree serif;
	font-size :38px;
	color:#054570;
	position: relative;
	top: -35px;
	
}

#equipe {
	display:inline-block;
	margin: 35px;
	width: 26%;
    text-align: center;
	padding-left:0px;
	vertical-align:top;
}
#equipe p {
    text-align: left;
	color: #484848;
}
#objectif {
	display:inline-block;
	margin: 35px;
	width: 26%;
    text-align: center;
	padding-left:0px;
	vertical-align:top;
}
#objectif p {
    text-align: left;
	color: #484848;
}
#engagement {
	margin: 35px;
	width: 26%;
    text-align: center;
	padding-left:0px;
	display:inline-block;
	vertical-align:top;
}
#engagement p {
    text-align: left;
	color: #484848;
}

#concept {
	display:inline-block;
	margin: 35px;
	width: 25%;
    text-align: center;
	padding-left:0px;
	vertical-align:top;
}

#concept p{
    text-align: left;
	color: #484848;
}

#transparence {
	display:inline-block;
	margin: 35px;
	width: 25%;
    text-align: center;
	padding-left:0px;
	vertical-align:top;
}

#transparence p{
    text-align: left;
	color: #484848;
}

#unique {
	display:inline-block;
	margin: 35px;
	width: 26%;
    text-align: center;
	padding:0px;
	vertical-align:top;
}
#unique p{
    text-align: left;
	color: #484848;
}

#role{
	background: #484848;
	padding-top: 15px;
}

#role:before{
	margin-left:50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	border-top-color: #fff;
	border-width: 20px;
}

#role h2{
	color:white;
	text-align:center;
}

#role ul{
	width: 58%;
	margin:0 auto;
}

#role ul li{
	color: white;
	list-style: none;
	width: 30%;
	display: inline-flex;
	vertical-align: top;
	margin-bottom: 32px;
	margin-left: -12px;
	margin-right: 40px;
}

#role ul li img{
	padding-right: 12px;
	height: 18px;
	margin-top: 2px;
}

/************** Media queries ********************/
@media screen and (max-width : 489px) {
	#main_content_transparent_home {
		width: 100%;
	}
	
	#en_savoir_plus {
    margin: 0 auto;
    width: 100%;
	}
	
	#equipe, #concept,#engagement,#unique, #transparence,#objectif{
    width: 80%;
	}
	
	#role{
    position:static;
	width:100%;
	}
	
	#role::before {
		position: static;
		margin-left: 50%;
	}
	
	#role ul {
    width: 100%;
    margin: 0 auto;
	}
	
	#role ul li{
    width: 80%;
	padding-top:10px;
    margin: 0 auto;
	}
	
	#title_homepage {
	width: 100%;
	position: static;
	text-align: center;
	}

}

@media only screen and (min-width : 490px) and (max-width : 910px) {
	#role ul li {
	color: white;
	list-style: none;
	width: 90%;
	display: inline-flex;
	vertical-align: top;
	margin-bottom: 32px;
	margin-left: 12px;
	margin-right: 40px;
	}
}

@media only screen and (min-width : 490px) and (max-width : 1050px) {
	#main_content_transparent_home {
		width: 100%;
	}
	
	#en_savoir_plus {
    margin: 0 auto;
    width: 100%;
	}
	
	#equipe, #concept,#engagement,#unique, #transparence,#objectif{
    width: 35%;
	}
	
	#role{
    position:static;
	width:100%;
	}
	
	#role::before {
		position: static;
		margin-left: 50%;
	}
	
	#role ul {
    width: 100%;
    margin: 0 auto;
	}
	
	#title_homepage {
	width: 100%;
	position: static;
	text-align: center;
	}
}

@media only screen and (min-width : 490px) and (max-width : 1360px) {
	#main_content_transparent_home {
		width: 100%;
	}
	
	#en_savoir_plus {
    margin: 0 auto;
    width: 100%;
	}
	
	#equipe, #concept,#engagement,#unique, #transparence,#objectif{
    width: 35%;
	}
	
	#role{
    position:static;
	width:100%;
	}
	
	#role::before {
		position: static;
		margin-left: 50%;
	}
	
	#role ul {
    width: 100%;
    margin: 0 auto;
	}

	#title_homepage {
	width: 100%;
	position: static;
	text-align: center;
	}
}

@media only screen and (min-width : 1361px) and (max-width : 1770px) {	
	#en_savoir_plus {
    margin: 0 auto;
    width: 70%;
	}
	
	#role ul {
    width: 68%;
    margin: 0 auto;
	}
}