body,
main {
    background: radial-gradient(#fdfff877, #e0e0e060);
}

.organisation-page {
    background: linear-gradient(#0f057ac1, #0f057aad), url(/static/assets/img/formateur.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

h1,
h4 {
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 3.0em;
}

.form {
    min-width: 400px;
}

.auth-container {
    width: 1100px;
    max-width: 100%;
}


.outline {
    text-transform: uppercase;
    border: 0.5px solid white;
    text-decoration: none;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.menu-organisateur {
    width: 900px;
    max-width: 95vw;
}

.menu-item {
    padding-top: 1rem;
    flex: 1;
    max-width: 95vw;
    /*border-radius: 8px;*/
    /*box-shadow: 0.5px 1px 10px #00000025;*/
}

.menu-item a {
    color: black;
    background: #DAD534;
    transform: rotate(2deg);
    transition: 0.4s;
}

.menu-item a:hover {
    color: black;
    background: #DAD534;
    transform: rotate(0deg);
}

.logo-menu {
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
}