/* LAYOUT GENERAL */
body {
    color: #0d2a3a!important;
    min-height: 100vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif!important;
}
h5 {
    margin-bottom: 1rem!important;
    color: #ed647e;
}
.align-center
{
    display: grid;
    align-content: center;
}
.justify-center
{
    justify-items: center;
}
.marg-bot
{
    margin-bottom: 2rem!important;
}


/* IMAGE */
.img-logo
{
    max-width: 80%;
}
.BGrose {
    background-color: #f0d3d7;
}


/* BOUTON */
.btn-redi:hover
{
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; 
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.btn-redi
{
    background-color: #0d2a3a;
    border: 2px solid #0d2a3a;
    height: 42px;
    width: 253px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.lien-redi
{
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}
.btn-redi:hover .lien-redi
{
    color: #0d2a3a!important;
}
.btn-redi:hover {
    background-color: #FFFFFF;
}

/* MEDIA QUERIES MOBILE */
@media screen and (max-width: 991.98px)
{
    .visuelBL
    {
        width: 70%!important;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .h-80
    {
        height: 80%!important;
    }
    .start-center
    {
        align-content: flex-start!important;
        padding-top: 2rem;
        justify-self: center;
    }
    .btn-redi {
        justify-self: center;
    }
    h5, p {
        text-align: center;
    }
}