.grey-text-darken3
{
    color: #616161 !important;
}

.dashboard-tile1
{
    background-color: #04A3ED !important;
}

.dashboard-tile2
{
    background-color: #DC4D20 !important;
}

.dashboard-tile3
{
    background-color: green !important;
}

.dashboard-seasonending
{
    background-color: #c62828 !important;
}

.dashboard-seasonending-title
{
    font-size: 26px;
}

header .brand-logo img {
    height: 58px !important;
    margin-top: -20px !important;
}

#paiement
{
    width: 100%;
    height: 68vh;
    overflow-y: scroll;
}

.step, .step .step-content
{
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.select-dropdown
{
    max-height: 40vh;
}

.eventcomment:first-child
{
    margin-top: 15px;
}

.eventcomment:not(:last-child)
{
    border-bottom: 1px solid lightskyblue;
}

.eventcomment
{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.eventcomment .pict
{
    display: inline-block;
    width: 150px;
}

.eventcomment .pict img
{
    width: 150px;
    height: auto;
    border-radius: 100px;
}

.eventcomment .comment
{
    display: inline-block;
    width: calc(100% - 160px);
    vertical-align: top;
}

.eventcomment .comment .content
{
    width: calc(100% - 10px);
    padding-left: 10px;
    overflow-wrap: break-word;
}

.articlecolor
{
    cursor: default !important;
}

.requiredstar
{
    color: red !important;
}

@media only screen and (max-width: 700px)
{
    #login-page
    {
        height: auto;
    }

    .breadcrumbs-title
    {
        margin-top: 15px !important;
    }
}

@media only screen and (min-width: 700px)
{
    #login-page
    {
        height: 100vh;
    }

    #rules
    {
        width: 100%;
        height: 270px;
        overflow-y: scroll;
    }

    #recapitulatif
    {
        width: 100%;
        height: 270px;
        overflow-y: scroll;
    }

    .register-page
    {
        width: 100%;
        height: 96vh;
    }

    .breadcrumbs-title
    {
        margin-top: -31px !important;
    }
}

.login-bg
{
    background-attachment: fixed;
}