@font-face { 	
	font-family: "Tomica Black"; 	
	src: url('/fonts/tomica/tomica-black.ttf'); 
}

@font-face { 	
	font-family: "Tomica Bold"; 	
	src: url('/fonts/tomica/tomica-bold.ttf'); 
}

@font-face { 	
	font-family: "Tomica Light"; 	
	src: url('/fonts/tomica/tomica-light.ttf'); 
}

@font-face { 	
	font-family: "Tomica Regular"; 	
	src: url('/fonts/tomica/tomica-regular.ttf'); 
}

@font-face { 	
	font-family: "Tomica Thin"; 	
	src: url('/fonts/tomica/tomica-thin.ttf'); 
}


@font-face { 	
	font-family: "Raleway SemiBold"; 	
	src: url('/fonts/raleway/Raleway-SemiBold.ttf'); 
}


@font-face { 	
	font-family: "Raleway Regular"; 	
	src: url('/fonts/raleway/Raleway-Regular.ttf'); 
}

@font-face { 	
	font-family: "Raleway SemiBold"; 	
	src: url('/fonts/raleway/Raleway-SemiBold.ttf'); 
}


body {
	background-color:#fff;
	margin-top:5px;
	margin-left:2px;
/*	font-family: "Raleway Regular";*/
	font-family: "Tomica Regular", Verdana, sans-serif;

	font-size:1.05em;
	color:#2F2F2F;
}

a,a:link,a:visited,a:hover{
	text-decoration:none;
	color:#fff;
	color:#63AEAD;
}
.text_bottom_menu a, .text_bottom_menu a:link, .text_bottom_menu a:visited, .text_bottom_menu a:hover {
	text-decoration:none;
	color:#fff;

}

#container {
/*	width:100%;
	height:100%;*/
	font-size:0.7em;

}

#container img {
	max-width:100%;
	height:auto;
}

#container p {
	/*line-height:140%;*/
	line-height:150%;
}

#global {
/*	width:100%;
	height:100%;*/
/*	width:1450px;*/
}

/* 1 - HEADER */

#header {
/*	width:100%;*/
	background-color:#ddd;
	background-color:#fff;
	height:90px;
}

#header a, #header a:link, #header a:visited {
	color:#2F2F2F;
	text-decoration:none;	
}

#header a:hover {
	color:#2D91C1;
	text-decoration:none;	
}

#weather {
    float:left;
	width:80px;
	height:80px;
	background-image:url('/img/home/back_meteo.png');
	background-size: 80px 80px;
    background-repeat: no-repeat;
    margin-left:0.1%;
	color:#767878;    
}

#weather_current {
	text-align:center;
}

#weather_current img {
	width:30px;
	height:30px;
}

#weather_temperature_humidite {
	width:100%;
/*	margin-top:8px;*/
	margin-top:0;
	height:36px;
}

#weather_temperature {
	float:left;
	font-weight:bold;
	font-size:1em;
/*	margin-left:6%; */
	margin-left:2%;
}

#weather_humidite {
	float:right;
	margin-top:2px;
/*	margin-top:5px;*/
/*	margin-right:2%;*/
	margin-right:0;
	font-size:0.8em;
}

#weather_vent {
	width:100%;
	text-align:center;
	font-size:0.7em;
}

#qrcode {
    float:left;
	width:80px;
	height:80px;
    margin-left:2.5%;
    text-align:center;
}

#qrcode img {
/*	width:80px;*/
	max-width:100%;
	max-width:90%;
	height:auto;
	
}

#logo {
	float:left;
/*	margin-left:200px;*/
	margin-left:0.5%;
	width:80px;
	height:80px;
	border-left:1px solid #ADB0B0;
	width:15%;
	
}

#logo img {
/*	height:80px;*/
/*	margin-left:20px;*/
	margin-left:10%;
/*	height:80px;*/
/*	max-width:100%;
	height:auto;*/
	max-height:100%;
	width:auto;
	vertical-align:middle;
/*	margin-top:5px;*/
}

#access_menu {
	float:right;
/*	margin-top:70px;*/
	margin-top:5px;
/*	margin-right:1.2%;*/
	margin-right:0;
	width:auto;
	width:40%;
	text-align:right;
}

#access_menu p.image {
	clear:both;
}


#access_menu p.image img {
	height:30px;
	margin-top:13px;
	margin-right:2%;
}

#access_plus_moins {
	width:40%;
	height:auto;
	font-size:1.2em;
	font-weight:normal;
/*	margin-right:10%;	*/
	float:right;
	color:#767878;
}

#access_plus_moins a,#access_plus_moins a:link, #access_plus_moins a:visited {
	color:#767878;
}

#access_plus_moins a:hover {
	
}

#zoom_plus {
	float:right;
	width:40%;
}

#zoom_moins {
	float:right;
	width:40%;
}

#zoom_between {
	float:right;
	margin:0 5%;
}


#access_lng {
/*	width:45%;*/
	height:auto;
	vertical-align:top;
	font-size:0.9em;
	float:right;
	margin-right:1.6%;
/*	margin-top:2px;*/
}

#access_lng img {
	height:15px;
	margin: 0 2px; 
}

/* 2 - MENU */

#menu {
	width:16%;
/*	width:230px;*/
	background-color:#E0E5E6;
/*	height:400px;	*/
	float:left;
/*	margin-top:5px;*/
/*	min-width:230px;*/
/*	font-size:0.7em;*/

}

.sub-current {
	background-color:#63AEAD;
	background-color:#5b9b9a;
/*	padding:2px 0px;*/
}

.sub-sub-current {
	background-color:#63AEAD;
	background-color:#559190;
	background-color:#508a89;
	margin-left:5px;
	
/*	padding:2px 0px;*/
}


.sub-sub {
	margin-left:5px;
}
.largeur_1 {
	width:16%;
/*	width: 13.33%;*/
	margin-left:1%;
}

.largeur_2 {
	width:32%;
/*	width:26.66%;*/
	margin-left:1%;	
}

.left {
	float:left;
}

#colonne_1 {
/*	float:left;
	width: 16%;*/
	height:400px;		
/*	background-color:#D4A99B;*/
}

#colonne_2 {
	float:left;
/*	height:400px;*/
/*	background-color:#9AB1BA;*/
	height:auto;
	
}

#colonne_3 {
	float:left;
	height:400px;
/*	background-color:#C7B37B;*/
}

#colonne_4 {
	float:left;
	height:400px;
/*	background-color:#1F2B3A;*/
}

/* ELEMENTS DU MENU */
#bouton_reduction {
/*	width:10%;
	height:10%;*/
	width:20px;
	height:20px;
	cursor:pointer;
}


#ul_menu {
/*	margin-left:5%;
	margin-right:5%;*/
	margin-left:2%;
	margin-right:2%;
/*	margin-top:20px;*/
	margin-top:5px;
	font-size:1.05em;
}

#ul_menu hr {
	height:0px;
	border-top:0px solid #fff;
}

#ul_menu li.limiter {
	padding:0px 0px;
	margin:0;
}

#menu ul {
	color:#58A7A7;
}

#menu li {
	color:#767878;
/*	margin:5px 0px;*/
	padding:5px 0px 5px 5px;
	font-size:1.02em;
	margin-top:1px;
}

#menu li a, #menu li a:link, #menu li a:visited {
	color:#767878;
	color:#2F2F2F;
	text-decoration:none;
}

#menu li a:hover {
	color:#58A7A7;
	text-decoration:none;
}

#menu li.entete {
	text-transform:uppercase;
	color:#58A7A7;
	font-weight:bold;
	font-size:1em;
	padding-top:8px;
	padding-bottom:7px;
/*	background-image:url('/img/home/picto-modele.png');
	background-repeat:no-repeat;
	background-size:30px 30px;
	background-position:right;*/
}


#menu li.entete a,#menu li.entete a:link, #menu li.entete a:visited {
	color:#58A7A7;
	text-decoration:none;
/*	font-family: "Raleway SemiBold";	*/
	font-family: "Tomica Regular", Verdana, sans-serif;	
}

#menu li.entete a:hover {
	color:#767878;
	text-decoration:none;
}

.relative {
	position:relative;
}

.top {
	z-index:100;
}

.middle {
/*	top:-130px;
	top:-192px;*/
/*	top:-140px;*/
	top:-120px;
	z-index:-50;
}

.middle_bottom {
	top:-133px;
	z-index:-50;
}


.middle_bottom_rando {
	top:-153px;
	z-index:-50;
}

.middle_rando {
	top:-130px;
	top:-196px;
	z-index:-50;
}


.middle_top {
	top:-150px;
	z-index:-50;
}


.bottom {
	z-index:100;
	color:#fff;
	position:relative;
	top:-160px;
	padding:10px 5% 10px 5%;
	font-size:0.8em;
}

.bottom p{
/*	padding-top:15px;*/
/*	margin-left:5%;*/
	line-height:150%;
/*	height:30px;*/
}

.bottom h1{
	padding-top:15px;
/*	padding-bottom:15px;*/
/*	margin-left:5%;*/
	font-weight:bold;
/*	height:30px;*/
}

.bottom hr {
	height:0px;
	border-top:0px solid #fff;
}

.text {
/*	margin-left: 5%;
	color: #fff;*/
	position: relative;
	top: -150px;
/*	margin-right: 5%;
	font-size:0.8em;
	height:0;*/
}

.text hr {
	height:0px;
	border-top:0px solid #fff;
}

.text h1 {
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
}

.text_up {
	margin-left: 5%;
	color: #fff;
	position: relative;
	top: -190px;
	margin-right: 5%;
	font-size:0.8em;
	height:0;
}

.text_up hr {
	height:0px;
	border-top:0px solid #fff;
}

.text_up h1 {
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;	
}

.master {
	top:-50px;
}

#bottom_menu {
	margin-top:30px;
}


.text_bottom_menu {
/*	margin-left: 5%;*/
/*	margin-right: 5%;*/

	width:100%;
	text-align:center;
	color: #fff;
	position: relative;
	top: -100px;
	font-size:1.1em;
	height: 0;
}

.text_bottom_menu strong {
	font-size:1.4em;
	font-weight:bold;
}

#container .text_bottom_menu img {
	height:20px;
	margin-top:15px;
}

#container .text_bottom_menu p.image {
	text-align:center;
}


.bloc_horizontal img {
	margin-bottom:13px;
}

.text_horizontal_droite {
	position:relative;
	top:-200px;
	float:right;
	margin-right:3%;
	height:0;
	width:20%;
}

.text_horizontal_droite h1 {
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.1em;
}

.text_horizontal_droite p {
/*	font-size:0.8em;*/
	margin-top:30px;
}

.text_horizontal_gauche {
	position:relative;
	top:-200px;
/*	float:right;*/
	margin-left:3%;
	height:0;
	width:20%;
}

.text_horizontal_gauche h1 {
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.1em;
}

.text_horizontal_gauche p {
/*	font-size:0.8em;*/
	margin-top:30px;
}

#access_lng li {
	display:inline;
}

.currentlng {
	border:1px solid #767878;
}

.cellule {
	margin-bottom:10px;
}


.image_cellule_inv {
	display:none;
}

.image_cellule {
	display:'';
     animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */  
}


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

#funding {
	background-color:#fff;
}

select {
  background-color:#E0E5E6;
  border:0px;
  outline:0px;  
  color:#767878;
  font-size:1em;
  /*
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color:#3498DB;
  background-repeat:no-repeat;
  background-position: right 10px top 15px;
  background-size: 16px 16px;
  color:white;
  padding:12px;
  width:auto;
  font-family:arial,tahoma;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-appearance: none;
  border:0;
  outline:0;
  -webkit-transition:0.3s ease all;
	   -moz-transition:0.3s ease all;
	    -ms-transition:0.3s ease all;
	     -o-transition:0.3s ease all;
	        transition:0.3s ease all;
  */	        
}

select option {
	font-size:1em;
	padding:2px 0px;
}

.middle_bloc {
	top:-220px;
	z-index:-50;
}


.middle_bloc_bottom {
	top:-234px;
	top:-232px;
	z-index:-50;
}


#bouton_reduction {
	display:none;
}

#access_menu p.imagesocial {
	clear:both;
}


#access_menu p.imagesocial img {
	height:30px;
	margin-top:13px;
	margin-right:2%;
}


.font-moins {
	color:#96adb1;
	font-style:italic;
	font-size:1.2em;
	font-weight:normal;
	font-family: "Tomica Light", Verdana, sans-serif;
	cursor:pointer;
	margin-right:2%;
}

.font-zero {
	color:#96adb1;
	font-style:italic;
	font-size:1.4em;
	font-weight:normal;
	font-family: "Tomica Light", Verdana, sans-serif;
	cursor:pointer;
	margin-right:2%;
}

.font-plus {
	color:#96adb1;
	font-style:italic;
	font-size:1.6em;
	font-weight:normal;
	font-family: "Tomica Light", Verdana, sans-serif;
	cursor:pointer;
	margin-right:2%;
}

#qrcode_scan {
	text-align:center;
	color:#96adb1;
	color:#306772;
	font-size:0.7em;
}

.print {
	margin-left:1%;
}

#bouton_reduction_up {
	float:left;
	display:none;
	width:90px;
	cursor:pointer;
}

#bouton_reduction_up img {
	max-width:88%;
	height:auto;
	vertical-align:middle;
}

.main-colonnes {
	float:left;
	min-height:400px;
}


#container2 {
/*	width:100%;
	height:100%;*/
	font-size:0.7em;
	display:none;
}

#container2 img {
	max-width:100%;
	height:auto;
}

#container2 p {
	/*line-height:140%;*/
	line-height:150%;
}


#container3 {
/*	width:100%;
	height:100%;*/
	font-size:0.7em;
	display:none;
}

#container3 img {
	max-width:100%;
	height:auto;
}

#container3 p {
	/*line-height:140%;*/
	line-height:150%;
}

#container4 {
/*	width:100%;
	height:100%;*/
	font-size:0.7em;
	display:none;
}

#container4 img {
	max-width:100%;
	height:auto;
}

#container4 p {
	/*line-height:140%;*/
	line-height:150%;
}

#menu_mobile {
	width:100%;
	background-color:#E0E5E6;
	float:left;
	display:none;
}

#menu_mobile ul {
	color:#58A7A7;
}

#menu_mobile li {
	color:#767878;
/*	margin:5px 0px;*/
	padding:5px 0px 5px 5px;
	font-size:1.02em;
	margin-top:1px;
}

#menu_mobile li a, #menu_mobile li a:link, #menu_mobile li a:visited {
	color:#767878;
	color:#2F2F2F;
	text-decoration:none;
}

#menu_mobile li a:hover {
	color:#58A7A7;
	text-decoration:none;
}

#menu_mobile li.entete {
	text-transform:uppercase;
	color:#58A7A7;
	font-weight:bold;
	font-size:1em;
	padding-top:8px;
	padding-bottom:7px;
/*	background-image:url('/img/home/picto-modele.png');
	background-repeat:no-repeat;
	background-size:30px 30px;
	background-position:right;*/
}


#menu_mobile li.entete a,#menu_mobile li.entete a:link, #menu_mobile li.entete a:visited {
	color:#58A7A7;
	text-decoration:none;
/*	font-family: "Raleway SemiBold";	*/
	font-family: "Tomica Regular", Verdana, sans-serif;	
}

#menu_mobile li.entete a:hover {
	color:#767878;
	text-decoration:none;
}


#menu_mobile .sub-current {
	background-color:#63AEAD;
	background-color:#5b9b9a;
/*	padding:2px 0px;*/
	padding-left:5px;

}

#menu_mobile .sub-sub-current {
	background-color:#63AEAD;
	background-color:#559190;
	background-color:#508a89;
	margin-left:5px;
	padding-left:5px;
	
/*	padding:2px 0px;*/
}


#menu_mobile .sub-sub {
	margin-left:5px;
}

#menu_mobile .bottom-menu {
	width:100%;
}

#menu_mobile #funding img {
	width:100%;
}