
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans HK', sans-serif;
  background: #fff;
}
.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  /* transform: scale(1.3); */
  /* margin: 20px 5px 20px 5px; */
  background-color: transparent;
  box-shadow: 0 0 0;
  z-index: 3;
  position: relative;
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  border-radius: 5px;
  transform: scale(0.9);
  transition: all 0.3s;
  z-index: 2;
  position: relative;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 50px;
  width: 50px;
  /* border-radius: 10px; */
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
  height: 75px;
  width: 75px;
}

::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgb(255, 255, 255);
}

.newsletter:focus{
  outline: none;
}
#backgroundfooter {
  background-image: url('../../assets/img/labo/fond3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}