@media screen and (max-width: 380px)  {
  .single-block_infos {
    max-width: 260px;
    margin: 0 auto;
  }
    .single-block_info {flex-wrap: wrap;}
}


/* Tablette portrait */
@media screen and (max-width: 480px)  {
  .single-block_info p{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
}

@media screen and (max-width: 600px)  {
  .single-block_info p{
    font-size: 12px;
    font-weight: 800;
  }
  .event-grid {flex-direction: column; gap:50px;}
  .event-grid .event-info {width:100%;}
}

/* Tablette paysage et petit écran de bureau */
@media screen and (max-width: 768px) {

  .membres_grid .membre_box {
    width: 48%;
  }
  
  .single-block {
    flex-direction: column;
  }

  /**** grid des matchs ***/

  .match-item_grid {
    flex-direction: column;
    }
    .top-match-item:nth-child(even) .match-item_grid{flex-direction: column;}

}

@media screen and (max-width: 900px) {

}

/* Grand écran de bureau */
@media screen and (max-width: 1024px) {

  .single-block {
      gap: 2em;
  }
  .single-block_img {
    max-width: 232px;
  }

.membres_grid  {gap:1em;}

  .rounded-img--l {
    width: 230px;
    height: 230px;
  }

  .rounded-img--m {
    width: 150px;
    height: 150px;
  }

}

/* Écran très large */
@media screen and (max-width: 1200px) {
  /* Styles pour les très grands écrans */
}
