/* ############## Dans ce fichier ########### */
/* MISE EN PAGE */
/* TEXTE */
/* LISTES */
/* TABLEAUX */
/* FORMULAIRES */
/* MENU */
/* NOMBRE DE PAGES */
/* PLAN DU SITE */
/* IMPRESSION */

/* Orange : e7780f */
/* Vert foncé : 344349 */
/* Vert moyen : 107d4e */
/* Vert vif : 00953e */

/* ############## MISE EN PAGE BASEE SUR ECRANS MOBILES ########### */
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
iframe, img {
	max-width:100%;
	/*height:auto;*/
}
.hide_mobile { display:none; }
body {
	font-size: 1em;
	background-color: #000000;
}
div.bordure {
	position: relative;
	margin: 0 auto;
	max-width: 1240px;
	width:100%;
	background-color:#ffffff;
}
div#logo {
	float:left;
	z-index: 99;
	margin: 5px;
	width:60%;
}
h1#logo-accueil {
	text-align: center;
	margin:0;
}
h1#logo-accueil img { width:100%; }
@media screen and (min-width: 560px) {
	h1#logo-accueil img { width:50%; }
}
div#logo img { width:100%;
	transition: width 0.3s ease 0.3; }
div#logo a {
	/*display: block;
	height: 100%;
	width: 100%;*/
}
/*div#fil_ariane {
	position: absolute;
	top: 172px;
	left: 30px;
	font-size: 80%;
	z-index: 1;
}
div#fil_ariane a {
	text-decoration: none;
	color: #666666;
}*/
div#bandeau {
	max-width: 1240px;
	position:fixed;
	z-index:1;
	width: 100%;
	transition: height 0.3s ease;
}
div#contenu {
	margin: 0 30px;
	padding-bottom: 50px;
	clear:both;
	color:#000;
	position:relative;
	padding-top: 110px;
}
div#bas_de_page {
	position: relative;
	width: 100%;
}
div#bas_de_page p {
	text-align: center;
	font-size: 0.8em;
}
div#bas_de_page img {
	height: 20px;
	vertical-align: -4px;
	border: none;
}
div#bas_de_page, div#bas_de_page a {
	color: #fff;
}
div#partenaires {
	border-top:5px solid #344349;
	padding: 20px 0;
}
div#partenaires h3 { margin-left:10px; }
div#partenaires li {
	display:inline-block;
	margin:0 10px;
}
ul#evitement {
	display: none;
}
/* Boutons des langues */
#boutons_langues {	
	position:absolute;
	top:0px;
	right:0;
	z-index: 98;
	padding:5px;
}
#onglet_en, #onglet_fr, #onglet_es {
	width: 26px;
	height: 26px;
	display:inline-block;
	margin:5px;
}
#boutons_langues a, .boutons_langues_accueil a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent:-10000px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow: 2px 2px 3px #333;
	-moz-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}
#boutons_langues a:hover, .boutons_langues_accueil a:hover {
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
}
#onglet_en a {
	background: url(/interface/drapeau_en.gif) center center no-repeat;
}
#onglet_fr a {
	background: url(/interface/drapeau_fr.gif) center center no-repeat;
}
#onglet_es a {
	background: url(/interface/drapeau_es.gif) center center no-repeat;
}
div.scroll-top {
	bottom: 0;
    position: fixed;
    right: 0;
}
div.scroll-top a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
	font-size:130%;
	padding:10px;
	background-color:rgba(0,0,0,0.5);
}
.googlemaps { max-width: 260px;
    overflow: hidden; }
/* ############## TEXTE ########### */
h1 {
	font-size: 2.6em;
	font-weight: bold;
	font-family:"Arial Black", Arial, sans-serif;
	margin-bottom: 0.5em;
	color: #344349;
	text-shadow: 1px 4px 2px #ccc;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	color: #107d4e;
	font-family:"Arial Black", Arial, sans-serif;
	line-height: 1.2em;
}
h3 {
	font-size: 1.4em;
	color: #00953e;
	font-weight: bold;
	font-family:"Arial Black", Arial, sans-serif;
	margin-bottom: 0.5em;
    margin-top: 0.8em;
}
p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	text-align: justify;
}
.texte_gris {
	font-weight: normal;
	color: #999999;
	font-style: italic;
}
.texte_en_valeur {
	color: #e7780f; font-weight:bold;text-shadow:0 0 6px #fff;
}
sup {
	vertical-align: 0.4em;
}
acronym, abbr, dfn {
	border-bottom: 1px dotted #000000;
	cursor: help;
}
.surligne {
	background-color: #e7780f;
	color: #ffffff;
	padding: 4px 6px;
	font-weight:bold;
}
.encadre {
	border: 2px solid #e7780f;
	padding: 15px;
}
.petit {font-size:90%;}
.bouton a, a.bouton { 
	background-color: #e7780f;
	color: #ffffff;
	padding: 10px 20px;
	line-height:2em;
	font-weight:bold;
	font-size:120%;
	text-decoration:none !important;
	color:#fff !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: -2px 2px 5px #344349;
	-moz-box-shadow: -2px 2px 5px #344349;
	box-shadow: -2px 2px 5px #344349;
}
.bouton a:hover { background-color:#e7560f; }
div#contenu img {
	box-shadow: -2px 2px 4px rgba(0,0,0,0.3);
	height: auto !important;
    max-width: 100% !important;
}
div.zone_colonnes {
	clear: both;
}
div.colonne {
	width: 100%;
	float: none;
	margin-right:0;
}
.portrait-contact {
	width: 100%;
	display:inline-block;
	padding:8px;
}
.portrait-contact p {
	text-align:center;
}
.img_gauche {
	float: left;
	margin: 0px 30px 10px 0px;
}
.img_droite {
	float: right;
	margin: 0px 0px 10px 30px;
}
.date_modification {
	float: right;
	color: #666666;
	font-size: 0.9em;
}
a.telecharger_pdf {
	background: url(/interface/picto_pdf.gif) no-repeat 0px 0px;
	padding: 1px 0 0 18px;
}
a img {
	border: none;
}
.puce_alerte {
	margin-top: 1.5em;
	margin-bottom: 1em;
	background: url(/interface/puce_alerte.gif) no-repeat 0px 0px;
	padding-top: 3px;
	padding-left: 19px;
	padding-bottom: 3px;
	color:#e7780f;
}
hr {
	color: #999999;
	border: none;
	border-top: 1px solid #999999;
	height: 1px;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}
hr.invisible {
	height: 0px;
	width: 0px;
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
}
/* Pour l'info bulle (Aide dans Gestion) */
a.infobulle, a.definition {
	text-decoration: none;
	border-bottom: none;
	position: relative;
	/*background: url(/interface/bouton_aide.png) right 1px no-repeat;
	padding-right: 13px;*/
	cursor: help;
	font-weight: normal;
}
a.infobulle span, a.definition span {
	display: none;
}
a.infobulle:hover span, a.definition:hover span {
	display: block;
	position: absolute;
	z-index: 100;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	color: #000000;
	padding: 7px 7px 7px 18px;
	width: 200px;
	right: -219px;
	top: -11px;
	font-style: italic;
	text-align: left;
	/*background: url("/interface/fond_infobulle.gif") left top no-repeat;*/
}

div#contenu a:link {
	text-decoration: underline;
	color: #000000;
}
div#contenu a:hover {
	text-decoration: underline;
	color: #000000;
}
div#contenu a:active {
	text-decoration: none;
	color: #000000;
}
div#contenu a:visited {
	text-decoration: underline;
	color: #000000;
}
div#contenu .surligne a, div#contenu a.surligne {
	color: #ffffff;
}

.video_accueil1, .video_accueil2 { text-align:center; }
.video_accueil1 iframe {
	margin: 20px auto;
}
.video_accueil2 iframe {
	margin: 40px 8px;
}

/* ############## BOUTONS ############ */
.bouton_retour {
	font-size: 0.9em;
	background: url("/interface/bouton_retour.png") left center no-repeat;
	padding-left: 15px;
	margin-bottom: 3px;
}
a.bouton_imprimer {
	position: absolute;
	top: 205px;
	left: 685px;
	display: block;
	height: 40px;
	width: 40px;
	/*font-size: 0.9em;
	padding: 4px 0px 4px 20px;*/
	background: url(/interface/imprimer.gif) left center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
/* ############## LISTES ########### */
ul {
	list-style: none;
}
ul li {
	margin: 2px 0 0;
	text-indent:1em;
}
ul ul li {
	text-indent:2em; }
ul li p { margin:0; }
ul li:before {
    content: "\25CF";
    color: #009435;
	float:left;
}
ul.sans-puce li {
    padding-left: inherit;
	text-indent:0;
}
ul.sans-puce li:before {
    content: "";
}
.pika-thumbs li { padding-left:3px !important; }

/* ############## TABLEAUX ########### */
table {
	border: 1px solid #000000;
	margin: 5px;
	border-collapse: collapse;
}
caption {
	font-style: italic;
	color: #999999;
}
th {
	background-color: #cccccc;
	padding: 0.3em;
}
td {
	border-bottom: 1px solid #cccccc;
	padding: 0.1em;
}

/* ############## FORMULAIRES ########### */
div.tete_form {
	font-weight: bold;
	font-size: 1em;
	padding: 3px;
}
div.corp_form {
	padding: 0.8em;
}
div.pied_form {
	padding: 0.2em;
	text-align: center;
}
p.champs_obligatoires {
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-align: right;
	margin: 1px;
	font-size: 0.85em;
}
.alerte_obligatoire {
	background-color: #e7780f;
}
form .obligatoire {
	font-weight: bold;
}
fieldset {
	padding: 4px;
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
fieldset legend {
	font-weight: bold;
	color:#00953e;
}
form label {
	/*clear: both;*/
	margin-top: 0.3em;
	display: block;
	max-width: 240px;
}
form span.complement_info {
	color: #999999;
	font-style: italic;
}
form select, form textarea, form input {
	font-size: 1.2em;
	border: 1px solid #344349;
	margin: 2px;
	max-width: 240px;
	padding:5px;
}
form input[type=checkbox] {
	border: none;
}
form div.pied_form input, form input.valider {
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-color:#e7780f;
	color: #ffffff;
	padding: 10px 20px;
	font-size:120%;
	text-decoration:none !important;
	color:#fff !important;
	-webkit-box-shadow: -2px 2px 5px #344349;
	-moz-box-shadow: -2px 2px 5px #344349;
	box-shadow: -2px 2px 5px #344349;
}
form div.pied_form input:hover, form input.valider:hover {background-color:#e7560f;}

/* ##############  MENU ########### */
.niveau1 {
	max-height:0;
	overflow:hidden;
}
.nav-trigger {
	position:absolute;
    clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
	color:#fff;
	font-size:40px;
	margin-left:15px;
}
label[for="nav-trigger"]:hover { color:#ddd; }
label[for="nav-trigger"]::before { content:"\2261"; }
.nav-trigger:checked ~ .niveau1 {
	max-height:500px;
    transition: max-height 0.8s;
}
.nav-trigger:not(:checked) ~ .niveau1 {
	max-height:0px;
    transition: max-height 0.8s;
}


div#menu {
    font-size : 1.2em;
	z-index: 2;
	clear:both;
	text-align:left;
	background-color:#002a3a;
	letter-spacing:0.03em;
	position:relative;
}
div#menu ul {
	padding: 0;
	margin:0;
    list-style : none;
    line-height : 1.5em;
}
div#menu ul.niveau1 {
	margin-right: 90px;
}
/* fond different au survol de la souris pour les sous menu et les "basiques"*/ 
div#menu li:hover {
	/*background: #cccccc;*/
}
div#menu ul li {
	display: inline-block;
	margin: 0;
	width:100%;
}
div#menu li a {
	text-decoration: none;
    padding: 5px 12px;
	display: block;
	color:#fff;
	/*text-shadow: 3px 3px #fff,-3px 3px #fff, -3px -3px #fff, 3px -3px #fff; 
	font-weight: bold;
	border-left: 8px solid #BBB;
	width:84px;*/
}
div#menu li a:hover {
	background-color: #107d4e;
}
/* Sous-menu */
div#menu ul ul.niveau2 {
	display:none;
}
@media screen and (min-width: 768px) {
	/* Sous-menu */
	div#menu ul ul li {
		text-align: left;
		font-weight: normal;
	}
	div#menu ul ul.niveau2 {
		position: absolute;
		top: 43px;
		left: 56px;
		background-color:#002a3a;
		display:none;
		/*border: 1px solid #cccc33;*/
	}
	div#menu ul.niveau1 li.sousmenu:hover ul.niveau2 {
		display: block;
	}
}



.fb_iframe_widget { float:right; }
/* ############### DIAPORAMA ############# */
.diaporama {
	max-width:100%;
}
.pika-stage { width: 240px !important; height:170px !important; margin: 0 auto; padding:10px !important; }
.pika-stage img { width:230px; height:auto !important; max-height:170px; }
.jcarousel-skin-pika { display: none; }

/* ############### GRANDS ECRANS ############# */
@media screen and (min-width: 500px) {
	div#contenu { padding-top: 130px; }
}
@media screen and (min-width: 768px) {
	.hide_mobile { display:inherit; }
	div#logo {
		margin: 10px;
		padding-bottom: 40px;
	}
	.niveau1 {max-height:200px !important; }
	label[for="nav-trigger"] { position:fixed; visibility:hidden; }
	div#bandeau {
		background: #fff url(/interface/bandeau.jpg) center top no-repeat;
		background-size:100%;
		height:240px;
		diaplay:block;
	}
	div#bandeau.floatable {
		height: 120px;
		transition: height 0.3s ease 0.3;
	}
	div#bandeau.floatable div#logo {
		margin: 5px;
		padding-bottom:0px;
	}
	div#bandeau.floatable div#logo img {
		width:70%;
		transition: width 0.3s ease;
	}
	div#contenu { padding-top: 250px; }
	div.colonne {
		width: 48%;
		float: left;
		margin-right:2%;
	}
	.portrait-contact {
		width: 31%;
		vertical-align:top;
	}
	div#menu ul {
		line-height : 2em;
	}
	div#menu ul li {
		width:auto;
		border-right: 1px solid #344349;
	}
	form label, form select, form textarea, form input {
		max-width: 380px;
	}
	.fb_iframe_widget { margin-top:10px; }
	.googlemaps {
		max-width: none;
    	overflow: visible;
		margin:10px;
	}
	/* ############### DIAPORAMA ############# */
	.pika-stage { width: 520px !important; height:280px !important; margin: 0 auto; padding:10px !important; }
	.pika-stage img { width:520px; height:auto !important; max-height:280px; }
	.jcarousel-skin-pika { display:block; }
}
@media screen and (min-width: 980px) {
	.diaporama {
		max-width:560px;
		float:right;
		margin-left: 30px;
	}
	div#logo {
		padding-bottom: 60px;
	}
	div#contenu { padding-top: 280px; }
}
@media screen and (min-width: 1280px) {
	div#contenu { padding-top: 320px; }
	div#logo {
		padding-bottom: 80px;
	}
}
/* ############## IMPRESSION ########### */
@media print {
	div#menu {
		display: none;
	}
	div#fil_ariane {
		display: none;
	}
	ul#evitement {
		display: none;
	}
	
	div.centrage {
		margin: 0;
	}
	div.bordure {
		padding-left: 0;
		padding-right: 0;
	}
}