.cadre
{
	border-bottom: blue 1px solid;
	border-left: blue 1px solid;
	border-right: blue 1px solid;
	border-top: blue 1px solid;
}
.texte-12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;	
}
.mg-14-noir
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.mg-14-bleu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0073AD;
}

.style18
{
	height: 19px;
	width: 358px;
}

.style20
{
	width: 383px;
}

.style5
{
	width: 464px;
	height: 120px;
}
.style7
{
	width: 464px;
	height: 120px;
}
.style8
{
	height: 18px;
}

.cadre
{
	border-bottom: blue 1px solid;
	border-left: blue 1px solid;
	border-right: blue 1px solid;
	border-top: blue 1px solid;
}
.texte-12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
    /*width: 514px;*/
    text-align: left;
}


.texte-12-gras
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	
}
.texte-18-gras
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.texte-24-gras
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
}
.sous-titre-bleu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0073AD;
}
.sous-sous-titre-bleu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0073AD;
}
.texte-12-bleu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0073AD;
}
.texte-14-bleu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0073AD;
}
.texte-16-bleu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0073AD;
}
.texte-18-bleu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0073AD;
}
.texte-24-bleu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0073AD;
}
.texte-bas
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.style12
{
	height: 440px;
}

.style19
{
	width: 358px;
}

.style21
{
	width: 511px;
}
.syle17
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}
.style1
{
	height: 35px;
}
.style2
{
	width: 274px;
}

.style2
{
	width: 271px;
}
.style111
{
	width: 110px;
}
.style113
{
	height: 12px;
}
.style115
{
}
.style116
{
	height: 16px;
}
.style118
{
	width: 131px;
}
.style119
{
	height: 16px;
	width: 131px;
}
.style120
{
	height: 31px;
}
.style124
{
	height: 20px;
}
.style125
{
	height: 22px;
	width: 131px;
}
.style126
{
	height: 13px;
}
.TitreAdmin
{
	font-size: 24px;
	color: #256992;
}

.font-weight-bold {
	font-weight: bold;
}

.updateProgress {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color:rgba(127, 127, 127, 0.5);
}
.updateProgress > div {
	background-color: white;
    border-radius: 5px;
	border: 1px solid lightgray;
	padding: 15px;
    display: flex;
	flex-direction: column;
	align-items: center;
}
.updateProgress img {
	height: 30px;
	width: 30px;
}
.updateProgress > div > div:first-child  {
	font-size: 18px;
	font-weight: bold;
	color: #0073AD;
}
.updateProgress > div > img  {
	margin-top: 15px;
}
.updateProgress > div > div:last-child {
	margin-top: 15px;
	text-align: center;
}