/* jQuery UI CSS est maintenant chargé via CDN dans les layouts */

.content-block {
  .lead {
    font-weight: bold !important;
  }
}

.search-header {
  display: none;
}

.margin-bottom {
  margin-bottom: 20px;
}

.tab-pane {
  padding: 20px !important;
}

.ui-slider-handle-large {
  width: 3em !important;
  line-height: 1.2em !important;
  text-align: center !important;
}

/* Le thème (style.css) met les liens des alertes en blanc, illisible sur leurs fonds clairs */
.alert a {
  color: inherit;
  text-decoration: underline;
}

/* T51520 — colonne d'accueil du portail d'inscription, sur fond noir (cf. maquette) */
.registration-welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 480px;
  padding: 40px 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.registration-welcome .logo {
  width: 200px;
}

.registration-welcome h2 {
  margin: 40px 0 20px;
  color: #fff;
}

.registration-welcome .login-box {
  margin-top: auto;
}

.registration-welcome .btn,
.registration-welcome .btn:visited {
  background-color: transparent;
  border: 2px solid #d6b160;
  color: #fff;
}

/* Le thème (style.css) stylise .required pour l'astérisque des libellés ; simple_form pose la même
   classe sur le conteneur form-group, le libellé et le champ (formulaire « Mes Informations »,
   T51520) : le thème rétrécissait le conteneur (inline-block) et rougissait toute la saisie.
   On rend au bloc sa largeur et sa couleur, seul l'astérisque reste rouge. */
.form-group.required,
.form-group.required .control-label,
.form-group.required .form-control {
  color: inherit;
  display: block;
}

.form-group.required abbr {
  color: #c3293a;
  border-bottom: none;
  text-decoration: none;
}
