.elementor-9 .elementor-element.elementor-element-8564fd5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-cbc3aa7{--spacer-size:50px;}.elementor-9 .elementor-element.elementor-element-7ac603a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-671e456{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-9 .elementor-element.elementor-element-30743c0 img{width:73%;}.elementor-9 .elementor-element.elementor-element-c2fdaf3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-dd56477{--display:flex;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-30743c0 img{width:100%;}}/* Start custom CSS for html, class: .elementor-element-a2c5c69 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 108px;
  font-family: 'Manrope', sans-serif;
  background: #f6f1ed;
}

* {
  box-sizing: border-box;
}

.bc-page-wrap {
  width: 100%;
  overflow-x: hidden;
}

/* HEADER */
.bc-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(125, 81, 35, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.bc-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* LOGO */
.bc-logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
}

.bc-logo-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: #241b17;
  letter-spacing: 0.2px;
}

.bc-logo-amp {
  color: #c49a5c;
}

.bc-logo-sub {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 1.1px;
  color: #7b6b63;
  text-transform: none;
}

/* NAV */
.bc-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.bc-nav a {
  position: relative;
  text-decoration: none;
  color: #3a2c26;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.25s ease;
}

.bc-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1.5px;
  background: #c49a5c;
  transition: width 0.28s ease;
}

.bc-nav a:hover {
  color: #000;
}

.bc-nav a:hover::after {
  width: 100%;
}

/* ACTIONS */
.bc-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.bc-link-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  color: #8e5e2b;
  border: 1.5px solid rgba(196, 154, 92, 0.65);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.bc-link-call:hover {
  transform: translateY(-1px);
  color: #fff;
  background: linear-gradient(180deg, #c89a54 0%, #8e5e2b 100%);
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(144, 94, 42, 0.22);
}

.bc-btn-devis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #c89a54 0%, #8e5e2b 100%);
  box-shadow: 0 8px 18px rgba(144, 94, 42, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bc-btn-devis:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(144, 94, 42, 0.28);
}

/* HERO */
.bc-pro-page {
  position: relative;
  width: 100%;
  scroll-margin-top: 120px;
}

.bc-hero {
  position: relative;
  min-height: calc(100vh - 108px);
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.bc-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}

.bc-hero-top-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.98) 0%,
    rgba(255,255,255,0.78) 35%,
    rgba(255,255,255,0.32) 70%,
    rgba(255,255,255,0) 100%
  );
  z-index: 2;
}

.bc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,248,244,0.88) 0%,
    rgba(255,248,244,0.74) 28%,
    rgba(255,248,244,0.18) 52%,
    rgba(255,248,244,0.04) 76%,
    rgba(255,248,244,0.02) 100%
  );
  z-index: 3;
}

.bc-hero-content {
  position: relative;
  z-index: 4;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 28px 90px;
}

.bc-separator {
  width: 180px;
  height: 1px;
  background: rgba(196, 154, 92, 0.55);
  margin-bottom: 24px;
}

.bc-hero-content h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bc-hero-content h1 span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 88px;
  font-weight: 600;
  line-height: 0.92;
  color: #17110f;
}

.bc-hero-content h1 span em {
  font-style: normal;
  color: #c49a5c;
}

.bc-hero-content h1 strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1;
  color: #2a201c;
}

.bc-badge {
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 34px;
  padding: 12px 28px;
  background: linear-gradient(180deg, #c89a54 0%, #9f713c 100%);
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 3px;
}

.bc-hero-content h2 {
  margin: 0;
  max-width: 520px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 86px;
  line-height: 0.95;
  font-weight: 500;
  font-style: italic;
  color: #241915;
}

.bc-hero-content p {
  margin: 10px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  color: #4a342c;
}

.bc-small-line {
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: #be9151;
  margin-top: 28px;
}

.bc-hero-actions {
  margin-top: 38px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.bc-btn-gold,
.bc-btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  transition: 0.25s ease;
}

.bc-btn-gold {
  color: #fff;
  background: linear-gradient(180deg, #c89a54 0%, #8e5e2b 100%);
  box-shadow: 0 10px 22px rgba(144, 94, 42, 0.20);
}

.bc-btn-gold:hover {
  transform: translateY(-2px);
}

.bc-btn-light {
  color: #4b372d;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(196,154,92,0.34);
  backdrop-filter: blur(6px);
}

.bc-btn-light:hover {
  transform: translateY(-2px);
}

/* ANCHOR FIX */
section[id] {
  scroll-margin-top: 130px;
}

/* TABLET */
@media (max-width: 1100px) {
  body {
    padding-top: 96px;
  }

  .bc-header-inner {
    padding: 14px 18px;
    gap: 18px;
  }

  .bc-logo-main {
    font-size: 28px;
  }

  .bc-nav {
    gap: 18px;
  }

  .bc-nav a {
    font-size: 15px;
  }

  .bc-link-call,
  .bc-btn-devis {
    min-height: 44px;
    padding: 0 18px;
    font-size: 13px;
  }

  .bc-hero {
    min-height: calc(100vh - 96px);
  }

  .bc-hero-content h1 span {
    font-size: 70px;
  }

  .bc-hero-content h1 strong {
    font-size: 50px;
  }

  .bc-hero-content h2 {
    font-size: 68px;
    max-width: 470px;
  }

  .bc-hero-content p {
    font-size: 44px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  body {
    padding-top: 128px;
  }

  .bc-header-inner {
    padding: 12px 14px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .bc-logo {
    align-items: center;
  }

  .bc-logo-main {
    font-size: 26px;
  }

  .bc-logo-sub {
    font-size: 11px;
    text-align: center;
  }

  .bc-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .bc-nav a {
    font-size: 14px;
  }

  .bc-header-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .bc-link-call,
  .bc-btn-devis {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }

  .bc-hero {
    min-height: auto;
    padding: 40px 0 60px;
  }

  .bc-hero-top-fade {
    height: 170px;
  }

  .bc-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(255,248,244,0.86) 0%,
      rgba(255,248,244,0.75) 28%,
      rgba(255,248,244,0.40) 60%,
      rgba(255,248,244,0.16) 100%
    );
  }

  .bc-hero-content {
    padding: 40px 18px 50px;
  }

  .bc-separator {
    width: 120px;
    margin-bottom: 18px;
  }

  .bc-hero-content h1 span {
    font-size: 52px;
  }

  .bc-hero-content h1 strong {
    font-size: 38px;
  }

  .bc-badge {
    margin-top: 20px;
    margin-bottom: 24px;
    padding: 10px 18px;
    font-size: 13px;
    letter-spacing: 2px;
  }

  .bc-hero-content h2 {
    font-size: 52px;
    max-width: 300px;
  }

  .bc-hero-content p {
    font-size: 34px;
  }

  .bc-small-line {
    margin-top: 18px;
  }

  .bc-hero-actions {
    margin-top: 26px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bc-btn-gold,
  .bc-btn-light {
    width: 100%;
    max-width: 290px;
    min-height: 52px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae46ef4 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');

.bc-devis-luxe * {
  box-sizing: border-box;
}

.bc-devis-luxe {
  position: relative;
  padding: 45px 14px 50px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(208, 165, 110, 0.16), transparent 18%),
    radial-gradient(circle at right center, rgba(214, 173, 120, 0.12), transparent 20%),
    radial-gradient(circle at bottom right, rgba(214, 173, 120, 0.18), transparent 22%),
    linear-gradient(180deg, #efe1e7 0%, #ecdfe6 45%, #e9dbe3 100%);
  font-family: "Montserrat", sans-serif;
}

.bc-devis-luxe::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: 70px;
  width: 360px;
  height: 360px;
  border: 6px solid rgba(199, 155, 92, 0.50);
  border-right: 0;
  border-top: 0;
  border-radius: 0 0 0 170px;
  transform: rotate(-8deg);
  opacity: 0.65;
  pointer-events: none;
}

.bc-devis-luxe::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: 20px;
  width: 290px;
  height: 290px;
  border: 5px solid rgba(199, 155, 92, 0.42);
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 160px 0;
  transform: rotate(5deg);
  opacity: 0.55;
  pointer-events: none;
}

.bc-devis-wrap {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.bc-devis-top {
  text-align: center;
  margin-bottom: 22px;
}

.bc-devis-stars {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  color: #ba8d4f;
  letter-spacing: 5px;
  line-height: 1;
  margin-bottom: 6px;
}

.bc-devis-line {
  width: 180px;
  height: 1px;
  margin: 0 auto 14px;
  background: linear-gradient(90deg, transparent 0%, rgba(186,141,79,0.75) 22%, rgba(186,141,79,0.75) 78%, transparent 100%);
}

.bc-devis-title {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 600;
  font-style: italic;
  color: #2e211c;
}

.bc-devis-subtitle {
  max-width: 620px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
  color: #4b3a33;
  font-family: "Cormorant Garamond", serif;
}

.bc-devis-card {
  position: relative;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.24);
  border: 1px solid rgba(255,255,255,0.42);
  box-shadow:
    0 12px 28px rgba(112, 83, 71, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.42);
  backdrop-filter: blur(4px);
}

.bc-devis-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(201,153,95,0.22), rgba(255,255,255,0.16), rgba(201,153,95,0.16));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bc-devis-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bc-form-grid {
  display: grid;
  gap: 12px;
}

.bc-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bc-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bc-field label {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-weight: 600;
  color: #5b412d;
  line-height: 1.15;
}

.bc-field input,
.bc-field select,
.bc-field textarea {
  width: 100%;
  border: 1px solid rgba(199,155,92,0.24);
  background: rgba(255,255,255,0.72);
  border-radius: 11px;
  padding: 12px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #2f2927;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.42);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.bc-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #a9783e 50%),
    linear-gradient(135deg, #a9783e 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 13px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.bc-field textarea {
  min-height: 110px;
  resize: vertical;
}

.bc-field input::placeholder,
.bc-field textarea::placeholder {
  color: #9a8d85;
}

.bc-field input:focus,
.bc-field select:focus,
.bc-field textarea:focus {
  border-color: rgba(185, 136, 69, 0.60);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 0 0 3px rgba(201,153,95,0.10);
}

.bc-form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 4px;
}

.bc-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4d3d34;
  font-size: 12.5px;
  text-align: center;
}

.bc-checkbox input {
  accent-color: #b78646;
  width: 14px;
  height: 14px;
}

.bc-btn-gold {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 290px;
  min-height: 56px;
  padding: 14px 24px;
  border: 1px solid rgba(252, 231, 190, 0.46);
  border-radius: 999px;
  cursor: pointer;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff9f0;
  background: linear-gradient(135deg, #6d431c 0%, #b07a38 26%, #f1d49c 50%, #a76e30 73%, #6f461d 100%);
  box-shadow:
    0 8px 18px rgba(162, 114, 49, 0.18),
    0 0 0 2px rgba(212, 176, 120, 0.08),
    inset 0 2px 8px rgba(255,255,255,0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.bc-btn-gold:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow:
    0 12px 24px rgba(162, 114, 49, 0.22),
    0 0 0 3px rgba(212, 176, 120, 0.10),
    inset 0 2px 8px rgba(255,255,255,0.22);
}

.bc-devis-phone {
  text-align: center;
  margin-top: 20px;
}

.bc-devis-phone-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: #3d2c25;
  margin-bottom: 10px;
}

.bc-devis-phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.44);
  border: 1px solid rgba(196, 152, 89, 0.32);
  color: #3a2a23;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 600;
  box-shadow:
    0 8px 18px rgba(115, 82, 64, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.50);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.bc-devis-phone-btn:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.62);
}

.bc-devis-phone-note {
  margin-top: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: #4d3a32;
}

@media (max-width: 991px) {
  .bc-devis-wrap {
    max-width: 760px;
  }

  .bc-devis-title {
    font-size: 38px;
  }

  .bc-devis-subtitle {
    font-size: 17px;
  }

  .bc-grid-2 {
    grid-template-columns: 1fr;
  }

  .bc-btn-gold {
    min-width: 100%;
    font-size: 20px;
  }

  .bc-devis-phone-btn {
    font-size: 24px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bc-devis-luxe {
    padding: 34px 10px 38px;
  }

  .bc-devis-luxe::before,
  .bc-devis-luxe::after {
    display: none;
  }

  .bc-devis-card {
    padding: 16px 12px;
    border-radius: 15px;
  }

  .bc-devis-stars {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .bc-devis-line {
    width: 120px;
    margin-bottom: 12px;
  }

  .bc-devis-title {
    font-size: 30px;
  }

  .bc-devis-subtitle {
    font-size: 16px;
  }

  .bc-field label {
    font-size: 17px;
  }

  .bc-field input,
  .bc-field select,
  .bc-field textarea {
    font-size: 13px;
    padding: 11px 12px;
    border-radius: 10px;
  }

  .bc-field textarea {
    min-height: 95px;
  }

  .bc-btn-gold {
    min-height: 50px;
    padding: 12px 18px;
    font-size: 18px;
  }

  .bc-devis-phone-label {
    font-size: 20px;
  }

  .bc-devis-phone-btn {
    font-size: 21px;
    padding: 12px 16px;
  }

  .bc-devis-phone-note {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17eb28a */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #f8f2ef 0%, #f4ece8 100%);
  color: #2f241f;
  font-family: "Inter", sans-serif;
}

/* SECTION */
.bc-prestations-luxe {
  position: relative;
  padding: 45px 20px;
  overflow: hidden;
}

.bc-prestations-luxe::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(201, 160, 84, 0.10), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(212, 179, 112, 0.08), transparent 25%),
    radial-gradient(circle at 80% 85%, rgba(199, 154, 74, 0.08), transparent 30%);
  pointer-events: none;
}

.bc-prestations-luxe::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='180' height='180' filter='url(%23n)' opacity='0.55'/></svg>");
  mix-blend-mode: multiply;
}

.bc-wrap {
  position: relative;
  z-index: 2;
  max-width: 1760px;
  margin: 0 auto;
}

/* EFFET VERRE */
.glass-panel {
  background: rgba(255, 250, 247, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 175, 154, 0.26);
  box-shadow:
    0 16px 40px rgba(88, 63, 41, 0.07),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

/* HEADER */
.bc-heading {
  position: relative;
  border-radius: 28px;
  padding: 28px 28px 22px;
  margin-bottom: 24px;
  text-align: center;
  overflow: hidden;
}

.bc-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.25), rgba(255,255,255,0));
  pointer-events: none;
}

.bc-heading h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #2f211d;
}

.bc-heading h2 span {
  color: #b88a3c;
}

.bc-heading p {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: italic;
  color: #6d5548;
}

.bc-heading-line {
  width: 100%;
  max-width: 1080px;
  height: 1px;
  margin: 18px auto 16px;
  background: linear-gradient(to right, transparent, rgba(184,138,60,0.35), transparent);
}

.bc-heading-text {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: #3c2d26;
}

.bc-heading-text strong {
  color: #2b1e1a;
}

/* GRID 4 CARTES HORIZONTALES */
.bc-grid-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* CARD */
.bc-service-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 270px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.bc-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(213, 186, 154, 0.15),
    inset 0 -16px 30px rgba(255,255,255,0.06);
}

/* TEXTE */
.bc-service-text {
  position: relative;
  z-index: 2;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.bc-service-text h3 {
  margin: 0 0 6px;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 600;
  color: #2e221c;
  min-height: 48px;
}

.bc-service-text h4 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 500;
  color: #b88a3c;
  min-height: 40px;
}

.bc-service-text p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.45;
  color: #49362d;
}

.bc-service-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.bc-service-text ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.4;
  color: #3f3028;
}

.bc-service-text ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #b88a3c;
  font-weight: 700;
  font-size: 11px;
}

/* IMAGE */
.bc-service-image {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
}

.bc-service-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* FONDU */
.fade-left::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      to left,
      rgba(255,255,255,0) 0%,
      rgba(255,248,242,0.12) 20%,
      rgba(255,246,238,0.28) 42%,
      rgba(252,243,236,0.55) 68%,
      rgba(250,241,235,0.85) 100%
    );
  pointer-events: none;
}

.fade-left::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 52%, rgba(214, 168, 85, 0.10), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  mix-blend-mode: screen;
}

/* CTA */
.bc-global-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.bc-btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border-radius: 52px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 00;
  color: #fff9f2;
  background: linear-gradient(180deg, #d4ae67 0%, #b88334 52%, #986b28 100%);
  border: 1px solid rgba(142, 96, 30, 0.55);
  box-shadow:
    0 8px 18px rgba(155, 112, 39, 0.22),
    0 0 0 1px rgba(255, 230, 190, 0.22) inset,
    inset 0 2px 4px rgba(255, 243, 214, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.bc-btn-gold:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

/* TABLETTE */
@media (max-width: 1400px) {
  .bc-grid-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bc-service-card {
    min-height: 300px;
  }

  .bc-service-text h3 {
    font-size: 22px;
  }

  .bc-service-text h4 {
    font-size: 16px;
  }
}

/* TABLETTE PETITE */
@media (max-width: 1024px) {
  .bc-heading h2 {
    font-size: 36px;
  }

  .bc-heading p {
    font-size: 20px;
  }

  .bc-heading-text {
    font-size: 15px;
  }

  .bc-service-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bc-service-image {
    min-height: 220px;
  }

  .bc-service-text {
    padding: 18px 16px 16px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .bc-prestations-luxe {
    padding: 34px 14px;
  }

  .bc-heading {
    padding: 22px 16px 18px;
    border-radius: 22px;
  }

  .bc-heading h2 {
    font-size: 30px;
  }

  .bc-heading p {
    font-size: 18px;
  }

  .bc-heading-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .bc-grid-services {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bc-service-text h3 {
    font-size: 21px;
    min-height: auto;
  }

  .bc-service-text h4 {
    font-size: 15px;
    min-height: auto;
  }

  .bc-service-text p,
  .bc-service-text ul li {
    font-size: 14px;
  }

  .bc-service-image {
    min-height: 200px;
  }

  .bc-btn-gold {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e664461 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

.bc-why {
  padding: 70px 20px;
  background:
    radial-gradient(circle at top left, rgba(201, 163, 95, 0.12), transparent 26%),
    radial-gradient(circle at bottom right, rgba(201, 163, 95, 0.10), transparent 24%),
    linear-gradient(180deg, #f7f0ec 0%, #f5eeea 100%);
  font-family: 'Inter', sans-serif;
  color: #2d221d;
}

.bc-why-container {
  max-width: 1120px;
  margin: 0 auto;
}

.bc-why-header {
  text-align: center;
  margin-bottom: 42px;
}

.bc-why-icon {
  font-size: 34px;
  color: #b8904d;
  line-height: 1;
  margin-bottom: 8px;
}

.bc-why-line {
  width: 180px;
  height: 1px;
  background: linear-gradient(to right, transparent, #ccb180, transparent);
  margin: 0 auto 18px;
}

.bc-why-header h2 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 68px;
  line-height: 0.95;
  font-weight: 700;
  color: #2f211c;
}

.bc-why-header h2 span {
  color: #b8904d;
}

.bc-why-subtitle {
  margin: 0 0 18px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 26px;
  color: #4d3a30;
}

.bc-why-intro {
  max-width: 860px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  color: #3e3028;
}

.bc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 34px;
}

.bc-why-card {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(182, 154, 119, 0.18);
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(91, 66, 46, 0.05);
  backdrop-filter: blur(2px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bc-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(91, 66, 46, 0.09);
}

.bc-why-card-icon {
  font-size: 34px;
  color: #b8904d;
  margin-bottom: 14px;
}

.bc-why-card h3 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  color: #2c201b;
}

.bc-why-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: #4a3930;
}

.bc-why-trust {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: stretch;
  margin-bottom: 34px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.42);
  border: 1px solid rgba(182, 154, 119, 0.18);
  box-shadow: 0 12px 34px rgba(91, 66, 46, 0.06);
}

.bc-why-trust-left {
  padding: 34px 34px 28px;
}

.bc-why-trust-left h3 {
  margin: 0 0 22px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  color: #2f211c;
}

.bc-why-sectors {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.bc-sector {
  text-align: center;
  min-width: 90px;
}

.bc-sector span {
  display: block;
  font-size: 34px;
  margin-bottom: 8px;
  color: #b8904d;
}

.bc-sector p {
  margin: 0;
  font-size: 16px;
  color: #3d2d25;
}

.bc-why-divider {
  width: 100%;
  height: 1px;
  background: rgba(182, 154, 119, 0.28);
  margin: 16px 0 22px;
}

.bc-why-text {
  margin: 0;
  font-size: 19px;
  line-height: 1.75;
  color: #352720;
}

.bc-why-trust-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bc-why-cta {
  text-align: center;
  padding-top: 10px;
}

.bc-why-cta p {
  margin: 0 0 22px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  color: #2f211c;
}

.bc-why-cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.bc-why-btn,
.bc-why-whatsapp,
.bc-why-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.bc-why-btn {
  min-width: 260px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff7ef;
  background: linear-gradient(180deg, #caa15f 0%, #a66e2c 100%);
  border: 2px solid #d7b57a;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.35),
    0 10px 24px rgba(166, 110, 44, 0.18);
}

.bc-why-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.35),
    0 14px 28px rgba(166, 110, 44, 0.24);
}

.bc-why-whatsapp {
  min-width: 260px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(180deg, #29d366 0%, #1ca851 100%);
  border: 2px solid rgba(255,255,255,0.3);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.18),
    0 10px 24px rgba(28, 168, 81, 0.20);
}

.bc-why-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.18),
    0 14px 28px rgba(28, 168, 81, 0.28);
}

.bc-why-phone {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 600;
  color: #2f211c;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(182,154,119,0.35);
  box-shadow: 0 8px 22px rgba(91, 66, 46, 0.06);
  backdrop-filter: blur(4px);
}

.bc-why-phone:hover {
  transform: translateY(-2px);
  background: #b8904d;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(184, 144, 77, 0.20);
}

/* TABLETTE */
@media (max-width: 991px) {
  .bc-why-header h2 {
    font-size: 52px;
  }

  .bc-why-subtitle {
    font-size: 22px;
  }

  .bc-why-intro {
    font-size: 18px;
  }

  .bc-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-why-trust {
    grid-template-columns: 1fr;
  }

  .bc-why-cta p {
    font-size: 36px;
  }

  .bc-why-btn,
  .bc-why-whatsapp,
  .bc-why-phone {
    min-width: 280px;
  }

  .bc-why-btn {
    font-size: 24px;
  }

  .bc-why-phone {
    font-size: 22px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .bc-why {
    padding: 50px 16px;
  }

  .bc-why-header h2 {
    font-size: 40px;
  }

  .bc-why-subtitle {
    font-size: 18px;
  }

  .bc-why-intro {
    font-size: 16px;
  }

  .bc-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bc-why-card {
    padding: 22px 18px;
  }

  .bc-why-card h3 {
    font-size: 22px;
  }

  .bc-why-card p {
    font-size: 15px;
  }

  .bc-why-trust-left {
    padding: 24px 20px;
  }

  .bc-why-trust-left h3 {
    font-size: 28px;
  }

  .bc-why-text {
    font-size: 16px;
  }

  .bc-why-cta p {
    font-size: 30px;
  }

  .bc-why-cta-row {
    flex-direction: column;
  }

  .bc-why-btn,
  .bc-why-whatsapp,
  .bc-why-phone {
    width: 100%;
    min-width: 100%;
  }

  .bc-why-btn {
    font-size: 24px;
    padding: 16px 24px;
  }

  .bc-why-whatsapp {
    font-size: 16px;
    padding: 16px 24px;
  }

  .bc-why-phone {
    font-size: 24px;
    padding: 16px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18cdc5e */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Manrope', sans-serif;
  background: #efe1dd;
}

.bc-process-page {
  position: relative;
  padding: 70px 20px 90px;
  background:
    radial-gradient(circle at top left, rgba(205, 168, 118, 0.18), transparent 26%),
    radial-gradient(circle at bottom right, rgba(205, 168, 118, 0.18), transparent 24%),
    linear-gradient(180deg, #f3e8e5 0%, #efe1dd 100%);
  overflow: hidden;
}

.bc-process-page::before {
  content: "";
  position: absolute;
  left: -120px;
  top: 160px;
  width: 380px;
  height: 380px;
  border: 3px solid rgba(192, 148, 92, 0.45);
  border-right: none;
  border-bottom: none;
  border-radius: 280px 0 0 0;
  pointer-events: none;
}

.bc-process-page::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 20px;
  width: 520px;
  height: 260px;
  border: 4px solid rgba(192, 148, 92, 0.42);
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 240px;
  pointer-events: none;
}

.bc-switch {
  max-width: 760px;
  margin: 0 auto -16px;
  display: flex;
  justify-content: center;
  gap: 0;
  position: relative;
  z-index: 2;
}

.bc-switch-btn {
  appearance: none;
  border: 1px solid rgba(166, 126, 79, 0.35);
  background: linear-gradient(180deg, #f8efea 0%, #f0dfd8 100%);
  color: #4a3730;
  padding: 18px 38px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  min-width: 300px;
  box-shadow: 0 8px 22px rgba(116, 82, 54, 0.08);
  transition: all 0.25s ease;
}

.bc-switch-btn:first-child,
.bc-switch-btn:last-child {
  border-radius: 26px 26px 0 0;
}

.bc-switch-btn.active {
  color: #fff;
  background: linear-gradient(180deg, #c89a54 0%, #7d5123 100%);
  border-color: rgba(233, 211, 176, 0.7);
}

.bc-form-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.bc-tab-pane {
  display: none;
}

.bc-tab-pane.active {
  display: block;
}

.bc-form-card {
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 28px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  box-shadow: 0 18px 48px rgba(108, 78, 58, 0.10);
  backdrop-filter: blur(4px);
}

.bc-form-left {
  padding-right: 10px;
}

.bc-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bc-field label {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: #362823;
  margin-bottom: 8px;
}

.bc-field input,
.bc-field textarea {
  width: 100%;
  border: 1px solid rgba(151, 120, 90, 0.22);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 16px;
  color: #3d302a;
  outline: none;
  font-family: 'Manrope', sans-serif;
}

.bc-field input:focus,
.bc-field textarea:focus {
  border-color: rgba(184, 140, 77, 0.65);
  box-shadow: 0 0 0 3px rgba(184, 140, 77, 0.12);
}

.bc-field textarea {
  resize: vertical;
  min-height: 150px;
}

.bc-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bc-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #4b3c35;
  margin-top: 4px;
}

.bc-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #b88c4d;
}

.bc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  transition: all 0.25s ease;
  margin-top: 18px;
  border: none;
}

.bc-btn-gold {
  color: #fff;
  background: linear-gradient(180deg, #c89a54 0%, #7d5123 100%);
  border: 2px solid rgba(234, 210, 171, 0.65);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 10px 24px rgba(144, 94, 42, 0.2);
}

.bc-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 14px 28px rgba(144, 94, 42, 0.28);
}

.bc-btn-submit {
  width: fit-content;
  min-width: 320px;
  min-height: 62px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  cursor: pointer;
}

.bc-form-right {
  border-left: 1px solid rgba(166, 126, 79, 0.22);
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.bc-image-only {
  padding-top: 0;
}

.bc-side-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(112, 81, 57, 0.12);
  height: 100%;
}

.bc-side-image.large img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .bc-form-card {
    grid-template-columns: 1fr;
  }

  .bc-form-right {
    border-left: none;
    border-top: 1px solid rgba(166, 126, 79, 0.22);
    padding-left: 0;
    padding-top: 24px;
  }

  .bc-side-image.large img {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .bc-process-page {
    padding: 54px 16px 70px;
  }

  .bc-switch {
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 18px;
  }

  .bc-switch-btn,
  .bc-switch-btn:first-child,
  .bc-switch-btn:last-child {
    min-width: 100%;
    border-radius: 18px;
  }

  .bc-form-card {
    padding: 22px;
    border-radius: 22px;
  }

  .bc-field label {
    font-size: 22px;
  }

  .bc-grid-2 {
    grid-template-columns: 1fr;
  }

  .bc-btn-submit {
    width: 100%;
    min-width: 100%;
    font-size: 24px;
  }

  .bc-side-image.large img {
    min-height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fbd16d */.bc-footer {
  background: linear-gradient(180deg, #2b211c 0%, #1f1814 100%);
  color: #f5ede6;
  padding: 60px 20px 20px;
  font-family: 'Inter', sans-serif;
}

.bc-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(212, 185, 143, 0.18);
}

.bc-footer-col h3,
.bc-footer-col h4 {
  margin: 0 0 18px;
  font-family: 'Cormorant Garamond', serif;
  color: #d7b57a;
}

.bc-footer-col h3 {
  font-size: 34px;
  font-weight: 700;
}

.bc-footer-col h4 {
  font-size: 24px;
  font-weight: 600;
}

.bc-footer-brand p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(245, 237, 230, 0.82);
  max-width: 320px;
}

.bc-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bc-footer-col ul li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
}

.bc-footer-col a {
  color: rgba(245, 237, 230, 0.86);
  text-decoration: none;
  transition: color 0.2s ease;
}

.bc-footer-col a:hover {
  color: #d7b57a;
}

.bc-footer-contact li {
  color: rgba(245, 237, 230, 0.86);
}

.bc-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 18px;
  text-align: center;
}

.bc-footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: rgba(245, 237, 230, 0.62);
}

/* TABLETTE */
@media (max-width: 991px) {
  .bc-footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .bc-footer-col h3 {
    font-size: 30px;
  }

  .bc-footer-col h4 {
    font-size: 22px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .bc-footer {
    padding: 50px 16px 20px;
  }

  .bc-footer-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bc-footer-col h3 {
    font-size: 28px;
  }

  .bc-footer-col h4 {
    font-size: 21px;
  }

  .bc-footer-brand p,
  .bc-footer-col ul li {
    font-size: 15px;
  }

  .bc-footer-bottom p {
    font-size: 13px;
  }
}/* End custom CSS */