<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body
{
margin:0;
padding:0;	
background:#789ebb;  
background-attachment: fixed;
background-position: center top;
color:#333;
font-family:'Ubuntu',"Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,sans-serif; /*"Helvetica Neue",Helvetica,Arial,sans-serif;*/
font-size:62.5%;
-webkit-font-smoothing: antialiased;
max-width:1400px;
overflow-wrap: break-word;
word-wrap: break-word;
}	
h1,h2,h3,h4,h5,h6,span,p
{
	margin:0;
	padding:0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
text-decoration: none; 
outline: none;
color:#85b0d0;
font-weight: bold;
}
a:hover
{
 color:#789ebb;
 text-decoration: underline;
}
a img { 
border: none; 
}
#fp-nav li .active span, .fp-slidesNav .active span {
background: #FFF !important;
}
#fp-nav span, .fp-slidesNav span {
border-color: #FFF !important;
}
.content{
height: 100%;
margin: 0 auto;
max-width: 900px;
min-height: 650px;
min-width: 700px;
position: relative;
left:180px;
}
.tophead{
height:35px;
background: #66c3ee;
line-height:35px;
margin-bottom:6px;
color:#FFF;
font-size:14px;
text-indent:10px;
font-weight:bold;
}
.bas{
	height:30px;
	position:fixed;
	bottom:0;
	background: #43596a;
	width:100%;
	border-top:2px solid #43596a;
	 box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.content-left{
height: 78%;
margin: 0 auto;
max-width: 470px;
width: 470px;
position: fixed;
left:30px;
bottom:10px;
top:90px;
padding:0 0 4px 0;
background: #fafafa;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
border: 2px solid #789ebb;
 box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.lov-log{
	position:absolute;
	height:60px;
	width:100%;
	text-align:left;
}
.lov-body{
	position:absolute;
        left:30px;
	top:70px;
	width:100%;
}
.lov-body h1{
	font-size:26px;
	color:#FFF;
	text-align:center;
	margin:0 0 20px 0;
}
.lov-body h2{
	font-size:16px;
	color:#FFF;
	text-align:center;
	margin-bottom:5px;
}
.lov-body p{
	font-size:14px;
	color:#FFF;
	text-align:center;
	margin-bottom:5px;
}
.action-container{
	width: auto;
	margin:15px auto 5px auto;
		text-align:center;
}
.action-container span:first-child{
	margin-right:20px;

}
.button:hover{
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.button {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
-moz-transition-property: color,border,background,box-shadow;
-webkit-transition-property: color,border,background,box-shadow;
-o-transition-property: color,border,background,box-shadow;
transition-property: color,border,background,box-shadow;
-moz-transition-duration: 0.25s;
-webkit-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
-moz-transition-timing-function: ease-in-out;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
cursor: pointer;
display: inline-block;
font-weight: bold;
line-height: 1;
padding: 15px 25px;
text-align: center;
font-size: 18px;
min-width: 160px;
}
.bleu{
border: 2px solid #fff;
color: #fff;
background:#66c3ee;
}
.bleu:hover{
border: 2px solid #fff;
color: #fff;
background: #9DCEFF
}
.blanc:hover{
border: 2px solid #66c3ee;
color: #66c3ee;
background:#BFDFFF;
}
.blanc{
border: 2px solid #66c3ee;
color: #66c3ee;
background:#fff;
}
.image-bottom{
	height: 472px;
    width: 540px;
	margin:20px auto;
	/*background:url(images/site.png);*/
}


.partimage {
    box-shadow: 0.5px 0.8px 0.8px 0.8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
	padding:1px ;
	border:1px solid #789ebb;
	background:#FFF;
	text-align:center;
}
 .partimage img{
	width:100%;
	height:125px;
	-moz-border-radius:3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
 .partimage span{
	 font-size:13px;
	 text-align:left;
	 padding:0 2px;
}
select{
background-image: url(images/select.png),linear-gradient(#ffffff,#ffffff 30%,#F3F3F3 );
background-position: right 0.4em center, top left;
background-repeat: no-repeat, repeat-x;
-webkit-background-size: 13px 7px, 100%;
background-size: 13px 7px, 100%;
border: 1px solid #789ebb;
color: #789ebb;
-webkit-appearance: none;
-moz-appearance:none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
white-space: nowrap;
padding: 0.4em 26px .4em 5px;
line-height: 1.5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size:15px;
width:100%;
}

input[type="password"], input[type="text"], input[type="email"] {
	background-color: #FFFFFF;
	width:100%;
	margin:1px auto 2px auto;
	color:#789ebb;
	outline:none;
	-moz-border-radius: 4px; 
	 -webkit-border-radius:4px;
	  border-radius: 4px;
	  border:1px solid #789ebb;
	  height:32px;
	  padding:0 4px;
	  text-indent:5px;
	  font-size:15px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	 	
}
.boxtext
{
	font-size:15px;
	color:#789ebb;
	margin-right:10px;
	font-weight:bold;
	alignment-adjust:middle;
}
.bouton {
	padding:10px 10px; 
	text-align:center; 
	margin:auto;  
	-moz-border-radius: 3px; 
	 -webkit-border-radius:3px;
	  border-radius: 3px;
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
	width:100%;
	font-size:16px;
	outline:none;
	border:none;
	}
.bouton:hover,.bouton:active{
		box-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.1);
		outline:none;
	    border:none; 
}
.bouton:active{
	color:#72a5d7 !important;
	box-shadow:inset 2px 2px 2px rgba( 0, 0, 0, 0.2)!important;
}
.bouton.bleu{
background-color: #5bb5fb;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #74c0fc), color-stop(100%, #72a5d7));
background-image: -webkit-linear-gradient(#74c0fc 20%,#72a5d7);
background-image: -moz-linear-gradient(#74c0fc 20%,#72a5d7);
background-image: -o-linear-gradient(#74c0fc 20%,#72a5d7);
background-image: -ms-linear-gradient(#74c0fc 20%,#72a5d7);
background-image: linear-gradient(#74c0fc 20%,#72a5d7);
border-color: #72a5d7; 
}
button {
text-align: center;
vertical-align: middle;
outline: none;
cursor: pointer;
font-weight: bold;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.annee{
	width:32% !important;
}
.mois{
	width:40% !important;
}
.jour{
	width:25.5% !important;
}
.msg-info { 
 width:350px;
 margin:3px auto 6px auto;
 text-align:left;
 color: #FFF;  
 font-size:14px;
 font-weight:bold;
 padding:6px 5px 9px 50px;
 border:1px solid #0070DF;
 background: url(images/commun.png) no-repeat #7abcff;
 background-position:7px 5px; 
 -moz-border-radius: 5px; 
 -webkit-border-radius:5px;
 border-radius: 5px;
}
.msg-error { 
 width:350px;
 margin:3px auto 6px auto;
 text-align:left;
 color: #FFF;  
 font-size:14px;
 font-weight:bold;
 padding:6px 5px 9px 50px;
 border:1px solid #EF4444;
 background: #B91C1C;
 background-position:7px 5px; 
 -moz-border-radius: 5px; 
 -webkit-border-radius:5px;
 border-radius: 5px;
}
.lang{
    position: relative;
    width: 100px;
    float: right;
    margin-right: 10px;
    top:-55px;
    z-index: 200;
}
.lang li{
    display:  inline-block;
    margin: 0 0 0 5px;
    cursor: pointer;
}
@media (max-width: 1200px){
	.content-left{
		display:none !important;
	}
	.lov-body {
        left: -160px;
    }
}</pre></body></html>