.bodya {
	background-color: #639cef;
}

h2 {
	color: #639cef;
}

h3 {
	color: #639cef;
	text-transform: uppercase;
	text-shadow: 0 0 30px rgba(0,0,0,0.40);
	margin-left: 30px;
}

h4 {
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	text-shadow: 0 4px 8px rgba(0,0,0,0.6);
}

section {
	padding: 0 2%;
	margin: 10px 40px 30px;
	border-radius: 2em;
	box-shadow: 5px 5px 20px 20px #fff;
	background-color: #fff;
}

hr {
	color: black;
}

/*-------------------------------------------------*/

.section1 p {
	padding: 0 5%;
	margin: 10px auto;
	font-size: larger;
}

.section1 ul {
	text-align: justify;
	list-style-type: none;
	padding: 0 10%;
	margin: 10px auto;
	font-size: larger;
}

.section1 a {
	font-size: large ;
	color: #3b5ea6;
	text-decoration: none;
}

.section1 a:hover {	
	text-decoration: underline;
	color: #7ea8e8;
}

.emplois-div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5%;
	margin: 10px auto;
}

.emplois-img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: transform 0.3s ease, opacity 0.3s;
}

.emplois-img:hover {
	transform: scale(1.05);
	opacity: 0.85;
}

.journal-accueil {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5%;
	margin: 10px auto;
	align-items: center;
	justify-content: center;
	width: auto;
}

.journal-accueil p {
	padding: 0 3%;
	margin: 10px 0;
	text-align: justify;
	width: 400px;
	max-width: 100%;
}

.journal-accueil img {
	width: 400px;
	height: auto;
	max-width: 100%;
}

/*-----------------------------------------------*/

.section2 p {
	padding: 0 5%;
	margin: 10px auto;
	font-size: larger;
}

.section2 ul {
	text-align: justify;
	list-style-type: none;
	padding: 0 10%;
	margin: 10px auto;
	font-size: larger;
}

.section2 a {
	font-size: large ;
	color: #3b5ea6;
	text-decoration: none;
}

.section2 a:hover {	
	text-decoration: underline;
	color: #7ea8e8;
}

.orga {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	align-items: flex-start;
	width: auto;
}

.orga img{
	margin: auto;
	width: 800px;
	height: auto;
	max-width: 100%;
}

/*----------------------------------------------*/

.section3 div h2 {
	color: #639cef;
	margin: 40px 0
}

.certificat {
	color: #639cef;
	font-size: 211%;
	line-height: 100%;
	text-align: center;
	background-color: #d5e6ff;
	text-shadow: none;
	border-radius: 84px;
	padding: 20px;
	margin: 0 5%;
	text-transform: uppercase;
}

.section3 p {
	padding: 0 5%;
	margin: 10px auto;
	font-size: larger;
	text-align: justify;
}

.tabformation {
	display: flex;
	justify-content: center; 
	align-items: center;
}

.tabformation img{
	width: 1100px;
	height: auto;
	max-width: 100%;
}

.formation {
	display: flex;
	justify-content: center; 
	align-items: center;
}

.formation u {
	text-align: justify;
}

.formation img{
	width: 1100px;
	height: auto;
	max-width: 100%;
}

.section3 ul {
	text-align: justify;
	list-style-type: none;
	padding: 0 10%;
	margin: 10px auto;
	font-size: larger;
}

.section3 p u {
	font-size: larger;
}

.section3 dt {
	padding: 0 5%;
	margin: 10px auto;
	font-size: larger;
	text-align: justify;
	list-style-type: none;
}

.section3 dd {
	text-align: justify;
	list-style-type: none;
	padding: 0 10%;
	margin: 10px auto;
	font-size: larger;
}

.section3 table {
	padding: 0 5%;
	margin: 10px auto;
}

.section3 tr {
	justify-content: space-evenly;
}

.section3 td {
	padding: 0 5%;
	margin: 10px auto;
	text-align: center;
	font-size: larger;
}

.ietf-img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5%;
	margin: 10px auto;
	max-width: 100%;
}

.ietf-img img {
	width: 	auto;
	height: auto;
	max-width: 100%;
}

/*-------------------------------------------*/
/*logo en bas de page_accueil*/
/*-------------------------------------------*/

.logo-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
}
.logo-wrap img { 
	width: 50%; 
	display: block; 
}

svg.overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

svg.overlay a:hover{
	text-decoration: none;
}

.zone { 
	fill: transparent;
	cursor: pointer; 
}

.zone:hover { 
	fill: rgba(255,255,255,0.25); 
}

.zone-label {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	fill: #ffffff;
	text-shadow: 0 1px 4px rgba(0,0,0,0.4);
	cursor: pointer;
	pointer-events: all;
	font-family: Arial, Helvetica, sans-serif;
	filter: drop-shadow(0 1px 3px rgba(0,0,0,0.5));
}