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

.plaquettes{
    background-color: white;
}

.download-logo{
    background-image: url(../IMG/download.svg);
    background-repeat: no-repeat;
    width: 40px;
}

.download:hover .download-logo{
    background-image: url(../IMG/download-white.svg);
}

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

.download:hover{
    border: 3px solid #014ea2;
    background-color: #014ea2;
    color: white;
}



.plaq-title{
    padding-top: 80px;
    margin-left: 3%;
    margin-bottom: 20px;
    color: #014ea2;
}

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

svg{
    fill: black;
}

.plaq-download a{
    text-decoration: none;
    color: black;
}

.plaq-download a{
    width: 60%;
}

@media (max-width: 1080px){
    .plaq-download a{
        width: 98%;
    }
}