/* Masquer la navigation et le sommaire */
/*.md-tabs,*/
.md-sidebar,
.md-footer {
}



body.homepage .bs-sidebar{
    display: none;
    }


:root  > * {
  --md-primary-fg-color:        #8A1538;
  --md-primary-fg-color--light: #ECB7B7;
  --md-primary-fg-color--dark:  #90030C;
}

   .md-header {
      position: initial;
    }



header {
    background-color: #8A1538;
    color: white;
    text-align: center;
}


/* Image en plein écran */
.full-page-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Contenu de la landing page */
    text-align: center;
    color: white;
    z-index: 1;
}

.landing-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.landing-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.landing-content .md-button {
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
    border-radius: 5px;
}

.landing-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 10px;
    padding: 1rem;
}


footer {
    text-align: center;
    background-color: #3f51b5;
    color: white;
}

