ul.language_bar_chooser
{
    list-style: none;
    margin: 20px auto;
    width: 100px;
    padding: 0;
}


input {
    text-align: center;
}

.footer {
    bottom: 0;
    color: #707070;
    height: 2em;
    left: 0;
    position: relative; //changed to relative from fixed also works if position is not there
font-size: small;
    width:100%;
}

.prices li{
    background-color:transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-bottom:none;
}

.list-group-item{
    background-color:transparent;
    border-bottom:none;
}

.rounded {
    border-radius:.5rem!important
}

.invalid-feedback{
    font-size: 125%!important;
}

.mt-7 {
    margin-top: 5.25rem !important;
}

.table td,th{border: none!important;}


#valueDisplay{
    font-size: 30px;
}

.lot-prices{
    background-color:transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;

}

.table{
    font-size: 1.5rem;
}



.lot-cards > div{
    background-color:transparent !important;
}

.img-lot {
    width: 100%;
    height: auto;
}
.card-img-overlay {
    top: 10px;
    right: 20px;
    padding-top: 20px;
}

.active{
    color:#F96810 !important;
}

.top-menu-active{
    display:inline-block;
    border-bottom:1px solid black;
    padding-bottom:2px;
}

.menu:hover{
    display:inline-block;
    border-bottom:1px solid black;
    padding-bottom:2px;
}


#main{
    /*linear gradien avec noir a voir ce que je prefere*/
    /*background: linear-gradient(90deg, #07293F 0%, #100f0f 100%);*/
    background: #07293F;
    transform: skewY(5deg);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.green-toast {
    background-color: rgb(0, 255, 106) !important;
    color: #06293e !important;
}



 /*tester ça pour le menu*/
@media (min-width: 1200px) {
    .navbar-link:after {
        content: "";
        width: 60%;
        height: 4px;
        background: #fff;
        position: absolute;
        bottom: -20px;
        left: 20%;
        border-radius: .9rem;
        opacity: 0;
        transition: opacity .3s;
        pointer-events: none;
    }
}