/***************************************************************
            Developped by Theophile PACAUD - Trainee
                    https://git.xnj.ovh/tpacaud
                        intervalle.contact@tpacaud.fr
                  Universite Sorbonne PARIS NORD
                      For INTERVALLE SARL
                      All rights reserved
***************************************************************/

.articles{
    background-color: white;
    margin-top: 300px;
}

.download-error{
    display: flex;
    border: 3px solid red;
    gap: 20px;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
}

.art-downloads{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 3%;
}

.art-downloads a{
    width: 60%;
    text-decoration: none;
    color: black;
}