#gites-hero {
  height: calc(100vh - 60px);
}
#gites-hero .blue-background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--main-color);
  width: 100%;
  height: 70%;
}
#gites-hero .container {
  z-index: 1;
}
#gites-hero .section-left {
  position: relative;
  justify-content: flex-start;
  width: 31%;
  height: 80vh;
}
#gites-hero .section-left .image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#gites-hero .section-left .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    359deg,
    rgba(7, 28, 33, 0.71) 0%,
    rgba(7, 43, 52, 0) 100%
  );
  pointer-events: none; /* clics passent à travers */
}
#gites-hero .section-left .title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 300;
  font-size: var(--size-25-35-35);
  line-height: 1.4em;
  letter-spacing: 0;
  margin: 0;
  padding: 1em 1em;
}
#gites-hero .section-right {
  width: 65%;
  justify-content: flex-start;
  height: 80vh;
}
#gites-hero .section-right .carousel, #gites-hero .section-right .carousel-inner ,#gites-hero .section-right .carousel-item {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#gites-hero .section-right .carousel-indicators {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#gites-hero .section-right .carousel-indicators button {
  color: #fff;
  opacity: 0.71;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 8px;
}
#gites-hero .section-right .carousel-indicators button.active {
  color: #fff;
  opacity: 1;
  width: 14px;
  height: 14px;
}
@media (max-width: 992px) {
  #gites-hero .blue-background {
    height: 90%;
  }
  #gites-hero .section-left {
    width: 100%;
    height: 47vh;
  }
  #gites-hero .section-right {
    width: 100%;
    height: 37vh;
    margin: 0;
  }
}

#section-service .section-left {
  position: relative;
  width: 32%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
}
#section-service .section-left .section-double-underlined {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#section-service .section-middle {
  width: 32%;
  justify-content: flex-start;
  background-color: var(--main-color);
  border-radius: 5px;
  padding: 2em 2.5em;
}
#section-service .section-right {
  width: 32%;
  border-radius: 5px;
  overflow: hidden;
}
#section-service .section-subtitle {
  text-align: left;
}
#section-service .section-title {
  text-align: left;
  max-width: 301px;
  margin-bottom: 2em;
}
#section-service .section-hint {
  text-align: left;
  font-style: unset;
  max-width: 470px;
}
#section-service .section-content {
  color: var(--theme-blue);
  font-family: "DM Sans";
  font-weight: 400;
  font-size: var(--size-14-16-16);
  line-height: 1.5em;
  letter-spacing: 0;
  padding: 2em 2.5em;
  margin: 0;
  width: 100%;
  border: 1px solid var(--theme-blue);
  margin-top: auto;
  border-radius: 5px;
}
#section-service .section-middle {

}
#section-service .section-middle .section-subtitle {
  color: #fff;
}
#section-service .section-middle .section-title {
  color: #fff;
}
#section-service .section-middle .section-hint {
  color: #fff;
}
#section-service .section-middle .gites-image {
  width: 45%;
  padding-top: 1em;
  margin-top: auto;
}
@media (max-width: 992px) {
  #section-service .section-left {
    width: 100%;
  }
  #section-service .section-middle {
    width: 100%;
  }
  #section-service .section-right {
    width: 100%;
  }
}

#section-direction {
  background-color: #EEEEEE;
}
#section-direction .direction-card {
  width: 29%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1em 0;
}
#section-direction .direction-photo {
  flex: 0 0 27%;
  min-width: 105px;
  aspect-ratio: 0.92;
  border-radius: 5px;
  overflow: hidden;
}
#section-direction .direction-infos {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 1em;
}
#section-direction .direction-infos svg {
  width: var(--size-20-26-26);
  height: var(--size-20-26-26);
  color: var(--theme-orange);
  margin-bottom: 1em;
}
#section-direction .direction-message {
  color: #444;
  font-family: "DM Sans";
  font-size: var(--size-14-15-15);
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0;
  font-style: italic;
  margin: 0;
  padding: 0;
}
#section-direction .direction-name {
  color: var(--theme-blue);
  font-family: "DM Sans";
  font-size: var(--size-13-14-14);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
#section-direction .direction-role {
  color: var(--theme-blue);
  font-family: "DM Sans";
  font-size: var(--size-13-14-14);
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
#section-direction .direction-separator {
  width: 38px;
  height: 0px;
  border-bottom: 1px solid var(--theme-orange);
  margin: 1em 0;
}
@media (max-width: 992px) {
  #section-direction .direction-card {
  width: 100%;
  }
}
