@charset 'UTF-8';
/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  display: block;
  height: 100%;
}

.fp-slides {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  transition: all .3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.fp-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.fp-slidesContainer {
  position: relative;
  float: left;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -38px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-style: solid;
  -khtml-user-select: none;
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  position: relative;
  overflow: hidden;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  margin-top: -32px;
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  right: 0;
  left: 0 !important;
  margin: 0 auto !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  position: relative;
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  transition: all .1s ease-in-out;
  border: 0;
  border-radius: 50%;
  background: #333;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  font-family: arial,helvetica,sans-serif;
  font-size: 14px;
  position: absolute;
  top: -2px;
  display: block;
  overflow: hidden;
  width: 0;
  max-width: 220px;
  cursor: pointer;
  white-space: nowrap;
  opacity: 0;
  color: #fff;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  width: auto;
  transition: opacity .2s ease-in;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
@font-face {
  font-family: 'ScaniaOffice-Bold';
    font-weight: normal;
    font-style: normal;

    src: url('../../assets/fonts/ScaniaOffice-Bold.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/ScaniaOffice-Bold.woff') format('woff'), url('../../assets/fonts/ScaniaOffice-Bold.ttf') format('truetype'), url('../../assets/fonts/ScaniaOffice-Bold.svg#ScaniaOffice-Bold') format('svg');
}

@font-face {
  font-family: 'ScaniaOffice-Regular';
    font-weight: normal;
    font-style: normal;

    src: url('../../assets/fonts/ScaniaOffice-Regular.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/ScaniaOffice-Regular.woff') format('woff'), url('../../assets/fonts/ScaniaOffice-Regular.ttf') format('truetype'), url('../../assets/fonts/ScaniaOffice-Regular.svg#ScaniaOffice-Regular') format('svg');
}

@font-face {
  font-family: 'ScaniaSansHeadline-Regular';
    font-weight: normal;
    font-style: normal;

    src: url('../../assets/fonts/ScaniaSansHeadline-Regular.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/ScaniaSansHeadline-Regular.otf') format('opentype'), url('../../assets/fonts/ScaniaSansHeadline-Regular.woff') format('woff'), url('../../assets/fonts/ScaniaSansHeadline-Regular.ttf') format('truetype'), url('../../assets/fonts/ScaniaSansHeadline-Regular.svg#ScaniaSansHeadline-Regular') format('svg');
}

@font-face {
  font-family: 'ScaniaSansHeadline-Bold';
    font-weight: normal;
    font-style: normal;

    src: url('../../assets/fonts/ScaniaSansHeadline-Bold.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/ScaniaSansHeadline-Bold.otf') format('opentype'), url('../../assets/fonts/ScaniaSansHeadline-Bold.woff') format('woff'), url('../../assets/fonts/ScaniaSansHeadline-Bold.ttf') format('truetype'), url('../../assets/fonts/ScaniaSansHeadline-Bold.svg#ScaniaSansHeadline-Bold') format('svg');
}

.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plateforme html,
.plateforme body {
  background-color: #f7f7f7;
}

.plateforme h1 {
  font-family: 'ScaniaSansHeadline-Bold';
  font-size: 45px;
  margin-top: 10%;
  color: #0b2148;
}

.plateforme h2 {
  font-family: 'ScaniaSansHeadline-Bold';
  font-size: 20px;
  text-transform: uppercase;
  color: #0b2148;
}

.plateforme a {
  color: #0b2148;
}

.plateforme p.intro {
  font-family: 'ScaniaOffice-Regular';
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 50px;
  color: #54565b;
}

.plateforme textarea {
  font-family: 'ScaniaOffice-Regular';
  font-size: 14px;
  border: 1px solid #c7c8c7;
  border-radius: 0 !important;
  background-color: #fff;
  box-shadow: none !important;
}

.plateforme #login {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 0 0;
  text-align: center;
  background-color: #0b2148;
}

.plateforme #login #login-logo {
  width: 350px;
  margin: 0 auto 30px;
}

.plateforme #login #login-form {
  box-sizing: border-box;
  width: 400px;
  margin: 0 auto;
  padding: 30px;
  text-align: left;
  background-color: #fff;
}

.plateforme #login #login-form #login-form-title {
  font-family: 'ScaniaSansHeadline-Bold';
  font-size: 26px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid lightgrey;
}

.plateforme #login #login-form label {
  font-family: 'ScaniaOffice-Bold';
  display: block;
  margin-bottom: 5px;
}

.plateforme #login #login-form input {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0;
}

.plateforme #login #login-form button {
  font-family: 'ScaniaOffice-Bold';
  font-size: 14px;
  line-height: 18px;
  padding: 20px 35px;
  cursor: pointer;
  transition: all .35s linear;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-color: #c50918;
}

.plateforme #login #login-form button:hover {
  transition: all .35s linear;
  color: #fff;
  background-color: #949494;
}

.plateforme header {
  z-index: 100;
  left: 0;
  height: 83px;
  margin: 0;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
}

.plateforme header #header-logo {
  font-size: inherit;
  float: left;
  margin-top: 24px;
  margin-left: 20px;
}

.plateforme header #header-logo img {
  height: 45px;
}

.plateforme header #header-symbol {
  float: right;
  margin: 24px 30px 0 0;
  padding: 0;
  color: #c50918;
}

.plateforme header #header-symbol img {
  top: -8px;
  right: -7px;
  width: 48px;
  height: 45px;
  background-color: transparent;
}

.plateforme header #header-country {
  font-family: 'ScaniaSansHeadline-Regular';
  font-size: 18px;
  position: relative;
  top: 0;
  float: left;
  margin: 36px 0 0 5px;
  padding-left: 16px;
  letter-spacing: .009rem;
  text-transform: uppercase;
  color: #747472;
  border-left: 1px solid #e2e2e2;
}

.plateforme .step {
  margin-bottom: 30px;
}

.plateforme .step h2 {
  display: inline-block;
  margin-left: 10px;
}

.plateforme .step-field {
  margin-bottom: 30px;
}

.plateforme .step-field label {
  font-family: 'ScaniaOffice-Regular';
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  color: #53565a;
}

.plateforme .step-field input {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0;
}

.plateforme .step-number {
  font-family: 'ScaniaSansHeadline-Bold';
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 2px solid #0b2148;
  border-radius: 100%;
}

.plateforme #btn-send {
  font-family: 'ScaniaOffice-Bold';
  font-size: 14px;
  line-height: 18px;
  display: block;
  width: 100%;
  padding: 20px 35px;
  cursor: pointer;
  transition: all .35s linear;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-color: #0b2148;
}

.plateforme #btn-send:hover {
  transition: all .35s linear;
  color: #fff;
  background-color: #949494;
}

.plateforme #preview {
  padding-bottom: 40px;
}

.plateforme .alert {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
}

.plateforme footer {
  margin-top: 10%;
  margin-bottom: 10%;
}

.template header {
  line-height: 83px;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 83px;
  background-color: #000;
}

.template #header-logo img {
  height: 45px;
}

.template #header-symbol {
  float: right;
}

.template #header-symbol img {
  top: -8px;
  right: -7px;
  width: 48px;
  height: 45px;
  background-color: transparent;
}

.plateforme .alert {
  position: absolute;
  top: 35px;
  width: 100%;
}

.voeux2019 {
  color: #fff;
  background-color: #000;
}

.voeux2019 #lien-message {
  font-family: 'ScaniaOffice-Regular';
  font-size: 16px;
  display: block;
  margin-top: 60px;
  transition: all .35s linear;
  text-align: center;
  color: #d2ab68;
}

.voeux2019 #lien-message img {
  display: block;
  margin: 0 auto;
  transition: all .35s linear;
}

.voeux2019 #lien-message:hover {
  transition: all .35s linear;
  text-decoration: none;
}

.voeux2019 #lien-message:hover img {
  position: relative;
  top: 5px;
  transition: all .35s linear;
}

.voeux2019 #deco-left {
  position: absolute;
  bottom: 25%;
  left: -110px;
  width: 12%;
}

.voeux2019 #deco-right {
  position: absolute;
  top: 10%;
  right: -80px;
  width: 10%;
}

.voeux2019 #video-container {
  position: relative;
}

.voeux2019 #video-container:before {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 58px;
  content: url('../../assets/img/message-cadre-top-left.svg');
}

.voeux2019 #video-container:after {
  position: absolute;
  right: -15px;
  bottom: -25px;
  width: 13px;
  content: url('../../assets/img/message-cadre-bottom-right.svg');
}

.voeux2019 #message {
  position: relative;
}

.voeux2019 #message img {
  display: block;
}

.voeux2019 #message img:first-child {
  margin-bottom: 60px;
}

.voeux2019 #message img:last-child {
  float: right;
  margin-top: 10px;
}

.voeux2019 #message-titre {
  font-family: 'ScaniaSansHeadline-Bold';
  font-size: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
}

.voeux2019 #message-titre:before {
  position: absolute;
  top: -20px;
  left: -90px;
  width: 60px;
  content: url('../../assets/img/titre-before.svg');
}

.voeux2019 #message-titre:after {
  position: absolute;
  top: -20px;
  right: -90px;
  width: 60px;
  content: url('../../assets/img/titre-after.svg');
}

.voeux2019 #message-texte {
  font-family: 'ScaniaOffice-Regular';
  font-size: 18px;
}

.voeux2019 #message-auteur {
  font-family: 'ScaniaSansHeadline-Bold';
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
/* VOEUX 2020 */
  .voeux2020 {
    color: #fff;
    background-color: #000;
  }

  .voeux2020 #lien-message {
    font-family: 'ScaniaOffice-Regular';
    font-size: 16px;
    display: block;
    margin-top: 60px;
    transition: all .35s linear;
    text-align: center;
    color: #d2ad66;
  }

  .voeux2020 #lien-message img {
    display: block;
    margin: 0 auto;
    transition: all .35s linear;
  }

  .voeux2020 #lien-message:hover {
    transition: all .35s linear;
    text-decoration: none;
  }

  .voeux2020 #lien-message:hover img {
    position: relative;
    top: 5px;
    transition: all .35s linear;
  }

  .voeux2020 #deco-left {
    position: absolute;
    bottom: 25%;
    left: -110px;
    width: 12%;
  }

  .voeux2020 #deco-right {
    position: absolute;
    top: 10%;
    right: -80px;
    width: 10%;
  }

  .voeux2020 #video-container {
    position: relative;
  }

  .voeux2020 #video-container:before {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 58px;
    content: url('../../assets/img/message-cadre-top-left.svg');
  }

  .voeux2020 #video-container:after {
    position: absolute;
    right: -15px;
    bottom: -25px;
    width: 13px;
    content: url('../../assets/img/message-cadre-bottom-right.svg');
  }

  .voeux2020 #message {
    position: relative;
  }

  .voeux2020 #message img {
    display: block;
  }

  .voeux2020 #message img:first-child {
    margin-bottom: 60px;
  }

  .voeux2020 #message img:last-child {
    float: right;
    margin-top: 10px;
  }

  .voeux2020 #message-titre {
    font-family: 'ScaniaSansHeadline-Bold';
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
  }

  .voeux2020 #message-texte {
    font-family: 'ScaniaOffice-Regular';
    font-size: 18px;
  }

  .voeux2020 #message-auteur {
    font-family: 'ScaniaSansHeadline-Bold';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }


/******************\
**** VOEUX 2021 ****
\******************/

  .voeux2021 {
    color: #fff;
    background-color: #DDA300;
  }

  .voeux2021 header {
    background-color: #0b2148;
  }

  .voeux2021 #lien-message {
    font-family: 'ScaniaOffice-Regular';
    font-size: 16px;
    display: block;
    margin-top: 60px;
    transition: all .35s linear;
    text-align: center;
    color: #0b2148;
  }

  .voeux2021 #lien-message img {
    display: block;
    margin: 0 auto;
    transition: all .35s linear;
  }

  .voeux2021 #lien-message:hover {
    transition: all .35s linear;
    text-decoration: none;
  }

  .voeux2021 #lien-message:hover img {
    position: relative;
    top: 5px;
    transition: all .35s linear;
  }

  .voeux2021 #deco-left {
    position: absolute;
    bottom: 25%;
    left: -110px;
    width: 12%;
  }

  .voeux2021 #deco-right {
    position: absolute;
    top: 10%;
    right: -80px;
    width: 10%;
  }

  .voeux2021 #video-container {
    position: relative;
  }

  .voeux2021 #video-container:before {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 58px;
    content: url('../../assets/img/message-cadre-top-left.svg');
  }

  .voeux2021 #video-container:after {
    position: absolute;
    right: -15px;
    bottom: -25px;
    width: 13px;
    content: url('../../assets/img/message-cadre-bottom-right.svg');
  }

  .voeux2021 #message {
    position: relative;
  }

  .voeux2021 #message img {
    display: block;
  }

  .voeux2021 #message img:first-child {
    margin-bottom: 60px;
  }

  .voeux2021 #message img:last-child {
    float: right;
    margin-top: 10px;
  }

  .voeux2021 #message-titre {
    font-family: 'ScaniaSansHeadline-Bold';
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #0b2148;
  }

  .voeux2021 #message-texte {
    font-family: 'ScaniaOffice-Regular';
    font-size: 18px;
    color: #0b2148;
  }

  .voeux2021 #message-auteur {
    font-family: 'ScaniaSansHeadline-Bold';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #0b2148;
  }



/******************\
**** VOEUX 2022 ****
\******************/

  .voeux2022 {
    color: #fff;
    background-color: #D6B048;
  }

  .voeux2022 header {
    background-color: #090938;
  }

  .voeux2022 #lien-message {
    font-family: 'ScaniaOffice-Regular';
    font-size: 16px;
    display: block;
    margin-top: 60px;
    transition: all .35s linear;
    text-align: center;
    color: #0b2148;
  }

  .voeux2022 #lien-message img {
    display: block;
    margin: 0 auto;
    transition: all .35s linear;
  }

  .voeux2022 #lien-message:hover {
    transition: all .35s linear;
    text-decoration: none;
  }

  .voeux2022 #lien-message:hover img {
    position: relative;
    top: 5px;
    transition: all .35s linear;
  }

  .voeux2022 #deco-left {
    position: absolute;
    bottom: 25%;
    left: -110px;
    width: 12%;
  }

  .voeux2022 #deco-right {
    position: absolute;
    top: 10%;
    right: -80px;
    width: 10%;
  }

  .voeux2022 #video-container {
    position: relative;
  }

  .voeux2022 #video-container:before {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 58px;
    content: url('../../assets/img/message-cadre-top-left.svg');
  }

  .voeux2022 #video-container:after {
    position: absolute;
    right: -15px;
    bottom: -25px;
    width: 13px;
    content: url('../../assets/img/message-cadre-bottom-right.svg');
  }

  .voeux2022 #message {
    position: relative;
  }

  .voeux2022 #message img {
    display: block;
  }

  .voeux2022 #message img:first-child {
    margin-bottom: 60px;
  }

  .voeux2022 #message img:last-child {
    float: right;
    margin-top: 10px;
  }

  .voeux2022 #message-titre {
    font-family: 'ScaniaSansHeadline-Bold';
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #0b2148;
  }

  .voeux2022 #message-texte {
    font-family: 'ScaniaOffice-Regular';
    font-size: 18px;
    color: #0b2148;
  }

  .voeux2022 #message-auteur {
    font-family: 'ScaniaSansHeadline-Bold';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #0b2148;
  }


/******************\
**** VOEUX 2023 ****
\******************/

  .voeux2023 {
    color: #fff;
    background-color: #D6B048;
  }

  .voeux2023 header {
    background-color: #090938;
  }

  .voeux2023 #lien-message {
    font-family: 'ScaniaOffice-Regular';
    font-size: 16px;
    display: block;
    margin-top: 60px;
    transition: all .35s linear;
    text-align: center;
    color: #0b2148;
  }

  .voeux2023 #lien-message img {
    display: block;
    margin: 0 auto;
    transition: all .35s linear;
  }

  .voeux2023 #lien-message:hover {
    transition: all .35s linear;
    text-decoration: none;
  }

  .voeux2023 #lien-message:hover img {
    position: relative;
    top: 5px;
    transition: all .35s linear;
  }

  .voeux2023 #deco-left {
    position: absolute;
    bottom: 25%;
    left: -110px;
    width: 12%;
  }

  .voeux2023 #deco-right {
    position: absolute;
    top: 10%;
    right: -80px;
    width: 10%;
  }

  .voeux2023 #video-container {
    position: relative;
  }

  .voeux2023 #video-container:before {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 58px;
    content: url('../../assets/img/message-cadre-top-left.svg');
  }

  .voeux2023 #video-container:after {
    position: absolute;
    right: -15px;
    bottom: -25px;
    width: 13px;
    content: url('../../assets/img/message-cadre-bottom-right.svg');
  }

  .voeux2023 #message {
    position: relative;
  }

  .voeux2023 #message img {
    display: block;
  }

  .voeux2023 #message img:first-child {
    margin-bottom: 60px;
  }

  .voeux2023 #message img:last-child {
    float: right;
    margin-top: 10px;
  }

  .voeux2023 #message-titre {
    font-family: 'ScaniaSansHeadline-Bold';
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #0b2148;
  }

  .voeux2023 #message-texte {
    font-family: 'ScaniaOffice-Regular';
    font-size: 18px;
    color: #0b2148;
  }

  .voeux2023 #message-auteur {
    font-family: 'ScaniaSansHeadline-Bold';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #0b2148;
  }

  .voeux2023 #video{
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .voeux2023 #sectionMessage{
    height: 100vh;
    display: flex;
    align-items: center;
  }

/* Responsive */
@media (max-width: 991px) {
  .plateforme header {
    line-height: 63px;
    position: fixed;
    width: 100%;
    height: 63px;
    text-align: center;
  }

  .plateforme header #header-symbol {
    float: none;
  }

  .plateforme header #header-symbol img {
    width: 40px;
    height: 37px;
  }

  .plateforme #header-left {
    display: none;
  }

  .plateforme h1 {
    margin-top: 25% !important;
  }
}

@media (max-width: 1199px) {
  .plateforme .alert {
    top: -70px;
  }
}
