body {
  background-color: #ade6e021;
}


.navbar-default .navbar-brand {
  background-color: #5ec6ca;
}

#topbar {
  background: linear-gradient(180deg, #5F647D3B 46.35%, #A2B5A8 119.01%);
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
  width: 100%;
}

#panier {
  color: #fbfffe;
  font-weight: bold;
}

#badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  background-color: #6eb579;
  position: absolute;
  Top: 2px;
  margin-left: -12PX;
}



/* ===================================== Slide Style CSS ================================== */


.slider-detail {
  padding-top: 0px;
}

.slider-detail .carousel-cover {
  background-color: rgba(0, 173, 162, 0.53);
  position: absolute;
  left: 0px;
  width: 40%;
  top: 50px;
  height: 100%;
  background-color: rgba(0, 173, 162, 0.53);
  position: absolute;
  left: -30%;
  width: 80%;
  top: -150px;
  height: 140%;
  transform: rotate(15deg);
}

@media screen and (max-width: 1086px) {
  .slider-detail .carousel-cover {
    top: -131px;
    left: -24%;
    transform: rotate(12deg);
  }
}

@media screen and (max-width: 999px) {
  .slider-detail .carousel-cover {
    transform: rotate(7deg);
    top: -100px;
  }
}

@media screen and (max-width: 767px) {
  .slider-detail .carousel-cover {
    display: none;
  }
}

.slider-detail .carousel-caption {
  text-align: left;
  top: 70px;
  left: 10%;
  max-width: 40%;
}

.slider-detail .carousel-caption h5 {
  font-size: 40px;
}

.slider-detail .carousel-caption p {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slider-detail .carousel-caption .vbh {
  margin: 0px;
}

@media screen and (max-width: 1090px) {
  .slider-detail .carousel-caption {
    top: 30px;
  }

  .slider-detail .carousel-caption h5 {
    font-size: 28px;
  }

  .slider-detail .carousel-caption p {
    font-size: 14px;
  }
}

@media screen and (max-width: 792px) {
  .slider-detail .carousel-caption p {
    margin-bottom: 10px;
  }
}

.slider-detail .carousel-indicators {
  left: -70%;
}

.slider-detail .btn-default {
  background-color: #FFF;
  color: #444;
  font-weight: 600;
}

@media screen and (max-width: 792px) {
  .slider-detail .btn-default {
    padding: 5px;
    font-size: 13px;
  }
}



/* =====================================FIN Slide Style CSS ================================== */

section {
  padding: 30px 10;
  overflow: hidden;
}

.section-bg {
  background-color: #6f9dd9a8;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}

.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background-color: #7ce3e37a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a {
  transition: color 0.3s;
  color: #fafeff;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a i {
  line-height: 0;
}

.doctors .member .social a:hover {
  color: #3fbbc0;
}

.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.doctors .member .member-info {
  padding: 10px 15px;
  background-color: #c4d0ff87;
}

.doctors .member .member-info h4 {
  font-weight: 200;
  margin-bottom: 5px;
  font-size: 16px;
  color: #555555;
}

.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: #4dac9f;
}

.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.doctors .member:hover .social {
  opacity: 1;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.doc {
  transition: all 0.3s ease;
}

.doctors .member:hover .doc {
  transform: scale(1.15);
}



/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #3fbbc0;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}


/*--------------------------------------------------------------
# galleri
--------------------------------------------------------------*/

.card_box {
  background: #ffffff;
  border-radius: 40px;
  margin-top: 40px;
  transition: .3s;
  margin-bottom: 40px;
}

.card_box:hover {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-10px);
}

.card_text {
  padding: 30px 20px 25px 20px;
}

.card_text h4 {
  font-size: 18px;
  font-family: bromega-Bold;
  color: #FA4A6F;
}

.card_text p {
  font-size: 14px;
  line-height: 150%;
  margin-top: 10px;
  color: #23273A;
}

.slider_carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.slider_carousel .owl-prev,
.slider_carousel .owl-next {
  width: 40px;
  height: 40px;
  background: #7abdccb2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}

.slider_carousel .owl-next {
  right: -50px;
}

.slider_carousel .owl-prev {
  left: -50px;
}


.carousel-control {
  position: absolute;
  top: 50%;
  width: 10%;
  font-size: 20px;
  color: #8edfd0;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

}


/*--------------------------------------------------------------
#CATEGORIE
--------------------------------------------------------------*/
.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.scroll-menu {
  height: 200px;
  overflow-y: scroll;
}

.panel-body {
  background-color: fff;
}

/* ---------------------------------------------------------------------- */
/*  Footer
/* ---------------------------------------------------------------------- */
#footer {
  background-color: #485058;
  border-top: 1px solid #c8c7cc;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 12px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1088;
}

#footer .footer-inner {
  padding: 0 20px;
  line-height: 50px;
}