/* Version par défaut (grandes tailles d'écran) */
hr {
    border: none;
    height: 2px;
    background-color: #C6AEBC;
}

.footer {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
}

#designe, #heureuse {
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 20px;
    margin-bottom: 1%;
}

#heureuse {
    margin-top: 1%;
}

#nom_footer {
    font-family: gigalypse, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    color: #C6AEBC;
}

.reseaux {
    margin-top: 2%;
    display: flex;
    justify-content: center;
    gap: 50px;
}

/* Responsive pour écrans moyens */
@media screen and (max-width: 768px) {
    #designe, #heureuse {
        font-size: 16px;
    }

    #nom_footer {
        font-size: 36px;
    }

    .reseaux {
        gap: 30px;
    }
}

/* Responsive pour petits écrans */
@media screen and (max-width: 480px) {
    #designe, #heureuse {
        font-size: 14px;
        margin-top:10px;
    }

    #nom_footer {
        font-size: 28px;
        margin-top:10px;
    }

    .reseaux {
        gap: 10px;
        margin-bottom:25px;
    }
    #designe{
        margin-top:5%;
    }
}
