body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

#image-header {
	height: 150px;
	background-image: url(Images/banniere1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

h2 {
	margin-top: 0px;
	color: white;
	font-family: Poppins;
	font-size: 27px;
	text-transform: uppercase;
	margin-left: 3%;
	padding-top: 55px;
	display: none;
}

/*-----------------------------------------------------------*/


#titre {
  text-decoration: none;
}

#titre:hover {
	text-decoration: underline;
	text-decoration-line: 4px;
}


#liens-formations {
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 3%;
	box-shadow: 3px 6px 28px 1px rgba(105,105,105,0.1);
	position: relative;
}

#liens-formations form {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#liens-formations input[type=submit] {
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	padding: 12px;
	padding-bottom: 7px;
	border: none;
	transition: 0.2s;
	background-color: white;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
}

#liens-formations input[type=submit]:hover {
	transition: 0.2s;
	transform: scale(1.15);
}

#liens-formations a {
	font-family: Roboto;
	font-size: 20px;
	color: black;
	margin-top: 0px;
}

h4 {
	font-family: Roboto;
	font-weight: 400;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	padding-top: 4%;
}

h5 {
	font-family: Roboto;
	font-weight: 400;
	font-size: 21px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*------------------------------------*/

#liste-formations {
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 2%;
	padding-top: 4%;
	background-color: #fafcfd;
}

.formation {
	margin-bottom: 4%;
	padding-bottom: 1%;
	border-left: 4px solid #1a1a1a;
	padding-left: 15px;
}

.formation p {
	font-family: Roboto;
	text-align: justify;
}

.formation img {
	height: 18px;
	margin-right: 7px;
}

.formation h3 {
	font-family: Poppins;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0px;
}

.formation a {
	color: black;
}

.formation .descriptif {
	margin-bottom: 30px;
}

.lien-fiche {
	text-align: right;
	border: 2px solid #1a1a1a;
	padding: 10px;
	border-radius: 2px;
	text-decoration: none;
	color: #1a1a1a;
	transition: 0.2s;
	font-family: Roboto;
}

.lien-fiche:hover {
	background-color: #1a1a1a;
	color: white;
	transition: 0.2s;
}

.satisfaction {
	text-align: right;
	border: 2px solid #e1e1e1;
	background-color: #e1e1e1;
	padding: 10px;
	border-radius: 2px;
	text-decoration: none;
	color: #1a1a1a;
	transition: 0.2s;
	font-family: Roboto;
	margin-left: 15px;
}
