/*** Footer ***/
footer {
  background: #1e1e1e;
  box-shadow: inset 0 1px 0 0 #e5e5e5;
  color: #ffffff;
}
.footer-container a {
    color: #ffffff !important;
}

.lire-main-container .login__column--subscription .h3:not(:first-child) {
  margin-top: 0px;
}

/* Masquer le texte */
.login__column--subscription strong.h3:first-of-type {
    display: none;
}

/* Masquer le paragraphe */
.login__column--subscription p {
    display: none;
}

/* Masquer le bouton "Activer votre compte" */
.login__column--subscription a.btn:first-of-type {
    display: none;
}

/* maquer le bouton de choix */
.subscription nav.tabs-nav {
    display: none !important;
}
