.offres-emploi {
  padding: 3em 0.75em 0.75em;
  padding-bottom: 0.75em;
  background: #024f8e;
  color: #fff;
  margin-bottom: 20px;
}

.offres-emploi ul {
  margin-bottom: 1.5em;

}

.offres-emploi li {
  margin: 0.5em 0;
}

.offres-emploi ul li a:hover{
  color: #2F7CAA;
  background: #fff;
  padding: 3px;
  -webkit-transition-duration: 500ms;
     -moz-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

.infos {
  padding-top: 2em;
  border-top: 1px solid #fff;

}

.infos a {
  color: #fff;
}

.infos a:hover {
  color: #464646;
  color: #2F7CAA;
  background: #fff;
  padding: 3px;
  -webkit-transition-duration: 500ms;
     -moz-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

section.offres-emploi .fa-file-pdf:before {
    margin-right: 1.5rem;
}

/*
.icon-pdf::before {
    font-family: 'Font Awesome 5 Free' !important;
    content: "\f1c1" !important;
    font-weight: 400;
}*/
