<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	.bgWhite {
		background:				#ffffff;
	}
	.bgLightGray {
		background:				#f0f0f0;
	}
	.CenteredText {
		text-align:				center;
	}
	.JustifiedText {
		text-align:				justify;
	}
	.BigValue{
		white-space: 			nowrap;
    	line-height: 			57px;
    	font-style: 			normal;
    	font-weight: 			bold;
    	font-size: 				54px;
    	color: 					#0088D1;
    	text-transform:	 		uppercase;	
		margin:					10px;
	}
	

/* ================================ */
/* wrapper 							*/
/* ================================ */
	.Wrapper {
		border:					none;
		width:					100%;
		/* max-width:				1920px; */
		margin-left: 			auto;
    	margin-right: 			auto;
	}
	.Wrapper.Full {
		max-width:				100%;
	}
	.Wrapper.Stats {
		max-width:				100%;
	}
	.Wrapper.Blue {
		background:				#0088D1;
	}
	.Wrapper.White {
		background:				#ffffff;
	}
/* ================================ */
/* wrapper 							*/
/* ================================ */

/* ================================ */
/* section 							*/
/* ================================ */
	.Section {
		width:					100%;
		max-width:				1364px;
		margin-left: 			auto;
    	margin-right: 			auto;
		display:				table;
		padding:				20px;
		font-size:	 			16px;
	    color: 					#555555;
    	font-family: 			Arial;
    	line-height: 			1.35em;
	    text-align: 			left;
	}
	
    .Section H1,.Section H2 {
		font-size: 				26px;
    	color: 					#666666;
	    margin-bottom: 			20px;
    	margin-top: 			0px;
	    font-weight: 			normal;
		line-height:			1.1em;
	}
	.Section .Col .Picto{
		text-align:				center;
	}
	.Section .Col .Picto IMG{
		height:					80px;
	}

		
	.Section.Col1 {
	}
	.Section.Col1 .Col{
		width:					100%;
		border:					none;
		float:					left;
	}
	.Section.Col2 {
	}
	.Section.Col2 .Col{
		width:					50%;
		border:					none;
		float:					left;
	}
	.Section.Col2 .Col.ContactCoords{
		width:					350px;
	}
	.Section.Col2 .Col.ContactForm{
		width:					calc(100% - 350px);
	}
	.Section.Col2 .Col.Last{
		margin-right:			0;
	}	
	.Section.Col2 .Col.Slider{
		width:					62%;
		margin-right:			4rem;
/*		display:				table;*/
		position:				relative;
	}
	.Section.Col2 .Col.SliderText.Focus{
		width:					calc(38% - 4rem);
	}
	.Section.Col2 .Col.Slider.Focus{
		width:					62%;
		margin-right:			0rem;
		margin-left:			4rem;
/*		display:				table;*/
		position:				relative;
	}
	.Section.Col2 .Col.SliderText{
		width:					calc(38% - 4rem);
	}


	.Section.Col2 .Col.SliderText .Article .Date{
		margin-bottom:			20px;
	}
	.Section.Col2 .Col.Slider.Small{
		width:					52%;
	}
	.Section.Col2 .Col.SliderText{
		width:					calc(38% - 4rem);
	}
	.Section.Col2 .Col.Slider.Small2{
		width:					41%;
	}
	.Section.Col2 .Col.SliderTextSmall2{
		width:					calc(59% - 4rem);
	}



	.Section.Col2 .Col.Slider .Image{
		width:					100%;
		/*
		border-top-left-radius: 			35px; 
		-webkit-border-top-left-radius: 	35px; 
		-moz-border-top-left-radius: 		35px; 
		*/
		background-color:				inherit;
		background-image:		url(../../pics/2022/AppIconGrey.png),url(../../pics/2022/bg-service.png);
		background-repeat:		no-repeat, no-repeat;
		background-size:		128px 128px, 95% 97%;
		background-position:	center center,left top;
		overflow:				hidden;
		

	}
	.Section.Col2 .Col.Slider .Image.Blog{
		width:					100%;
	}
	
	.Section.Col2 .Col.Slider .Image IMG{
		width:					100%;
		border-radius: 			5px; 
		-webkit-border-radius: 	5px; 
		-moz-border-radius: 	5px; 
	}
	.Section.Col2 .Col.Slider .Tool{
		width:					100%;
		display:				block;
		height:					100%;
		position:				absolute;
		bottom:					0px;
		right:					0px;
    	text-align: 			center;
    	padding-bottom: 		10px;		
		
	}
	.Section.Col2 .Col.Slider .Tool .Switches{
		display:				table;
		position:				absolute;
		bottom:					20px;
		width:					100%;		
	}
	.Section.Col2 .Col.Slider .Tool .Switch{
		
		width:					12px;
		height:					12px;
		border:					1px solid #000000;
		background:				#FFFFFF;
		margin-left:			12px;
		margin-top:				12px;
		cursor:					pointer;
		display: 				inline-block;
		border-radius: 			5px; 
		-webkit-border-radius: 	5px; 
		-moz-border-radius: 	5px; 
	}
	.Section.Col2 .Col.Slider .Tool .Switch.On{
		border:					1px solid #0088D1;
		background:				#0088D1;
	
	}	
	
	
	.Section.Col3 {
	}
	.Section.Col3 .Col{
		width:					30%;
		margin-right:			4%;
		border:					none;
		float:					left;
		line-height: 			28px;
    	text-align: 			left;
	    font-style: 			normal;
    	font-weight: 			normal;
	    font-size: 				16px;
    	color: 					rgba(0,0,0,1);		
	}
	.Section.Col3 .Col.Last{
		margin-right:			0;
	}
	
	
	
	.Section.Col4 {
	}
	.Section.Col4 .Col{
		width:					22%;
		margin-right:			calc(12% / 3);
		border:					none;
		float:					left;
		line-height: 			28px;
		}
	.Section.Col4 .Col.Last{
		margin-right:			0;
	}
	.Section.Col4 .Col .Picto {
		text-align:				center;
	}
	.Section.Col4 .Col .Texte {
		text-align:				justify;
	}
	.Section.Col4 .Col .Picto IMG{
		width:					80px;
	}
	.Section.Col5 .Col{
		width:					20%;
		margin:					0;
		border:					none;
		float:					left;
		line-height: 			28px;
	    font-style: 			normal;
    	font-weight: 			normal;
	    font-size: 				16px;
    	color: 					rgba(0,0,0,1);		
		padding:				1%;
	}
	
	.Section.Col6 .Col{
		width:					15%;
		margin-right:			calc(10% / 5);
		border:					none;
		float:					left;
		line-height: 			28px;
	    font-style: 			normal;
    	font-weight: 			normal;
	    font-size: 				16px;
    	color: 					rgba(0,0,0,1);		
	}
	.Section.Col6 .Col.C1{
	}
	.Section.Col6 .Col.C2{
	}
	.Section.Col6 .Col.C3{
	}
	.Section.Col6 .Col.C4{
	}
	.Section.Col6 .Col.C5{
	}
	.Section.Col6 .Col.C6{
		margin-right:			0px;
	}
	
	
/* ================================ */
/* section 							*/
/* ================================ */

/* ================================ */
/* Clear 							*/
/* ================================ */
	.Clear {
		clear:					both;
	}
	.Clear.HS {
		height:					5px;
	}
	.Clear.HM {
		height:					10px;
	}
	.Clear.HL {
		height:					20px;
	}
	.Clear.HXL {
		height:					40px;
	}
	.Clear.HXXL {
		height:					80px;
	}
/* ================================ */
/* Clear 							*/
/* ================================ */
	
</pre></body></html>