*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background-image: url("./images/bg.back");}

img, picture, video, canvas, svg {
    /* display: block; */
    max-width: 100%;
    height: auto;
}

input, button, textarea, select {
    font: inherit;
}

.img-fit {
    width: 2180px;
}

.container-fluid {
    background-color: #F9F9F9;
}

.nav {
    font-size: 22px;
}

button {
    border: none;
    background-color: #F9F9F9;
}

.no-pad {
    padding: 0;
}

/* .aside-info {
    background-color: #aaaaaa;
} */

.footer_bg {
    background-image: url("./images/footer_bg.jpg");
    
}

ul {
    list-style: none;
}
.lista_utiles li::before {
    display: inline-block;
    content: url('../assets/images/pdf.png');
    margin-right: 0.5rem;
}
.lista_utiles li {
    text-indent: -0.75em;
}