@charset "UTF-8";
/* CSS Document */
@import url("css/reset.css");

/*Ceci est le doc de stylisation du site par Fabio Ravelo
-------------------------------------------------------------------------*/
body, html{
	overflow-x: hidden;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
}

#content{
	width: 950px;
	margin-left: auto;
	margin-right: auto;		
	position: relative;
}

#contenu{
	margin: 20px 0px; 
	min-height: 380px; 		
	position: relative;
}

#contenu strong{
	font-weight:normal;
}
#contenu p {
	line-height:1.3;
	padding:10px 0px;
}
#contenu .joindre p {
	padding:5px;
}
.joindre h3 {margin-bottom:15px;line-height:1.2}
.joindre h2 {margin:10px 0px;}
h1{
	font-size: 26px;
	text-transform: uppercase;
	text-decoration:underline;
	margin-bottom: 10px;
}

h2{
	font-size: 23px;
	color: #006325;
	text-transform: uppercase;
}

h3{
	font-size: 18px;
	font-weight: bold;
	color: #006325;
	text-transform: uppercase;
}

#barre-haut{
	height: 5px;
	width: 100%;
	background-color: #5a5242;
}
/*HEADER
-----------------------------------------------*/
header{
	height: 83px;
	width: auto;
	height: auto;
	vertical-align: middle;
	z-index: 5;
}

ul#nav_principal{ 
	background-image: url(images/background-menu.png);
	background-repeat: repeat-x;
	height: 148px;
	margin-right: -3000px;
	padding-right: 3000px;
	color: #fff;
	position: relative;
}
#nav_principal li{
	float: right;
	width: 122px;
	margin-left: 5px;
	margin-top: 37px;
	list-style-type: none;
	text-align: center;
}
#nav_principal li a{
	font-size: 14px;
	padding-left: 8px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
#nav_principal li.current_page{
	background-image: url(images/background-vert.png);
	color: #ffcc00;
	background-repeat: repeat;
}
#nav_principal li a:hover {
	color: #ffcc00;
	background-repeat: repeat;
}

/*Corps de page
---------------------------------------------------------------------*/
	
#boite-text{
	background-color: #000;
	color: #fff;
	width: 340px;
	padding: 20px 20px 20px 20px;
	border-radius: 25px;	
}	

#boite-text-interieur{
	background-color: #fff;
	color: #000;
	width: 600px;
	min-height: 363px;
	padding: 20px 20px 0px 20px;
	margin: 0 auto;	
}

#boite-text-interieur-left{
	width: 350px;
	float: left;
	padding-bottom: 40px	
}

#boite-text-interieur-right{
	float: right;
	width: 300px;
	margin-right: -75px;
}

a.bnt_infoconcept {
	background-image: url(images/btn_infoconcept.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	width: 100px;
	text-indent: -9999px;
	display: inline-block;
	margin-right:-50px;
}
/*
Footer
--------------------------------------------------------------------------------------*/
footer{
	width: 950px;
	text-align: center;
	margin: 10px 0px;
	color: #000;
	line-height: 25px;
}

/* #Media Queries
================================================== */
	
	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 991px) {}
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {}
	
	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}
	
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}
	
/* ************ PORTION COOKIES ************ */

.explications {
  position: absolute;
  margin: 50px 180px;
  width: 80%;
  max-width: 1500px;
  text-align: center;
  padding: 80px 60px;
  font-size: 22px;
  font-weight: 500;
  background: #fff;
  border-radius: 8px;
}

.titre {
  padding-bottom: 10px;
}

.message {
  padding-top: 10px;
}

.policytitre {
  padding-bottom: 10px;
}

.policymessage {
  padding-top: 10px;
  padding-bottom: 100px;
}

.cookies-eu-banner {
  background: #444;
  opacity: 0.9;
  color: #fff;
  padding: 18px;
  font-size: 16px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #08841f;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 6px 9px;
  margin: 2px 0;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}
