/***********************************/
/************ LE GROUPE *************/
/***********************************/

/*********** DATES CLES **********/

#dates_cles {}
#dates_cles ul {display: block;max-width: 1070px;margin: auto;text-align: left;border: 0px solid #aaa;}
#dates_cles ul li {
	position: relative;
	display: block;
	padding: 45px 5px;
	text-align: left;
	border: 0px solid #aaa;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 40px;
	background-image: url("../images/hexa_chrono.png");
	}
#dates_cles ul li[data-pos=right] {text-align: right;}


#dates_cles ul li span {width: 45%;min-width: 240px;display: inline-block;text-align: right;}
#dates_cles ul li span b {display: block;font-size: 140%;text-align: right;font-weight: bold;}

#dates_cles ul li[data-pos=right] span {text-align: left;}
#dates_cles ul li[data-pos=right] span b {text-align: left;}

#chronologie {position: absolute;display: inline-block;width: 3px;margin: 0 auto 0 -1px;border-left: 3px dotted #aaa;}


/*********** EUREKA CHIFFRES **********/

#eureka_chiffres {position: relative;}
#eureka_chiffres ul {padding: 45px 0;}
#eureka_chiffres ul li {display: inline-block;vertical-align: top;margin: 2% 1%;max-width: 10%;min-width: 150px;font-size: 120%;}
#eureka_chiffres ul li b {display: block;padding: 15px 0;font-size: 240%;font-weight: bold;}


/****** EQUIPE *******/

#equipe {}
#equipe div.inli {vertical-align: top;margin: 25px 35px;padding: 35px;background-color: #fbfbfb;border: 1px solid #ccc;}
#equipe div.inli[data-person] figure {
	display: inline-block;
	padding: 120px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 200px;
}
#equipe div.inli[data-person=lucien]{}
#equipe div.inli[data-person=lucien] figure {background-image: url("../images/lucien.jpg");}
#equipe div.inli[data-person=sebastien]{}
#equipe div.inli[data-person=sebastien] figure {background-image: url("../images/sebastien.jpg");}
#equipe div.inli[data-person=benoit]{}
#equipe div.inli[data-person=benoit] figure {background-image: url("../images/benoit.jpg");}

#equipe div.inli h4, #equipe div.inli h5 {background-color: #e5e5e5;}
#equipe div.inli h4 {padding: 5px 5px 0 5px;}
#equipe div.inli h5 {padding: 0 5px 5px 5px;}
#equipe p {padding: 9px 0;}


/***** EQUIPE PHOTO GROUPE ****/

#equipePhotos {padding: 55px 0 0 0;border: 0px solid red;}
/* #equipePhotos div.bloc, #equipePhotos figure {vertical-align: top;} */
#equipePhotos div.bloc {margin: 0;padding: 0px 0;}
#equipePhotos div[data-nom=bordeaux]{text-align: left;}
#equipePhotos div[data-nom=toulouse]{text-align: right;}

#equipePhotos figure, #equipePhotos div.txt {padding: 0;display: inline-block;vertical-align: middle;width: 49.5%;}
#equipePhotos div[data-nom] div.txt {}
#equipePhotos div[data-nom] div.txt h4 {padding: 15px;}
#equipePhotos div[data-nom] div.txt h4, #equipePhotos div[data-nom] div.txt p {text-align: center;}
#equipePhotos div[data-nom] div.txt p {padding: 3% 9%;}
#equipePhotos div[data-nom] div.txt p b {display: block;}

#equipePhotos div[data-nom=bordeaux] figure{}
#equipePhotos div[data-nom=toulouse] figure {width: 50.5%;}
#equipePhotos div[data-nom=toulouse] div.txt {width: 48.5%;}

#equipePhotos figure img {width: 100%;}

#equipePhotos span.btn_contact {display: block;padding: 45px;background-color: #1B3660;}
#equipePhotos span.btn_contact:hover {background-color: #294877;}
#equipePhotos span.btn_contact a {
	padding: 15px 45px 15px 0;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 22px;
	text-transform: uppercase;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	}
#equipePhotos span.btn_contact a:link, #equipePhotos span.btn_contact a:visited {background-position: 97% 50%;}
#equipePhotos span.btn_contact a:hover, #equipePhotos span.btn_contact a:active {text-decoration: none;background-position: 100% 50%;}


/**** VALEURS ****/

#valeur {}
#valeur figure {max-width: 500px;margin: 0 auto;padding: 9px;}
#valeur figure img {width: 100%;}

/****** ENGAGEMENT ****/

#engagement {
	background-repeat: no-repeat;
	background-position: 50% 75%;
	background-image: url("../images/engagement.jpg");
	background-size: 250px;
	text-align: center;
}

.engage_bloc {
	display: inline-block;
	vertical-align: top;
	width: 35%;max-width: 370px;min-width: 240px;
	margin: 3% 9%;
	padding: 9px;
	border-top: 1px solid #d2d2d2;
	}
.engage_bloc[data-pos=top]{border: 0;border-bottom: 1px solid #d2d2d2;}

.engage_bloc h4 {padding: 12px 0;}
.engage_bloc ul, .engage_bloc p {text-align: justify;padding: 0 0 0 15px;}
.engage_bloc ul li, .engage_bloc p {line-height: 25px;}
.engage_bloc ul li {list-style: none;}

#engagement span[data-im_bloc=terre]{display: block;max-width: 270px;}
