#image-slider img {
    max-height: 400px;
}

.card-header {
    text-align: center; /* Centre le texte */
    font-weight: bold; /* Texte en gras */
    text-transform: uppercase; /* Texte en majuscules */
}
.card-text {
    font-size: 0.8rem; /* Rend le texte plus petit */
    text-align: center;
}
.card-title
{

    text-align: center;
}
body
{
    background-color: #005075;
}
.logo-width {
    max-width: 30%;
}
#image-slider {
    display: none;
}

.fade-in-slide {
    opacity: 0; /* Commencez avec une opacité de 0 */
    transition: opacity 1s ease-in-out; /* Transition sur 5 secondes */
}

#loading-text {
    font-size: 20px; /* Taille initiale du texte */
    transition: font-size 0.5s ease; /* Pour une transition douce (optionnel) */
}

#start-button-text
{
    font-size:0.9rem;
    text-transform:uppercase;
    font-weight: bold;
    padding-bottom: 5px;
}
