container@media print {
* {display:none}
}

.rightAlign {
  text-align: right;
}


html, body {
font-family: Georgia, Verdana, serif, Helvetica, Times, Times New Roman, Courier New, Arial;
background-color: #F4A460; /* #80EE90;*/
padding: 1em;
/* scroll-behavior: smooth; */
}

section  header {
  font-size: 20px;
  color: black;

}


div#infoCookie {
padding:5px;
width:100%;
color:#FFFFFF;
position:absolute;
top:0;left:0;z-index:1;
background: rgba(0, 0, 0, 0.4);
}

div#all {
  background-color:#FAFAFA;
  width:100%;
  margin: 0 auto;
border-radius: 5px;
box-shadow: 0 0 15px 2px #666;
}

div#entete{
text-align: left;
padding: 4em 3em;
display: block;
/* background-image: url("/images/coquelicots2.png"); */
}
img#banner {
width: 100%;
}

div#navig{
		/* position: fixed; */
		text-align:center;
		margin: 0px 0px 0px 0px; /* top right bottom left */
		padding: 0px 0px 0px 0px; /* top right bottom left */
		width: 100%;
		height:40px;
		background:black;
		color: white;
}
h1#title0 {
	font-size: 240%;
	text-align: center;
	color: #FF4500;
	padding: 0em;
	margin:0em;
}
h2#title1 {
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	color: #FF4500; 
	padding: 0em;
	margin:0em;
}
h1#titleP {
	padding-top: 1em;
	font-size: 150%;
	text-align: left;
	color: #008080;
}
div#content {
  /*width: 100%; */
  float: left;
  /* margin-top: 20px; */
  padding-left: 80px;
  padding-right: 50px;
  background-color:#FAFAFA;
  color: #222222; 
  line-height: 1.5;
  /* float: left; */
}
div#links {
width: 25%;
background-color: white;
color: grey;
float: right;
padding-left: 10px;
padding-right: 10px;
}
#links div{
clear: both;
}
#links h1, h2 {
text-align: left;
font-weight: 200;
font-size: medium;
margin-top: 2em;
letter-spacing: 2px;
color: #555;
text-transform: uppercase;
}
div#links  a:hover {
color:#fff; background:#000;
}
img#languages{border:0;}
div#footer2 {font-size:80%;font-variant: small-caps;clear: both;border-top-style: solid;
border-top-width: 1px;
}
div#footer2 > div{background-color: white;
color:black;
 float:left;width:25%;min-height:150px;margin-left:13px;margin-bottom:5px}
/* div#footer2>div:first-child{margin-left:0} */
div#footer  {
background-color: white;
color:black;
clear: both;
text-align: center;
border-top-style: solid;
border-top-width: 1px;
}
div#footer  * {
text-align: center;
}

div#resultat {
background-color: white;
color:black;
clear: both;
text-align: center;
}

div#middle {
clear:left; 
background-color: white;
}

div#main_nav {
width:100%;
text-align: center;
/* margin-top: -5px;*/
/* position: fixed; */
}
	#main_nav ul {
		background:  #EEDD82; /* #228B22; */
		color: black;
		float: left;
		-webkit-transition: .5s;
		transition: .5s;
		margin:0 auto;
		padding: 0px 0px 0px 0px;
		text-align: center;
	}
	
	#main_nav li {
		float: left;
		position: relative;
		width: 165px; /* avant 200 */
		list-style: none;
		-webkit-transition: .5s;
		transition: .5s;
	}
	#main_nav li:last-child  {
		/* display: block; */
		position: relative;
		/* width: 100%; */
		/*width: 180px;*/ /* avant 200 */
		list-style: none;
		-webkit-transition: .5s;
		transition: .5s;
	}
	
	#main_nav a {
		display: block;
		text-decoration: none;
		padding: 10px 15px;
		color: black;
	}
	#main_nav li a:hover{
		color: #000000;
	}
	
/*	#main_nav ul ul{
		position: absolute;
		left: 0;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		padding-left: 0px;
	}
	#main_nav ul ul li a{	color:#228B22;}
	
	#main_nav ul ul ul {
		left: 100%;
		top: 0;
		color:#000000;
	}
*/	
	#main_nav li:hover, #main_nav li:hover li {
		background: #F4A460;
		color: white;
		font-weight: bolder;
	}
/*	
	#main_nav li li:hover, #main_nav li li:hover li {
		background: #ccc;
		color: #000000;
	}
	
	#main_nav li li li:hover {
		background: #bbb;
		color: #000000;
	}
*/	
	#main_nav li:hover > ul {
		visibility: visible;
		opacity: 1;
		color: #000000;
	}

a.navig {
	background-color: #228B22;
	color: white;
	text-decoration:none; 
	padding-left: 1em; padding-right: 1em;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/_img/icon_pdf.gif) no-repeat center right;
}

span.mot {
	font-weight: bold;
}


div.formulaire {
  width: 80%;
  border: 1px solid #287CB1; 
  padding: 5px;   
  margin: 0px auto;
}

tr.gris {
background-color: #F0F8FF;;
}

div.ligne {
 	clear: both;
	padding-top: 10px;
 }

div.ligne span.label {
 	float: left;
 	width: 30%;
 	text-align: right;
 }

div.ligne span.champs {
	float: right;
 	width: 70%;
 	text-align: left;
 }


input, textarea, select {
  color:#00008B;
 font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-weight: bold;
}

label{
/*    display: inline-block;
    float: left;
    clear: left;
    width: 60px;
     font-size: 14px; 
    text-align: left;*/
}
input {
  /*display: inline-block;
  float: left;*/
}

span.complement {
	font-style: italic;
	/* font-size: smaller; */
	margin-left: 10%; margin-right: 10%;
	text-align: center;
	background-color: #D8D8D8;
	outline: thin solid #008080;
	border-radius: 5px;
}
span.complementl{
	display: inline;
	font-style: italic;
	font-size: smaller;
}
.important {
font-weight: bold;
color: black;
}

table, td, th {
 border-left: 1px solid gray;
 border-bottom: 1px solid gray;
}

th {
 border-top: 1px solid gray;
}

.panier {
background-color: #90EE90;
color: black;
position: fixed;
right: -300px;
top: 10px;
transition: all 0.2s ease-in 0s; /* this is the key attribute */
z-index: 9999;
cursor: pointer;
visibility: hidden;
  margin: 5px auto;
border-radius: 5px;
}

.panier:hover {
right: -1px; /*hide it by pushing it off the screen */
}


.tooltip {
  position: relative;
  background-color: #eeeeee;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.illustration {
  /* max-width: 100% */
  transition: transform 2s;
}
.illustration:hover{
    -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
  /* -webkit-filter : sepia(80%); */ /* Chrome, Safari, Opera */
  /* filter : sepia(80%); */
   -webkit-filter : brightness(120%); /* Chrome, Safari, Opera */
  filter : brightness(120%);
}

.image {
  /* flex-basis: 100% */
}

.text  p{
  /* font-size: 20px; */
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin: 10%;
  /* transition: transform 1s;*/
}
.text  p:hover{
  /* font-size: 20px; */
  transition-duration: 2s;
  /* font-size: 110%; */
  text-align: center;
  transform: scale(1.2);
}

