/* 1.1. Reset et normalisation */
*, *::before, *::after {
    box-sizing: border-box;
}