@charset "UTF-8";
html,
body,
footer {
  background-color: #140c08 !important;
  --primary-color: #ab9974;
  --secondary-color: #140c08;
  color: white;
}

@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Light.otf");
}
html,
body,
footer {
  font-family: "Gotham", sans-serif !important;
}

header a:focus,
header li:focus {
  outline: none !important;
}

.text-center {
  text-align: center;
  vertical-align: middle;
}

.ml-space {
  width: 100%;
  height: 25px;
}

.sm-space {
  width: 100%;
  height: 50px;
}

.md-space {
  width: 100%;
  height: 100px;
}

.bg-space {
  width: 100%;
  height: 150px;
}

footer#colophon > div {
  background-color: var(--secondary-color);
  border: 0;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  outline: none;
  text-align: inherit;
}

button:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

#ast-scroll-top {
  background-color: transparent !important;
  padding: 50px 40px;
}

input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=reset]:focus,
input[type=search]:focus,
textarea:focus,
.wp-block-search__input:focus,
[data-section=section-header-mobile-trigger] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
.woocommerce-ordering select.orderby:focus,
#ast-scroll-top:focus,
.woocommerce a.add_to_cart_button:focus,
.woocommerce .button.single_add_to_cart_button:focus {
  border: none !important;
  outline-color: none !important;
}

.ast-scroll-to-top-right {
  right: 50px;
  bottom: 50px;
}

/* Remove excess padding and border in Firefox 4+ */
h1,
h2,
h3,
h4 {
  font-family: "Gotham", sans-serif !important;
  color: white;
}

a,
p,
button {
  font-family: "Gotham", sans-serif !important;
  color: white;
  font-weight: 200;
  font-size: 20px;
}

header.header {
  z-index: 999;
  width: 100%;
  position: fixed;
  background: linear-gradient(180deg, #140c08, rgba(0, 0, 0, 0));
  height: 250px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

nav .logo-site {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  position: relative;
}

nav .logo-site img {
  width: 45%;
  position: absolute;
}

nav ul.menu:after {
  content: "";
  display: block;
  clear: both;
}

nav ul.menu {
  display: flex;
  justify-content: center;
  width: 60%;
  margin: 0;
}

nav ul.menu li {
  list-style-type: none;
  width: 11.4285714286%;
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}

nav ul.menu li:last-child {
  padding-right: 0px;
}

nav ul.menu li:first-child {
  padding-left: 0px;
}

nav ul.menu li.current-menu-item a,
nav ul.menu li:hover a {
  opacity: 0.8;
}

nav ul.menu li a {
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  font-family: "Gotham", sans-serif !important;
  position: relative;
  color: white;
  font-weight: 400;
  line-height: 26.1px;
  /* 163.125% */
}

li.current-menu-item a {
  color: var(--primary-color) !important;
}

.menubottri {
  height: 0;
  position: absolute;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
  bottom: 0.5px;
}

.menubottri span {
  border-style: solid;
  border-width: 1px;
  border-radius: 1px;
  border-color: var(--primary-color);
  width: 80%;
  opacity: 0;
  transition: opacity 0.5s;
}

ul,
li,
a {
  padding: 0;
}

ul.menu {
  margin-bottom: 0;
}

.containerUnderline {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  align-content: center;
  bottom: 0;
  z-index: -1;
}

.underline {
  width: 65%;
  height: 1px;
  background: white;
}

.container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2000px;
  position: relative;
}

.line {
  position: absolute;
  top: 70%;
  left: 1px;
  height: 1px;
  width: 500px;
  background: var(--primary-color);
}

/* Responsive nav mac */
@media only screen and (max-width: 1500px) and (min-width: 1000px) {
  .underline {
    width: 100%;
  }
  .containerUnderline {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    align-content: center;
    bottom: 0;
    z-index: -1;
  }
  nav ul.menu li {
    list-style-type: none;
    width: 14.2857142857%;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
  }
  nav ul.menu {
    display: flex;
    justify-content: center;
    width: 65%;
    margin: 0;
  }
  nav .logo-site {
    width: 17.5%;
    display: flex;
    justify-content: center;
  }
  nav .logo-site img {
    width: 50%;
  }
}
#primary {
  margin: 0 !important;
}

.video-slide {
  width: 640px;
  height: 360px;
  display: none;
  /* Cacher les diapositives par défaut */
}

.video-slide.active {
  display: block;
  /* Afficher uniquement la diapositive active */
}

.video-title {
  cursor: pointer;
  margin: 10px;
  position: relative;
}

.video-title .line-title {
  background: var(--primary-color);
  width: 0%;
  position: absolute;
  height: 2px;
  top: 50%;
  transform: translate(50%, 50%);
  right: 0%;
  z-index: -1;
  transition: all 0.5s;
  transition-delay: 0.1s;
}

.slider-video {
  height: 100vh;
  width: 100vw;
}

.video-slide {
  height: 100vh !important;
  width: 100vw !important;
}

.video-slide video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-slider {
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: 1;
}

.section-slider .container-adress-hero {
  position: absolute;
  bottom: 15%;
  left: 15%;
}
.section-slider .container-adress-hero .adresse-hero {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  width: 60%;
  /* 135% */
}
.section-slider .container-adress-hero .adresse-hero.active {
  opacity: 1;
}

.section-slider .video-titles {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 99999;
  flex-direction: column;
  padding: 0 2em;
}

.video-title.active .line-title {
  width: 300%;
}

@media screen and (min-width: 767px) {
  .video-title:hover .line-title {
    width: 300%;
  }
  .section-slider .video-title:hover h2 {
    font-size: 56px;
  }
  .section-slider-bulthaup .left-side p {
    text-align: left !important;
  }
}
.section-slider .video-title h2 {
  transition: all 0.3s ease-in-out;
}

.section-slider .video-title.active h2 {
  font-size: 56px;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

button.slick-next.slick-arrow {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

::-moz-selection {
  background: var(--primary-color);
}

::selection {
  background: var(--primary-color);
}

a:hover {
  color: var(--primary-color) !important;
}

html {
  overflow-x: hidden;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.section-slider .shadow {
  background: linear-gradient(360deg, rgb(20, 12, 8) 0%, rgba(0, 0, 0, 0) 50%, rgb(20, 12, 8) 100%);
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: absolute;
  z-index: 9;
}

section.intro {
  padding: 0 12vw;
  gap: 5%;
  min-height: 70vh;
  height: auto;
  position: relative;
  overflow: hidden;
}

section.intro .left-intro {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 25%;
  height: 100%;
  transform: translateY(-100%);
  z-index: 999;
}

html[lang=en-GB] section.intro .left-intro {
  transform: translateY(-170%);
}

section.intro .left-intro h4,
section.intro .left-intro h1 {
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  transform: translateY(15%);
}

section.intro .left-intro h4 span,
section.intro .left-intro h1 span {
  color: var(--primary-color);
}

section.intro .right-intro {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  width: 65%;
  height: 100%;
}

.logo-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1500px) and (min-width: 900px) {
  div.logo-inner img {
    width: 85%;
  }
}
section.intro .right-intro p {
  font-weight: 200;
}

section.description {
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  section.description .container-description {
    width: 70%;
  }
}
section.description h2 {
  color: #e1e0df;
  text-align: center;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
}

section.description h2 span {
  color: var(--primary-color);
}

section.description p {
  text-align: center;
}

button {
  background: var(--primary-color);
  padding: 15px 40px;
  border-radius: 40px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--primary-color);
}

button:hover {
  background: none;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

section.section-entities {
  width: 100%;
  position: relative;
  overflow: hidden;
}

section.section-entities ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10em;
}

section.section-entities li {
  display: block;
  font-family: "Belleza", sans-serif;
  position: relative;
  font-size: 80px;
  text-align: center;
  -webkit-text-stroke: 1px white;
  color: transparent;
  margin-bottom: 80px;
  z-index: 1;
  padding: 20px;
  text-align: right;
}

section.section-entities li:nth-child(even) {
  text-align: left;
}

section.section-entities img.reveal {
  position: absolute;
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
}

section.section-entities img.img-logo {
  width: 20%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cursor {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  z-index: 99999;
  overflow: hidden;
  transform: translateY(-50%) !important;
  translate: none !important;
}

.cursor__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.3s ease;
  /* Modifier la durée et le type de transition ici */
  z-index: 99999;
  transform-origin: 50% 100%;
  transform: translate(-2.17175%, 130%) matrix(1.19543, 0.10458, -0.10458, 1.19543, 0, 0) !important;
}

.cursor__media.active {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

.div-reveal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.reveal-item {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 0;
}

img.img-arrow-more {
  display: none;
}

/* 
.reveal-item:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -1.3rem;
    left: 0;
    right: 0;
    width: 2rem;
    height: 2px;
    margin-inline: auto;
    background-color: #94a3b8;
} */
.img-entity-container {
  width: 100%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

section.main-footer {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-content: flex-start;
  position: relative;
  align-content: space-evenly;
}

section.main-footer .shadow {
  background: linear-gradient(360deg, rgb(20, 12, 8) 0%, rgba(0, 0, 0, 0.23) 50%, rgb(20, 12, 9) 75%);
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: absolute;
}

section.main-footer .container-address {
  width: 100%;
  gap: 1%;
  z-index: 1;
  align-items: baseline;
}

section.main-footer .inner-address {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  width: 23%;
}

section.main-footer .inner-address .address {
  border: 0.3px solid var(--a-29-d-9-d, #a29d9d);
  padding: 30px;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.main-footer .inner-address .address p {
  margin: 0;
  color: #fff;
  font-family: Gotham;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 26.1px;
}
section.main-footer .inner-address img {
  width: 250px;
  padding: 15px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media only screen and (max-width: 1600px) {
  section.main-footer .inner-address img {
    width: 70%;
    padding: 15px;
  }
}

section.main-footer a {
  z-index: 1;
}

body > footer:nth-child(3) > section > a > button:hover {
  background: transparent !important;
}

footer button.btn-footer:hover {
  background: transparent !important;
}

section.main-footer .bg-title {
  z-index: 1;
  color: #fff;
  text-align: right;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.38);
  font-family: "DM Sans", sans-serif !important;
  font-size: 125px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120px;
  /* 82.759% */
}

section.main-footer .contact {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 20%;
  z-index: 1;
  gap: 10px;
}

section.main-footer .contact p {
  margin: 0;
}

section.main-footer .contact .ml-space {
  width: auto;
}

.background-text {
  transition: 1s ease-in-out all;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100vw;
}

.background-text__item {
  font-style: normal;
  font-weight: 900;
  font-size: 120px;
  line-height: 110px;
  text-transform: uppercase;
  color: var(--primary-color);
  background: transparent;
  z-index: -1111;
  margin: 0;
  padding: 0;
  width: 100vw;
  text-align: center !important;
}

section.main-footer .contact img {
  width: 70%;
}

section.main-footer .contact .box-icons {
  display: flex;
  gap: 10px;
}

section.main-footer .contact .box-icons svg {
  transition: all 0.3s ease-in-out;
}

section.main-footer .contact .box-icons path {
  transition: all 0.3s ease-in-out;
}

section.main-footer .contact .box-icons a:hover path {
  fill: var(--primary-color);
}

section.main-footer .site-plan {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  z-index: 1;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.main-footer .site-plan li {
  list-style-type: none;
}

section.main-footer a {
  font-weight: 300;
}

section.main-footer .site-plan li::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='37' height='23' viewBox='0 0 37 23' fill='none'><g opacity='0.80021'><path d='M20.5264 17.249L25.5031 12.2724L20.5264 7.29581' stroke='%23F3F3F3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M25.2542 12.2725L19.1532 13.0883C10.0755 14.2631 8.296 9.45869 9.329 7.04702' stroke='%23F3F3F3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/></g></svg>");
  color: #f3f3f3;
  font-size: 16px;
  margin-right: 8px;
}

section.main-footer .icon-container {
  display: flex;
  width: 30%;
  /* flex-direction: column; */
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  gap: 25px;
}
section.main-footer .icon-container .box-icons {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 15px;
}

section.main-footer .icon-container h4 {
  width: 100%;
  font-family: "Gotham", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

section.main-footer .icon-container input[type=mail] {
  border-radius: 40px;
  border: 1px solid rgba(242, 242, 242, 0.1);
  background: rgba(252, 252, 252, 0);
  padding: 5px 20px;
  width: 60%;
  color: white;
}

section.main-footer .icon-container input[type=submit] {
  padding: 15px 20px;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  border-radius: 40px;
  background: #aba4a0;
  color: black;
}

.showrooms section.hero-banner {
  height: 100vh;
  width: 100vw;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.showrooms section.info h2 {
  text-align: center;
  font-family: Playfair Display;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  max-width: 1137px;
}

.showrooms section.hero-banner h1.title-showroom {
  bottom: 18%;
}

.title-showroom {
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translateX(50%);
  text-align: center;
  font-family: Playfair Display;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  z-index: 99;
}

.showrooms section.hero-banner .shadow {
  background: linear-gradient(360deg, rgb(20, 12, 8) 0%, rgba(0, 0, 0, 0) 50%, rgb(20, 12, 8) 100%);
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: absolute;
  z-index: 9;
}

.cta-fixed {
  position: fixed;
  top: 50%;
  left: -60px;
  z-index: 9999;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cta-fixed p {
  margin: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.cta-fixed a {
  font-weight: 400;
}

.cta-fixed .line-cta {
  gap: 10px;
  justify-content: flex-start;
}

.cta-fixed .wrapper-line {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 400px;
  background: var(--ab-9974, #ab9974);
  height: 75px;
  width: 150px;
  position: relative;
}

.cta-fixed .wrapper-line .cercle-svg {
  position: absolute;
  right: 4px;
}

.cta-fixed .wrapper-line .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
}

div.cta-fixed p {
  display: none;
}

#primary > div.cta-fixed > div:nth-child(2) > div > a > div > svg > path {
  stroke-width: 1.5px;
}

div.cta-fixed a {
  display: contents;
}
div.cta-fixed a svg.cercle-svg circle {
  transition: all 0.3s ease-in-out;
}
div.cta-fixed a svg.cercle-svg path {
  transition: all 0.3s ease-in-out;
}
div.cta-fixed a:hover svg.cercle-svg circle {
  stroke-width: 1.5px;
}
div.cta-fixed a:hover svg.cercle-svg path {
  stroke-width: 1.5px;
}

section.info {
  gap: 3%;
}

section.info h2 {
  text-align: center;
  width: 70%;
}

section.info .container-info {
  width: 100%;
  gap: 50px 3%;
  align-items: stretch;
  align-content: baseline;
}

@media only screen and (max-width: 1500px) and (min-width: 900px) {
  #primary > section.info.wrapper > div.container-vertical-line {
    left: 6vw !important;
  }
}
section.info .entity-info {
  display: flex;
  flex-direction: column;
  width: 20%;
  gap: 36px;
  min-width: 300px;
}

section.info .entity-info img {
  width: 70%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.title-h2 {
  text-align: center;
}

.title-h2 span {
  color: var(--primary-color);
}

section.flexform {
  width: 100%;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

h2.title-h2 {
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  width: 50%;
}

.flexicon-container {
  width: 40%;
  justify-content: flex-start;
}

.team section.hero-banner {
  height: 100vh;
  width: 100vw;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.title-team {
  position: absolute;
  bottom: 15%;
  right: 50%;
  transform: translateX(50%) !important;
  text-align: center;
  font-family: Playfair Display;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  z-index: 99;
  width: 100%;
}

.title-team span {
  color: var(--primary-color);
}

.team section.hero-banner .shadow {
  background: linear-gradient(360deg, rgb(20, 12, 8) 0%, rgba(0, 0, 0, 0) 50%, rgb(20, 12, 8) 100%);
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: absolute;
  z-index: 9;
}

section.team-vente .title,
div.team h1 {
  width: 100%;
  text-align: center;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-color);
}

section.team-vente .team-member {
  width: 100%;
  transform: translateX(-2%);
  margin: 2% 0;
}

section.team-vente .team-member.row-reverse {
  width: 100%;
  transform: translateX(2%);
}

section.team-vente .left-member {
  display: flex;
  width: 42%;
  justify-content: flex-end;
}

section.team-vente .right-member {
  display: flex;
  width: 48%;
  flex-wrap: wrap;
}

section.team-vente .right-member .description {
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
}

section.team-vente .right-member h3.name {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-color);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}

section.team-vente .right-member h4.poste {
  color: #fff;
  font-family: "Gotham", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
}

section.team-vente .row-reverse {
  flex-direction: row-reverse;
}

section.team-vente .row-reverse .left-member {
  justify-content: flex-start;
  transform: translateX(-20px);
  width: 48%;
}

section.team-vente .row-reverse .right-member {
  justify-content: flex-end;
  transform: translateX(20px);
  width: 42%;
}

section.team-vente .team-member .left-member .inner-image {
  position: relative;
}

section.team-vente .team-member .left-member .inner-image {
  position: relative;
}

section.team-vente .team-member .left-member .inner-image .shadow-team {
  background: linear-gradient(90deg, rgb(20, 12, 8) 0%, rgba(20, 12, 8, 0) 50%, rgb(20, 12, 8) 100%);
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

/* TEAM TECHNIQUE */
section.team-technique .title {
  width: 100%;
  text-align: center;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-color);
}

section.team-technique .team-member .inner-image {
  position: relative;
}

section.team-technique .team-member .inner-image .shadow-team {
  background: linear-gradient(90deg, rgb(20, 12, 8) 0%, rgba(20, 12, 8, 0) 40%, rgba(20, 12, 8, 0) 60%, rgb(20, 12, 8) 100%);
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

section.team-technique .grid-team {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  flex-wrap: wrap;
  gap: 80px 10%;
}

@media screen and (max-width: 1600px) {
  section.team-technique .grid-team {
    width: 90%;
  }
}
section.team-technique .grid-team .team-member {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 300px;
}

section.team-technique .description {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

section.team-technique .description h3.name {
  color: var(--primary-color);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

section.team-technique .description h4.poste {
  color: #fff;
  font-family: "Gotham", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
}

.container-70 {
  width: 70%;
}
.container-70 .logo-wrapper {
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 180px;
  gap: 60px;
}
.container-70 .logo-inner {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 200px;
}
.container-70 .logo-inner img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.container-70 .wrapper-partners {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 70%;
}
.container-70 .wrapper-partners .inner-partner {
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.container-70 .wrapper-partners .inner-partner img {
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 300px;
}

#primary > section.team-technique.wrapper > div.container-70.wrapper {
  width: 80%;
}

/*------------------------------------------ BULTHAUP ------------------------------------------*/
#primary.bulthaup section.hero-banner {
  height: 100vh;
  width: 100vw;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.content-hero-entity {
  position: absolute;
  bottom: 15%;
  right: 50%;
  transform: translateX(50%) !important;
  text-align: center;
  font-family: Playfair Display;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  z-index: 99;
  width: 100%;
  flex-direction: column;
}

.content-hero-entity img {
  width: 25%;
}

.title-entity {
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

span:not(.bulthaup-text, .rimadesio-text) {
  color: var(--primary-color);
}

section.hero-banner .shadow {
  background: linear-gradient(360deg, rgb(20, 12, 8) 0%, rgba(0, 0, 0, 0) 50%, rgb(20, 12, 8) 100%);
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: absolute;
  z-index: 9;
}

#primary.bulthaup .col-50 {
  width: 50%;
}

#primary.bulthaup .col-50 {
  width: 50%;
}

#primary.bulthaup section.intro-entity .container-intro .left-intro h2 {
  text-align: right;
  text-align: right;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 43px !important;
}

section.intro-entity .container-intro .left-intro h2 *:not(span.address-text) {
  font-size: inherit;
  font-family: inherit !important;
  font-weight: inherit !important;
  color: inherit;
  margin: 0;
}
section.intro-entity .container-intro .left-intro h2 strong {
  color: var(--primary-color) !important;
}
section.intro-entity .container-intro .left-intro h2 span {
  color: var(--primary-color);
}

#primary.bulthaup section.intro-entity .container-intro-2 .right-intro p {
  width: 70%;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  margin-bottom: 20px;
}

.section-slider-bulthaup .left-side h2 {
  color: var(--primary-color);
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  text-transform: lowercase;
  width: 70%;
}

.section-slider-bulthaup .left-side h2 span {
  font-size: inherit;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.section-slider-bulthaup .right-side h2 {
  color: var(--primary-color);
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  text-transform: lowercase;
  width: 70%;
}

.section-slider-bulthaup div.container-h2-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.section-slider-bulthaup div.container-h2-slider h2.title-slider-h2 {
  color: var(--primary-color);
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  text-transform: lowercase;
  width: 70%;
}

.section-slider-bulthaup .right-side h2 span {
  font-size: inherit;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.section-slider-bulthaup .container-description-slider {
  padding: 0 15%;
}

.section-slider-bulthaup .left-side p {
  width: 100%;
  text-align: right;
}
.section-slider-bulthaup .right-side p {
  width: 100%;
}

@media only screen and (max-width: 1500px) and (min-width: 900px) {
  .section-slider-bulthaup .left-side h2 {
    font-size: 90px;
    width: 70%;
  }
  .section-slider-bulthaup .left-side h2 span {
    font-size: inherit;
    width: 90%;
  }
  .section-slider-bulthaup .right-side h2 {
    font-size: 90px;
    width: 70%;
  }
  .section-slider-bulthaup .right-side h2 span {
    font-size: inherit;
    width: 90%;
  }
  .section-slider-bulthaup div.container-h2-slider h2.title-slider-h2 {
    font-size: 90px;
  }
}
.slider-bulthaup {
  position: relative;
  width: 70%;
}

.slide-bulthaup {
  display: none;
  width: 100%;
}

.slide-bulthaup.active {
  display: block;
}

.slider-bulthaup ul.slick-dots {
  position: absolute;
  bottom: -45px;
  width: 70%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex !important;
  justify-content: flex-start;
  gap: 2%;
}

.slider-bulthaup ul.slick-dots li {
  margin: 0;
}

.slider-bulthaup ul.slick-dots li button {
  width: 100%;
  padding: 0;
}

.slider-bulthaup ul.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 7px;
  background-color: var(--primary-color);
  /* Remplacez "--primary-color" par la couleur de votre choix */
  border-radius: 0;
  opacity: 0.5;
}

.slider-bulthaup ul.slick-dots li.slick-active button:before {
  opacity: 1;
}

.section-slider-bulthaup .left-side {
  justify-content: flex-end;
}

.section-slider-bulthaup .right-side {
  justify-content: flex-start;
}

.slider-bulthaup .wide-slide {
  width: 65%;
}

.slider-bulthaup .tight-slide {
  width: 35%;
}

/*------------------------------------------ rimadesio ------------------------------------------*/
#primary.rimadesio section.hero-banner {
  height: 100vh;
  width: 100vw;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#primary.rimadesio .col-50 {
  width: 50%;
}

#primary.rimadesio .content-hero-entity {
  gap: 50px 0;
}

#primary.rimadesio .title-entity {
  display: flex;
  justify-content: center;
  width: 70%;
}

#primary.rimadesio .col-50 {
  width: 50%;
}

#primary.rimadesio section.intro-entity .container-intro .left-intro h2 {
  text-align: right;
  font-size: 43px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
}

#primary.rimadesio section.intro-entity .container-intro-2 .right-intro p {
  width: 70%;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
}

.section-slider-rimadesio .left-side h2 {
  color: var(--primary-color);
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  text-transform: lowercase;
  width: 70%;
}

.section-slider-rimadesio .left-side h2 span {
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.section-slider-rimadesio .right-side h2 {
  color: var(--primary-color);
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  text-transform: lowercase;
  width: 70%;
}

.section-slider-rimadesio .right-side h2 span {
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.section-slider-rimadesio .left-side p {
  width: 100%;
  text-align: right;
  padding: 0 15%;
}

@media only screen and (max-width: 1500px) and (min-width: 900px) {
  .section-slider-rimadesio .left-side h2 {
    font-size: 90px;
    width: 90%;
  }
  .section-slider-rimadesio .left-side h2 span {
    font-size: 90px;
    width: 90%;
  }
}
.slider-rimadesio {
  position: relative;
  width: 100%;
}

.slider-rimadesio .slick-slide img {
  display: block;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
  height: 65vh;
}

.slide-rimadesio {
  display: none;
  width: 100%;
}

.slide-rimadesio.active {
  display: block;
}

.slider-rimadesio ul.slick-dots {
  position: absolute;
  bottom: -45px;
  width: 40%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex !important;
  justify-content: flex-start;
  gap: 2%;
}

.slider-rimadesio ul.slick-dots li {
  margin: 0;
}

.slider-rimadesio ul.slick-dots li button {
  width: 100%;
  padding: 0;
}

.slider-rimadesio ul.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 7px;
  background-color: var(--primary-color);
  /* Remplacez "--primary-color" par la couleur de votre choix */
  border-radius: 0;
  opacity: 0.5;
}

.slider-rimadesio ul.slick-dots li.slick-active button:before {
  opacity: 1;
}

.section-slider-rimadesio .left-side {
  justify-content: flex-end;
}

.section-slider-rimadesio .right-side {
  justify-content: flex-start;
}

.slider-rimadesio .wide-slide {
  width: 65%;
}

.slider-rimadesio .tight-slide {
  width: 35%;
}

#primary.rimadesio .container-text {
  width: 75%;
  max-width: 1600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#primary.rimadesio .container-text h4,
#primary.flexform .container-text h4 {
  color: var(--primary-color);
  text-align: center;
  font-family: "Gotham", serif !important;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

#primary.rimadesio .container-text p {
  color: #fff;
  text-align: center;
  font-family: Gotham;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 1;
}

#primary.flexform div.container-text h4.titre-galerie-2-flexform {
  color: var(--primary-color) !important;
  font-size: 32px !important;
  max-width: 789px;
}
#primary.flexform div.container-text h4.titre-galerie-2-flexform p,
#primary.flexform div.container-text h4.titre-galerie-2-flexform span,
#primary.flexform div.container-text h4.titre-galerie-2-flexform h4,
#primary.flexform div.container-text h4.titre-galerie-2-flexform h3,
#primary.flexform div.container-text h4.titre-galerie-2-flexform h2,
#primary.flexform div.container-text h4.titre-galerie-2-flexform h1 {
  color: var(--primary-color) !important;
  text-align: inherit !important;
  font-family: "Gotham", sans-serif !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  margin: 0;
}
#primary.flexform div.container-text h4.titre-galerie-2-flexform strong {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: white !important;
}

/*------------------------------------------ Contact ------------------------------------------*/
#primary.contact section.hero-banner {
  height: 100vh;
  width: 100vw;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#primary.contact .col-50 {
  width: 50%;
}

#primary.contact .content-hero-entity {
  gap: 50px 0;
}

#primary.contact .title-entity {
  display: flex;
  justify-content: center;
  width: 90%;
  flex-direction: column;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}

#primary.rimadesio .col-50 {
  width: 50%;
}

#primary.contact section.intro-entity .container-intro .left-intro {
  width: 100%;
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 20px;
}

#primary.contact section.intro-entity .container-intro .left-intro img {
  width: 150px;
}

#primary.contact section.intro-entity .container-intro .left-intro h2 {
  text-align: right;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
}

#primary.contact section.intro-entity .container-intro-2 .right-intro p {
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
}

#primary.contact > section:nth-child(4) > div.container-intro-2.wrapper {
  justify-content: flex-start;
}

body.page-template-contact div.container-intro-2.wrapper {
  justify-content: flex-start;
}

#primary.contact > section:nth-child(4) > div.container-intro-2.wrapper > div {
  width: 100%;
}

#primary.contact p {
  margin-bottom: 1.25rem !important;
}

.section-slider-contact .left-side h2 {
  color: var(--primary-color);
  font-size: 128px;
  font-style: normal;
  font-weight: 600;
  text-transform: lowercase;
  width: 70%;
}

.section-slider-contact .left-side h2 span {
  font-size: 128px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.section-slider-contact .right-side h2 {
  color: var(--primary-color);
  font-size: 128px;
  font-style: normal;
  font-weight: 600;
  text-transform: lowercase;
  width: 70%;
}

.section-slider-contact .right-side h2 span {
  font-size: 128px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.section-slider-contact .left-side p {
  width: 100%;
  text-align: right;
  padding: 0 15%;
}

@media only screen and (max-width: 1500px) and (min-width: 900px) {
  .section-slider-contact .left-side h2 {
    font-size: 90px;
    width: 90%;
  }
  .section-slider-contact .left-side h2 span {
    font-size: 90px;
    width: 90%;
  }
}
.slider-contact {
  position: relative;
  width: 100%;
}

.slider-contact .slick-slide img {
  display: block;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
  height: 80vh;
}

.slide-contact {
  display: none;
  width: 100%;
}

.slide-contact.active {
  display: block;
}

.slider-contact ul.slick-dots {
  position: absolute;
  bottom: -45px;
  width: 40%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex !important;
  justify-content: flex-start;
  gap: 2%;
}

.slider-contact ul.slick-dots li {
  margin: 0;
}

.slider-contact ul.slick-dots li button {
  width: 100%;
  padding: 0;
}

.slider-contact ul.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 7px;
  background-color: var(--primary-color);
  /* Remplacez "--primary-color" par la couleur de votre choix */
  border-radius: 0;
  opacity: 0.5;
}

.slider-contact ul.slick-dots li.slick-active button:before {
  opacity: 1;
}

.section-slider-contact .left-side {
  justify-content: flex-end;
}

.section-slider-contact .right-side {
  justify-content: flex-start;
}

.slider-contact .wide-slide {
  width: 65%;
}

.slider-contact .tight-slide {
  width: 35%;
}

#primary.contact .container-text {
  width: 75%;
  max-width: 1600px;
}

@media screen and (max-width: 800px) {
  .col-50 p {
    width: 90%;
  }
  nav .logo-site {
    width: 70%;
  }
  nav .logo-site img {
    width: 40% !important;
  }
  #primary.contact .container-text {
    width: 90%;
  }
  section.info h2 {
    text-align: center;
    width: 90%;
  }
  h2.title-h2 {
    text-align: center;
    width: 90%;
  }
  .flexicon-container {
    width: 90%;
  }
  .container-70m .logo-wrapper {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    height: auto;
    flex-wrap: wrap;
    gap: 50px;
  }
  .container-70m .logo-wrapper .logo-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .container-70m .logo-wrapper .logo-inner img {
    width: 60%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 20px;
  }
  .container-70 .wrapper-partners {
    width: 100%;
  }
  .container-70 .wrapper-partners .inner-partner {
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
    margin: 0 15px;
  }
  #primary.bulthaup section.intro-entity .container-intro-2 .right-intro p {
    width: 90%;
  }
  #primary.rimadesio section.intro-entity .container-intro-2 .right-intro p {
    width: 90%;
  }
  #primary.rimadesio .title-entity {
    display: flex;
    justify-content: center;
    width: 90%;
  }
  #primary.rimadesio .container-text {
    width: 90%;
  }
  #primary.contact section.intro-entity .container-intro-2 .right-intro p {
    width: 90%;
  }
  #primary.contact .title-entity {
    display: flex;
    justify-content: center;
    width: 90%;
  }
}
#primary.contact .container-text h4 {
  color: var(--primary-color);
  text-align: center;
  font-family: "Gotham", serif !important;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

#primary.contact .container-text p {
  color: #fff;
  text-align: center;
  font-family: Gotham;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 1;
}

h4.acf-field strong {
  color: var(--primary-color) !important;
}
h4.acf-field p,
h4.acf-field span,
h4.acf-field h4,
h4.acf-field h3,
h4.acf-field h2 {
  display: contents;
}

.acf-field strong {
  color: var(--primary-color);
}
.acf-field p,
.acf-field span,
.acf-field h4,
.acf-field h3,
.acf-field h2 {
  text-align: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  margin: 0;
  color: inherit !important;
}

.container-line {
  height: auto;
  width: 100vw;
  position: relative;
}
.container-line .horizontal.line {
  width: 336px;
  height: 1px;
  background-color: var(--primary-color);
}

.container-vertical-line {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 12vw;
  transform: translateY(50%);
  top: 50%;
  padding-top: 5%;
}
.container-vertical-line .line {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 10px;
  height: 462px;
  width: 0.5px;
  background: var(--primary-color);
  display: inline-block;
}

.container-vertical-line {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 12vw;
  transform: translateY(50%);
  top: 50%;
  padding-top: 5%;
}
.container-vertical-line .line {
  position: sticky;
  top: 0;
  left: 10px;
  height: 462px;
  width: 0.5px;
  background: var(--primary-color);
  display: inline-block;
}

.container-line-vertical {
  height: 100%;
  width: auto;
  position: absolute;
  right: 15%;
}
.container-line-vertical .line {
  position: absolute;
  top: 0;
  left: 1px;
  height: 462px;
  width: 0.5px;
  background: var(--primary-color);
  width: 1px;
}

.home .container-line-vertical {
  height: 100%;
  width: auto;
  position: absolute;
  left: 12vw;
}

.bug-acf .col-50 {
  width: unset !important;
}
.bug-acf p {
  width: -moz-max-content;
  width: max-content;
}

.container-text-adapter {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  gap: 80px 10%;
  flex-wrap: wrap;
}

.footer-en {
  display: none !important;
}

.footer-fr {
  display: block !important;
}

header.header-fr {
  display: block !important;
}

header.header-en {
  display: none !important;
}

html:not(:lang(fr-FR)) .footer-en {
  display: block !important;
}
html:not(:lang(fr-FR)) .footer-fr {
  display: none !important;
}
html:not(:lang(fr-FR)) header.header-fr {
  display: none !important;
}
html:not(:lang(fr-FR)) header.header-en {
  display: block !important;
}

.lang-switcher-container {
  gap: 10px;
}

.lang-switcher.active {
  color: var(--primary-color);
  font-weight: 700;
}

/*------------------------------------------ RESPONSIVE ------------------------------------------*/
@media screen and (max-width: 900px) {
  section.intro {
    padding: 0;
    height: auto;
  }
  section.intro .left-intro {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 90%;
    height: 100%;
    transform: translateY(-110%);
    z-index: 99;
    transition: all 0.3s ease-in-out;
  }
  section.intro .left-intro h4,
  section.intro .left-intro h1 {
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    transform: none;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  section.intro .right-intro {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 90%;
    height: 100%;
  }
  section.main-footer {
    width: 100%;
    min-height: 120vh;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-content: flex-start;
    position: relative;
  }
  section.main-footer .bg-title {
    font-size: 38px;
  }
  section.main-footer .container-bottom-footer {
    position: relative;
    bottom: 0;
    gap: 45px;
  }
  #primary.rimadesio .title-entity {
    display: flex;
    justify-content: center;
    width: 90%;
  }
  #primary.contact .title-entity {
    display: flex;
    justify-content: center;
    width: 90%;
  }
  .bg-space {
    width: 100%;
    height: 80px;
  }
  section.main-footer .container-bottom-footer .contact,
  section.main-footer .container-bottom-footer .site-plan,
  section.main-footer .container-bottom-footer .icon-container {
    width: 90%;
  }
  .background-text__item {
    font-size: 80px;
    line-height: unset;
  }
  section.main-footer .container-address {
    flex-direction: column;
  }
  section.main-footer .inner-address {
    width: 90%;
  }
  .inner-address:nth-child(odd) {
    transform: unset !important;
  }
  .inner-address:nth-child(even) {
    transform: unset !important;
  }
  section.main-footer .container-address {
    gap: 25px;
  }
}
@media only screen and (max-width: 1700px) and (min-width: 900px) {
  section.intro {
    padding: 0;
  }
  section.intro .left-intro {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 35%;
    height: 100%;
    transform: translateY(-150%);
    z-index: 99;
    transition: all 0.3s ease-in-out;
  }
  section.intro .left-intro h4,
  section.intro .left-intro h1 {
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    transform: none;
    z-index: 999;
    transition: all 0.3s ease-in-out;
  }
  section.intro .right-intro {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 50%;
    height: 100%;
  }
  .home .container-line-vertical {
    height: 100%;
    width: auto;
    position: absolute;
    left: 2vw !important;
  }
  section.main-footer {
    width: 100%;
    min-height: 120vh;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-content: flex-start;
    position: relative;
  }
  section.main-footer .bg-title {
    font-size: 100px;
  }
  section.main-footer .container-bottom-footer {
    position: relative;
    bottom: 0;
  }
  section.main-footer .none {
    display: block !important;
  }
  #primary.rimadesio .title-entity {
    display: flex;
    justify-content: center;
    width: 90%;
  }
}
@media screen and (max-width: 1240px) {
  .menu-desktop {
    display: none !important;
  }
}
/*--------------------------------------- MENU MOBILE ---------------------------------------*/
.menu-navigation {
  width: 100vw;
  height: 100vh;
}

.wrapper-menu {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100vh;
}

.menu-icon-toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 9;
}

.menu-icon-toggle {
  top: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.menu-icon-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: var(--primary-color);
  transform: translate(0, -50%);
  transition: opacity 0.3s 0.3s;
}

.menu-icon-toggle span {
  background-color: var(--primary-color);
}

.menu-icon-toggle::before,
.menu-icon-toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: var(--primary-color);
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
}

.menu-icon-toggle::before {
  top: 6px;
}

.menu-icon-toggle::after {
  bottom: 6px;
}

.open .menu-icon-toggle span {
  opacity: 0;
  transition: opacity 0.3s;
}

.open .menu-icon-toggle::before,
.open .menu-icon-toggle::after {
  background-color: var(--primary-color);
}

.open .menu-icon-toggle::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.open .menu-icon-toggle::after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}

.open .menu-icon-toggle::before,
.open .menu-icon-toggle::after {
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}

.menu-background {
  visibility: hidden;
  width: 300%;
  height: 45%;
  position: absolute;
  left: -130%;
  background-color: var(--secondary-color);
  transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
  top: 0;
}

.open .menu-background {
  visibility: visible;
  transition: background-position 0.5s, transform 0.5s 0.5s;
}

.menu-background.top {
  transform: rotate(-45deg) translateY(-150%);
  background: linear-gradient(to top, var(--primary-color) 50%, var(--secondary-color) 50%);
  background-size: 100% 200%;
  background-position: -100% 100%;
}

.open .menu-background.top {
  transform: rotate(-45deg) translateY(-49%);
  background-position: 0 0;
}

.menu-background.middle {
  transform: rotate(-45deg) translateY(50%) scaleY(0);
  background: var(--secondary-color);
}

.open .menu-background.middle {
  transform: rotate(-45deg) translateY(50%) scaleY(1);
}

.menu-background.bottom {
  transform: rotate(-45deg) translateY(250%);
  background: linear-gradient(to bottom, var(--secondary-color) 50%, var(--primary-color) 50%);
  background-size: 100% 200%;
  background-position: 0 -100%;
}

.open .menu-background.bottom {
  transform: rotate(-45deg) translateY(149%);
  background-position: 0 0;
}

.menu-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 99999;
  gap: 10px;
  display: inline-grid;
}

.open .menu-mobile {
  visibility: visible;
}

.menu-mobile li {
  opacity: 0;
  margin-bottom: 5px;
  transform: translateX(20px);
  transition: all 0.3s;
}

.open .menu-mobile li {
  opacity: 1;
  transform: translateX(0);
  backface-visibility: hidden;
}

.open .menu-mobile li:nth-child(1) {
  transition-delay: 1.1s;
}

.open .menu-mobile li:nth-child(1) span {
  transition-delay: 1.1s;
}

.open .menu-mobile li:nth-child(2) {
  transition-delay: 1.2s;
}

.open .menu-mobile li:nth-child(2) span {
  transition-delay: 1.2s;
}

.open .menu-mobile li:nth-child(3) {
  transition-delay: 1.3s;
}

.open .menu-mobile li:nth-child(3) span {
  transition-delay: 1.3s;
}

.open .menu-mobile li:nth-child(4) {
  transition-delay: 1.4s;
}

.open .menu-mobile li:nth-child(4) span:not(.bulthaup-text) {
  transition-delay: 1.4s;
}

.open .menu-mobile li:nth-child(5) {
  transition-delay: 1.5s;
}

.open .menu-mobile li:nth-child(5) span {
  transition-delay: 1.5s;
}

.menu-mobile a {
  position: relative;
  font-size: 24px;
  text-decoration: none;
  color: var(--primary-color);
}

.menu-mobile a::before {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  left: -30px;
  top: 50%;
  background-color: var(--primary-color);
  transform: translateY(-50%);
  transition: width 0.3s;
}

.menu-mobile a:hover::before {
  width: 15px;
}

.content {
  transition: all 0.3s 1s;
}

.open .content {
  opacity: 0;
  transition: all 0.3s;
}

.wrapper-menu {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 1240px) {
  .menu-icon-toggle {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .menu-icon-toggle {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  a.logo-site {
    margin-top: 40px;
  }
  .lang-switcher-container {
    width: -moz-fit-content !important;
    width: fit-content !important;
    position: absolute !important;
    left: 20px;
    top: 20px;
  }
  .lang-switcher-container a {
    font-size: 14px;
  }
}
.mobile-image-brands {
  display: none;
}

@media screen and (max-width: 1240px) {
  .cursor__media {
    display: none !important;
  }
  img.mobile-image-brands {
    width: 95px;
    display: block;
  }
  section.section-entities img.img-logo {
    width: 40%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: none !important;
  }
  .img-entity-container {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20%;
  }
}
@media screen and (max-width: 600px) {
  .col-50 {
    width: 90% !important;
  }
  .container-line-vertical {
    display: none;
  }
  section.intro .left-intro {
    transform: translateY(10%);
  }
  body > footer.footer-fr > section > h2.bg-title {
    line-height: normal !important;
    font-size: 35px !important;
    width: 90%;
  }
  body > footer.footer-fr > section > h2.bg-title * {
    line-height: normal !important;
  }
  section.main-footer .contact .box-icons {
    justify-content: center;
  }
  .showrooms section.info h2 {
    font-size: 30px;
    line-height: normal;
  }
  section.info .entity-info {
    margin-bottom: 50px;
  }
  .title-showroom {
    font-size: 54px;
  }
  h2.title-h2 {
    font-size: 30px;
  }
  .title-team {
    font-size: 38px !important;
    line-height: normal;
  }
  div.team h1 {
    font-size: 50px !important;
  }
  section.team-vente .title {
    font-size: 45px;
  }
  section.team-technique .title {
    font-size: 45px;
  }
  .cta-fixed {
    display: none;
  }
  section.team-vente .left-member {
    display: flex;
    width: 90% !important;
    flex-wrap: wrap;
    justify-content: center !important;
    padding: 40px 0 !important;
  }
  section.team-vente .right-member {
    display: flex;
    width: 90% !important;
    flex-wrap: wrap;
    justify-content: center !important;
    padding: 40px 0 !important;
  }
  section.team-technique .description {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0 !important;
  }
  #primary > section.team-technique.wrapper > div.container-team.wrapper > div.container-text-adapter > p {
    width: 90%;
  }
  .container-70 {
    width: 100%;
  }
  .container-70 .logo-wrapper {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    gap: 60px;
    margin-top: 50px;
  }
  .container-70 .logo-wrapper .logo-inner {
    width: 35%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 200px;
  }
  .container-70 .wrapper-partners .inner-partner img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 300px;
    height: 90px;
    padding: 0px;
    margin: 0 25px;
  }
  #primary .content-hero-entity,
  .title-team {
    bottom: 20%;
  }
  .content-hero-entity img {
    width: 55%;
  }
  .content-hero-entity .title-entity {
    font-size: 40px;
  }
  div.container-intro.wrapper {
    justify-content: center !important;
  }
  div.container-intro-2.wrapper > div.left-intro.col-50 {
    display: none;
  }
  .container-intro .col-50 {
    width: 80% !important;
  }
  .section-slider-bulthaup {
    gap: 45px;
  }
  .none-mobile {
    display: none;
  }
  #primary.bulthaup section.intro-entity .container-intro .left-intro h2 {
    font-size: 33px !important;
  }
  .section-slider-bulthaup .left-side {
    justify-content: center;
  }
  .section-slider-bulthaup .left-side h2 {
    width: 100%;
    font-size: 60px;
  }
  .section-slider-bulthaup .right-side h2 {
    width: 100%;
    font-size: 60px;
  }
  .slider-bulthaup {
    width: 100%;
  }
  .section-slider-bulthaup .container-description-slider {
    padding: 0;
  }
  .section-slider-bulthaup div.container-h2-slider h2.title-slider-h2 {
    width: 90%;
    font-size: 60px;
  }
  #primary.rimadesio section.intro-entity .container-intro .left-intro {
    width: 90%;
  }
  #primary.rimadesio section.intro-entity .container-intro .left-intro h2 {
    font-size: 33px !important;
    width: 100%;
  }
  #primary.rimadesio .container-text h4,
  #primary.flexform .container-text h4 {
    font-size: 23px;
  }
  #primary.flexform div.container-text h4.titre-galerie-2-flexform {
    font-size: 23px !important;
  }
  .slider-rimadesio .slick-slide img {
    height: 30vh;
  }
  #primary.rimadesio .container-text p {
    text-align: left;
  }
  #primary.contact .title-entity {
    display: flex;
    justify-content: center;
    width: 90%;
    flex-direction: column;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }
  #primary.contact div.container-intro.wrapper {
    width: 100% !important;
  }
  #primary.contact div.container-intro.wrapper .left-intro {
    width: 80% !important;
    align-items: start;
  }
  #primary.contact div.container-intro-2.wrapper {
    width: 80% !important;
    transform: none !important;
  }
  header.header {
    height: 140px;
  }
}
section.main-footer .icon-container input[type=submit]:before {
  content: "" !important;
  display: block !important;
  width: 30px !important;
  /* Ajustez la largeur en fonction de vos besoins */
  height: 30px !important;
  /* Ajustez la hauteur en fonction de vos besoins */
  background-image: url("https://www.lacourdumail.ch/wp-content/uploads/2023/08/Fond-envoyer-NL.svg") !important;
  background-size: cover !important;
  /* Ajustez la taille de l'image de fond */
}

body > footer.footer-fr > section > h2 {
  display: none;
}

body > footer.footer-fr > section > div.bg-space {
  height: 70px;
}

body > footer.footer-en > section > h2 {
  display: none;
}

body > footer.footer-en > section > div.bg-space {
  height: 70px;
}

@media screen and (max-width: 767px) {
  section.section-slider-rimadesio.wrapper > div.wrapper.left-side {
    width: 40vh !important;
  }
  .slider-rimadesio ul.slick-dots {
    width: 60%;
    gap: 4%;
  }
  #primary > section.intro.wrapper > div.right-intro.line-start.aos-init.aos-animate p {
    text-align: left;
  }
  .right-intro .logo-inner {
    padding: 0px;
    width: 50%;
  }
  .right-intro .logo-inner img {
    width: 120px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .flexform-container {
    width: 90%;
  }
  #primary.bulthaup section.intro-entity .container-intro-2 .right-intro p {
    width: 100%;
  }
  #primary.rimadesio section.intro-entity .container-intro-2 .right-intro p {
    width: 100%;
  }
  #primary.contact .title-entity {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-wrap: balance;
    padding: 0 15px;
  }
}
section.main-footer .icon-container .box-icons svg {
  padding: 3px;
}

section.main-footer .icon-container .box-icons a {
  margin: 5px;
}

div.container-address img[src="https://www.lacourdumail.ch/wp-content/uploads/2023/07/Group-10.png"] {
  padding-right: 20% !important;
}

div.contact section.hero-banner .shadow {
  background: linear-gradient(360deg, rgb(20, 12, 8) 0%, rgba(0, 0, 0, 0.26) 50%, rgb(20, 12, 8) 100%);
}

#map > div.mapboxgl-control-container > div.mapboxgl-ctrl-bottom-right > div > div {
  display: none !important;
}

#map > div.mapboxgl-control-container > div.mapboxgl-ctrl-bottom-left > div > a {
  display: none !important;
}

#map2 > div.mapboxgl-control-container > div.mapboxgl-ctrl-bottom-right > div > div {
  display: none !important;
}

#map2 > div.mapboxgl-control-container > div.mapboxgl-ctrl-bottom-left > div > a {
  display: none !important;
}

body.page-template-default #primary {
  padding-top: 150px !important;
}

p strong {
  color: #ab9974 !important;
}

@font-face {
  font-family: "Rotis Semin Sans Light";
  src: url("./fonts/RotisSemiSansStd-Light.otf");
}
span.bulthaup-text {
  font-family: "Rotis Semin Sans Light" !important;
  font-weight: 100 !important;
  text-transform: lowercase !important;
  font-size: calc(100% + 2px);
}

#primary > section.section-slider-bulthaup.wrapper > div.container-h2-slider > h2 > span {
  text-transform: initial !important;
}

#primary > section:nth-child(4) > div.container-intro.wrapper > div > img:nth-child(4) {
  padding: 10px 0;
}

#primary > section:nth-child(5) > div.container-intro.wrapper > div > h2 {
  margin-bottom: 20px;
}

#primary > section.section-entities.wrapper > div.div-reveal {
  display: none;
}

#primary > section.intro.wrapper > div.right-intro.line-start.aos-init.aos-animate > div.logo-wrapper.wrapper {
  display: flex;
}

@media screen and (max-width: 1240px) {
  #primary > section.section-entities.wrapper > div.div-reveal {
    display: block;
  }
  #primary > section.intro.wrapper > div.right-intro.line-start.aos-init.aos-animate > div.logo-wrapper.wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section-slider-bulthaup .left-side p {
    text-align: left !important;
  }
  div.flexform > section.intro-entity.wrapper > div.container-intro.wrapper > div.left-intro > h2 > div > div {
    width: 100%;
  }
  div.flexform > section.intro-entity.wrapper > div.container-intro.wrapper > div.left-intro > h2 > div > div p {
    width: 100%;
    padding: 0 5%;
  }
  .background-text__item {
    font-size: 47px !important;
  }
  body.home #primary > section:nth-child(7) > div {
    padding: 0 2%;
  }
}
#primary.showrooms > section.info.wrapper > h2 {
  margin-bottom: 50px;
}

#primary.showrooms > section.flexform.wrapper > h2 {
  margin-bottom: 25px;
}

#primary > section.flexform.wrapper > div.wrapper.flexform-container.line-start > img {
  width: 50%;
}

body {
  position: unset !important;
}

#primary > section.info.wrapper > div.container-info.wrapper > div:nth-child(2) > img {
  padding-right: 10%;
}

#primary > section.info.wrapper > div.container-info.wrapper > div:nth-child(3) > img {
  padding-right: 23%;
}

#primary > section:nth-child(4) > div:nth-child(4) > div.container-intro.wrapper > div > img:nth-child(2) {
  margin-bottom: 5px;
}

html * span.address-text {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 70px;
  color: white !important;
}

body > header.header.header-fr > nav > ul > li:nth-child(4) > a > span.bulthaup-text {
  font-size: 22px;
}

body > header.header.header-en > nav > ul > li:nth-child(4) > a > span.bulthaup-text {
  font-size: 22px;
}

@media screen and (min-width: 1900px) {
  div.team .title-team {
    bottom: 10% !important;
  }
}
#ast-scroll-top > svg > path:nth-child(6) {
  opacity: 0 !important;
}

a:focus {
  color: var(--primary-color) !important;
}

@media screen and (max-width: 767px) {
  div.container-vertical-line {
    display: none !important;
  }
  .vertical.line {
    display: none !important;
  }
  .contact > section:nth-child(6) > div:nth-child(4) {
    gap: 35px !important;
  }
  .contact > section:nth-child(4) > div:nth-child(4) {
    gap: 35px !important;
  }
}
div.rimadesio section.intro-entity.wrapper > div.container-intro.wrapper > div.left-intro > h2 > div > div {
  display: flex;
}

div.mapboxgl-control-container > div.mapboxgl-ctrl-bottom-right > div {
  display: none !important;
}

@media screen and (max-with: 767px) {
  #primary.contact section.intro-entity .container-intro .left-intro {
    align-items: start !important;
  }
  #primary.contact section.intro-entity .container-intro .left-intro {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .section-slider-bulthaup .left-side p {
    text-align: left !important;
  }
}
img[src="https://www.lacourdumail.ch/wp-content/uploads/2024/02/davidegroppi.png"],
#primary > section.team-technique.wrapper > div.container-70.wrapper > div.wrapper-partners.aos-init.aos-animate > div:nth-child(9) > img {
  width: 94%;
  margin: 5px 0 !important;
}

img[src="https://www.lacourdumail.ch/wp-content/uploads/2023/08/DCW-Edition-Logo_1.svg"],
#primary > section.team-technique.wrapper > div.container-70.wrapper > div.wrapper-partners.aos-init.aos-animate > div:nth-child(10) > img {
  width: 85%;
  margin: 5px 0 !important;
}

#primary > section.team-technique.wrapper > div.container-70.wrapper > div.wrapper-partners.aos-init.aos-animate > div:nth-child(11) > img {
  width: 60%;
  margin: 5px 0 !important;
}

#popmake-29492 > button {
  font-weight: 900 !important;
  border-radius: 40px !important;
  padding: 0 !important;
  line-height: normal !important;
  width: 40px;
  height: 40px;
  font-size: 100%;
}
#popmake-29492 > button:hover {
  background-color: white !important;
  color: var(--primary-color) !important;
}

body.page-id-3,
#post-3 {
  background-color: #140c08 !important;
  background: #140c08 !important;
}

.no-margin p {
  margin: 0 !important;
}

.no-margin p:last-child {
  margin-top: 20px !important;
}

.contact-form {
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 0 20px !important;
  }
}
.contact-form .wpcf7 {
  width: 100%;
  max-width: 500px !important;
}
.contact-form input,
.contact-form textarea,
.contact-form input:focus,
.contact-form textarea:focus {
  background-color: transparent;
  border: 1px solid var(--primary-color) !important;
  color: white;
  border-radius: 200px;
}
.contact-form textarea {
  border-radius: 20px !important;
  height: 100px;
}
.contact-form input[type=submit] {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 200px;
  cursor: pointer;
}
.contact-form .wpcf7-response-output {
  border: 0 !important;
  color: #ab9974 !important;
  padding: 0;
}

html body header nav a[href="https://www.lacourdumail.ch/rimadesio/"],
html span.rimadesio-text {
  font-family: "times-new-roman", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}/*# sourceMappingURL=style-lcm.css.map */