@charset "UTF-8";
:root {
  --base-blue: #40AEE0;
  --strong-blue: #067BB2;
  --dark-blue: #17364B;
  --deep-blue: #081F29;
  --navy-blue: #01161F;
  --orange: #FD6F3F;
  --white: #ffffff;
  --light-gray: #F6F6F6;
  --gray: #6D7175;
  --off-white: #EFEEEE;
}

* {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 600;
}

p {
  margin-bottom: 0 !important;
}

/* STYLE GLOBAL */
h2 {
  font-weight: 600 !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.bb-base-blue::after,
.base-blue {
  background-color: var(--base-blue);
}

.strong-blue {
  background-color: var(--strong-blue);
}

.dark-blue,
.bb-dark-blue::after {
  background-color: var(--dark-blue);
}

.bb-deep-blue::after,
.deep-blue {
  background-color: var(--deep-blue);
}

.off-white {
  background-color: var(--off-white);
}

.orange {
  background-color: var(--orange);
}

.light-gray {
  background-color: var(--light-gray);
}

.gray {
  background-color: var(--gray);
}

.bb-base {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.bb-base::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 4px;
  border-radius: 999px;
}

.bb-black::after {
  background-color: black;
}

.bb-white::after {
  background-color: white;
}

.bb-orange::after {
  background-color: #FD6F3F;
}

h3, h4 {
  font-weight: 700 !important; /* TODO review cascade */
  font-size: 1.25rem !important;
}

.bold-txt {
  font-weight: 700;
}

.blue-txt {
  color: #0068B8;
}

ul.white-stars li::before {
  color: white;
}

ul {
  list-style-type: "✦  ";
}

.border-light-blue {
  border-left: 3px solid #40AEE0;
}

.border-dark-blue {
  border-left: 3px solid var(--dark-blue) !important;
}

.paragraphs-container {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

.paragraph-content p {
  font-size: 1rem;
}

.sm-txt p {
  font-size: clamp(10px, 1.2vw, 14px) !important;
}

.cta {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: black;
  background-color: var(--base-blue);
  border-radius: 42px;
  font-weight: bold;
  padding: 8px 16px;
  border: none;
  overflow: hidden;
  transition: color 0.3s ease;
  display: inline-block;
}

.cta::after {
  content: "";
  position: absolute;
  background-color: var(--base-blue);
  border-radius: 42px;
  z-index: -2;
}

.cta::before {
  content: "";
  position: absolute;
  top: -205%;
  left: -53%;
  width: 112%;
  height: 470%;
  background: radial-gradient(circle at center, #FD6F3F 100%, transparent 100%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.6s ease;
  border-radius: 100%;
  z-index: -1;
}

.cta:hover::before {
  transform: translate(-50%, -50%) scale(3);
}

.cta:hover {
  color: black;
  text-decoration: none;
}


.cta:hover {
  color: black;
  text-decoration: none;
}

/* MAX-WIDTHS */
.custom-width-0 {
  max-width: 728px;
}

.custom-width-1 {
  max-width: 980px;
}

.custom-width-2 {
  max-width: 645px;
}

.custom-width-3 {
  max-width: 548px;
}

.custom-width-4 {
  max-width: 674px;
}

.custom-width-5 {
  max-width: 200px;
}

.custom-width-6 {
  max-width: 473px;
}

.oval-container {
  position: relative;
  width: 100%;
  height: auto;
}

/* /////////////////////////// */
/* ----- SECTION-1 ----- */

.hero-background {
  background-image: url(/assets/images/background.png);
}

.hero-background,
.map-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 689px;
  width: auto;
  border-radius: 57px;
  margin-bottom: 15rem;
  position: relative;
  z-index: -1;
}

#section-1 h1 {
  color: white;
  font-size: 2.25rem;
}

.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}


.otipass-logo,
#dropdown,
.text-content,
#section-1 .overlay-icon,
#first-button {
  position: absolute;
}

.otipass-logo {
  top: 10.51%;
  left: 12.92%;
  width: 300px;
}

#dropdown {
  top: 8%;
  right: 16.41%;
}

#dropdownMenuButton {
  border-width: 0;
  color: white;
  font-weight: 700;
}

.fi {
  border-radius: 4px;
}

.text-content {
  color: white;
  top: 23%;
  left: 12.92%;
  width: 800px;
  max-width: 80vw;
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}

.overlay-icon {
  z-index: 1;
  top: 44%;
  right: 16.17%;
}

#section-1 .overlay-icon {
  width: clamp(200px, 233px + (100vw - 1440px) * 0.2583, 295px);
}

.image-container #first-button {
  bottom: 32%;
  left: 12.92%;
  position: absolute;
}

.title-span {
  margin-top: 1.8rem;
  margin-bottom: 2.7rem;
  background-color: white;
  padding: 20%;
  color: black;
  padding: 0.2em 0.8em;
  border-radius: 10px;
  font-size: 2.25rem;
  display: inline-block;
}

/* ----- SECTION-3 ----- */
/* TODO : remove css containers */
.wave-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 980px;
  width: 100%;
  overflow-x: hidden;
}

.wave-svg-1 {
  position: absolute;
  left: -750px;
  width: 2739px;
  min-height: 893px;
  z-index: 0;
}

.wrapper {
  margin-top: 17rem;
  gap: 6.24rem;
  position: relative;
}

/* ////////////////// */
.zigzag-container {
  background: url(/assets/images/vector-11.svg);
  background-repeat: no-repeat;
  background-position: 0em 25%;
}

.oval-container {
  position: relative;
  width: 231px;
  height: 369px;
  overflow: hidden;
  border-radius: 50% 50% 50% 50%/30% 30% 30% 30%;
}

/* Ellipses */
.ellipse {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay-shape {
  position: absolute;
  z-index: 4;
  width: 279px;
  height: 356px;
  border-radius: 50%;
}

.overlay-left {
  top: 245px;
  left: -157px;
  background-color: #FD6F3F;
}

.overlay-right {
  top: 245px;
  left: 109px;
}

.row:nth-of-type(1) .overlay-left,
.row:nth-of-type(4) .overlay-left {
  background-color: #D9D9D9;
}

.overlay-right {
  background-color: #40AEE0;
}

.row:nth-of-type(3) .overlay-right {
  background-color: #EFEEEE;
}

/* TODO factorise the width*/
.paragraph-content.first-card {
  height: 388px;
  background-color: #081F29;
}

.paragraph-content.second-card {
  height: 331px;
}

.paragraph-content.third-card {
  height: 306px;
  background-color: #17364B;
}

.paragraph-content.fourth-card {
  height: 447px;
  background-color: #081F29;
}

.paragraph-content.fifth-card {
  height: 426px;
  background-color: #067BB2;
}

/* TODO Review this part */
.paragraph-content {
  width: 100%;
  border-radius: 48px;
  font-size: 1rem !important;
}

/* ----- SECTION-4 ----- */
.vector-wrapper {
  min-width: 100%;
}

.wave-svg-2 {
  position: absolute;
  left: -750px;
  z-index: -1;
}

.main-content {
  padding-top: 280px;
}

.mx-auto {
  max-width: 900px;
}

#section-4 .box-wrapper {
  /* TODO : remove css containers */
  margin-bottom: 120px;
}

#section-4 .box-wrapper p {
  font-size: 1.25rem;
}

.circle {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-wrapper > div:nth-child(1) .circle {
  background-color: #40AEE0;
}

.box-wrapper > div:nth-child(2) .circle {
  background-color: #FD6F3F;
}

.box-wrapper > div:nth-child(3) .circle {
  background-color: #17364B;
}

.inner-image {
  width: 56px;
  height: 56px;
}

.custom-rounded {
  border-radius: 25px;
}

.icon {
  width: 34px;
}

/* BLOCKS */
.feature-block {
  /* TODO : remove css containers */
  display: flex;
  align-items: center;
  gap: 24px;
}

/* TODO Change class name */
.features-grid {
  margin-bottom: 300px;
}

/* BLOC 1 */
.h-463 {
  height: 463px;
}

/* BLOC 2 */
.h-451 {
  height: 451px;
}

/* BLOC 3 */
.h-296 {
  height: 296px;
}

.h-550 {
  height: 550px;
}

/* ----- SECTION-5 ----- */

h3.subtitle-0::after {
  border-bottom-color: white;
}

#section-5 .content,
#section-5 .sub-list,
#section-5 .paragraphs-container {
  position: relative;
  color: white;
}

.border-orange {
  border-left: 3px solid #FD6F3F;
}

.border-strong-blue {
  border-left: 3px solid var(--strong-blue);
}

#section-5 img.position-absolute {
  z-index: -1;
}

.map-background {
  background-image: url(/assets/images/blue-card-bg.png);
}

#map, .leaflet-container {
  background: transparent !important;
}

#map {
  position: absolute;
  top: 96px;
  right: 50px;
  width: 700px;
  height: 550px;
}

.leaflet-bottom.leaflet-right,
.leaflet-control-zoom.leaflet-bar.leaflet-control {
  display: none;
}

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  height: 25px !important;
  width: 18px !important;
}

.leaflet-marker-icon:hover {
  color: orange;
}

/* TOURIST BACKGROUND-IMAGE */
.tourist-bg {
  background-image: url(/assets/images/tourist.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: calc(100vw - 84px);
  aspect-ratio: 1353/314;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

/* ----- SECTION-6 -----*/
.custom-height {
  height: 162px;
}

.step:hover {
  background-color: var(--orange);
}

.dots-row {
  position: relative;
  width: 100%;
}

.dots-row .line {
  position: absolute;
  top: 50%;
  height: 2px;
  background-color: #DEDEDE;
  width: calc(100% - 12px);
  left: 6px;
  transform: translateY(-50%);
  z-index: -1;
}

.dots-row .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.rectangle-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
  overflow: hidden;
}

.rectangle {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cercle-shape {
  position: absolute;
  width: 600px;   /* (modulable) */
  height: 526px;
  border-radius: 50%;
  z-index: 2;
}

.cercle-up-left {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.cercle-up-right {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.cercle-down-left {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.cercle-down-right {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}



/* ----- SECTION-7 -----*/
#section-7 {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 183px; */
}

#section-7 .container {
  position: relative;
  z-index: 1;
}

#section-7::before,
#section-7::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
}

.decorative-image {
  width: 224px;
  height: 456px;
}

#section-7::before {
  left: 0;
  background-image: url("/assets/images/left-signal.png");
  background-position: left center;
}

#section-7::after {
  right: 0;
  background-image: url("/assets/images/right-signal.png");
  background-position: right center;
}

.wave-svg-3 {
  position: absolute;
  left: 0;
  bottom: 28%;
  width: 2739px;
  min-height: 893px;
  z-index: 0;
}

.wrapper-2 {
  z-index: 2;
  margin-top: 300px;
}

.video {
  max-width: 1080px;
}

.rating {
  font-size: 24px;
  color: var(--orange);
}

.comment-cta {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: black;
  border-radius: 42px;
  font-weight: bold;
  padding: 8px 16px;
  border: solid black;
  overflow: hidden;
  transition: color 0.3s ease;
}

.comment-cta::after {
  content: "";
  position: absolute;
  border-radius: 42px;
  z-index: -2;
}

.comment-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 180px;
  height: 200px;
  background: radial-gradient(circle at bottom right, #000000 99%, transparent 100%);
  transform: scale(0);
  transition: transform 0.7s ease;
  border-radius: 100px;
  z-index: -1;
}

.comment-cta:hover::before {
  transform: scale(3);
  text-decoration: none;
}

.comment-cta:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.job {
  font-size: 12px;
}

/* --- COMMITMENTS-SECTION --- */
.commitments-section {
  background-color: #081F29;
  height: 275px;
  color: white;
  margin-top: 100px;
}

.value-wrapper {
  /* TODO : remove css containers */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 149px;
}

.value {
  margin-top: 76px;
}

.review1 {
  height: 323px;
}

.review2 {
  height: 282px;
}

.review3 {
  height: 285px;
}

.review4 {
  height: 304px;
  margin-top: -2.5rem;
}


/* ----- FOOTER ----- */
footer {
  background-color: #01161F;
  height: 32.13rem;
  color: white;
}

.footer-container {
  margin: 119px 1021px 257px 187px;
  border-right: 3px solid #17364B;
}

#footer-logo {
  width: 232px;
  height: 64px;
}

/* ----- CERCLES ----- */
.circles {
  position: absolute;
  opacity: 1;
  background-color: #F2FAFD;
  z-index: -2;
  transform: translateX(-50%);
  border-radius: 50%;
}

#circle-1 {
  width: 360px;
  height: 360px;
  bottom: 60px;
  left: 64%;
}

#circle-2 {
  width: 128px;
  height: 128px;
  bottom: -4px;
  left: 10%;
  z-index: 2;
  background-color: #00EAFF;
  opacity: 0.07;
}

#circle-3 {
  width: 526px;
  height: 526px;
  bottom: 45%;
  left: 120%;
}

#circle-4 {
  width: 360px;
  height: 360px;
  bottom: -87%;
  left: -20%;
}

#circle-5 {
  width: 126px;
  height: 126px;
  z-index: 2;
  background-color: #00EAFF;
  opacity: 0.07;
  bottom: 79%;
  left: 84%;
}

#circle-6 {
  width: 526px;
  height: 526px;
  left: 97%;
}

#circle-7 {
  width: 672px;
  height: 672px;
  bottom: 24%;
  left: -11%;
}

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