/*Carousel ---------------------------------------------------------*/

.carousel {
  background-color: rgb(25, 45, 77);
}

.carousel h1, .carousel p {
  font-weight: lighter;
}

.carousel, .carousel .item, .carousel-inner>.item>img {
  height: 550px;
}

.carousel-caption p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}

.carousel-caption {
  z-index: 10;
  text-shadow: none;
}

.carousel-caption .btn {
  background-color: rgb(55, 173, 232);
  border: 0;
}

@media screen and (max-width:560px) {
  .carousel, .carousel .item, .carousel-inner>.item>img {
    height: 280px;
  }
  .carousel h1 {
    display: none;
  }
  .subcaption {
    font-size: 16px;
    display: none;
  }
}

.carousel-inner>.item>img {
  position: relative;
  object-position:center;
  object-fit: cover;
  min-width: 100%;
  opacity: 0.8;
}

.carousel-indicators li, .carousel-indicators .active {
  height: 16px;
  width: 16px;
  margin: 2px;
}


/*Historique ---------------------------------------------------------*/

#historique {
  color: white;
  text-align: center;
  background-color: rgb(55, 173, 232);
  font-size: 22px;
  font-weight: lighter;
}

@media screen and (max-width:560px) {
  #historique p {
    font-size: 16px;
  }
}

/*Clinique ---------------------------------------------------------*/

#clinique {
  text-align: center;
}

.discover {
  padding: 10px;
}

.discover h3 {
  font-size: 20px;
}

.photoshead {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 450px;
}

.photos {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 350px;
}

div .picture {
  padding: 3px;
}

.stat, .plus {
  padding: 10px;
}

.stat h4 {
  font-size: 17px;
}
.stat h1 {
  font-size: 60px;
  font-weight:700;
  color: rgb(55, 173, 232);
  margin: 0px;
}

/*Prestations ---------------------------------------------------------*/

#prestations {
  background-color: rgb(245, 245, 245);
  /*background-image: url('../../images/prestations_bg.png');
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: cover;*/
}

#prestations .prestation {
  padding: 25px;
}

#prestations .prestation > a {
  color: inherit;
}

#prestations .icon {
  padding-top: 9px;
  text-align: right;
}

#prestations h4 {
  color: rgb(55, 173, 232);
}

.cat .icon {
  color: rgb(55, 173, 232);
}
.myo .icon {
  color: rgb(181, 66, 66);
}
.oct .icon {
  color: rgb(35, 147, 66);
}
.ang .icon {
  color: rgb(206, 219, 48);
}
.ech .icon {
  color: rgb(134, 116, 116);
}
.las .icon {
  color: rgb(172, 41, 159);
}
.top .icon {
  color: rgb(35, 147, 66);
}
.pac .icon {
  color: rgb(181, 66, 66);
}
.mic .icon {
  color: rgb(55, 173, 232);
}
.erg .icon {
  color: rgb(172, 41, 159);
}
.pev .icon {
  color: rgb(134, 116, 116);
}
.cv .icon {
  color: rgb(206, 219, 48);
}

.readmore {
  color: rgb(55, 173, 232);
  font-weight: bold;
}

.listeprestations, .listeprestations .btn {
  text-align: center;
  padding: 15px;
}

.listeprestations .btn {
  background-color: rgb(55, 173, 232);
  border: 0;
}

/*Temoignages ---------------------------------------------------------*/

#temoignages {
  text-align: center;
  color: rgb(214, 225, 241);
  background-color: rgb(22, 28, 60);
}

.temoignage {
  padding: 15px;
}

.temoignage .stars {
  color: rgb(55, 173, 232);
}

.temoignage .auteur {
  font-style: normal;
  font-weight: normal;
}

/*Contact ---------------------------------------------------------*/

#contact {
  font-size: 14px;
  font-weight: lighter;
  /*background-image: url('../../images/contact_bg.png');*/
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width:991px) {
  #contact {
    text-align: center;
  }
}

#contact a {
  color: rgb(55, 173, 232);
}

#contact address {
  margin: 0px;
}

#contact .element {
  padding: 5px;
}

#contact h4, #contact a {
  font-size: 16px;
  font-weight: 400;
}

#contact .icon {
  font-size: 30px;
  text-decoration: none;
  padding: 5px 10px;
}

#contact .facebookicon, #contact .facebookicon:hover, #contact.facebookicon:active, #contact.facebookicon:focus {
  color: rgb(71, 103, 170);
}

#contact .instagramicon,#contact  .instagramicon:hover, #contact.instagramicon:active, #contact.instagramicon:focus {
  color: black;
}

#contact .youtubeicon, #contact .youtubeicon:hover, #contact.youtubeicon:active, #contact.youtubeicon:focus {
  color: rgb(205, 49, 49);
}

#map {
  height: 350px;
  width: 100%;
  padding: 0;
  margin:0;
}

.panel-body {
  padding: 5px 5px 0px 5px;
}

.panel-footer {
  background:none;
}
.panel-footer p {
  margin: 0px;
}
