<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
div {
	box-sizing: border-box;
}
.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.tar {
	text-align: right;
}

.tace
{
	text-align: center;
}

.nowrap
{
	flex-wrap: nowrap;
}

.marginAuto {
	margin: auto;
}
.uppercase {
	text-transform: uppercase;
}
.auto-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrapper
{
	width:100%;
	margin:auto;
	background-color: #fff;
}
/***definition des colonnes***/
.col-xs-12
{
	width: 100%;
}
.col-xs-11 
{
	width: 91.66666667%;
}
.col-xs-10 
{
	width: 83.33333333%;
}
.col-xs-9 
{
	width: 75%;
}
.col-xs-8 
{
	width: 66.66666667%;
}
.col-xs-7 
{
	width: 58.33333333%;
}
.col-xs-6 
{
	width: 50%;
}
.col-xs-5 
{
	width: 41.66666667%;
}
.col-xs-4 
{
	width: 33.33333333%;
}
.col-xs-3 
{
	width: 25%;
}
.col-xs-2 
{
	width: 16.66666667%;
}
.col-xs-1 
{
	width: 8.33333333%;
}
.col-xs-push-12 
{
	margin-left: 100%;
}
.col-xs-push-11 
{
	margin-left: 91.66666667%;
}
.col-xs-push-10 
{
	margin-left: 83.33333333%;
}
.col-xs-push-9 
{
	margin-left: 75%;
}
.col-xs-push-8 
{
	margin-left: 66.66666667%;
}
.col-xs-push-7 
{
	margin-left: 58.33333333%;
}
.col-xs-push-6 
{
	margin-left: 50%;
}
.col-xs-push-5 
{
	margin-left: 41.66666667%;
}
.col-xs-push-4 
{
	margin-left: 33.33333333%;
}
.col-xs-push-3 
{
	margin-left: 25%;
}
.col-xs-push-2 
{
	margin-left: 16.66666667%;
}
.col-xs-push-1 
{
	margin-left: 8.33333333%;
}
.col-xs-push-0 
{
	margin-left: 0;
}

@media (min-width: 768px) 
{
	.col-sm-12 
	{
		width: 100%;
	}
	.col-sm-11 
	{
		width: 91.66666667%;
	}
	.col-sm-10 
	{
		width: 83.33333333%;
	}
	.col-sm-9 
	{
		width: 75%;
	}
	.col-sm-8 
	{
		width: 66.66666667%;
	}
	.col-sm-7 
	{
		width: 58.33333333%;
	}
	.col-sm-6
	{
		width: 50%;
	}
	.col-sm-5 
	{
		width: 41.66666667%;
	}
	.col-sm-4 
	{
		width: 33.33333333%;
	}
	.col-sm-3 
	{
		width: 25%;
	}
	.col-sm-2 
	{
		width: 16.66666667%;
	}
	.col-sm-1 
	{
		width: 8.33333333%;
	}
	.col-sm-push-12 
	{
		margin-left: 100%;
	}
	.col-sm-push-11 
	{
		margin-left: 91.66666667%;
	}
	.col-sm-push-10 
	{
		margin-left: 83.33333333%;
	}
	.col-sm-push-9 
	{
		margin-left: 75%;
	}
	.col-sm-push-8 
	{
		margin-left: 66.66666667%;
	}
	.col-sm-push-7 
	{
		margin-left: 58.33333333%;
	}
	.col-sm-push-6 
	{
		margin-left: 50%;
	}
	.col-sm-push-5 
	{
		margin-left: 41.66666667%;
	}
	.col-sm-push-4 
	{
		margin-left: 33.33333333%;
	}
	.col-sm-push-3 
	{
		margin-left: 25%;
	}
	.col-sm-push-2 
	{
		margin-left: 16.66666667%;
	}
	.col-sm-push-1 
	{
		margin-left: 8.33333333%;
	}
	.col-sm-push-0 
	{
		margin-left: 0;
	}
}

@media (min-width: 992px)
{
	.col-md-12
	{
		width: 100%;
	}
	.col-md-11
	{
		width: 91.66666667%;
	}
	.col-md-10 
	{
		width: 83.33333333%;
	}
	.col-md-9 
	{
		width: 75%;
	}
	.col-md-8 
	{
		width: 66.66666667%;
	}
	.col-md-7 
	{
		width: 58.33333333%;
	}
	.col-md-6 
	{
		width: 50%;
	}
	.col-md-5 
	{
		width: 41.66666667%;
	}
	.col-md-4 
	{
		width: 33.33333333%;
	}
	.col-md-3 
	{
		width: 25%;
	}
	.col-md-2 
	{
		width: 16.66666667%;
	}
	.col-md-1 
	{
		width: 8.33333333%;
	}
	.col-md-push-12 
	{
		margin-left: 100%;
	}
	.col-md-push-11 
	{
		margin-left: 91.66666667%;
	}
	.col-md-push-10 
	{
		margin-left: 83.33333333%;
	}
	.col-md-push-9 
	{
		margin-left: 75%;
	}
	.col-md-push-8 
	{
		margin-left: 66.66666667%;
	}
	.col-md-push-7 
	{
		margin-left: 58.33333333%;
	}
	.col-md-push-6 
	{
		margin-left: 50%;
	}
	.col-md-push-5 
	{
		margin-left: 41.66666667%;
	}
	.col-md-push-4 
	{
		margin-left: 33.33333333%;
	}
	.col-md-push-3 
	{
		margin-left: 25%;
	}
	.col-md-push-2 
	{
		margin-left: 16.66666667%;
	}
	.col-md-push-1 
	{
		margin-left: 8.33333333%;
	}
	.col-md-push-0 
	{
		margin-left: 0;
	}
}



@media (min-width: 1200px)
{
	.col-lgs-12
	{
		width: 100%;
	}
	.col-lgs-11
	{
		width: 91.66666667%;
	}
	.col-lgs-10 
	{
		width: 83.33333333%;
	}
	.col-lgs-9 
	{
		width: 75%;
	}
	.col-lgs-8 
	{
		width: 66.66666667%;
	}
	.col-lgs-7 
	{
		width: 58.33333333%;
	}
	.col-lgs-6 
	{
		width: 50%;
	}
	.col-lgs-5 
	{
		width: 41.66666667%;
	}
	.col-lgs-4 
	{
		width: 33.33333333%;
	}
	.col-lgs-3 
	{
		width: 25%;
	}
	.col-lgs-2 
	{
		width: 16.66666667%;
	}
	.col-lgs-1 
	{
		width: 8.33333333%;
	}
	.col-lgs-push-12 
	{
		margin-left: 100%;
	}
	.col-lgs-push-11 
	{
		margin-left: 91.66666667%;
	}
	.col-lgs-push-10 
	{
		margin-left: 83.33333333%;
	}
	.col-lgs-push-9 
	{
		margin-left: 75%;
	}
	.col-lgs-push-8 
	{
		margin-left: 66.66666667%;
	}
	.col-lgs-push-7 
	{
		margin-left: 58.33333333%;
	}
	.col-lgs-push-6 
	{
		margin-left: 50%;
	}
	.col-lgs-push-5 
	{
		margin-left: 41.66666667%;
	}
	.col-lgs-push-4 
	{
		margin-left: 33.33333333%;
	}
	.col-lgs-push-3 
	{
		margin-left: 25%;
	}
	.col-lgs-push-2 
	{
		margin-left: 16.66666667%;
	}
	.col-lgs-push-1 
	{
		margin-left: 8.33333333%;
	}
	.col-lgs-push-0 
	{
		margin-left: 0;
	}
}




@media (min-width: 1600px)
{
	.col-lg-12 
	{
		width: 100%;
	}
	.col-lg-11 
	{
		width: 91.66666667%;
	}
	.col-lg-10 
	{
		width: 83.33333333%;
	}
	.col-lg-9 
	{
		width: 75%;
	}
	.col-lg-8 
	{
		width: 66.66666667%;
	}
	.col-lg-7 
	{
		width: 58.33333333%;
	}
	.col-lg-6 
	{
		width: 50%;
	}
	.col-lg-5 
	{
		width: 41.66666667%;
	}
	.col-lg-4 
	{
		width: 33.33333333%;
	}
	.col-lg-3 
	{
		width: 25%;
	}
	.col-lg-2 
	{
		width: 16.66666667%;
	}
	.col-lg-1 
	{
		width: 8.33333333%;
	}
	.col-lg-push-12 
	{
		margin-left: 100%;
	}
	.col-lg-push-11 
	{
		margin-left: 91.66666667%;
	}
	.col-lg-push-10 
	{
		margin-left: 83.33333333%;
	}
	.col-lg-push-9 
	{
		margin-left: 75%;
	}
	.col-lg-push-8 
	{
		margin-left: 66.66666667%;
	}
	.col-lg-push-7 
	{
		margin-left: 58.33333333%;
	}
	.col-lg-push-6 
	{
		margin-left: 50%;
	}
	.col-lg-push-5 
	{
		margin-left: 41.66666667%;
	}
	.col-lg-push-4 
	{
		margin-left: 33.33333333%;
	}
	.col-lg-push-3 
	{
		margin-left: 25%;
	}
	.col-lg-push-2 
	{
		margin-left: 16.66666667%;
	}
	.col-lg-push-1 
	{
		margin-left: 8.33333333%;
	}
	.col-lg-push-0 
	{
		margin-left: 0;
	}

}


/**** fin definition des colonnes***/

.img100 {
	max-width: 100%;
}
.flex-1
{
	-webkit-box-flex:1;
  -webkit-flex:1 1 0%;
      -ms-flex:1 1 0%;
          flex:1 1 0%;	
}
.flex-2
{
	-webkit-box-flex:2;
  -webkit-flex:2 1 0%;
      -ms-flex:2 1 0%;
          flex:2 1 0%;	
}
.flex-3
{
	-webkit-box-flex:3;
  -webkit-flex:3 1 0%;
      -ms-flex:3 1 0%;
          flex:3 1 0%;	
}
.fb-fd-column
{
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.fb-as-flex-end
{
	-webkit-align-self:flex-end;
    -ms-flex-item-align:end;
        align-self:flex-end;
}

.fb-as-stretch
{
	-webkit-align-self:stretch;
    -ms-flex-item-align:stretch;
        align-self:stretch;
}
.fb-ai-flex-end
{
	-webkit-box-pack: end;
	-webkit-align-items: flex-end;
		-ms-flex-pack: end;
			align-items: flex-end;
}
.fb-jc-flex-end
{
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.fb-jc-center
{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fb-ai-center
{
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.fb-jc-spaceAround
{
	-webkit-justify-content:space-around;
	    -ms-flex-pack:distribute;
	        justify-content:space-around;	
}

.fb-jc-spaceBetween
{
	-webkit-justify-content:space-between;
	    -ms-flex-pack:distribute;
	        justify-content:space-between;	
}

.fb-jc-spaceEvenly
{
	-webkit-justify-content:space-evenly;
	    -ms-flex-pack:distribute;
	        justify-content:space-evenly;	
}

@media (max-width: 767px)
{
	.fb-fd-column-xs
	{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
			-ms-flex-direction:column;
				flex-direction:column;	
	}
	
	.xs-center
	{
		text-align: center;
	}
}</pre></body></html>