.containerformateur {
	width: 98%;
	margin: 2rem auto;
	margin-left: 1%;
	display: flex;
	flex-wrap: wrap;
}

.container-formateur-box {
	width: 21%;
	margin-left: 3%;
	margin-bottom: 50px;
}

.img-formateurs {
	width: 100%;
}

.scroll-breve-formateur {
	width: 97%;
	height: 200px;
	overflow-y: auto;
	text-align: justify;
	color: #3c414a;
	font-weight: normal;
	padding: 5px;
}

.diplomes-formateurs {
	float: left;
}

.form {
	width: 80%;
	margin: 2rem auto;
	text-align: center;
	display: none;
	max-width: 800px;
}

textarea,
input {
	width: 100%;
	padding: 10px;
}
input[type='checkbox'] {
	width: auto;
	margin-right: 10px;
}
div.creation {
	padding: 1rem;
	font-size: 16px;
	cursor: pointer;
	border: solid 1px black;
	width: 150px;
}
.close {
	font-size: 32px;
	cursor: pointer;
	vertical-align: middle;
}
select {
	width: 350px;
	padding: 10px;
}
#modifierFormateur,
.container-affiche-diplomes {
	display: none;
}
p {
	font-size: 16px;
	text-align: left;
}
.fas,
.far {
	cursor: pointer;
}
.fa-user-edit {
	font-size: 16px;
	vertical-align: middle;
}
.ajouter-diplome {
	position: relative;
	display: none;
}

.fa-save:before {
	content: '\f0c7';
	position: absolute;
	font-size: 16px;
	top: 12px;
	right: 12px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	z-index: 100;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hidden {
	visibility: hidden;
	opacity: 0;
}

.message {
	z-index: 102;
	position: fixed;
	background-color: #eee;
	color: #000;
	padding: 1rem;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	border-radius: 4px;
	width: 300px;
	height: 100px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.stylehr {
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* BOUTON ACTION DATE FORMATION */
.bouton-action-enregistrer {
	width: 130px;
	border: solid 1px black;
	background-color: #5a8391;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	margin-left: 2%;
	margin-top: 15px;
	color: white;
}

.bouton-action-supprimer {
	float: right;
	width: 130px;
	border: solid 1px black;
	background-color: #bb2b2b;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	margin-right: 2%;
	margin-top: -57px;
	color: white;
}

.message_conge {
	color: crimson;
}
/* CONGE */
.container-conge {
	display: flex;
}
.dateConge {
	margin-left: auto;
	font-size: 2rem;
	cursor: pointer;
}
