/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-display: swap;
}

ul, ol {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

html, body, footer, header {
    width: 100%;
    max-width: 100%;
    overflow-x: none;
}
h1{
    width: auto;
    margin: 0;
    padding: 0;
}
.row{
    margin-right: 0;
    margin-left: 0;
}
/* Utilisation de variables pour les couleurs */
:root {
    --main-bg-color: #e6e0d6;
    --text-color:#2e5141;
    --text-color-light: rgb(254, 255, 254);
    --transition-duration: 1.8s;
    --text-shadow: 0 0 30px var(--text-color-light), 0 0 40px var(--text-color-light), 0 0 50px var(--text-color-light);
    --text-shadow-revert: 0 0 30px var(--text-color), 0 0 40px var(--text-color);
    --font-cursive: 'Nothing You Could Do', cursive;
    --font-strict: 'Anonymous Pro';
}