body {
  background-color: #fff;
  font-family: verdana, Arial, Helvetica, sans-serif;
  color: #000;
  max-width: 100%;
  }
  header {
  	padding: 10px 0 10px 0;
	background-color: #E8FFFA;
	margin: -10px -10px 10px -10px ;
  }
#contenu  { 
	max-width: 1000px;
	padding: 0 10px 10px 10px;
	margin:auto;
	background-color: white;
  }
 #titre {
	text-align: center;
	margin: auto;
	font-size: 0.8em;
}
.soustitre {
	font-size: 1.3em;
	margin: auto;
}
h2 {
text-align: center;
background-color: #ABEBE8;
padding: 10px;
margin-top: -10px;
}
h3 {
text-transform: uppercase;
color: #0E615B;
font-size: 1em;
}
h4 {
color: #00998E;
font-size: 1em;
}
p {
	text-align: justify;
	font-size: 1em;
}
a {
font-size: 1em;}
hr {
margin-top: 40px;
}
.titre {
text-align:center;
color: #D42200;
font-size: 2em;
text-transform: uppercase;
}
.soustitre {
text-align:center;
padding-bottom: 20px;
font-size: 1.5em;
font-weight: normal;
letter-spacing: 2px;
color: #781000;
margin: 0 5px 0 5px;
}
/*______hamburger_______________________________________________________________________________________________*/
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 30px;
  left: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #616161;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #000;
  font-size: 1.2em;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item-actif {
  display: block;
  padding: 12px 24px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  color: gray;
}
/*______bas de page______________________________________________________________________________________________*/
.note {
	text-align: center;
	font-size: 0.8em;
	margin-top: 40px;
}
