/* POLICES */
.defaultPolice {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#blocGlobal #contenuGlobal section ul.blocListe {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#blocGlobal #contenuGlobal section ul.blocListe > li {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 15px 0 15px 0;
}
#blocGlobal #contenuGlobal section ul.blocListe > li .floatLeft {
  width: auto;
  float: left;
}
#blocGlobal #contenuGlobal section ul.blocListe > li .floatRight {
  width: auto;
  float: right;
}
#blocGlobal #contenuGlobal section ul.blocListe > li:last-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
#blocGlobal #contenuGlobal section ul.blocListe > li a {
  width: auto;
  display: inline-block;
  height: auto;
  line-height: 30px;
  position: relative;
  color: #e10f21;
  margin-left: 12px;
}
#blocGlobal #contenuGlobal section ul.blocListe > li a:hover {
  color: #000000;
}
#blocGlobal #contenuGlobal section ul.blocListe > li a .docPDF {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  padding-right: 35px;
  line-height: 14px;
}
#blocGlobal #contenuGlobal section ul.blocListe > li a .docPDF:before {
  background: transparent url('/media/img/pdfOff.png') no-repeat scroll center center / auto 100%;
  content: "";
  opacity: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -8px;
  right: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #contenuGlobal section ul.blocListe > li a .docPDF:hover:before {
  opacity: 0;
  background: transparent url("/media/img/pdfOff.png") no-repeat scroll center center / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #contenuGlobal section ul.blocListe > li a .docPDF:after {
  background: transparent url('/media/img/pdfOn.png') no-repeat scroll center center / auto 100%;
  content: "";
  opacity: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -8px;
  right: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #contenuGlobal section ul.blocListe > li a .docPDF:hover:after {
  opacity: 1;
  background: transparent url("/media/img/pdfOn.png") no-repeat scroll center center / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
