#custom-popup {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem;
    background-color: #FFFDF3;
    border-width: 3px;
    border-style: solid;
    border-color: #f4a511;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #f4a511;
    border-style: solid;
    border-color: #f4a511;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #f4a511;
    margin-bottom: 20px;
}

.custom-popup-texte {
    font-size: 12px;
    font-weight: 600;
}

.custom-popup-liens {
    display: flex;
    flex-direction: row;
    text-align: center;
}

#custom-popup > div.custom-popup-liens > a.avia-button.avia-icon_select-no.avia-size-small.avia-color-theme-color-highlight, #custom-popup > div.custom-popup-liens > a.avia-button.avia-icon_select-no.avia-size-small.avia-font-color-theme-color-highlight {
    /* font-size: 16px; */
}

#custom-popup .avia-font-color-theme-color-highlight {
    border: 2px solid #f4a511;
    margin-left: 2rem;
    background: none;
}

#custom-popup>div.custom-popup-liens>a.avia-button.avia-icon_select-no.avia-size-small.avia-font-color-theme-color-highlight {
    color: #f4a511;
}

@media (max-width: 1150px) { 
    #custom-popup{
        flex-direction: column;
    }
}