#fermer-contenu-popin {
	font-family: 'Montserrat';
	position: absolute;
	/* top: 355px; */
	margin-left: 325px;
	font-size: 3rem;
	cursor: pointer;
	transition: 0.3s;
	outline: none;
}
#fermer-contenu-popin:hover {
	transform: rotate(90deg);
}
#fermer-contenu-popin > a {
	text-decoration: none;
	color: #000;
}

.hd-form-div-C {
	width: 400px;
	margin: auto;
	border: 1px solid #dadce0;
	border-radius: 8px;
	padding: 0px 40px;
	background-color: white;
	margin-bottom: 50px;
}

#contenant-creer-formation {
	margin: 2rem auto;
	text-align: center;
	display: none;
}

.hd-form-div-C h1 {
	color: #202124;
	padding-bottom: 0;
	padding-top: 16px;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
	text-align: center;
}

.titreDiv {
	color: #80868b;
	font-size: 12px;
	margin-bottom: 7px;
	text-align: center;
	font-family: Montserrat;
}
#chercherformateur {
	text-align: center;
}

/* input text */
.hd-input-text-div-C {
	height: 50px;
	position: relative;
	z-index: 99;
}
.hd-input-text-C {
	border-radius: 4px;
	padding: 13px 15px;
	font-size: 12px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #202124;
	border: 1px solid #dadce0;
	cursor: pointer;
}
.hd-input-text-C:focus {
	outline: 0;
	border: 2px solid #a8acb1;
}
.hd-input-text-placeholder-C {
	background: #fff;
	color: #80868b;
	padding: 0 8px;
	font-size: 12px;
	font-weight: 400;
	z-index: 1;
	position: absolute;
	left: 8px;
	top: 18px;
	cursor: pointer;
}

@keyframes yukari {
	from {
		top: 12px;
		font-size: 12px;
	}
	to {
		top: -6px;
		font-size: 12px;
	}
}

@keyframes asagi {
	from {
		top: 12px;
		font-size: 12px;
	}
	to {
		top: 6px;
		font-size: 12px;
	}
}

/* select */
#selectlieu {
	color: #80868b;
	border: 1px solid #dadce0;
	font-size: 12px;
	font-family: Montserrat;
}
#selectlieu > select:focus {
	border: 3px solid #a8acb1;
}
#selectstructure {
	color: #80868b;
	border: 1px solid #dadce0;
	font-size: 12px;
	font-family: Montserrat;
}
#selectstructure > select:focus {
	border: 3px solid #a8acb1;
}

#selectformation2 {
	color: #80868b;
	border: 1px solid #dadce0;
	font-size: 12px;
	font-family: Montserrat;
}
#selectformation2 > select:focus {
	border: 3px solid #a8acb1;
}

#completmodifc {
	color: #80868b;
	border: 1px solid #dadce0;
	font-size: 12px;
	font-family: Montserrat;
}
.afficherCalendrierDiv {
	color: #80868b;
	font-size: 12px;
	margin-left: 50px;
}

#selectformateur {
	border: 1px solid #dadce0;
}

.hd-select-C {
	position: relative;
}

.hd-select-C-selected:after {
	position: absolute;
	content: '';
	top: 20px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #000 transparent transparent transparent;
}
.hd-select-C-items div {
	color: #222;
	padding: 6px 12px;
	cursor: pointer;
	user-select: none;
	text-align: center;
}
.hd-select-C-selected {
	background-color: #fff;
	color: #80868b;
	padding: 13px 15px;
	border: 1px solid #dadce0;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
}
.hd-select-C-items {
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #dadce0;
	font-size: 12px;
	overflow-y: scroll;
	height: 300px;
}

.hd-select-C-hide {
	display: none;
}
.hd-select-C-items div:hover,
.hd-select-C-items .hd-same-as-selected {
	background-color: #e8f0fe;
	color: #5a8391;
}
.hd-select-C-selected.hd-select-C-arrow-active:after {
	border-color: transparent transparent #000 transparent;
	top: 14px;
}
.hd-select-C-arrow-active {
	border: 2px solid #80868b;
}

.check {
	color: #80868b;
	font-size: 14px;
}

.mardi__apc {
	color: #80868b;
	font-size: 12px;
	/* margin-left: 50px; */
	text-align: center;
}

.bouton-action-enregistrer {
	margin-bottom: 15px;
}
.bouton-save {
	text-align: center;
}

#chercherPlanning {
	cursor: pointer;
	color: orange;
	text-align: center;
}
#recepteur-planning {
	/* width: 300px; */
	display: none;
	/* height: 400px; */
	overflow-y: scroll !important;
}
.cacherStructure {
	display: none;
}
.styleOption {
	font-size: 12px;
	color: red;
}
