/* 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;
}
