@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap');



input#adresse-livraison {
    background: transparent;
    border: none;
    outline: none;
    height: 100%;
    flex: 1 1 0%;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 140%;
    text-overflow: ellipsis;
}



/* Appliquer flexbox sur le conteneur du formulaire pour aligner les enfants horizontalement */
.form-inline {

    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 0px;
    width: 100%;
    min-width: 300px;
    height: 56px;
    padding: 4px 4px 4px 24px;
    border-radius: 48px;
    background: rgb(244, 244, 244);
    box-sizing: border-box;
    box-shadow: none;
}

	.form-control:focus {
    color: transparent;
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

label.ps-5::after {
background-color:transparent !important;
}