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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #8f7b6c;
}

section {
    padding: 60px 0;
}

.accueil {
    width: 100%;
    height: 100vh;
    background: url("../IMG/bg-accueil-2.webp") top center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.headtitle_container {
    width: 100%;
    font-family: 'Courier New', Courier, monospace;
    height: 2rem;
    align-items: center;
    display: flex;
    padding-top: 3rem;
    margin-bottom: 1.5rem;
}

.headtitle {
    font-size: 1.5rem;
    font-weight: bolder;
    margin: auto;
}