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

body {
  font-family: Arial, "Hiragino Kaku Gothic Pro W3", Meiryo, sans-serif;
  background-color: #2d3042;
  position: relative;
  color: #002557;
  text-align: center;
}
body a,
body a:visited {
  color: rgb(0, 60, 100);
  text-decoration: none;
}
body a:hover {
  color: rgb(0, 60, 100);
}

.caption, .slick-slide::before, .slick-slide {
  backface-visibility: hidden;
}

.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav {
  width: 100%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: left;
  z-index: 15;
}
header h1 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding-top: 18px;
}
header nav {
  display: inline-block;
}
header nav ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
header nav ul li a {
  display: block;
  padding: 24px 15px;
}
header nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.18);
}
header nav ul li button {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}
header nav ul li button:hover {
  background-color: rgba(255, 255, 255, 0.18);
}
header nav ul li .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.main-slider {
  position: relative;
  width: 100%;
  height: 80vw;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  height: 38vw;
}
.slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-slide .slide-media {
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: center;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}

.slick-dots {
  text-align: center;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
/* slider background image */
.headerBgimages {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/images/french-waters.jpg?6c4ade6a87208015f1feae4b32e1e8a3);
  animation: scale 40s linear infinite;
}

@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}
@media screen and (max-height: 768px) {
  #slider-title-container {
    height: 360px;
  }
}
@media screen and (min-height: 768px) {
  #slider-title-container {
    height: 500px;
  }
}
.caption,
.slick-slide::before,
.slick-slide {
  backface-visibility: hidden;
}

.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Element | http://dev.abiofore.fr/ */
.bobble-header {
  position: absolute !important;
  width: 100% !important;
  transform: translateY(-100%) !important;
  /* overflow:hidden; */
}

.navbar {
  width: 100%;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 8vw;
  /* margin-bottom: 50px; */
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
  z-index: 1;
}

.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
  justify-content: center;
  display: flex;
}

body *,
html * {
  backface-visibility: hidden;
}

.full {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.zoom {
  animation: scale 40s linear infinite;
}

@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}
.tunnel-continue-btn {
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.tunnel-continue-btn:disabled, .tunnel-continue-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.75;
  pointer-events: auto;
}

.tunnel-wizard-progress .step-circle {
  width: 36px;
  height: 36px;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.tunnel-wizard-progress .step-label {
  font-size: 0.75rem;
  white-space: nowrap;
}

.choix-type-vente-card {
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
  border: 2px solid #dee2e6;
  background-color: #fff;
}
.choix-type-vente-card .card-title {
  color: #0b3a5b;
}
.choix-type-vente-card .choix-type-vente-icon {
  color: #6c757d;
}
.choix-type-vente-card .choix-type-vente-badge {
  background-color: #218838;
  color: #fff;
  padding: 0.35em 0.65em;
  border-radius: 0.25rem;
}
.choix-type-vente-card:hover {
  border-color: #003882;
  box-shadow: 0 0 0 0.2rem rgba(0, 56, 130, 0.15);
}
.choix-type-vente-card.selected {
  border-color: #003882;
  border-width: 3px;
  background-color: rgba(0, 56, 130, 0.08);
  box-shadow: 0 0 0 3px rgba(0, 56, 130, 0.25);
}
.choix-type-vente-card.selected .card-title {
  color: #003882;
  font-weight: 700;
}
.choix-type-vente-card.selected .choix-type-vente-icon {
  color: #003882;
}

@media (max-width: 767.98px) {
  .tunnel-wizard-container {
    padding-left: 0;
    padding-right: 0;
  }
  .tunnel-wizard-container .card {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}
.me-2 {
  margin-right: 5px;
}

.tunnel-brand-icon {
  color: #003882;
}

.tunnel-step-current {
  background-color: #003882 !important;
  color: #fff;
}

.tunnel-step-label-current {
  color: #003882 !important;
  font-weight: 600;
}

.tunnel-objet-btn-active {
  color: #fff;
  background-color: #003882;
  border-color: #003882;
}

.tunnel-objet-btn-active:hover,
.tunnel-objet-btn-active:focus,
.tunnel-objet-btn-active:active {
  color: #fff;
  background-color: #003882;
  border-color: #003882;
}

.badge-wrapper {
  text-align: center;
}

.bloc-badge {
  position: relative;
  margin: 0.5rem 0.8rem;
  width: 4rem;
  height: 6.2rem;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
  padding: 0.35rem 0.65rem;
  font-size: 0.75rem;
  border-radius: 10px !important;
  cursor: pointer;
}
.bloc-badge:before, .bloc-badge:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.bloc-badge:before {
  transform: rotate(60deg);
}
.bloc-badge:after {
  transform: rotate(-60deg);
}
.bloc-badge:hover {
  top: -4px;
}
.bloc-badge .circle {
  width: 60px;
  height: 60px;
  position: absolute;
  background: #fff;
  z-index: 10;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.bloc-badge .circle i.fa {
  font-size: 2rem;
  margin-top: 8px;
}
.bloc-badge .font {
  display: inline-block;
  margin-top: 1em;
}
.bloc-badge .ribbon {
  position: absolute;
  border-radius: 4px;
  padding: 5px 5px 4px;
  z-index: 11;
  color: #fff;
  left: 50%;
  margin-left: -55px;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: linear-gradient(to bottom right, #555 0%, #333 100%);
  cursor: default;
  min-width: 7rem;
  bottom: 1rem;
}
.bloc-badge .ribbon.light {
  color: #000;
  background: linear-gradient(90deg, rgb(170, 163, 163) 0%, rgb(242, 242, 242) 10%, rgb(242, 242, 242) 50%, rgb(242, 242, 242) 90%, rgb(170, 163, 163) 100%);
}
.bloc-badge .ribbon.test {
  color: #000;
  background: linear-gradient(to bottom right, #f2f2f2 0%, #d8d8d8 100%);
}
.bloc-badge .ribbon.dark {
  color: #fff;
  background: linear-gradient(to bottom right, #555 0%, #333 100%);
}

.posokute-fiexd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
}

.bubbleimgStyle {
  background: rgb(170, 194, 207);
  background: linear-gradient(170deg, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bubbleimgStyle2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
  opacity: 0.5;
}

.section-citation {
  z-index: 3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(/images/water-analysis.webp?18493f2daf5520d1dca03058ce95bda3);
}

.section-why-us {
  z-index: 3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(/images/water-analysis.webp?18493f2daf5520d1dca03058ce95bda3);
}

.bg-image {
  z-index: 3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-footer {
  background-color: rgba(0, 153, 255, 0.2);
}

.whyus-bg {
  background-color: rgba(150, 150, 150, 0.35);
}

.wavy {
  background-color: rgba(0, 153, 255, 0.2);
}

.front-content {
  min-height: 100vh;
}

.i_logo {
  height: 80px;
  width: 80px !important;
  margin: auto;
  padding: 10px;
  border-radius: 50%;
  background-size: 200%;
}

.number-card {
  border-radius: 5px;
  background: rgba(8, 79, 141, 0.11);
  padding: 1.5rem;
  height: 100%;
}

.captcha img {
  width: 18rem;
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 2rem;
}

.contact-details {
  font-size: 0.85rem;
}

.p--border-top-1 {
  border-top: 1px solid black;
}
