#top .tuile_select {
  margin-bottom: 0;
}

.div_radio {
  display: none;
}

.liste_select {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.los-content-card:hover {
  cursor: pointer;
}

.los-tuile-content > .responsive_div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.los-tuile-content > .responsive_div > h3 {
  margin-bottom: 0;
}

div:has(> .tuile_select) {
  width: 30%;
}

#top .highlighted-border {
  border: 0.4em solid var(--main_color_primary);
}

@media (min-width: 48em) {
  .los-info > p > strong {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .los-tuile-content > .responsive_div {
    flex-direction: column;
  }

  div:has(> .tuile_select) {
    width: 100%;
  }
}
#msg_errr{

color: var( --red );
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25rem;
  width: 98%;
  transform: translateY( 95% ) translateX( 1rem );
  background-color: #e1e1e1;
  line-height: 1rem;
  border-radius: 5px;
    border-top-left-radius: 5px;
  border-top-left-radius: 0;
  z-index: 1000;
}


.los-button-edition{

  display: flex; 
  justify-content: space-between; 
  align-items: center;  
  width: 100%; margin-top: 50px;

}

.button-container{
    display: flex; 
    justify-content: space-between; 
    align-items: center;  
    width: 100%; 
    margin-top: 50px;"
}



@media (max-width: 768px) {
  .los-tuile-content > .responsive_div {
    flex-direction: column;
  }

  div:has(> .tuile_select) {
    width: 100%;
  }

.los-button-edition{

  display: inline-block !important; 
  justify-content: space-between; 
  align-items: center;  
  width: 100%; 
  margin-top: 50px;

}
#top .button-container{
  flex-direction: column;
  align-items: center;
}

#top .los-lien-bouton{
  display: inline-block; 
   width: 100%;
}


}


