@media (min-width: 1025px) {
    .h-custom {

    }
}
h1,h3{
    color: #499b4a;
}
.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}

.card-registration .select-arrow {
    top: 13px;
}

.bg-grey {
    background-color: #eae8e8;
}

@media (min-width: 992px) {
    .card-registration-2 .bg-grey {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}

@media (max-width: 991px) {
    .card-registration-2 .bg-grey {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .margin-tel{
        margin-top: 4%;
    }

}
@media (max-width: 768px) {
    .img-fluid{
        height: 200px;
        margin-left: 25%;
    }
}


form button.btn {
    background-color: transparent;
}

.button-panier{
    width: 100%;
    background-color: #499b4a;
}

#button-remove{
    background-color: red;
}