.header {
  background-color: #ffffff;
  height: 120px;
  padding: 0 20px;
  position: fixed;
  width: calc(100vw - 40px);
  z-index: 9746;
}
.header .navbar {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .navbar .logo {
  margin-right: 20px;
  width: 100px;
  height: 100px;
  background-image: url("https://cdn.ohlalafrenchcourse.com/site/website/logo_nav.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.header .navbar .name {
  display: none;
}
.header .navbar .horizontal-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .navbar .horizontal-menu li {
  display: inline;
}
.header .navbar .horizontal-menu .menu-item {
  text-transform: uppercase;
  font-family: "font1";
  padding: 0 5px;
  margin: 0 5px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #6c6c6c;
}
.header .navbar .horizontal-menu .menu-item:hover {
  text-decoration: underline;
  color: #000000;
}
.header .navbar .horizontal-menu .menu-item.active {
  text-decoration: underline;
  color: #000000;
}
.header .navbar .horizontal-menu .dropdown-wrapper {
  position: relative;
}
.header .navbar .horizontal-menu .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  list-style: none;
  padding: 10px;
  margin: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 230px;
  border: 1px solid #194157;
}
.header .navbar .horizontal-menu .dropdown li {
  width: 200px;
}
.header .navbar .horizontal-menu .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}
.header .navbar .horizontal-menu .dropdown li a:hover {
  text-decoration: underline;
}
.header .navbar .language-selector {
  display: flex;
  flex-direction: column;
  /* Espacement entre les langues */
  align-items: center;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .header .navbar .language-selector {
    margin-top: 40px;
    margin-right: 0;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
  }
}
.header .navbar .language-selector .lang-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.header .navbar .language-selector .lang-link span {
  margin-left: 5px;
}
.header .navbar .language-selector .lang-link:hover {
  color: #194157;
}
.header .navbar .language-selector .lang-link.active {
  pointer-events: none;
  color: #aaa;
  font-weight: bold;
}
.header .navbar .navbar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header .navbar .navbar-right .ohlala-french-school-btn {
  background-color: #ca3d2b;
  border: none;
  height: 40px;
  font-family: "font1";
  color: white;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 0.3125rem;
}
.header .navbar .navbar-right .ohlala-french-school-btn:hover {
  background-color: #a83223;
}
.header .navbar .navbar-right .connect-btn {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
  font-size: 1.4rem;
  font-family: "font1";
  height: 40px;
  margin-left: 10px;
  text-decoration: none;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 0.3125rem;
}
.header .navbar .navbar-right .connect-btn:hover {
  text-decoration: underline;
}
.header .navbar .navbar-right-mobile {
  display: none;
}

@media only screen and (max-width: 1059px) {
  .header .navbar .horizontal-menu .menu-item {
    font-size: 1rem;
    margin: 0 0px;
  }
  .header .navbar .navbar-right .ohlala-french-school-btn {
    font-size: 1.4rem;
  }
  .header .navbar .navbar-right .connect-btn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    height: 60px;
    padding: 0 10px;
    width: calc(100vw - 20px);
  }
  .header .navbar .logo {
    width: 55px;
    height: 55px;
    margin-right: 5px;
  }
  .header .navbar .name {
    display: block;
    font-family: "font1";
    font-size: 1.2rem;
  }
  .header .navbar .horizontal-menu {
    display: none;
  }
  .header .navbar .navbar-right {
    display: none;
  }
  .header .navbar .navbar-right-mobile {
    display: block;
    margin-right: 10px;
  }
  .header .navbar .navbar-right-mobile a {
    color: #000;
    font-size: 1.6rem;
  }
  .header .navbar .navbar-right-mobile button {
    color: #000;
    font-size: 1.6rem;
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .header .navbar .navbar-right-mobile .close-menu-btn {
    display: none;
  }
  .header .navbar .navbar-right-mobile .mobile-menu {
    width: 100vw;
    height: calc(100vh - 60px);
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1934;
    display: none;
    opacity: 1;
  }
  .header .navbar .navbar-right-mobile .mobile-menu .menu-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .header .navbar .navbar-right-mobile .mobile-menu .menu-container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header .navbar .navbar-right-mobile .mobile-menu .menu-container .menu {
    position: absolute;
    width: calc(85% - 40px);
    height: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    padding: 20px;
    border-top: 1px solid #f5f5f5;
  }
  .header .navbar .navbar-right-mobile .mobile-menu .menu-container .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .header .navbar .navbar-right-mobile .mobile-menu .menu-container .menu li {
    padding: 8px 0;
  }
  .header .navbar .navbar-right-mobile .mobile-menu .menu-container .menu a {
    text-decoration: none;
    font-size: 1.2rem;
  }
  .header .navbar .navbar-right-mobile .mobile-menu .menu-container .menu .buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .header .navbar .navbar-right-mobile .mobile-menu .menu-container .menu .buttons-container .ohlala-french-school-btn {
    font-size: 1.4rem;
    width: 100%;
  }
  .header .navbar .navbar-right-mobile .mobile-menu .menu-container .menu .buttons-container .connect-btn {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .header .navbar .navbar-right-mobile .mobile-menu .menu-container .collapse {
    animation-name: slideIn;
    animation-duration: 0.5s;
  }
  .header .navbar .navbar-right-mobile .mobile-menu .menu-container .closing {
    animation-name: slideOut;
    animation-duration: 0.5s;
  }
  @keyframes slideIn {
    0% {
      right: -85%;
    }
    100% {
      right: 0;
    }
  }
  @keyframes slideOut {
    0% {
      right: 0;
    }
    100% {
      right: -85%;
    }
  }
  .header .navbar .navbar-right-mobile .show {
    animation-name: fadeIn;
    animation-duration: 0.5s;
  }
  .header .navbar .navbar-right-mobile .exit {
    animation-name: fadeOut;
    animation-duration: 0.5s;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0.1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0.1;
    }
  }
}
@media only screen and (max-width: 1179px) and (min-width: 1060px) {
  .header .navbar .horizontal-menu .menu-item {
    font-size: 1.2rem;
    margin: 0 0px;
  }
  .header .navbar .navbar-right .ohlala-french-school-btn {
    font-size: 1.4rem;
  }
  .header .navbar .navbar-right .connect-btn {
    font-size: 1.2rem;
  }
}
.footer {
  background-color: #194157;
  height: 400px;
}
.footer .footer-content {
  display: flex;
  color: #ffffff;
  font-size: 1.2rem;
  width: 100%;
  padding-top: 40px;
}
.footer .footer-content a {
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-content a:hover {
  text-decoration: underline;
}
.footer .footer-content .left {
  width: 67%;
  display: flex;
}
.footer .footer-content .left .contact {
  width: 60%;
}
.footer .footer-content .left .quick-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .footer-content .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}
.footer .footer-content .right .social-links {
  display: flex;
  justify-content: space-around;
  width: 17.5rem;
  margin-top: 1.25rem;
}
.footer .footer-content .right .social-links a img {
  height: 2.5rem;
}
.footer .footer-content .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.footer .copyright {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #ffffff;
}
.footer .copyright a {
  color: white;
  text-decoration: none;
}
.footer .copyright a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .footer {
    height: auto;
    padding: 30px 0 60px 0;
  }
  .footer .footer-content {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .footer .footer-content .left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-content .left .contact {
    width: 100%;
  }
  .footer .footer-content .right {
    align-items: flex-start;
    width: 100%;
  }
  .footer .footer-content .title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .footer .copyright {
    position: static;
    margin-top: 20px;
  }
}
.legal-notice-modal {
  height: 100%;
}
.legal-notice-modal .legal-notice-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  font-family: "Montserrat", serif !important;
  font-weight: bold;
  font-size: 1.4rem;
}
.legal-notice-modal .legal-notice-modal-content {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: auto;
  height: calc(100% - 93px);
}
.legal-notice-modal .legal-notice-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}
.legal-notice-modal .legal-notice-modal-footer button {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  padding: 5px 15px;
  cursor: pointer;
}
.legal-notice-modal .legal-notice-modal-footer button:hover {
  background-color: #4e555c;
}

.cookies-message {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.45);
  width: calc(100vw - 40px);
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
}
.cookies-message .cookies-message-title {
  font-size: 1rem;
  font-weight: bold;
}
.cookies-message .cookies-message-content {
  display: flex;
  width: 100%;
}
.cookies-message .cookies-message-content .cookies-message-body {
  font-size: 0.8rem;
  margin-right: 20px;
}
.cookies-message .cookies-message-content .cta-btn-box {
  width: 15%;
  margin-bottom: 0;
  margin-left: auto;
}
.cookies-message .cookies-message-content .cta-btn-box .cta-button {
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .cookies-message .cookies-message-content {
    flex-direction: column;
    align-items: center;
  }
  .cookies-message .cookies-message-content .cookies-message-body {
    width: 100%;
    margin-right: 0;
  }
  .cookies-message .cookies-message-content .cta-btn-box {
    margin-top: 10px;
    width: 15%;
    margin-bottom: 0;
    margin-left: 0;
  }
  .cookies-message .cookies-message-content .cta-btn-box .cta-button {
    font-size: 1.2rem;
  }
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "font1";
  font-display: swap;
  src: url(../fonts/fba574ef4dc01d71937608b6f764e2e7.woff2);
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "font2";
  font-display: swap;
  src: url(../fonts/e5d4e13df62137d60514583c043c9e4b.woff2);
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat", sans-serif;
  font-display: swap;
  src: url(../fonts/881b8da5ad9b82b143ab37dcdf069c4c.woff2);
  font-weight: 400;
  font-style: normal;
}
html {
  overflow-x: hidden;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
}

input:focus,
textarea:focus {
  outline: none !important;
  border: 2px solid #194157;
  box-shadow: 0 0 8px #194157;
}

input,
textarea {
  border: 1px solid #d1d1d1;
}

.main {
  padding-top: 120px;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.section-blue {
  background-color: #194157;
  color: #fff;
}

.section-red {
  background-color: #ca3d2b;
  color: #fff;
}

.cta-btn-box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
.cta-btn-box .cta-button {
  border: none;
  border-radius: 0.3125rem;
  background-color: #db8129;
  font-family: "font1";
  color: #ffffff;
  font-size: 1.8rem;
  padding: 8px 20px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.cta-btn-box .cta-button:hover {
  background-color: #b36a20;
  text-decoration: none;
}
.cta-btn-box .cta-button:disabled {
  background-color: rgba(219, 130, 41, 0.3725490196);
}
.cta-btn-box .cta-note {
  text-align: center;
  margin-top: 5px;
  font-style: italic;
  font-size: 1rem;
}

.icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-block;
  background-size: cover;
}

.icon-explode {
  background-image: url(../images/icons/explode.png);
}

.icon-shuut {
  background-image: url(../images/icons/shuut.png);
}

.icon-sad {
  background-image: url(../images/icons/sad.png);
}

.icon-monkey {
  background-image: url(../images/icons/monkey.png);
}

.icon-surprised {
  background-image: url(../images/icons/surprised.png);
}

.icon-thumb {
  background-image: url(../images/icons/thumb.png);
}

.icon-brain {
  background-image: url(../images/icons/brain.png);
}

.icon-glasses {
  background-image: url(../images/icons/glasses.png);
}

.icon-scream {
  background-image: url(../images/icons/scream.png);
}

.icon-pen {
  background-image: url(../images/icons/pen.png);
}

.icon-flag {
  background-image: url(../images/icons/flag.png);
}

.icon-love {
  background-image: url(../images/icons/love.png);
}

.icon-sad2 {
  background-image: url(../images/icons/sad2.png);
}

.icon-scared {
  background-image: url(../images/icons/scared.png);
}

.icon-scared2 {
  background-image: url(../images/icons/scared2.png);
}

.icon-pointing {
  background-image: url(../images/icons/pointing.png);
}

.icon-check {
  background-image: url(../images/icons/check.png);
  background-size: cover;
}

.icon-wrong {
  background-image: url(../images/icons/wrong.png);
  background-size: cover;
}

.icon-wrong-white {
  background-image: url(../images/icons/wrongwhite.png);
  background-size: cover;
}

.icon-wrong-black {
  background-image: url(../images/icons/wrongblack.png);
  background-size: cover;
}

.icon-trophy {
  background-image: url(../images/icons/trophy.png);
}

.icon-rocket {
  background-image: url(../images/icons/rocket.png);
}

.icon-eye-stars {
  background-image: url(../images/icons/eye_stars.png);
}

.icon-check-black {
  background-image: url(../images/icons/checkblack.png);
}

.icon-laptop {
  background-image: url(../images/icons/laptop.png);
}

.icon-lock {
  background-image: url(../images/icons/lock.png);
}

.icon-paper-pen {
  background-image: url(../images/icons/paperpen.png);
}

.icon-paper-pen-check {
  background-image: url(../images/icons/paperpencheck.png);
}

.icon-persons {
  background-image: url(../images/icons/persons.png);
}

.icon-plus-black {
  background-image: url(../images/icons/plusblack.png);
}

.icon-numberbox1 {
  background-image: url(../images/icons/numberbox1.png);
}

.icon-numberbox2 {
  background-image: url(../images/icons/numberbox2.png);
}

.icon-numberbox3 {
  background-image: url(../images/icons/numberbox3.png);
}

.icon-numberbox4 {
  background-image: url(../images/icons/numberbox4.png);
}

.icon-heart {
  background-image: url(../images/icons/heart.png);
}

.icon-gift {
  background-image: url(../images/icons/gift.png);
}

.icon-exhaling {
  background-image: url(../images/icons/exhaling.png);
}

.icon-rolling-eyes {
  background-image: url(../images/icons/rolling_eyes.png);
}

.icon-sweat {
  background-image: url(../images/icons/sweat.png);
}

.icon-wink {
  background-image: url(../images/icons/wink.png);
}

.icon-target {
  background-image: url(../images/icons/target.png);
}

.icon-arrow-box-bleu {
  background-image: url(../images/icons/arrowboxblue.png);
}

.modal {
  display: none;
}

#newsletterModal {
  display: none;
}

.newsletter-modal {
  padding: 20px;
}
.newsletter-modal .quote {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.newsletter-modal .catch-question {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
}
.newsletter-modal .catch-question .highlight {
  font-family: "font2";
  font-size: 2.8rem;
  color: #194157;
  margin: 0 5px;
}
.newsletter-modal .newsletter-box {
  margin-top: 20px;
  margin-bottom: 0;
}

.highlight {
  text-align: right;
  font-family: "font2";
  font-size: 4rem;
}

input {
  width: 100%;
  font-size: 1.3rem;
  padding: 6px 6px;
}
input::placeholder {
  color: rgb(192, 192, 192);
}

.modalContent {
  max-width: 400px !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.modal .modal-background {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.video-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.video-modal .video-content {
  background-color: transparent;
  position: relative;
}
.video-modal .video-content .video-close {
  position: absolute;
  top: -20px;
  right: -50px;
  z-index: 200;
  font-size: 40px;
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.video-modal .video-content .video-close:hover {
  color: #b4b4b4;
}
.video-modal .video-content video {
  width: 300px;
  height: 533px;
}
.video-modal .video-content-header video {
  max-width: 800px;
  width: 100%;
  height: 533px;
}

.promo-modal {
  padding: 20px;
  position: relative;
  background-color: #fff;
  max-width: 500px !important;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 550px) {
  .promo-modal {
    width: calc(100% - 50px);
    left: 0;
    transform: translate(0, -50%);
  }
}
.promo-modal .promo-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s;
  text-decoration: none;
}
.promo-modal .promo-modal-close:hover {
  color: #d9534f;
}
.promo-modal .promo-modal-close:focus {
  outline: 2px solid #0056b3;
  outline-offset: 2px;
}
.promo-modal .bubble {
  background-color: #ca3d2b;
  color: #fff;
  font-family: "font1";
  font-size: 2rem;
  text-align: center;
  padding: 10px;
  position: absolute;
  border-radius: 20px;
  top: -45px;
  left: 145px;
  z-index: 9000;
  width: 230px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 550px) {
  .promo-modal .bubble {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: calc(100% - 60px) !important;
    margin: 0 20px;
  }
  .promo-modal .bubble::after {
    display: none;
  }
}
.promo-modal .bubble::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 50px;
  height: 50px;
  background: inherit;
  border-radius: 3px;
  z-index: -1;
}
.promo-modal .split {
  display: flex;
  padding-top: 40px;
}
.promo-modal .split .promo-value {
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 3.4rem;
  font-weight: bold;
  margin-right: 20px;
  min-width: 130px;
}
.promo-modal .split .promo-description {
  font-size: 1.4rem;
}
@media only screen and (max-width: 550px) {
  .promo-modal .split {
    flex-direction: column;
    text-align: center;
    padding-top: 0px !important;
  }
}
.promo-modal .promo-code {
  font-weight: bold;
  text-decoration: underline;
  font-size: 2rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.promo-modal .cta-btn-box {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .main {
    padding-top: 60px;
  }
  .icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
  }
  .container {
    max-width: 720px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff") format("woff");
}
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-square-check:before {
  content: "\f14a";
}

.fa-circle-check:before {
  content: "\f058";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-times:before {
  content: "\f00d";
}

/*# sourceMappingURL=main.css.map */