body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#main {
    flex: 1;
}

#exo3d-banner {
    background-image: url(resources/img/fond.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
    min-height: 17.5rem;

    h1 {
        content: url(resources/img/exo3d_logo.svg);
        margin: 0 auto;
        width: 30%;
    }
}

#exo3d-description {
    border-color: #b0e9c0 !important;
    background-color: white;
}

button.nav-link {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
}

footer {
    background-color: #343a40;
    color: white;
    font-size: 0.8rem;
    margin-right: 0;

    a {
        color: white;
        font-weight: bold;
    }

    img#cc-by {
        height: 1.5rem;
    }
}

#alpha-beta {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-radius: 0px;
}

i.bi-file-earmark-arrow-down-fill {
    color: white;
}

.fade-me-out.htmx-swapping {
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.7s ease-out;
}
