		/* IDs numériques : échapper le 1er chiffre (#120 => #\31 20) */



/* 28 */
#\32 8 {
  height:42px !important;
  max-height:42px !important;	
}

/* 68 */
#\36 8 {
  height:200px !important;
}

/* 90 */
#\39 0 {
  display: none !important;
}

/* Cible l'élément ayant id="120" (aucun échappement nécessaire) */
a[id="120"],
[id="120"],
a[id="120"]:any-link,
a[id="120"]:hover,
a[id="120"]:focus,
a[id="120"]:active {
  /* Utilise la forme abrégée pour forcer le style du soulignement */
  text-decoration: underline dotted !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
  color: #FFFFFF !important;
  font-weight: 500 !important;
}


/* 200 */
#\32 00 {
  background: transparent !important;
  border: 1px solid white !important;
  padding: 2rem !important;
  border-radius: 12px !important;
  margin-bottom: 2rem !important;
}

/* 201 */
#\32 01 {
  color: white !important;
  margin-bottom: 1rem !important;
}

/* 202 */
#\32 02 {
  color: white !important;
  margin-bottom: 1.5rem !important;
}

/* 206 & 209 */
#\32 06, #\32 09 {
  background-color: #e91e63 !important;
  color: white !important;
  margin-right: 0.5rem !important;
}

/* 212 & 215 */
#\32 12, #\32 15 {
  background-color: #e91e63 !important;
  color: white !important;
}

/* 339 */
#\33 39 {
  height: 42px !important;
}

/* 540 */
#\35 40 {
  text-decoration: underline !important;
}

/* 546 & 584 */
#\35 46, #\35 84 {
  background: #e91e63 !important;
  border-color: #e91e63 !important;
}

/* 673 */
#\36 73 {
  background-color: #333132 !important;
}

/* 699 */
#\36 99 {
  background-color: #e91e63 !important;
}
.tappable{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:48px;min-height:48px;padding:10px 12px;
}
:focus-visible{outline:2px solid currentColor;outline-offset:3px;}