.title{
    /* box-shadow: 7px 5px 8px rgb(255, 255, 255) !important; */
    /* background-color: antiquewhite !important; */
    color: rgb(255, 255, 255);
    font-weight: bolder !important;
    font-style: oblique 40deg !important;
    /* border: 1px solid rgb(255, 3, 3); */
    /* border-radius: .25rem; */
    /* width:14rem !important; */
    margin-top: 15% !important;
}

.bg-dark {
    background-color: #1966b3!important;
}

.Nav{
    box-shadow: 0px 6px 8px 1px #1966b3 !important;
}

.FondB {
    background-color: #000000!important;
}
.Suz {
    width: 50px;
}

.vst{
    width: 35%;
}

.test{
    margin-top: 50rem !important;
}

@media only screen and (max-width: 768px) {
    
    .Nav{
        padding-bottom: 0px;
    }
    .title{
        /* box-shadow: 7px 5px 8px rgb(255, 255, 255) !important; */
        /* background-color: antiquewhite !important; */
        /* color: rgb(255, 255, 255); */
        /* font-weight: bolder !important; */
        /* font-style: oblique 40deg !important; */
        /* border: 1px solid rgb(255, 3, 3); */
        /* border-radius: .25rem; */
        /* width:14rem !important; */
        margin-top: 35% !important; 
    }
    
    .vst{
        width: 100%;
    }
}