.departement-label {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    /*font-size: 1em;*/
    font-weight: 700;
    color: #006d8e;
}
.dynamic_personnes_wrapper{
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
}
.personne_rattachee_card {
  width: 80%;
  flex: 0 0 80%;
}
.this_permalink_actus a{
    color: #FFFFFF !important;
    border-width: 2px !important;
    border-color: #006699;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Manrope',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600 !important;
    background-color: #006699;
    padding: 15px 35px;
    position: relative;
    transition: all 300ms ease 0ms;
}
.this_permalink_actus a:hover{
  color: #006699 !important;
  background-image: initial;
  background-color: #FEFEFE;
  border: solid 1px #069;
}
.this_permalink_actus a::before{
  content: '';
  position: absolute;
  background: -o-linear-gradient(45deg,#003048,transparent);
  background: linear-gradient(45deg,#003048,transparent);
  width: 100%;
  height: 100%;
  display: block !important;
  z-index: -1;
  opacity: 1;
  top: 0;
  border-radius: 50px;
  right: 0;
}
.infos_titres_personne{
  font-weight: 500!important;
  color: #006699 !important;
}
.infos_values_personne{
  color: #000!important;
}
.this_personne_name{
  font-size: 1.5em!important;
  text-transform: uppercase;
  font-weight: 700;
}
.personne_rattachee_card{
  padding-bottom: 15px;
  padding-top: 0px;
}
.personne_rattachee_card:not(.last){
  border-bottom: solid 1px #006699;
}

#maCarteInteractive .select_container_cust{
    width: 100%;
    display: flex;
    justify-content: start!important;
    padding-left: 30px!important;
    margin-bottom: 40px!important;
    margin-top: -55px!important;
}
#maCarteInteractive .select2-selection__arrow{
  top: 45px!important;
}
.colonne_des_donnees_dyna{
  height: 550px;
  overflow-y: scroll;
}
.layer_clicked{
  fill:#006699;
  color: #ffffff;
}

/* Partie du fond de la barre de défilement */
.colonne_des_donnees_dyna::-webkit-scrollbar {
    width: 10px;
    height: 50px;
}

/* Bouton (poignée) de la barre de défilement */
.colonne_des_donnees_dyna::-webkit-scrollbar-thumb {
    background: #4f86a1; 
    border-radius: 5px;
    height: 50px;
    opacity: 0.8;
}

/* Bouton (poignée) de la barre de défilement au survol */
.colonne_des_donnees_dyna::-webkit-scrollbar-thumb:hover {
    background: #006699;
    opacity: 1;
    height: 50px;
}

/* Fonds de la barre de défilement */
.colonne_des_donnees_dyna::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 5px;
}
.colonne_des_donnees_dyna {
    scrollbar-width: thin; /* ou "auto" ou "none" */
    scrollbar-color: #4f86a1 #f1f1f1;
}

@media (max-width: 767px) {
  #maCarte{
    width: 90% !important;
    margin-inline: auto!important;
    height: 450px !important;
  }
}