.ContentHeader {
    color: var(--font-color)
}

.ContentHeader__label {
    margin: 8px 0 40px
}

@media (max-width:480px) {
    .ContentHeader__label {
        margin: 32px 0 40px
    }
}

.ContentHeader__label .SubHeader__puce {
    background-color: var(--font-color)
}

@media (max-width:1024px) {
    .ContentHeader__text {
        margin-top: 20px
    }
}

:root {
    --z-under: 0;
    --z-default: 1;
    --z-above: 2;
    --z-header: 20;
    --z-overlay: 20;
    --z-loader: 100;
    --red: #ff2803;
    --yellow: #f9b71b;
    --blue: #1795f0;
    --green: #30e462;
    --ultra-dark: #000;
    --dark: #150c0f;
    --medium-dark: #201317;
    --sand: #f4f5ef;
    --white: #fff;
    --large: 1440px;
    --desktop: 1280px;
    --tablet-h: 1024px;
    --tablet: 979px;
    --tablet-w: 768px;
    --mobile-w: 640px;
    --mobile: 480px
}

.Image {
    display: flex;
    height: 100%;
    width: 100%
}