.saisieCompte, .creationCompte {
    background-color: white;
    border: 2px solid var(--basic-blue);
    padding: 1em;
    border-radius: 0.5em;
}

.creationCompte {
	font-size: 85%;
	max-height: 70vh;
	overflow-x: hidden;
	overflow-y: auto;
}
/* .saisieCompte {
	font-size: 85%;
	background-color: white;
	border: 1px solid var(--basic-blue);
	padding: 1em;
} */
.saisieCompte span.info {
    color:#009051;
	display : inline-block ;
	width : 80%;
	margin-left : 10%;
	font-size:90%;
	font-style: italic;
	margin-top : 1em;
}

.creationCompte label {
    width: 11em !important;
}

.creationCompte .apresDebutLigne {
    margin-left: 12.4em;
    display: inline-block;
}

.creationCompte #indicationFamille {
    width: calc(100% - 13em);
	margin-top : 0.4em ;
}

.creationCompte #answer {
    width: calc(100% - 2em);
    margin-left: 1em;
}

.creationCompte .smallText.apresDebutLigne {
    margin-left: 15em;
}

.saisieCompte .buttonsBar {
	margin-top : 0 !important ;
}

.centeredArea header {
	color: #c20817;
}

.autresActions {
	width : 100%;
	display : flex ;
	align-items: center;
	justify-content: space-evenly ;
}

.saisieCompte textarea {
    width: calc(98% - 14em);
    height: 8em;
}
