.libelle_operationnel{
	height: 35px;
}
.ParentsForenfant_Table{
	font-size: 16px !important;
}
.span_button{
	padding : 0px !important;
}
.supprimer_item{
	margin-right: 6px !important;
}
#ParentsForenfant_Table_length{
	display : none !important;
}
.text_area_style{
	border: solid 1px #cccccc !important;
}
.loader_container{
	position: absolute;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #000000a3;
    z-index: 999;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; / Safari /
  animation: spin 2s linear infinite;
}


