#list_offer{
    flex: 1 0 0;
    width: 100%;
}

#list_offer .offer{
    background: var(--layer-01, #FFF);
    box-sizing: border-box;
    /* min-width: 18rem; */
}

@media (min-width: 768px) {
    #list_offer .offer {
      min-width: 18rem;
    }
}

@media (max-width: 768px) {
    #list_offer .offer {
      width: 100%;
    }
}


#list_offer .offer.important {
    outline: 4px solid var(--brand, #1565C1);
}

#list_offer .offer p.title{
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 2rem;
}

#list_offer .offer div.titlePrice div.price{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
}

#list_offer .offer div.titlePrice div.price p.price{
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3rem;
}

#list_offer .offer div.titlePrice div.price p.taxe{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
}

#list_offer .offer div.detail p{
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
}

#list_offer .offer button{
    padding: 0.375rem 1.5rem;
    align-self: stretch;
    border-radius: 6.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
}
