/*--- General ---*/
b, strong {
  font-weight: 700;
}
.wow {
  visibility: hidden;
}
/*--- HP ---*/
.navbar-brand img {
  color:transparent;
}
.phone, .phone:hover {
  color:#181818;
  font-size:18px;
  text-decoration:none;
}
.menu-link:hover {
  cursor:pointer;
}
.hero {
  background-image:url('../images/loading-nornuit.gif');
  background-repeat:no-repeat;
  background-size:100px;
  background-color: #181818;
  background-position:center center;
}
.bandeau-marquee {
  cursor:pointer;
}
.illus {
  max-width:300px;
}
.carousel-produits {
  background-color: #000;
}
/*--- index ---*/
#content .col-lg-4:first-child {
  padding-left: 0;
}
#discover-text-swiper .swiper-slide {
  overflow: inherit;
}
/*--- Page produit ---*/
.btn-sommaire {
  text-decoration:none;
}
.btn-sommaire h2 {
  color: #212529;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.logo-page {
  max-width:320px;
}
.logo-label {
  width:120px;
}
.list-text {
  margin-bottom: 40px;
}
.list-text li {
  font-family: "TikTok Sans",sans-serif;
  font-size:20px;
  font-weight:300;
  margin-bottom:10px;
}
.open-gallery {
  text-align: left;
}
.hero-carousel {
  height: 92vh;
}

.hero-carousel .carousel-item:not(.active) .slide-caption {
  z-index: 5;
}

.hero-carousel-overlay2{
  display: none;
}

.hero-carousel .carousel-item::after{
  content: "";
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
}

.hero-carousel .slide-caption {
  bottom: 3rem;
  opacity: 1!important;
  color: #000;
}

.hero-carousel .slide-caption h2 {
z-index: 5;
position: relative;
}

.hero-carousel .slide-caption h3 {
  z-index: 5;
position: relative;
}

.hero-carousel .hero-carousel-img {
-o-object-fit: cover;       /* pour Opera */
-webkit-object-fit: cover;  /* pour Safari/Chrome anciens */
width: 100%;
height: 100%;
object-fit: cover; /* remplit sans déformation */
object-position: center; /* centre l’image */
display: block;   
}
.modal-hero-carousel .hero-carousel-img {
  width: auto;
  height: 100%;
  -o-object-fit: inherit;
  object-fit: inherit;
  margin: auto;
}

.container-4photo{
  max-width: 1050px;
  margin: auto;
}

.w-48 img{
  width: 100%;
}
img.w-48{
  width: 415px;
  height: 623px;
  object-fit: cover;
  object-position: center;
   -o-object-fit: cover;
   -webkit-object-fit: cover;
}

div.w-48 img{
  width: 305px;
  height: 380px;
  object-fit: cover;
  object-position: center;
   -o-object-fit: cover;
   -webkit-object-fit: cover;
   margin: auto;
}

.modal .hero-carousel-overlay {
  display:none;
}
.modal .hero-carousel .hero-carousel-overlay2 {
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.img-savoirfaire {
  max-width:30%;
}
.specs-section .btn-outline-dark,
.specs-section .pseudo-select .btn-select {
  width: auto;
  padding: 0 36px;
}
.specs-section .pseudo-select .dropdown-menu {
  width: auto;
}
.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  margin: 30px auto;
}
.video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}
/*--- Page conseils ---*/
.conseil-card .conseil-thumb img {
  color:transparent;
}
/*--- Page Contact ---*/
.confirmationModale .check-icon {
  border: 3px solid #DF9185;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  border-radius: 100px;
}
.confirmationModale .check-icon img {
  width: 40px;
}
.menu-toggle.close img {
  width: 40px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .headerAvis {
      justify-content: center;
    }
    .site-header .navbar, 
    .navbar.position-absolute {
      top: 70px !important;
    }
    .modal-hero-carousel .carousel-inner .carousel-item .hero-carousel-img {
        height: auto;
        width: 100%;
    }
}
@media (max-width: 575px) {
  .site-header .navbar, 
    .navbar.position-absolute {
      top: 40px !important;
    }
}

