.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: var(--gray);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255);
  font-family: Lato, sans-serif;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255,255,255);
}

.navbar-light .navbar-toggler {
  color: rgba(255,255,255);
  border-color: transparent;
}

#bnr-row, #bnr-row-2 {
  padding: 20px 80px;
}

@media (max-width: 767px) {
  #bnr-row, #bnr-row-1, #bnr-row-2, #bnr-row-3 {
    padding: 20px 10px 20px 0px !important;
    margin-top: 300px;
  }
}

@media (max-width: 767px) {
  .simple-slider {
    margin-bottom: 300px !important;
  }
}

@media (max-width: 767px) {
  .swiper-container {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  body, html {
    overflow-x: hidden;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 300px;
    background-position: 20% 50%;
  }
}

.bnr-head {
  margin-bottom: 20px;
  color: #0f102f;
  font-weight: 400;
  max-width: 500px;
}

@media (max-width: 767px) {
  .bnr-head {
    font-size: 1.4rem;
  }
}

.bnr-head2 {
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 500px;
}

.btn.btn-primary {
  color: #fff;
  background-color: #0f102f !important;
  border-color: #fff;
  padding: 7px 25px 10px;
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 3px solid rgba(0,0,0,.5);
}

#kards {
  margin-top: 30px;
}

.box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 20px;
  text-align: center;
  background: rgba(15,16,47,1);
  transform: rotateY(90deg);
  transition: all 0.50s ease-in-out 0s;
}

.box {
  box-shadow: 2px 5px 10px #eee;
}

.box-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.container.kards {
  margin-top: 50px;
}

.jumbotron.jcards {
  margin-bottom: 0;
}

.simple-slider.animate__animated.animate__fadeInUp {
  margin-bottom: 50px;
}

.row.natural {
  min-height: 550px;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .col-6.d-flex.d-sm-flex.d-md-flex.d-lg-flex.d-xl-flex.flex-column.justify-content-center.align-items-center.natural-txt {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.row.salon {
  min-height: 500px;
  background-image: url(../../assets/img/visuel-soin-institut.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.jumbotron.natural {
  padding: 4rem 0 0;
  margin-bottom: 0;
}

.container.ovrlap {
  margin-top: -75px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
  padding: 100px 30px;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link {
  color: #0f102f !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

html {
  scroll-behavior: smooth;
}

