/* Au niveau le plus haut du code */
@media screen and (max-width: 500px) {
  #infoAcc {
    /* color : red; */
    display: none;
  }

  .plc-champ {

    font-weight: 400;
    font-style: normal;
    font-size: 2.3em;
  }

  .texteRSVP {
    font-size: 2.1em;
  }
  .hideMini{
    display: none;
  }
}

.tailleSpeTitre{

  font-size: 1.6rem !important;
}

.tailleSpeText{

  font-size: 1.3rem !important;
}
