/*!**/
/*  Elements de styles des blocs d'offres affichés en page d'accueil*/
/**!*/
/*#latest-job-offers-container {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 15px;*/
/*}*/

/*.offer-card {*/
/*  display: flex;*/
/*}*/

/*.offer-link {*/
/*  background-color: #F3F3F3;*/
/*  !*width: calc(33.33% - 15px);*!*/
/*  box-sizing: border-box;*/
/*  padding: 2%;*/
/*  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
/*  margin-bottom: 3%;*/
/*  display: flex;*/
/*  transition: background-color 0.3s ease;*/
/*  text-decoration: none;*/
/*}*/

/*.offer-link * {*/
/*  color: #0b0b0b;*/
/*}*/

/*.offer-link:hover {*/
/*  background-color: #e0e0e0;*/
/*  cursor: pointer;*/
/*  text-decoration: none;*/
/*}*/

/*.flash-active:hover {*/
/*  background-color: #f14950;*/
/*  cursor: pointer;*/
/*  text-decoration: none;*/
/*}*/

/*.flash-active:hover * {*/
/*  color: white;*/
/*}*/

/*.date-publication {*/
/*  display: flex;*/
/*  justify-content: flex-end;*/
/*}*/

/*.date-publication span{*/
/*  font-style: italic;*/
/*}*/

/*.item-offer{*/
/*  width: 80%;*/
/*}*/

/*.item-flash-offer{*/
/*  width: 20%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  position: relative;*/
/*}*/

/*.item-flash-offer i {*/
/*  color: #f14950;*/
/*  display: block;*/
/*  width: 100%;*/
/*  font-size: 5vh;*/
/*  text-align: center;*/
/*}*/

/*.warning-offres-not-found{*/
/*  color: dimgrey;*/
/*  font-weight: bold;*/
/*}*/
/*!**/
/*  Elements de styles pour l'affichage des détails d'une offre*/
/**!*/
/*#titre-offre-secteur{*/
/*  font-weight: bold;*/
/*}*/

/*.disabled {*/
/*  pointer-events: none;*/
/*  color: grey;*/
/*  opacity: 0.5;*/
/*}*/

/*.bloc-offre{*/
/*  display: flex;*/
/*}*/

/*.offre{*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  background-color: #F3F3F3;*/
/*  padding: 2%;*/
/*  margin-top: 3%;*/
/*}*/

/*.bloc-candidature{*/
/*  background-color: #F3F3F3;*/
/*  padding: 2%;*/
/*}*/

/*#lien-candidature, #navigation a, #btn-voir-offres{*/
/*  background-color: var(--color-dark-greed);*/
/*  color: white;*/
/*  border: 2px solid transparent;*/
/*  border-radius: 15px;*/
/*  height: 25px;*/
/*  padding: 10px 20px;*/
/*  display: inline-flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  text-align: center;*/
/*  text-transform: uppercase;*/
/*}*/

/*#retour a{*/
/*  background-color: dimgrey;*/
/*  color: white;*/
/*  border: 2px solid transparent;*/
/*  border-radius: 15px;*/
/*  height: 25px;*/
/*  padding: 10px 20px;*/
/*  display: inline-flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  text-align: center;*/
/*  text-transform: uppercase;*/
/*}*/

/*#lien-candidature:hover, #navigation a:hover, #btn-voir-offres:hover{*/
/*  background-color: white;*/
/*  border-color: var(--color-dark-greed);*/
/*  color: var(--color-dark-greed);*/
/*  text-decoration: none;*/
/*  text-transform: uppercase;*/
/*}*/

/*#retour a:hover{*/
/*  background-color: white;*/
/*  border-color: dimgrey;*/
/*  color: dimgrey;*/
/*  text-decoration: none;*/
/*  text-transform: uppercase;*/
/*}*/


/*#description{*/
/*  margin-top: 3%;*/
/*}*/

/*#header-descriptif-offre, #header-formation-offre, #header-competences, #header-autres-infos{*/
/*  font-weight: bold;*/
/*}*/

/*#date-publication-content {*/
/*  text-align: right;*/
/*}*/

/*#redirection{*/
/*  display: flex;*/
/*}*/

/*!**/
/*  Elements de styles pour l'affichage de la liste complète des offres*/
/* *!*/
/*.container-liste-tri-pagination{*/
/*  display: flex;*/
/*}*/

/*#liste-offres-container {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 10px;*/
/*}*/





