@charset "utf-8";

/*::root {
  var-vertlogo: #4a938f;		//Vert logo
  var-fondssssmenu: white;		//Fond sous sous menus
  var-fondmenubas: #696969;		//Fond du menu du bas
  var-texte: #3e3e3e;			//Couleur du texte
  var-fondcolonne: #e9e6e6;
}*/

header, nav, section, article, figure, aside, footer, main {
	display:block;	/*Obligatoire car interprêté différemment par les navigateurs*/
	margin:0;
	padding:0;
}

body {
	font-size: 0.85em;	/*On doit le mettre tout seul sinon c'est de plus en plus petit qd c imbriqué*/
/*	margin:0;
	padding:0;*/
}

body, td, th, input, textarea, select, div, p, li, header, nav, section, article, figure, aside, footer, main {
	font-family: Montserrat, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3e3e3e;
}

h1, h2, h3, h4 {
	font-family: "Expletus Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#3e3e3e;
}

*[tabindex="0"]:focus{	/*Pour l'accesssibilité*/
	outline: 2px solid #4a938f;
}

.centre {
	text-align:center;
}

.droite {
	float:right; 
	/*margin-left:8px;	/*!!! peut-etre à enlever*/
	/*padding-right: 20px !important;*/
}

p[class="droite"]
{
	float: none !important;
	text-align: right !important;
}

.gauche {
	float:left;
	margin-right:8px;	/*!!! peut-etre à enlever*/
}

.milieu {
	vertical-align:middle;
}

.clear {
	clear:both;
}

.sautdelignenonmobile {
	display:none;
}

#conteneur {
	/*width:100%;*/
}

#rgpd_cookie {
	position:fixed;
	bottom:0;
	width:calc(100% - 40px);
	padding:10px;
	min-height:20px;
	max-height: 50px;
	z-index:10; /*Pour passer au dessus du logo et des menus*/
	text-align:center;
	background-color:#4a938f;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	box-shadow:1px 1px 12px #696969;
	color: white;
}

#rgpd_cookie a {
	color: white;
	text-decoration:underline;
}

#rgpd_cookie a:hover {
	text-decoration:none;
}

#alerte {
	position:fixed;
	top:0;
	width:calc(100% - 40px);
	padding:10px;
	min-height:20px;
	max-height: 50px;
	z-index:10; /*Pour passer au dessus du logo et des menus*/
	font-weight:bold;
	text-align:center;
	background-color:#4a938f;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow:1px 1px 12px #696969;
}

#alerte img {	/*La croix pour fermer*/
	margin-top:5px;
	float:right;
	cursor:pointer;
}

#alerte a, #alerte2 a {
	color:white;
	text-decoration:none;
}

#alerte a:hover, #alerte2 a:hover {
	text-decoration:underline;
}

#alerte a:before {
	content:url(/site/pictures/site2014/fleche-blanc.png)" ";
}

#alerte2 {
	width:calc(100% - 20px);	/*100% - le padding*/
	padding:10px;
	margin-top:8px;
	font-weight:bold;
	text-align:center;
	background-color:rgba(221,89,84); /*rgba(74,147,143,0.5);*/
	border-bottom-left-radius:20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	box-shadow:1px 1px 12px #696969;
}

/*header {
	position:relative;
	height:135px;
}*/

#versiontexte, .pasvisible {
	display:none;
}

#logo {
	width: 100px;
}

#recherche {
	position:absolute;
	top:30px;
	left:120px;
	border:1px solid #e9e6e6;
	box-shadow:1px 1px 12px #e9e6e6;
	right: 70px;
}

#recherche input[type="search"] {
	width:calc(100% - 30px); /*espace obligatoire*/ 
	height:28px;
	margin:0;
	border:0;
	-webkit-appearance:none;	/*Pour Safari...*/
}

#recherche input[type="submit"] {
	height:30px;
	width:30px;
	background-color:#4a938f;
	color:white;
	margin:0;
	padding:0 5px;
	border:0;
	right: 0;
}

#langue {
	position: absolute;
	top: 40px;
	right: 30px;
	font-size: 0.9em;
}

#langue a{
	color:#3e3e3e;
}

.accessibilite {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

.accessibilite:focus {
	position: static;
	overflow: visible;
 	height: auto;
	width: auto;
}

#menuhaut {	/*le nav du haut*/
	/*position:static;
	bottom:0;
	height:50px;*/

}

#menumobile {
	display:block;
	width:50px;
	cursor:pointer;
}

#menuhaut>ul {	/*Le menu principal */
	/*position:static;	*/
	list-style-type:none;
	padding:0;
	margin:0;
	display:none;
	background-color:white;
	border: 1px solid #4a938f;
	/*box-shadow:1px 1px 12px #696969;
	z-index:-5;		/*Pour pas voir l'ombre au-dessus*/	
}

#menuhaut>ul>li {
	/*position:relative;
	padding-left:10px;*/
	border-top:1px solid #4a938f;
	color:#4a938f;
}

#menuhaut>ul>li>a {
	font-family: "Expletus Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	height:50px;
	line-height:50px;	
	color:#3e3e3e;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.3em;
}

#menuhaut>ul>li>ul {
	/*Sous-menu*/
	padding:0;
	margin:0;
	display:none;
	list-style-type:none;
	background-color:white;
	border: 1px solid #4a938f;
}

#menuhaut>ul>li>ul>li {
	padding-left:10px;
	border-top:1px solid #4a938f;
	color:#4a938f;
}

#menuhaut>ul>li>ul>li>a {
	display:block;
	height:35px;
	line-height:35px;
	color:#4a938f;
	text-decoration:none;
}

#contenu ul {
	overflow:auto;	/*Pour pas que les puces superposent un objet qui serait en float left*/
}

#contenu img, #contenu iframe {
	max-width: 100%;
}

#pieddepage {
	margin-top:8px;
}

#menubas {
	background-color:#696969;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: calc((100% - 310px) / 2);	/*310=400 (taille non mobile) - 6*15px de padding en moins*/
}

#menubas>ul {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

#menubas>ul>li {
	float:left;
	height:30px;
	line-height:30px;
	padding:0 15px;
}

#menubas>ul>li+li {
	border-left:1px solid white;
}

#menubas>ul>li>a {
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}

#menubas>ul>li>a:hover {
	text-decoration:underline;
}

table {
	border-collapse:collapse;
	border:1px solid #4a938f;
}

table caption {
	font-weight:bold;
	white-space:nowrap;
}

tr:nth-child(2n) {
    background-color: #e9e6e6;	/*Une ligne sur 2 est sur fond gris (2n=paire ; 2n+1=impaire) */
}

th {
	text-align:center;
	background-color:#4a938f;
	color:white;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}

td {
	padding:2px 5px 2px 5px;
}

td+td {
	border-left:1px solid #4a938f;
}

.tableaucentre td {
	text-align:center;
}

a img {
	/*Pas de bordure sur les images cliquables*/
	border:0;
}

footer {
	text-align:center;
	font-size:0.8em;
	padding:8px;	
}

footer a {
	text-decoration:none;
	color:#3e3e3e;
}

footer a:hover {
	text-decoration:underline;
}

.petit {
	font-size:0.8em;
}

.colsimple, .coldouble, .coltriple {
	margin-top:8px;
	width:100%;
}

details>summary {
	cursor:pointer;
}

.colsimple a, .coldouble a, .coltriple a, details>summary {
	color:#4a938f;
	text-decoration:none;
}

.colsimple a:hover, .coldouble a:hover, .coltriple a:hover, details>summary:hover {
	text-decoration:underline;
}

.coldouble img[class="droite"] {
	margin:8px 0 8px 8px;
}

.coldouble img[class="gauche"] {
	margin:8px 8px 8px 0;
}

.coldouble div[class="centre"] img {
	margin:8px 0;
}

.listeliens {
	list-style-image:url(/site/pictures/site2014/fleche.png);
	padding-right: 20px;
}

.listeliens li {
	margin:16px 0;
}

.listeliens li a {
	color:#3e3e3e;
	text-decoration:none;
}

.listeliens li a:hover {
	text-decoration:underline;
}

.colgauche>h2 {
	background-color:#4a938f;
	color:white;
	margin:0;
	padding:8px 20px;
	font-size:1.2em;
}

.colgauche>h2 a {
	color:white;
	text-decoration:none;
}

.colsdroite>h1, .coltriple>h1 {
	background-color:#696969;
	color:white;
	margin:0;
	padding:8px 20px;
	font-size:1.2em !important;
}

.colsdroite h2, .coltriple h2 {
	font-size:1.3em;
	/*margin-bottom:0.6em;
	margin-top:1.4em;*/
}

.colsdroite h3, .coltriple h3 {
	font-size:1.1em;	
}	

#menugauche {
	display: none;
}

#menugauche>ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#menugauche>ul>li {
	padding-left:10px;
}

#menugauche>ul>li+li {
	border-top:1px solid #4a938f;
}

#menugauche>ul>li>a {
	display:block;
	height:35px;
	line-height:35px;
	text-decoration:none;
}

.voiraussi {
	font-weight:bold;
	color:#4a938f;
}

fieldset {
	margin-bottom:10px;
	border-radius:10px 10px 0px 10px;
}

legend {
	font-weight:bold;
}

form ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

label {
	display:inline-block;
	width:40%;
	text-align:right;
	padding:5px;
}

label:after {
	content:"\00A0:"; /*00A0=espace insécab - 0020=espace normal*/
}

.labelinline {
	display:inline;
}

.labelinline:after {
	content:normal;	/*pas de : pour les checkbox (par exemple) qui se suivent puisque le label est apres*/
}

textarea {
	vertical-align:middle;
}

.curseurlien{
	cursor:pointer;
}

#social {
	padding-left: calc((100% - 180px) / 2);	/*(4 blocs de 50 - 20 pour le dernier (car ne font que 30) */
}

#social>ul {
	padding: 0;
	list-style-type:none;
	overflow:hidden;
}

#social>ul>li {
	float:left;
	width: 50px;
}

#plan {
	width: 100%;
	height: 70vh;	/*70% de la hauteur de l'écran!*/
	z-index: 0;	/*Pour que les menus passent au-dessus et qu'on puisse encore cliquer sur les picto*/
}

/*-------------------------------------------------------------------------*/
/*------------- ECRAN NORMAL (NON MOBILE) ---------------------------------*/
/*-------------------------------------------------------------------------*/
@media only screen and (min-width: 1020px) {	/*1000+20 pour l'ascenseur*/

.sautdelignenonmobile {
	display:inherit;
}

#conteneur {
	position:relative;
	margin:auto;
	width:1000px;
}
	
#rgpd_cookie, #alerte {
	width:780px;
	margin-left:50%;
	left:-380px;
	padding:0 10px;
	height:30px;
	line-height:30px;
}

header {
	position:relative;
	height:135px;
}

#logo {
	width: auto;
}	
	
#recherche {
	right:auto;
	left:200px;
}
	
#recherche input[type="search"] {
	width:600px;
}
	
#langue {
	right: 100px;
}
	
#menumobile {
	display:none;
}

#menuhaut {
	position:absolute;
	margin-left:140px;
	bottom:0;
	height:50px;
	z-index:5;	/*Pour que les menus passent au dessus des cartes*/
}
	
#menuhaut>ul {
	display:block;
	background-color:inherit;
	border:none;
	box-shadow:none;
	z-index:auto;
	
}

#menuhaut>ul>li {
	float:left;
	width:215px;
	position:static;
	padding-left:0;
	border-top:none;
	color:inherit;
}

#menuhaut>ul>li>a {
	display:block;
	height:50px;
	line-height:50px;	
	color:#3e3e3e;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.3em;
}

#menuhaut>ul>li:hover {
	background:#4a938f;
}

#menuhaut>ul>li:hover>a {
	color:white;
}

#menuhaut>ul>li>ul {
	/*Sous-menu*/
	padding:0;
	margin:0;
	display:none;
	position:absolute;
	list-style-type:none;
	background-color:white;
	border: 1px solid #4a938f;
	box-shadow:1px 1px 12px #696969;
	z-index:-5;		/*Pour pas voir l'ombre au-dessus*/
}

#menuhaut>ul>li:hover>ul {
	/*On affiche le sous-menu*/
	display:block;
}

#menuhaut>ul>li>ul>li {
	position:relative;
	padding-left:10px;
	width:203px; /*215 - 10(padding) - 2x1 (border du ul)*/
	border-top:1px solid #4a938f;
	color:#4a938f;
}

#menuhaut>ul>li>ul>li>a {
	display:block;
	height:35px;
	line-height:35px;
	color:#4a938f;
	text-decoration:none;
}

#menuhaut>ul>li>ul>li:hover {
	background-color:#4a938f;
	color:white;
}

#menuhaut>ul>li>ul>li:hover>a, #menugauche>ul>li:hover>a {
	color:white;
}
	
.colsimple {
	float:left;
	width:328px;
}

.coldouble {
	float: left;
	width:664px;
}

.coltriple {
	width: 1000px;
}
	
.colsdroite {
	margin-left:8px;
}
	
#menubas {
	padding-left: 320px;
}
	
#menubas>ul>li {
	padding:0 20px;
}
	
#menugauche {
	display: block;
}
	
#menugauche>ul>li:hover {
	background-color:#696969;
}
	
label {
	display:inline-block;
	width:200px;
	text-align:right;
	padding:5px;
}
	
#social {
	position: fixed;
	right: 0;
	bottom: 20px;
	padding-left:0;
}
	
#social>ul>li {
	float:none;
	width:auto;
}
	
#plan {
	width: 664px;
	height: 600px;
}
	
	
	
	
	
}