.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.Mymodal .modal-dialog,
.Mymodal .modal-content {
    /* 80% of window height */
    height: 80%;
}

.Mymodal .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

.engras{
	font-size:18px;
	font-weight:bold;
}
.engrasmoyen{
	font-size:13px;
	font-weight:bold;
}
.cacher{
	display:none;
}

#classeselect option{
   font-size:	120%;
}

.bul tr, td{
	padding:0px;
	margin:0px;
}

.divcenter {
	position:absolute;
	top:50%;
	left:50%;
}
.lm{
	font-weight:bold;
}
.espace{
	margin-top:15px;
}
