.elementor-2761 .elementor-element.elementor-element-4d9e1ed{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-e83361d *//* ========================================================= */
/* FOOTER RUCHER RESPONSABLE — VERSION PLUS LARGE */
/* ========================================================= */

.rucher-footer {
  position: relative;
  width: 100%;
  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #fffaf0 0%,
      #fff6df 100%
    );

  color: #241a12;
  font-family: inherit;

  border-top: 1px solid rgba(217, 121, 4, 0.16);
}

/* Motif léger en arrière-plan */
.rucher-footer::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    radial-gradient(
      circle at 1px 1px,
      rgba(217, 121, 4, 0.07) 1px,
      transparent 0
    );

  background-size: 26px 26px;

  opacity: 0.55;
  pointer-events: none;
}

/* ========================================================= */
/* DÉCORATIONS LATÉRALES */
/* ========================================================= */

.rucher-footer-decoration {
  position: absolute;
  z-index: 1;

  display: flex;
  flex-direction: column;
  gap: 8px;

  color: rgba(180, 112, 18, 0.45);

  font-size: 34px;
  line-height: 1;

  pointer-events: none;
}

.rucher-footer-decoration-left {
  left: 24px;
  bottom: 76px;
}

.rucher-footer-decoration-right {
  right: 24px;
  bottom: 76px;
  align-items: flex-end;
}

/* ========================================================= */
/* CONTENEUR PRINCIPAL — LARGEUR AUGMENTÉE */
/* ========================================================= */

.rucher-footer-inner {
  position: relative;
  z-index: 2;

  display: grid;

  /*
   * Marque plus large à gauche,
   * services et zones équilibrés,
   * contact plus confortable à droite.
   */
  grid-template-columns:
    minmax(280px, 1.25fr)
    minmax(250px, 1fr)
    minmax(260px, 1fr)
    minmax(330px, 1.2fr);

  gap: clamp(42px, 4vw, 78px);

  width: 100%;
  max-width: 1640px;

  margin: 0 auto;
  padding: 68px 54px 52px;
}

/* ========================================================= */
/* BLOC MARQUE / LOGO */
/* ========================================================= */

.rucher-footer-brand {
  width: 100%;
  max-width: 330px;
}

.rucher-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;

  margin-bottom: 22px;

  text-decoration: none;
}

.rucher-footer-logo img {
  display: block;

  width: 185px;
  max-width: 100%;
  height: auto;

  object-fit: contain;
}

.rucher-footer-brand p {
  max-width: 310px;
  margin: 0;

  color: #5f4b3c;

  font-size: 15px;
  line-height: 1.75;
}

/* ========================================================= */
/* RÉSEAUX SOCIAUX */
/* ========================================================= */

.rucher-footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-top: 24px;
}

.rucher-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  background:
    linear-gradient(
      135deg,
      #f4a900,
      #d97904
    );

  color: #17120e;

  border-radius: 50%;

  text-decoration: none;

  font-size: 18px;
  line-height: 1;
  font-weight: 900;

  box-shadow: 0 10px 22px rgba(217, 121, 4, 0.2);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.rucher-footer-socials a:hover {
  transform: translateY(-4px);
  filter: brightness(1.04);

  box-shadow: 0 15px 30px rgba(217, 121, 4, 0.3);
}

/* ========================================================= */
/* COLONNES */
/* ========================================================= */

.rucher-footer-column {
  min-width: 0;
}

.rucher-footer-column h3 {
  position: relative;

  margin: 0 0 24px;

  color: #17120e;

  font-size: 19px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.015em;
}

/* Trait orange sous les titres */
.rucher-footer-column h3::after {
  content: "";

  display: block;

  width: 42px;
  height: 3px;

  margin-top: 10px;

  background:
    linear-gradient(
      90deg,
      #f4a900,
      #d97904
    );

  border-radius: 999px;
}

.rucher-footer-column ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.rucher-footer-column li {
  margin: 0 0 13px;
}

.rucher-footer-column li:last-child {
  margin-bottom: 0;
}

.rucher-footer-column a {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;

  color: #4d3a2d;

  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 600;

  text-decoration: none;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.rucher-footer-column a span {
  flex: 0 0 auto;

  color: #d97904;
  font-weight: 900;
}

.rucher-footer-column a:hover {
  color: #d97904;
  transform: translateX(4px);
}

/* ========================================================= */
/* CONTACT */
/* ========================================================= */

.rucher-footer-contact ul {
  display: grid;
  gap: 18px;
}

.rucher-footer-contact li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;

  margin: 0;
}

.rucher-footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  background: rgba(244, 169, 0, 0.14);

  color: #d97904;

  border: 1px solid rgba(217, 121, 4, 0.2);
  border-radius: 50%;

  font-size: 18px;
  font-weight: 900;
}

.rucher-footer-contact strong {
  display: block;

  margin-bottom: 5px;

  color: #17120e;

  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.rucher-footer-contact p,
.rucher-footer-contact small {
  margin: 0;

  color: #5f4b3c;

  font-size: 14px;
  line-height: 1.6;
}

.rucher-footer-contact small {
  display: block;

  margin-top: 4px;

  color: #8a6a48;
}

.rucher-footer-contact a {
  display: inline;

  color: #5f4b3c;

  overflow-wrap: anywhere;
}

.rucher-footer-contact a:hover {
  color: #d97904;
  transform: none;
}

/* ========================================================= */
/* BANDE INFÉRIEURE */
/* ========================================================= */

.rucher-footer-bottom {
  position: relative;
  z-index: 2;

  background:
    linear-gradient(
      135deg,
      #f4a900 0%,
      #e89a00 55%,
      #d97904 100%
    );

  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.rucher-footer-bottom-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 32px;

  width: 100%;
  max-width: 1640px;

  margin: 0 auto;
  padding: 15px 54px;
}

.rucher-footer-bottom p {
  margin: 0;

  color: #17120e;

  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 700;
}

/* Liens légaux */
.rucher-footer-legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.rucher-footer-legal a {
  position: relative;

  color: #17120e;

  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;

  text-decoration: none;
}

.rucher-footer-legal a:not(:last-child)::after {
  content: "•";

  position: absolute;
  right: -12px;

  color: rgba(23, 18, 14, 0.45);
}

.rucher-footer-legal a:hover {
  text-decoration: underline;
}

/* Bouton retour en haut */
.rucher-footer-back-top {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  background: #17120e;
  color: #ffffff;

  border-radius: 50%;

  text-decoration: none;

  font-size: 19px;
  line-height: 1;
  font-weight: 900;

  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.18);

  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.rucher-footer-back-top:hover {
  transform: translateY(-4px);
  background: #3b2b1d;
}

/* ========================================================= */
/* ÉCRANS INTERMÉDIAIRES */
/* ========================================================= */

@media (max-width: 1450px) {
  .rucher-footer-inner {
    max-width: 1400px;

    grid-template-columns:
      minmax(250px, 1.2fr)
      minmax(220px, 1fr)
      minmax(230px, 1fr)
      minmax(300px, 1.2fr);

    gap: 46px;

    padding-left: 40px;
    padding-right: 40px;
  }

  .rucher-footer-bottom-inner {
    max-width: 1400px;

    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ========================================================= */
/* TABLETTE LARGE */
/* ========================================================= */

@media (max-width: 1100px) {
  .rucher-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 52px;

    max-width: 960px;

    padding:
      60px
      32px
      48px;
  }

  .rucher-footer-brand {
    max-width: none;
  }

  .rucher-footer-brand p {
    max-width: 420px;
  }

  .rucher-footer-bottom-inner {
    grid-template-columns: 1fr auto;

    max-width: 960px;

    padding-left: 32px;
    padding-right: 32px;
  }

  .rucher-footer-legal {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

/* ========================================================= */
/* TABLETTE */
/* ========================================================= */

@media (max-width: 768px) {
  .rucher-footer-inner {
    grid-template-columns: 1fr;
    gap: 36px;

    max-width: 620px;

    padding:
      52px
      24px
      44px;
  }

  .rucher-footer-brand,
  .rucher-footer-column {
    max-width: 560px;
  }

  .rucher-footer-logo img {
    width: 155px;
  }

  .rucher-footer-bottom-inner {
    grid-template-columns: 1fr auto;
    gap: 18px;

    max-width: 620px;

    padding: 16px 24px;
  }

  .rucher-footer-bottom p {
    font-size: 13px;
  }

  .rucher-footer-legal {
    gap: 14px;
    flex-wrap: wrap;
  }

  .rucher-footer-decoration {
    display: none;
  }
}

/* ========================================================= */
/* MOBILE */
/* ========================================================= */

@media (max-width: 560px) {
  .rucher-footer-inner {
    padding:
      44px
      18px
      38px;
  }

  .rucher-footer-brand,
  .rucher-footer-column {
    max-width: none;
  }

  .rucher-footer-brand {
    text-align: center;
  }

  .rucher-footer-brand p {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }

  .rucher-footer-logo {
    justify-content: center;

    width: 100%;
  }

  .rucher-footer-socials {
    justify-content: center;
  }

  .rucher-footer-column h3 {
    font-size: 18px;
  }

  .rucher-footer-contact li {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .rucher-footer-contact-icon {
    width: 38px;
    height: 38px;
  }

  .rucher-footer-bottom-inner {
    grid-template-columns: 1fr;
    justify-items: center;

    gap: 14px;

    padding: 18px;

    text-align: center;
  }

  .rucher-footer-legal {
    justify-content: center;
  }

  .rucher-footer-back-top {
    width: 40px;
    height: 40px;
  }
}

/* ========================================================= */
/* PETITS MOBILES */
/* ========================================================= */

@media (max-width: 390px) {
  .rucher-footer-inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rucher-footer-column a,
  .rucher-footer-contact p,
  .rucher-footer-contact small,
  .rucher-footer-contact a {
    font-size: 13.5px;
  }

  .rucher-footer-legal {
    flex-direction: column;
    gap: 7px;
  }

  .rucher-footer-legal a::after {
    display: none;
  }
}/* End custom CSS */