html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: none;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

html, body {
  min-height: 100vh;
}

html {
  background: #000;
  overflow-x: hidden;
}

body {
  background: white;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 900px) {
  body {
    font-size: 18px;
  }
}

.br {
  line-height: 1;
}

b, strong {
  font-weight: 500;
}

a {
  cursor: pointer;
  color: currentColor;
  text-decoration: none;
}

* p + p {
  padding-top: 10px;
}

.spacer {
  height: 10px;
  display: block;
}

/*--------- Responsive ---------*/
:root {
  --wrapperMargin: 15rem;
  --SmallWrapperMargin: 10rem;
}

@media (max-width: 900px) {
  :root {
    --wrapperMargin: 2rem ;
  }
}
@media (max-width: 900px) {
  :root {
    --SmallWrapperMargin: 1rem;
  }
}
/*--------- Colors ---------*/
/*--------- CTA ---------*/
.cta-button {
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta-button .text-top,
.cta-button .text-bottom {
  color: white;
}
.cta-button .text-bottom {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto";
}
@media (min-width: 900px) {
  .cta-button {
    width: 125px;
    height: 63px;
  }
  .cta-button .text-bottom {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .cta-button {
    font-size: 18px;
  }
}

.header-cta-button {
  background-color: #C48127;
}

.second-cta-button {
  background-color: #112852;
}

.second-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
}
.second-cta .top-text {
  color: #C48127;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.second-cta .text {
  color: #4A4949;
  padding: 0.5rem 0 0 0;
  font-size: 14px;
}

.reserve {
  margin-top: 1rem;
}

.prevente {
  margin: 1rem 0;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header img {
  height: 4rem;
  margin: 1rem 0 1rem 0;
}

.header-background {
  position: absolute;
  width: 100vw;
  height: 4rem;
  background-color: #112852;
  top: 0;
  padding-top: 2rem;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 1;
}

.header-cta {
  position: absolute;
  right: var(--wrapperMargin);
  z-index: 1;
}
@media (max-width: 1000px) {
  .header-cta {
    display: none;
  }
}

.banner {
  display: block;
  margin: 5px auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  color: #C48127;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner div {
  position: absolute;
  min-width: 100%; /* au minimum la largeur du conteneur */
}

.banner div span {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  white-space: nowrap;
  font-size: 20px;
}
@media (max-width: 900px) {
  .banner div span {
    font-size: 23px;
  }
}

.banner div span:first-child {
  -webkit-animation: defilement 20s infinite linear;
          animation: defilement 20s infinite linear;
}

.banner div span:last-child {
  position: absolute;
  -webkit-animation: defilement2 20s infinite linear;
          animation: defilement2 20s infinite linear;
}

@-webkit-keyframes defilement {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}

@keyframes defilement {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes defilement2 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}
@keyframes defilement2 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}
.orange-banner,
.blue-banner {
  padding: 1rem 0;
  color: white;
}
.orange-banner p,
.blue-banner p {
  padding-right: var(--SmallWrapperMargin);
  padding-left: var(--SmallWrapperMargin);
}
@media (min-width: 900px) {
  .orange-banner p,
  .blue-banner p {
    padding-right: var(--wrapperMargin);
    padding-left: var(--wrapperMargin);
    text-align: center;
  }
}

.orange-banner {
  text-align: center;
}

.blue-banner {
  background-color: #112852;
  margin-bottom: 3rem;
}
@media (max-width: 900px) {
  .blue-banner p {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.orange-banner {
  background-color: #C48127;
}

.main-slider-wrapper {
  position: relative;
}

.slider-wrapper {
  width: 100vw;
  height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 900px) {
  .slider-wrapper {
    height: 12rem;
  }
}

.slides {
  width: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.slides img {
  width: 100%;
}

.slider-btns {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
}

.slider-btns span {
  font-size: 1.5rem;
  border-radius: 50%;
  color: white;
  cursor: pointer;
}
@media (min-width: 900px) {
  .slider-btns span {
    padding: 0 2rem;
  }
}
.slider-btns span img {
  width: 40px;
  height: 40px;
}

.dots {
  position: absolute;
  width: 100%;
  top: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  z-index: 1;
}
@media (max-width: 900px) {
  .dots {
    display: none;
  }
}

.dots .dot {
  width: 10px;
  height: 10px;
  background-color: white;
  opacity: 0.2;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}

.offers-title,
.partners-title {
  background-color: #C48127;
  font-weight: 800;
  padding: 0.5rem 0;
  color: white;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

.partners-title {
  background-color: #112852;
}

.offers-title {
  background-color: #C48127;
}

.icon {
  width: 80px;
}

.offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #4A4949;
  padding: 1rem 0;
}
.offer .text {
  margin-left: 20px;
  margin-top: 10px;
}
@media (min-width: 100px) {
  .offer .text {
    width: 208px;
  }
}
.offer .offer-title {
  color: #112852;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.offer .title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 15px;
  position: relative;
  top: 4px;
}
.offer .title-text :first-of-type {
  font-weight: 500;
}
.offer .title-text :not(:first-of-type) {
  font-style: italic;
}

.offer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: end;
}
.offer-left .offer-title {
  color: #C48127;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.offer-left .title-text {
  margin-right: 15px;
}
.offer-left .text-left {
  margin-right: 20px;
  margin-top: 10px;
}
@media (min-width: 100px) {
  .offer-left .text-left {
    width: 208px;
  }
}

.price-icon {
  width: 45px;
}

.icon-pretzel {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.offer-first-bloc,
.offer-second-bloc {
  padding: 0 var(--wrapperMargin);
}

.offer-second-bloc {
  padding-top: 1rem;
}

.additional {
  margin: 1rem var(--wrapperMargin);
  margin-top: 0;
  color: #4A4949;
}
@media (min-width: 900px) {
  .additional {
    margin: 0 calc(var(--wrapperMargin) * 2);
  }
}
.additional span {
  font-size: 14px;
}
.additional p {
  margin-top: 1rem;
}
.additional strong {
  color: #112852;
}

.resa {
  font-weight: 700;
}

.text.additional {
  font-size: 14px;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .offer-first-bloc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5rem;
  }
  .offer-first-bloc .offer {
    width: 50%;
  }
  .offer-second-bloc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bloc-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 2rem;
}
@media (min-width: 900px) {
  .bloc-1 {
    padding-bottom: 3rem;
  }
}

.bloc-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-bottom: 3rem;
}

.bloc-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 900px) {
  .bloc-1,
  .bloc-2 {
    margin-left: calc(var(--SmallWrapperMargin) + 20px);
    margin-right: var(--SmallWrapperMargin);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10rem;
  }
}

@media (min-width: 900px) {
  .img-bloc-1,
  .img-bloc-2,
  .txt-bloc-2,
  .txt-bloc-1 {
    width: 50%;
  }
}

.img-bloc-1 {
  height: 300px;
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .img-bloc-1::before {
    content: "";
    background: #C48127;
    width: 40%;
    height: 272px;
    position: absolute;
    display: block;
    left: -19px;
    z-index: -1;
    top: 44px;
  }
}
@media (max-width: 900px) {
  .img-bloc-1 {
    height: 250px;
  }
  .img-bloc-1::before {
    content: "";
    background: #C48127;
    width: 100vw;
    height: 10px;
    position: relative;
    display: block;
  }
}

.img-bloc-2 {
  position: relative;
}
.img-bloc-2::before {
  content: "";
  background: #112852;
  width: 10px;
  height: 71%;
  position: absolute;
  display: block;
  left: 80%;
  top: -30px;
}
@media (max-width: 900px) {
  .img-bloc-2 {
    margin: 1rem;
  }
}

.txt-bloc-2,
.txt-bloc-1 {
  position: relative;
  color: #4A4949;
}
@media (max-width: 900px) {
  .txt-bloc-2,
  .txt-bloc-1 {
    margin: 2rem var(--SmallWrapperMargin);
  }
}

.txt-bloc-1 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 900px) {
  .txt-bloc-1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 900px) {
  .txt-bloc-1::before {
    content: "";
    background: #C48127;
    width: 10px;
    height: 100%;
    position: absolute;
    display: block;
    left: -20px;
  }
}

.txt-bloc-2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 900px) {
  .txt-bloc-2 {
    top: 3rem;
  }
}
.txt-bloc-2::before {
  content: "";
  background: #112852;
  width: 10px;
  height: 100%;
  position: absolute;
  display: block;
  left: -20px;
}
@media (max-width: 900px) {
  .txt-bloc-2 {
    margin-left: calc(1rem + 20px);
  }
}

.img-bloc-1 img,
.img-bloc-2 img,
.img-bloc-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 900px) {
  .bloc-3 {
    margin: 0 var(--SmallWrapperMargin);
  }
}
.bloc-3 .txt-bloc-3 {
  color: #4A4949;
  margin: 2rem var(--SmallWrapperMargin);
  margin-top: 1rem;
}
@media (min-width: 900px) {
  .bloc-3 .txt-bloc-3 {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .bloc-3 .img-bloc-3 {
    height: 250px;
  }
}

.imgs-social-media {
  height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.imgs-social-media img {
  width: 40px;
  height: 40px;
}

.bloc-social-media {
  text-align: center;
  color: #C48127;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  .bloc-social-media.web {
    display: none;
  }
}
.bloc-social-media.mobile {
  margin-top: 2rem;
}
@media (min-width: 905px) {
  .bloc-social-media.mobile {
    display: none;
  }
}

.bloc-partners-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 900px) {
  .bloc-partners-logo {
    gap: 1rem;
  }
}
.bloc-partners-logo :nth-child(2) {
  height: 50px;
}
@media (max-width: 900px) {
  .bloc-partners-logo :nth-child(2) {
    height: 40px;
  }
}

.partners-logo {
  height: 70px;
}
@media (max-width: 900px) {
  .partners-logo {
    height: 60px;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  background-color: #112852;
  color: white;
  padding: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 900px) {
  footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer span {
  padding-top: 2rem;
  font-size: 14px;
}
footer .contact span {
  font-weight: 500;
  text-decoration: underline;
  font-size: 18px;
}
footer .mentions {
  text-decoration: underline;
}

.mentions-legales {
  padding: 3rem;
  color: white;
}
@media (min-width: 900px) {
  .mentions-legales {
    width: 40%;
  }
}
.mentions-legales h1 {
  font-size: 40px;
  line-height: 1;
  padding-bottom: 1rem;
}
@media (min-width: 900px) {
  .mentions-legales h1 {
    font-size: 60px;
  }
}
.mentions-legales i {
  font-size: 14px;
}

.mentions-legales-background {
  background-color: #112852;
}