@font-face {
    font-family: 'Baront_Didot';
    src: url('../Fonts/BARODTT__.woff') format('woff');
}
@font-face {
    font-family: 'FuturaBQ_Medium';
    src: url('../Fonts/FuturaBQMedium.woff') format('woff');
}
@font-face {
    font-family: 'FuturaBQ_Book';
    src: url('../Fonts/FuturaBQBook.woff') format('woff');
}
@font-face {
    font-family: 'Baront_Didot_Italique';
    src: url('../Fonts/Didot-Italic.woff') format('woff');
}

/* ── GENERAL ───────────────────────────────────────────── */
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    margin: 0 auto;
}
body {
    margin: 0px;
    width: 100%;
}
.titre1 {
    text-align: center;
    font-size: 40px;
    font-family: Baront_Didot;
    margin: 0px 0px 80px 0px !important;
}
h2 {
    text-align: center;
    font-size: 40px;
    font-family: Baront_Didot;
    margin: 80px 0px 80px 0px;
}

h3 {
    font-size: 34px;
    font-family: Baront_Didot;
    margin: 0px;
    padding: 10px 0px;
}

p {
    font-size: 20px;
    font-family: FuturaBQ_Medium;
}

/* ── SECTION 1 — Banner ────────────────────────────────── */
.section1 {
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}
.section1 a {
    display: block;
    line-height: 0;
}
#banner {
    display: block;
    width: 100%;
    max-width: 100%;
}
#Mobile {
    display: none;
}

/* ── SECTION 2 — Titre + Vidéo ────────────────────────── */
.section2 {
    padding: 80px 80px 0px 80px;
}
video {
    display: block;
    margin: 0px;
    width: 100%;
}

/* ── SECTION 3 — Sì Nude Bloom ─────────────────────────── */
.section3 {
    text-align: center;
}

#section3{
    background-color: #EDE2E0;
}

.section3 p {
    margin: 0px;
    padding: 10px 0px;
}

/* ── BOX (commun sections 3, 4, 5) ─────────────────────── */
.box {
    display: flex;
    width: 100%;
}
.box img {
    display: block;
    width: 100%;
}
.image {
    flex: 0 0 50%;
    padding: 0px;
    line-height: 0;
}
.image a {
    display: block;
    line-height: 0;
}
.text {
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 50px;
    box-sizing: border-box;
}

/* ── SECTION 4 — Sì Passione Red Bloom ─────────────────── */
.section4 {
    text-align: center;
    background-color: #CF4E5E;
}
.section4 p {
    margin: 0px;
    padding: 10px 0px;
}

/* ── SECTION 5 — Fête des Mères ────────────────────────── */
.section5 {
    text-align: center;
}
.section5 p {
    margin: 0px;
    padding: 10px 0px;
}