/* Image introduction */

.introduction{
	background-image: url(../img/introduction_emploi.jpg);
}


.contener {
	max-width: 960px;
	margin: auto;
}
.image_avantages {
	max-width: 200px;
}
.image_pole {
	max-width: 465px;
}

/* styles section emplois */

.gauche {
	float: left;
	max-width: 465px;
}
.droite {
	float: right;
	max-width: 465px;
}
h3 {
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #0C6F95;
	font-weight: bold;
}
.presentation_generale {
	margin-bottom: 40px;
	font-size: 1.4em;
}
.sous_titre {
	margin-bottom: 10px;
	font-size: 1.2em;
}
.texte_emploi {
	margin-bottom: 20px;
}
/* styles avantages */

.image_avantages {
	border-radius: 50%;
}
.avantages {
	clear: both;
	margin-bottom: 80px;
}
.liste_avantages li {
	display: inline-block;
	padding: 20px;
	margin-top: 30px;
	max-height: 260px;
	vertical-align: middle;
	font-size: 0.8em;
	font-weight: bold;
}

.liste_avantages li:first-child{
	font-size: 1.4em;
	color: #FDA100;
}
.liste_avantages figure {
	position: relative;
}
.liste_avantages figcaption {
	background-color: rgba(0,0,0,0.5);
	height: 200px;
	width: 280px;
	border-radius: 50%;
	color: white;
	position: absolute;
	left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
.texte_avantages {
	line-height: 200px;
}
/* version non survolée */

			.liste_avantages figcaption {
				display: none;
			}

			.liste_avantages figure:hover figcaption {
				display: block;
			}
