h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.read-more-btn {
  display: inline-block;
  width: auto;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  padding: 5px 20px;
}

.slider-home {
  width: 100vw;
  height: 100vh;
  margin-top: -111px;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-home-accueil {
  width: 100vw;
  height: 100vh;
  margin-top: -111px;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-bloc {
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 0 0 10px 50px;
}

.banner {
  border: solid 0.1px #8f8f8f;
  height: 5vh;
}

a {
  color: #fff;
  text-decoration: none;

}

/* a:hover {
  color: #fff !important;
  text-decoration: none;
} */

.logo-qui-somme-nous {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.title {
  font-size: 24px !important;
  letter-spacing: 0.1rem;
  margin-bottom: 0px;
}

.subtitle {
  font-size: 16px !important;
  letter-spacing: 0.1rem;
  color: #000;
  font-style: italic;
}

.subtitle-pro {
  font-size: 16px !important;
  text-align: end;
  letter-spacing: 0.1rem;
  color: #000;
  font-style: italic;
}

.title-pro {
  font-size: 24px !important;
  text-align: end;
  letter-spacing: 0.1rem;
  color: #000;
  margin-bottom: 0px;
}

.paragraph {
  line-height: 1.5;
  height: 31.5vh;
  text-align: justify;
  color: #000;
}

.paragraph-group {
  font-size: 18px;
  line-height: 1.5;
  height: auto;
  text-align: justify;
  color: #000;
}

.subtitle-groupe {
  font-size: 18px !important;
  letter-spacing: 0.1rem;
  color: #000;
  font-style: italic;
}

.paragraph-pro {
  line-height: 1.5;
  height: 36.5vh;
  text-align: justify;
  color: #000;
}

.paragraph-contract {
  line-height: 1.5;
  height: 30.5vh;
  text-align: justify;
  color: #000;
}

.btn-decouvrir {
  width: auto;
  border: solid 1px #000;
  text-align: center;
  padding: 10px 30px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}

.clickable-section {
  cursor: pointer;
}

.btn-decouvrir i {
  color: #000 !important;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.bg-grey {
  background-image: url('/front/images/accueil/bg-grey.webp');
  width: 100%;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-section {
  margin-top: 50px;
}

.img-intervention {
  width: 100%;
  height: 100%;
  /* margin-top: -3%; */
}

img.img-interventionpro {
  width: 100%;
  height: 55.5vh;
  /* margin-top: -1%;
  margin-left: 7%; */
}

.bloc {
  padding-top: 58px;
}

i {
  width: 25px !important;
  height: 15px !important;
  margin-bottom: 0 !important;
}

.decouvrir-btn-e {
  display: flex;
  align-items: center;
  justify-content: end;
}

.bg-grey-big {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 140vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.para-showroms {
  width: 65%;
}

.para-vedette {
  width: 100%;
  text-align: center;
  margin-bottom: 2px;
}

.para-realisation {
  width: 60%;
}

.bg-magasin {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-magasin {
  padding: 5.8rem 3rem;
}

.statistique {
  background-image: url('/front/images/accueil/bg-statistique.webp');
  width: 100%;
  height: 39vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;

}

.bg-designers {
  width: 100%;
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-designers {
  padding: 290px 0 0 0;
  color: #fff;
}

.block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 50%;
}

.box::before {
  position: absolute;
  content: "";
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 50%;
  border: 1px solid #353535;
}

.box .number span {
  color: #e9e9e9;
}

.box .number .content {
  font-size: 30px;
}

.box .number .sub {
  font-size: 30px;
}

.dots {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 2s transform, 2s opacity ease;
}

.dots::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 50%;
  border-radius: 50%;
  background-color: #b7b5b5;
  box-shadow: 0 0 5px 2px #585858;
  transform: translateX(-50%);
}

.svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: none;
  transform: rotate(-90deg);
}

.circle {
  stroke: url("#gradientStyle");
  stroke-width: 4px;
  stroke-dasharray: 503;
  stroke-dashoffset: 503;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transition: 2s stroke-dashoffset;
}

.bloc-text-hotel {
  padding: 40px 10px 0px 25px;
}

.para-hotel {
  width: 77%;
  padding: 10px 0 0 30px;
  text-align: justify;
}

.link {
  font-size: 18px;
  font-weight: 400;
  color: black;
  text-decoration: none;
}


.link.active {
  border-bottom: 2px solid black;
  font-weight: bold;
  padding-bottom: 10px;
}

.links {
  width: 40%;
}

.section {
  display: none;
  /* Hide all sections by default */
}

#HOME {
  display: block;
  /* Show HOME section by default */
}

.hover-container {
  position: relative;
  overflow: hidden;
  /* Ensure content doesn't overflow */
  padding: 10px;
}

.hover-container img {
  width: 100%;
  height: 100%;
  /* Ensure the image takes the full width of the container */
  display: block;
}

/* Caroussel Css */

.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus {
  outline: none;
  /* Disable the focus outline */
  border: none;
  /* Ensure no border on focus */
}

.owl-nav {
  border: none !important;
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-theme .owl-nav [class*="owl-"] {
  background: #ffffff00 !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ffffff00 !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  color: #fff;
  border: none !important;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  border: none !important;
  background: #555;
}

.owl-carousel .owl-item img {
  border: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  display: block;
  width: 60%;
}

.hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  /* White background with some transparency */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  /* Adjust padding as needed */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  /* Smooth transition */
}

.hover-container:hover .hover-content {
  opacity: 1;
}

.hover-content span {
  font-size: 14px;
  /* Adjust font size as needed */
  color: #000;
  /* Text color */
}

.hover-content i {
  font-size: 20px;
  /* Adjust icon size as needed */
  color: #000 !important;
  /* Icon color */
  padding-top: 20px;
}

.btn-voir-tout {
  width: auto;
  border: solid 1px #000;
  text-align: center;
  padding: 10px 30px;
  font-size: 14px;
  color: #000;
}

.bloc-description {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 10px 0 0 5px;
  box-shadow: -1px 1px 18px #898787;
}

.bloc-description h2 {
  font-size: 16px;
  padding: 5px 0 5px 9px;
}

.para-description {
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
}

.btn-voir-plus {
  width: auto;
  border: solid 1px #000;
  text-align: center;
  padding: 10px 30px;
  font-size: 14px;
  color: #000;
  margin-bottom: 3rem;
  background-color: #fff;
}

.image-equipe {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}

.custom-div {
  padding: 0;
  width: 100%;
  height: 35vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: brightness(0.7);
}

.custom-div p {
  padding-top: 12rem;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
}

.btn-decouvir-plus {
  width: auto;
  border: solid 1px #000;
  text-align: center;
  padding: 10px 30px;
  font-size: 14px;
  color: #000;
  margin-bottom: 3rem;
  background-color: #fff;
}

.banner-hori {
  border: solid 1px #000000;
  width: 50px;
  height: 5px;
  background: #000;
  border-radius: 5px;
}

.para-contact {
  width: 100%;
  height: 10vh;
  padding-top: 15px;
}

.section-marques {
  margin-top: 2rem;
}

.reseaux-sociaux {
  height: 8vh;
}

.reseaux-sociaux i {
  color: #000 !important;
}

.logo-contact {
  width: 60px;
  height: 50px;
}

.form-control {
  background-color: #f5f5f5;
  border: 0;
  color: grey;
}

.vergules {
  width: 20px;
  height: 20px;
}

.carousel-item {
  height: 400px;
}

.carousel-item img {
  max-height: 100%;
  object-fit: cover;
}

.image-ref {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

.display-mobile {
  height: 100%;
}

.title-equipe {
  line-height: 2;
  font-size: 18px;
}

.links-banner a {
  color: #fff;
  text-decoration: none;
}

.links-banner:hover {
  color: #fff !important;
  text-decoration: none;
}

.flech {
  color: #fdfdfd;
  margin-left: 6%;
  margin-bottom: 3%;
}

.bg-slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.no-bg-btn {
  background: none;
  border: none;
  outline: none;
}

.shadow {
  text-shadow: 1px 1px 2px #000;
}

/* Make the arrows black */
.no-bg-icon {
  filter: invert(0);
  /* Ensures the arrows are black */
  width: 40px;
  height: 40px;
}

.link {
  font-size: 15px;
}

.position {
  padding-bottom: 4rem;
}

.slider-home-mobile {
  display: none;
}

.img-zoom-projet-2 {
  width: 100%;
  height: 96vh;
}

.owl-theme .owl-nav {
  margin-top: 0px;
}

@media only screen and(max-width: 600px) {
  .title-pro {
    font-size: 22px;
    text-align: justify;
  }
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden !important;
  }

  .logo {
    width: 150px;
  }

  .slider-home-accueil {
    display: none;
  }

  .slider-home-mobile {
    display: block;
    margin-top: -100px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    z-index: 10;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
  }

  .slider-home-mobile .carousel-inner .column a {
    pointer-events: auto;
  }

  .carousel-control-prev,
  .carousel-control-next {
    pointer-events: auto;
  }

  .bg-slide {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cate-title {
    font-size: 32px;
  }

  .decouvrir-title {
    font-size: 18px;
  }

  .no-bg-icon {
    width: 20px;
    height: 20px;
  }

  .display-mobile {
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    height: auto;
  }

  .bg-grey {
    background-image: none;
    height: auto;
  }

  .banner {
    border: solid 1px #8f8f8f;
    width: 1px;
    height: 2vh;
    background-color: #000;
  }

  .bloc {
    padding-top: 15px;
  }

  h1 {
    font-size: 18px !important;
  }

  .bg-designers {
    height: 30vh;
  }

  .title-designers {
    padding: 125px 0 0 0;
  }

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

  .reverse-mobile {
    margin-top: 0rem;
  }

  .section-marques {
    /* margin-top: 15rem; */
  }

  .paragraph-group {
    height: auto;
  }

  .paragraph {
    height: auto;
  }

  .paragraph-pro {
    height: auto;
    text-align: justify;
  }

  .para-contract {
    height: 170px;
  }

  .decouvrir-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .para-showroms {
    width: 100%;
  }

  .bloc-text-hotel {
    text-align: center;
    padding: 2rem 0 0;
  }

  .para-hotel {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .statistique {
    display: none;
    /* height: auto;
    padding-top: 160px;
    padding-bottom: 20px; */
  }

  .statistique-mobile {
    background-image: url('/front/images/accueil/bg-statistique-mobile.webp');
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 20px 0;
    margin-top: 20px;
  }

  .custom-div {
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0.7);
  }

  .custom-div p {
    padding: 15rem 0 0 6rem;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    line-height: 1;
    width: 230px;
  }

  .bg-magasin {
    width: 100%;
  }

  .link {
    font-size: 10px;
    white-space: nowrap;
  }

  .links {
    width: 100%;
    font-size: 8px !important;
  }

  .paragraph-contract {
    height: auto;
  }

  .para-realisation {
    width: 100%;
  }

  .logo-qui-somme-nous {
    width: 170px;
    height: 115px;
  }

  .title {
    margin-top: 15px;
  }

  .title-equipe {
    font-size: 16px;
  }

  .title-pro {
    text-align: start;
  }

  .subtitle-pro {
    font-size: 16px !important;
    text-align: start;
    letter-spacing: 0.1rem;
  }

  .img-zoom-projet-2 {
    height: auto;
  }
}