@font-face {
    font-family: "TextFont";
    src: url("font/WAD/WADTransitional-Regular.woff2");
}

@font-face {
    font-family: "TextFontItal";
    src: url("font/WAD/WADTransitional-Cursive.woff2");
}

body {
    margin: 0;
}

.texte {
    color: white;
    z-index: 50000;
    position: absolute;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: TextFont;
    font-size: 18px;
    line-height: 24px;
    font-variant-numeric: oldstyle-nums;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

@media (min-width: 768px) {
    .texte {
        width: 540px;
    }
}

#button:hover {
    color: red;
    cursor: pointer;

}

.ital {
    font-family: TextFontItal;
}

::selection {
    color: red;
}

a {
    color: white;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px white solid;

}

p {
    font-family: textFont;
}

em {
    font-family: TextFontItal;
}