#custom-popup {
    background-color: black;
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0.5rem;
}

#custom-popup a {
    color: white;
    text-decoration: underline;
    margin-right: 1rem;
}

#custom-popup .link {
    margin-right: 4rem;
}

.s-product {
    flex-wrap: wrap;
    text-align: center;
}
.s-product .custom-popup-texte {
    margin-bottom: 0.5rem;
}

.s-product i {
    margin-right: 1rem;
}

.s-product .custom-popup-liens {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#custom-popup.s-product a {
    margin-right: 0;
}
