.vertical h1 {
    background-color: var(--monge-blue);
    color: white;
}

.banner-optin{
    background-color: var(--monge-white);
    display: flex;
    flex-direction: column;
}
.imgTop {
    border: none;
    height: 100%;
    padding-bottom: 40px;
}

@media only screen and (min-width: 82em) {
    .imgTop {
        background: url("../images/fond-Funwv_9.jpg") no-repeat -220px;
        background-size: cover;
        height: 553px;
        padding: 1rem;
    }

    .login-block {
        display: flex;
        flex-direction: column;
        align-items: end;
        flex: 1 0 0;
    }

    .top-card-responsive {
        display: none;
    }
}

@media only screen and (min-width: 82em) {
    .imgTop {
        background: url("../images/fond-Funwv_9.jpg") no-repeat center;
        background-size: cover;
    }

}

.moncompte {
    margin-top: 28px;
}

@media only screen and (max-width: 82em) {
    .moncompte {
            margin-top: 0px;
    }
}

.moncompte .activation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
}

.moncompte .activation img {
    width: 115px;
    margin: 0;
    position: relative;
    left: 15px;
    z-index: 2;
}

.moncompte .activation a {
    flex-shrink: 0;
}

.moncompte .activation a span {
    padding-left: 25px;
}
