.hide-infodon, .hide-msgdon {
    display: none;
}

.show-infodon, .show-msgdon {
    display: block;
}

#infoDon {
    padding: 4px 6px;
    background-color: rgba(0, 191, 165, .1);
    border-radius: 4px;
    border: solid 2px #00bfa5;
}

#msgDon {
    padding: 4px 6px;
    background-color: rgba(255, 82, 82, .1);
    border-radius: 4px;
    border: solid 2px #ff5252;
}

/**
* style formulaire votre en ligne
 */
#bootstrap-theme af-field[name="Vote_en_ligne_CA_AG_2026.Je_souhaite_m_abstenir_concernant_l_lection_des_membres_au_Conse"] div ul,
#bootstrap-theme af-field[name="Vote_en_ligne_CA_AG_2026.Je_certifie_avoir_exprim_ma_voix_par_vote_d_mat_rialis_uniquemen"] div ul,
#bootstrap-theme af-field[name="Vote_en_ligne_CA_AG_2026.LIste_des_candidats"] div ul {
  width: 100%;
  max-height: none;
  height: auto;
  border: none;
}

#bootstrap-theme af-field[name="Vote_en_ligne_CA_AG_2026.Je_souhaite_m_abstenir_concernant_l_lection_des_membres_au_Conse"] div ul li,
#bootstrap-theme af-field[name="Vote_en_ligne_CA_AG_2026.Je_certifie_avoir_exprim_ma_voix_par_vote_d_mat_rialis_uniquemen"] div ul li,
#bootstrap-theme af-field[name="Vote_en_ligne_CA_AG_2026.LIste_des_candidats"] div ul li {
  background-color: transparent;
  align-items: inherit;
}

/**
* responsive
 */
@media (max-width: 900px) {
  body:has(afform-vote-en-ligne-assembl-e-g-n-rale2026-de-l-a-s-p-a-s) #crm-main-content-wrapper {
    margin-inline: auto !important;
    width: 100% !important;
  }
}
