@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: normal;
  src: url(./fonts/Montserrat-Thin.woff2) format("woff2"), url(./fonts/Montserrat-Thin.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: italic;
  src: url(./fonts/Montserrat-ThinItalic.woff2) format("woff2"), url(./fonts/Montserrat-ThinItalic.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  src: url(./fonts/Montserrat-ExtraLight.woff2) format("woff2"), url(./fonts/Montserrat-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: italic;
  src: url(./fonts/Montserrat-ExtraLightItalic.woff2) format("woff2"), url(./fonts/Montserrat-ExtraLightItalic.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url(./fonts/Montserrat-Light.woff2) format("woff2"), url(./fonts/Montserrat-Light.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: italic;
  src: url(./fonts/Montserrat-LightItalic.woff2) format("woff2"), url(./fonts/Montserrat-LightItalic.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/Montserrat-Regular.woff2) format("woff2"), url(./fonts/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  src: url(./fonts/Montserrat-Italic.woff2) format("woff2"), url(./fonts/Montserrat-Italic.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url(./fonts/Montserrat-Medium.woff2) format("woff2"), url(./fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  src: url(./fonts/Montserrat-MediumItalic.woff2) format("woff2"), url(./fonts/Montserrat-MediumItalic.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url(./fonts/Montserrat-SemiBold.woff2) format("woff2"), url(./fonts/Montserrat-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  src: url(./fonts/Montserrat-SemiBoldItalic.woff2) format("woff2"), url(./fonts/Montserrat-SemiBoldItalic.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url(./fonts/Montserrat-Bold.woff2) format("woff2"), url(./fonts/Montserrat-Bold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  src: url(./fonts/Montserrat-BoldItalic.woff2) format("woff2"), url(./fonts/Montserrat-BoldItalic.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  src: url(./fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(./fonts/Montserrat-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: italic;
  src: url(./fonts/Montserrat-ExtraBoldItalic.woff2) format("woff2"), url(./fonts/Montserrat-ExtraBoldItalic.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  src: url(./fonts/Montserrat-Black.woff2) format("woff2"), url(./fonts/Montserrat-Black.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: italic;
  src: url(./fonts/Montserrat-BlackItalic.woff2) format("woff2"), url(./fonts/Montserrat-BlackItalic.woff) format("woff");
}
@font-face {
  font-family: "Joane Deco";
  src: url(./fonts/JoaneDeco-Regular.woff2) format("woff2"), url(./fonts/JoaneDeco-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lumios";
  src: url(./fonts/Lumios-Marker.woff2) format("woff2"), url(./fonts/Lumios-Marker.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
    --bleu: #005A50;
    --light: #FFF;
    --jaune: #F7AB59;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
    margin: 0;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--light);
    background-color: var(--bleu);
    min-height: 100svh;
    background-image: url(images/bg_1.svg), url(images/bg_2.svg);
    background-position: left top, right top;
    background-size: max(16rem, 17%) auto;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 767px) {
    body {
        background-size: 25% auto;
    }
}
.content {
    position: relative;
    width: 100%;
    max-width: 980px;
    padding: 2rem 1rem;
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 768px) {
    .content::before,
    .content::after {
        content: "";
        position: absolute;
        bottom: 27%;
        right: 110%;
        width: 4rem;
        height: 4rem;
        background: url(images/feuille_1.svg) center / contain no-repeat;
    }
    .content::after {
        bottom: unset;
        right: unset;
        top: 35%;
        left: 110%;
        background-image: url(images/feuille_2.svg);
    }
}
@media (min-width: 1499px) {
    .content::before,
    .content::after {
        bottom: 20%;
        right: 115%;
    }
    .content::after {
        left: 115%;
    }
}

.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
}
.logo img {
    max-width: 100%;
    height: 113px;
}
@media (max-width: 767px) {
    .logo img {
        margin-top: 4rem;
        height: 80px;
    }
}
.logo .date {
    padding: 1rem 1.5rem;
    margin-top: 1.5rem;
    background: var(--jaune);
    color: var(--bleu);
    border-radius: 60px;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.1428571em;
    font-weight: 800;
    text-transform: uppercase;
}
.video {
    padding: 56.25% 0 0 0;
    position:relative;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text {
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 2rem;
}
#footer {
    margin-top: auto;
    padding: 0 1rem;
    margin-bottom: 1rem;
}
#footer img {
  width: 100%;
}