<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

@font-face{
    font-family:'Open Sans';
	src:url('../fonts/OpenSans-Regular.woff');
	font-weight:normal;
}
@font-face{
    font-family:'Open Sans';
	src:url('../fonts/OpenSans-Bold.woff');
	font-weight:bold;
}
@font-face{
    font-family:'Open Sans Light';
	src:url('../fonts/OpenSans-Light.woff');
	font-weight:normal;
}

.font-regular{
	font-family:'Open Sans';
}
.font-light{
	font-family:'Open Sans Light';
	font-weight:normal;
}

body,td,th,textarea,p,div{
	font-family:'Open Sans';
    font-size:16px;
	color:#333;
}
body{
	background:#fff;
}
*{
	box-sizing:border-box;
	outline:none;
}

ul{
	margin:10px 0;
}
li{
	margin:5px;
}
img{border:0;}
table{table-layout:fixed;}

h1,h2,h3,h4{
    color:#000;
	margin:8px 0 12px;
}

p{
	line-height:24px;
}
a{
	color:#406CB0;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a.site{
	color:#406CB0;
	text-decoration:none;
}
a.site:hover{
	text-decoration:underline;
}

input{
	border:1px solid #ddd;
	padding:8px;
	color:#555;
	border-radius:4px;
	font-size:15px;
	box-sizing:border-box;
}

input:focus{
	border-color:#3cf;
}

input[type='number']{
	width:120px;
}
input[type='tel']{
	width:120px;
}
input[class='telInd']{
	width:60px;
}
input[readonly]{
	background:#f0f0f0;
}

select{
	padding:8px;
	border:1px solid #ddd;
	box-sizing:border-box;
	border-radius:4px;
}
select:focus{
	border-color:#3cf;
}
textarea{
	border:1px solid #ddd;
	border-radius:4px;
	padding:8px;
	color:#555;
	font-size:14px;
	line-height:18px;
	box-sizing:border-box;
	overflow:auto;
	width:100%;
	height:100px;
}
textarea:focus{
	border-color:#3cf;
}
button{
	padding:5px 10px;
	color:#222;
	background-color:#e9e9e9;
	border:1px solid #ccc;
}
button:hover{
	background-color:#B9EEFF;
	border:1px solid #3cf;
}

input[type='submit'],input[type='reset'],input[type='button']{
	padding:14px 14px;
	border-radius:4px;
	font-weight:bold;
	font-size:14px;
	border:0;
	background:#406CB0;
	color:#fff;
	margin-top:10px;
	cursor:pointer;
	text-transform:uppercase;
}

input:active[type='submit'],input:active[type='reset'],input:active[type='button']{
	background-color:#222;
	color:#fff;
	border:0;
}

select,
input[type='text']{
	padding:10px;
}

/*.onGrid tbody tr:nth-of-type(odd){background:#f5f5f5;}*/
.pointi{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:100%;
}

fieldset{
	border:1px solid #ddd;
	border-radius:3px;
	margin:15px 0;
	position:relative;
	padding:20px;
}
legend{
	border-radius:3px;
	background:#ddd;
    padding:8px 14px;
	color:#222;
	font-size:16px;
	font-weight:bold;
}

.formCheckFloat, .formCheckBlock{
    position:relative;
	display: inline-block;
	width:100%;
}
.formCheckBlock{
	max-height:250px;
	overflow-y:auto;
}
.formCheckBlock div{
    float:left;
	clear:both;
    width:100%;
    margin:5px 0;
}

.loginEspace{
	padding:20px;
}
.loginEspace div{
	margin-bottom:8px;
}
.loginEspace div a{
	display:block;
	font-size:14px;
	padding:10px 0 12px;
	text-decoration:none;
	background:#52a400;
	color:#fff;
	border-radius:2px;
}
.loginEspace div a:active{
	opacity:0.7;
}

/*&lt;a btn*/
.abtn,
.aBtn{
	display:inline-block;
	text-decoration:none;
	font-size:16px;
	padding:8px 12px;
	border-radius:4px;
}
.abtn:hover,
.aBtn:hover{
	opacity:0.7;
}

.abtn-mini,
.aBtnMini{
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	padding:6px 12px;
	border-radius:4px;
}

.abtn-mini:active,
.aBtn:active, 
.aBtnMini:active{
	opacity:1;
	background-color:#111;
	color:#fff; 
}

a.btn-site,
a.btnSite{
	background-color:var(--color1);
	color:#fff;
	text-decoration:none;
}

a.btn-site2,
a.btnSite2{
	background-color:var(--color2);
	color:#fff;
	text-decoration:none;
}

a.btn-gris,
a.btnGris{
	background-color:#e5e5e5;
	color:#222;
	font-weight:bold;
}

.gris11{color:#b1b1b1;font-size:11px;}
.gris12{color:#b1b1b1;font-size:12px;}
.gris13{color:#b1b1b1;font-size:13px;}
.gris14{color:#b1b1b1;font-size:14px;}
.gris16{color:#b1b1b1;font-size:16px;}
.noir12{color:#000;font-size:12px;}
.noir13{color:#000;font-size:13px;}
.noir16{color:#000;font-size:16px;}

.statut{
	display:inline-block;
	padding:5px;
	margin:0 5px 0 0;
	border-radius:50%;
}
.statut0{background:#ccc;}
.statut1{background:#ff9d1a;}
.statut2{background:#06c;}
.statut3{background:#0c0;}

.bgBlanc{background:#fff;}
.bgButtonF0{background:#f0f0f0;}
.bgButtonF2{background:#f2f2f2;}
.bgButtonF5{background:#f5f5f5;}

/*notif*/
.notif{
    position:fixed;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
	width:100%;
    text-align:center;
	box-shadow: 0 0 4px #999;
    padding:12px 20px;
    color:#FFF;
    font-size:16px;
    display:none;
    line-height:22px;
    z-index:1000;
}
.notif0{
	color:#222;
	background:#f7e547;
}
.notif1{
    background-color:#090;
}
.notif2{
    background-color:#d61212;
}

.padMobile{
	padding:5px 18px 0;
}


.boxTransCloseGris{
	background:url(../images/ico_close_gris.png) no-repeat center;
	padding:12px 12px;
	margin:0 -22px 0;
	position:fixed;
	z-index:50;
}
.boxTransCloseGris:active{
	background:#ddd url(../images/ico_close_gris.png) no-repeat center;
}



.boxTransMenuH{
	float:left;
	clear:both;
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #d5d5d5;
}
.boxTransMenuH div{
	float:left;
	min-width:100px;
}
.boxTransMenuH div a{
	display:block;
	padding:0 10px 10px;
}

/*titleMain*/
.titleMain{
	position:relative;
	margin:0;
	font-family:'Bitter';
	font-weight:bold;
	color:#fff;
	font-size:20px;
	line-height:24px;
}
.titleMain:hover{
	text-decoration:underline;
}
.titleMain a{
	text-decoration:none;
}
.titleMainMini{
	position:relative;
	margin:0 15px 20px;
	line-height:21px;
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.titleMainMini a{
	color:#fff;
}
.titleMainMini span{
	background:#f8ce27;
	padding:0 2px;
}
.titleMainMini:hover{
	text-decoration:underline;
}

.subcat{
	display:inline-block;
	width:100%;
	padding:5px 0 5px 20px;
	background:#fff;
}

.hideTag{display:none;}
.openTag{display:inline-block;}

.catIco{
	float:left;
	width:20px;
	height:20px;
	margin:0 12px 0 0;
}

.btnMenuDrop{
	position:absolute;
	right:0;
	font-size:14px;
	z-index:100;
	display:none;
}

.btnMenuNext{
    position:absolute;
    right:0;
    top:5px;
    font-size:11px;
    z-index:20;
    display:block;
    cursor:pointer;
    padding:10px 15px;
    color:#fff;
}



.docsLinks{
	padding:15px;
	border-radius:5px;
	border:1px solid #06c;
	border-left:5px solid #06c;
	margin:20px 0;
}
.docsLinks a{
	display:block;
    padding:3px 10px;
}

.blockSitePad{
	float:left;
	clear:both;
	width:100%;
	padding:0 25px;
}

/*Box Trans*/
#screenLoading{
	position:fixed;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.3);
	z-index:1100;
	visibility: hidden;
}

#loading{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
}

.formFull{
	position:relative;
}
.formFull .sectionLabel, .formFull input, .formFull select{
	width:100%;
}

.formLogo{
	display:inline-block;
	width:100%;
	padding:10px 0 10px;
	text-align:center;
}
.formLogo img{
	display:inline-block;
	height:70px;
}

/*PC*/
@media(min-width: 768px){

	#diapoSlider{
        max-width:2000px;
    }
	#diapoSlider img{
        max-height:600px;
    }

	.formCenter{
		width:700px;
		margin:0 auto 20px;
		padding: 20px;
		background:#fff;
		border-radius:6px;
	}

	.formLogin{
		width:350px;
		max-height:100%;
		overflow-y:auto;
		margin:0 auto;
		padding: 20px;
		background:#fff;
		border-radius:6px;
		border:1px solid #e5e5e5;
	}

	.formLoginLogo{
		display:inline-block;
		width:100%;
		text-align:center;
	}
	.formLoginLogo img{
		display: inline-block;
		height:100px;
		margin:0 0 20px;
	}
	.formLoginLinks{
		display:inline-block;
		width:100%;
		padding:10px 0 0;
		text-align:center;
	}
	.formLoginLinks a{
		display:block;
		padding:5px 0;
		font-size:14px;
		color:#000;
		font-weight:bold;
	}

	.sectionForm{
		display: inline-block;
		width:100%;
		position:relative;
	}
	.sectionForm section{
		float:left;
		clear:both;
		width:100%;
		position:relative;
		padding:4px 0;
	}
	.sectionForm section .sectionLabel{
		display:inline-block;
		width:180px;
		padding:5px 0;
		position:relative;
	}
	.sectionForm section .sectionLabelFull{
		display:inline-block;
		width:100%;
		padding:5px 0;
		position:relative;
	}
	.sectionTable{
		display:table;
		width:100%;
	}
	.sectionLabelCell{
		display:table-cell;
		width:180px;
		vertical-align: top;
	}
	.sectionCell{
		display:table-cell;
		width:auto;
		padding-left:4px;
	}
	.sectionForm section input[type='submit']{
		width:100%;
		padding:16px;
	}

	.formFull input:not([type=number]):not([type=tel]), 
	.formFull select,
	.formFull button,
	.formFull .sectionLabel{
		width:100%;
	}

	#mainPanel{
		float:left;
		clear:both;
		width:100%;
		padding:70px 0 0 0;
		min-height:100%;
	}

	#header-site{
        top:0;
        left:0;
        width:100%;
		height:70px;
        position:fixed;
        background:#fff;
		z-index:10;
        box-shadow: 0 0 3px #999;
	}
	.header-items{
		margin:0 auto;
		height:100%;
		position:relative;
		display:flex;
		align-items: center;
		justify-items: center;
	}
	.header-items &gt; .item{
		flex:1;
	}

	.header-items .header-logo{
		background:#fff;
		height:100%;
		text-align: left;
		padding:0;
		flex:none;
		flex-basis:280px;
	}
	.header-items .header-logo img{
		display:block;
		max-height:100%;
	}
	.header-items .header-logo a{
		padding:0;
	}

	#menu-head{
		display:block;
		float:right;
	}
	#menu-head ul,
	#menu-head li{
		list-style-type:none;
		margin:0;
		padding:0;
		z-index:10;
	}
	#menu-head ul{
		float:left;
		position:relative;
	}
	#menu-head ul li &gt; ul{
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0;
		transform: translateY(-2em);
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
		width:220px;
	}
	#menu-head ul li{
		position:relative;
		float:left;
    }
    #menu-head ul li:hover{
		background:#e5e5e5;
    }
    #menu-head ul li:hover a{
        color:var(--color1);
	}
	#menu-head ul li a{
		display:block;
		color:var(--color1);
        font-size:14px;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
		line-height: 70px;
		padding:0 14px;
	}
	#menu-head ul li:active{ 
		background:#ccc;
	}
	#menu-head ul li ul li a{
		text-align:left;
		padding:12px;
		font-size:16px;
		display:block;
		text-decoration: none;
		font-weight:normal;
		text-transform: none;
		line-height: 20px;
	}
	#menu-head ul li ul li:hover{
		background:#e5e5e5;
	}
	/*#menu-head ul li ul li a{
		color:#222;
	}*/
	#menu-head ul li ul li{
		float:left;
		width:100%;
	}
	#menu-head ul li &gt; ul{
		background:#fff;
		box-shadow: 0 2px 4px #222;
	}
	#menu-head ul li:hover &gt; ul{
		visibility: visible; /* shows sub-menu */
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.2s;
	}
	#menu-head ul li ul li &gt; ul{
		position:absolute;
		margin:0;
		left:100%;
		top:0;
	}
	#menu-head ul li ul li:hover &gt; ul{
		display:block;
		/*display:none;*/
	}
	#menu-head ul li:hover &gt; ul li a{
		color:#222;
	}
	#menu-head ul li.asite{
		background:#3b67a8;
	}
	#menu-head ul li.asite a{
		color:#fff;
	}
	#menu-head ul li.asite:hover{
        background:#4879c2;
	}
	#menu-head ul li.asite:active{
        background:#2b4b7c;
	}

	.flex100{
		display:flex;
		flex-direction: row;
		width:100%;
	}
	.flexPageLeft{
		width:50%;
	}
	.flexPageRight{
		width:50%;
		padding:0 0 0 30px;
	}
	.flexPageRight img{
		display:block;
		max-width:100%;
		margin:0 0 0 20px;
	}
	
	.blockFlex{
		float:left;
		clear:both;
		width:100%;
		padding:30px 0;
		border-bottom:1px solid #ddd;
	}
	.blockSite .blockFlex h2 {
		text-align:left;
		margin:0 0 10px;
		text-shadow: 0px 1px 0px #fff;
	}
	
	.blockSite100,
	.block100{
		float:left;
		clear:both;
		width:100%;
	}

	#pageHalf{
		display:inline-block;
		width:50%;
	}
	#page100{
		float:left;
		clear:both;
		width:100%;
	}

	.pageCenter{
		margin:0 auto;
        width:800px;
        padding:20px 0;
	}

	/*Box Trans*/
	#boxTransFolder{
		position:fixed;
		display:none;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:#000;
		filter:opacity(70);
		-moz-opacity:0.7;
		opacity: 0.7;
		z-index:100;
	}
	.boxDiap{
		background:#000;
		border-radius:0px;
	}
	.boxDiapNo{
		border-radius:5px;
		background:#fff;
	}
	#boxTransChild{
		position:fixed;
		display:none;
		margin:0 auto;
		left:0;
		right:0;
		width:100%;
		z-index:110;
	}
	#boxTransChildIn{
		position:relative;
		float:left;
		clear:both;
		width:100%;
		height:100%;
		overflow:none;
	}
	#boxTransTitle{
		font-size:22px;
		padding:12px 20px 14px;
		color:#0072C6;
	}
	#boxTransData{
		padding:0 20px 20px;
		color:#333;
	}
	.boxButtons{
		float:left;
		clear:both;
		width:100%;
		margin-top:20px;
		text-align:right;
	}
	/****/

	#topMobile{
		display:none;
	}
}

.grid{
	display:grid;
	position:relative;
}
.grid &gt; .item{
	text-align:center;
	overflow:hidden;
}
.grid &gt; .item .photo{
	display:block;
	text-align: center;
}
.grid &gt; .item .photo img{
	display:inline-block;
	max-width:100%;
}

.grid &gt; .item .title{
	display:block;
}
.grid &gt; .item .sub-title{
	display:block;
	color:#999;
}

.btnRoundList{
	float:left;
	clear: both;
	width: 100%;
}
.btnRound{
	float:left;
	margin:0 3px;
}
.btnRound span{
	display:block;
	width:40px;
	height:40px;
	background-color:#f0f0f0;
	background-size:50%;
	border-radius:50%;
	cursor:pointer;
}
.btnRound span:hover{
	background-color:#ddd;
}
.btnRound span:active{
	background-color:#bbb;
}

.formCenter h1, .formLogin h1{
	text-align:center;
	font-size:24px;
	color:#406CB0;
	padding:0 0 10px;
}

.gridItem{
	overflow:hidden;
	width:100%;
	position:relative;
}
.gridThumb{
	display:block;
	text-align:center;
	position:relative;
}
.gridThumb img{
	display:inline-block;
}
.gridTitle{
	display:block;
	font-size:18px;
	text-align:center;
	padding:12px 20px 0;
	position:relative;
}
.gridSubTitle{
	display:block;
	font-size:14px;
	color:#888;
	text-align:center;
	padding:10px 20px;
	position:relative;
}
.gridText{
	display:block;
	font-size:14px;
	padding:10px 20px;
	position:relative;
	line-height:22px;
}
.gridBtn{
	text-align:center;
	padding:15px 0 20px;
}


/*float list*/
.floatItem{
	float:left;
	overflow:hidden;
	width:100%;
	position:relative;
}
.floatThumb{
	display:block;
	text-align:center;
	position:relative;
}
.floatThumb img{
	display:inline-block;
}
.floatTitle{
	display:block;
	font-size:18px;
	text-align:center;
	padding:12px 20px;
	position:relative;
}
.floatSubTitle{
	display:block;
	font-size:14px;
	color:#888;
	text-align:center;
	padding:10px 20px;
	position:relative;
}
.floatText{
	display:block;
	font-size:14px;
	padding:10px 20px;
	position:relative;
	line-height:22px;
}
.floatBtn{
	text-align:center;
	padding:15px 0 20px;
}



/*Title*/
.blockTitle{
	text-align:center;
}
.blockTitle h1, .blockTitle h2{
	text-align:center;
	margin-bottom:2px;
}
.blockTitle hr{
	display:inline-block;
	width:70px;
	height:5px;
	border:0;
	background:#FFBD12;
}

/****/
.flexCenterFull{
	position: fixed;
	display:flex;
	width:100%;
	height:100%;
	top:0;
	left:0;
	align-items: center;
	justify-content: center;
	background:#406CB0;
	z-index:0;
	
}

.btnFull{
	float:left;
	clear: both;
	width: 100%;
}
.btnFull a, .btnsFull button{
	text-align:left;
	margin:5px 0;
	width:100%;
}

.textIconed{
	display:inline-flex;
	align-items:center;
	color:inherit;
	font-size:inherit;
}
.textIconed img{
	height:20px;
	margin:0 10px;
}

.linksLine{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:10px 20px;
	color:#ddd;
}
.linksLine a{
	display:inline-block;
	padding:0 10px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	content: "|";
}

.infosDiner{
	text-align:left;
	line-height:28px;
}
.infosDiner b{
	color:#406CB0;
}

/*******/

.blockTrans{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	border-radius:0;
	z-index:100;
	display:none;
}
.blockTransFlex{
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
}

.blockIco{
	display:inline-block;
	background-size:contain;
	background-position: center;
}

.diapClose{
	width:32px;
	height:32px;
	border-radius:50%;
	background-size:50%;
	background-color:#666;
}
.diapClose:active{
	background-color:#333;
}

#diapGal{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#111;
	z-index:100;
}

#diapGalClose{
	position:absolute;
	right:20px;
	top:20px;
	z-index:100;
}

.pageIllus{
	float:left;
	clear:both;
	width:100%;
	height:300px;
	background-color:#fff;
	overflow: hidden;
	text-align: center;
}
.pageIllus img{
	display:inline-block;
	max-width:100%;
}

.bg-gris{
	background:#ececec;
}

.btn-bull{
	display:flex;
	gap:5px;
	margin:8px 0;
}
.btn-bull &gt; .item{
	flex:1;
}
.btn-bull &gt; .item input[type='button'],
.btn-bull &gt; .item button,
.btn-bull &gt; .item a
{
	width:100%;
	padding:14px 10px 16px;
	text-align:center;
	font-size:16px;
}

.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}</pre></body></html>