.btn-notifications, .div-postulation {
  background-color: #0a4f70;
  border-color: #7da89e;
  color: white;
  font-size: 1.3rem;
}
.btn-notifications-click {
  background-color: #fcc71c;
  border-color: #fcc71c;
  color: #0a4f70;
  font-size: 1.3rem;
}
.nv-notif:hover {
  cursor: pointer;
}
.cadre-presentation, .cadre-presentation-rose {
  text-align: start;
  color: #191919;
  background-color: white;
  padding: 1rem;
  border-radius: 15px;
}

.cadre-presentation-rose {
    background-color: #FFCBEA !important;
}
.cadre-grise-presentation {
  text-align: center;
  color: white;
  background-color: #A9A9A9;
}
.cadre-bleu-presentation {
  text-align: center;
  color: white;
  background-color: #0a4f70;
}
.btn-annonce {
  margin: 0.25rem 0.75rem;
  color: white;
  border-color: #f87BC6;
  background-color: #f87BC6;
  font-weight: bold;
  border-radius: 1.5rem !important;
}
.btn-grise-annonce {
  margin: 0.25rem 0.75rem;
  color: #A9A9A9;
  border-color: #A9A9A9;
  background-color: white;
  font-weight: bold;
  border-radius: 1.5rem !important;
}
.btn-annonce:hover, .btn-grise-annonce:hover {
  box-shadow: 5px 6px 6px 2px #0303030f;
  color: white;
}

.badge-jocare-vert, .badge-jocare-blanc {
  left: 100%!important;
  padding: 0.8em 1em;
  background-color: #7da89e;
  font-size: .9rem !important;
}

.badge-jocare-blanc {
  background-color: white;
  color: #f87BC6;
  border: 1px solid #f87BC6;
}

.badge-jocare-vert:hover, .badge-jocare-blanc:hover {
  cursor: pointer;
}

.poste-avec-marqueur {
  font-size: 2.4rem !important;
  font-weight: 900 !important;
  line-height: 1.2;
  color: #0a4f70;
}

.font-card-cand-mesplus {
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-card-cand-lien  {
  color: white;
  font-size: 1.5rem;
}
.font-card-cand-lien:hover  {
  color: #fcc71c;
  font-size: 1.5rem;
}
.nb-profils {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
  color: #0a4f70;
}

.cadre-annonce-structure {
  border-color:#0a4f70;
  border-radius:25px;
  border-style: solid;
  border-width: 2px;
}
.cadre-annonce-poste {
  border-color:#7da89e;
  border-radius:25px;
  border-style: solid;
  border-width: 2px;
}
.cadre-annonce-profil {
  border-color:#fcc71c;
  border-radius:25px;
  border-style: solid;
  border-width: 2px;
}

.carousel-inner-jocare {
  height: 350px;
  border-radius: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #0a4f70;
}
.carousel-item-jocare {
  height: 100%;
  background-color: #f9fafb;
}
.carousel-item-img {
  height: 100%;
  width: auto;
  margin: auto;
}

.card-cand-jocare {
  height: 300px;
  color: black;
  background-color: #97c9be24;
  border-radius: 25px;
  border: 1px solid #0a4f70;
  margin: 0;
}
.card-cand-jocare-avec-profil{}
.card-cand-jocare-avec-profil:hover {
  cursor: pointer;
  box-shadow: 5px 6px 6px 2px #e9ecef;
  transform: scale(1.05);
}
.card-cand-jocare-sans-profil{}
.card-cand-jocare-sans-profil:hover {
  cursor: default;
}
.card-cand-conteneur-img {
  height: 100%;
  padding: 0 !important;
  background-color: #7da89e;
  border-bottom-left-radius: 25px!important;
  border-top-left-radius: 25px!important;
}
.card-cand-img {
  height: 100%;
  max-width:100%;
  margin: auto;
}
.card-cand-fond-img {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 !important;
  background-color: #7da89e;
  border-bottom-left-radius: 25px!important;
  border-top-left-radius: 25px!important;
}

.img-contact-struc {
  height: 37px;
  padding: 0.25rem 0.5rem !important;
  border-radius: 30px;
  border-color: #0a4f70 !important;
  color: #0a4f70 !important;
  border: solid;
}

.footer-cstm {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/** Quand ecran < sm */
@media screen and (max-width: 576px) {
  .badge-jocare-vert {
    left: 95%!important;
  }
}
