.modal-conges .wrapper {
	background-color: white !important;
	border-radius: 1rem;
	box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.15);
}

.modal-conges .modal-header {
	background-color: #D01050;
	border-radius: 1rem 1rem 0 0;
}

.modal-conges .modal-header *{
	color: white;

}

#form-algo .arret, #form-algo .conges {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 0.5rem;
}

#form-algo .arret {
	margin: 0.5rem;
}

#form-algo .err-msg {
	color: #D01050;
}