* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', 'Times New Roman', Georgia, serif;
    line-height: 1.2;
    font-weight: bold;
}


a[href^="http"]:not([href*="baptiste-edc.com"]):not([href^="#"]) {
    padding-right: 18px;
    /* Réserver de l'espace pour l'icône */
    background: url('../img/icons/lien-sortant.svg') no-repeat right center;
    background-size: 14px 14px;
    fill: currentColor;
    /* Définir la taille de l'icône */
}