/* POLICES */
.defaultPolice {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#blocGlobal #contenuGlobal section .T12 {
  font-size: 12px;
}
#blocGlobal #contenuGlobal section .T20 {
  font-size: 20px;
}
#blocGlobal #contenuGlobal section ul.boisDeLune {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
  display: inline-block;
}
#blocGlobal #contenuGlobal section ul.boisDeLune.center {
  text-align: center;
}
#blocGlobal #contenuGlobal section ul.boisDeLune > li {
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 16px;
  margin: 0 0 0 -4px;
  vertical-align: top;
  display: inline-block;
  margin: 0 auto;
}
#blocGlobal #contenuGlobal section ul.boisDeLune > li strong {
  font-size: 20px;
}
#blocGlobal #contenuGlobal section ul.boisDeLune > li b {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
#blocGlobal #contenuGlobal section ul.boisDeLune > li:nth-child(1) {
  max-width: 280px;
}
#blocGlobal #contenuGlobal section ul.boisDeLune > li:nth-child(2) {
  max-width: 640px;
}
#blocGlobal #contenuGlobal section ul.boisDeLune > li.bgGris {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
#blocGlobal #contenuGlobal section ul.boisDeLune > li a {
  color: #e10f21;
}
#blocGlobal #contenuGlobal section ul.boisDeLune > li p {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 10px 15px 0 15px;
  text-align: left;
}
#blocGlobal #contenuGlobal section ul.blocVert {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
}
#blocGlobal #contenuGlobal section ul.blocVert > li {
  max-width: 740px;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  margin: 0 auto;
  padding: 25px;
  color: #ffffff;
  background-color: #036c2d;
  margin-top: 40px;
}
#blocGlobal #contenuGlobal section ul.blocVert > li:before {
  content: " ";
  width: 30px;
  height: 20px;
  position: absolute;
  background: transparent url('/media/img/pointeurVert.png') left top no-repeat;
  background-size: 100%;
  top: -20px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#blocGlobal #contenuGlobal section .blocFleche {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-color: #efefef;
  margin-top: 30px;
  text-align: center;
}
#blocGlobal #contenuGlobal section .blocFleche:before {
  content: " ";
  width: 100%;
  height: 50px;
  float: left;
  background: transparent url('/media/img/flecheBasseB.png') left top no-repeat;
  background-size: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
#blocGlobal #contenuGlobal section .blocFleche .centrageBlocFleche {
  max-width: 740px;
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 15px 0 15px;
  text-align: left;
  margin: 0 auto;
}
