main{
    background-image: url('/media/img/v-new/mobile/bg-blue.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
}

#landscape_blocker{
    display: none!important;
}

#footer, .footer-container {
}

#wrapper > .container{
    padding-bottom: 40px;
}

h1 {
    color: white;
    margin-top: 25px;
    text-transform: uppercase;
    text-align: center;
}
.picto-account{
    height: 45px;
    width: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
}

.page-my-account #content .links a span.link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-my-account #content .links a span.link-item {
    box-shadow: none;
    background: none;
    border: 0;
    color: white;
}

#main .page-footer, .page-footer a{
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding-top: 12px;

}


@media (min-width: 650px){
main{
    min-height: 82vh;
}
}

@media (max-width: 991px){

    .link-item, .page-my-account #content .links a span.link-item{
        margin-bottom: 0;
        padding-bottom: 0;
    }

}




