.footer-contact {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 98%;
  max-width: 1900px;
  min-height: 50px;
  margin: 20px auto 10px auto;
  padding: 6px 18px;
  background-color: #f5ede0;
  border-radius: 999px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.footer-brand,
.footer-legal {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

#footer-cgucgv {
  border-left: none;
}

.footer-brand {
  margin-right: auto;
  padding-right: 22px;
}

.footer-legal {
  margin-left: auto;
  padding-left: 20px;
}

.footer-brand__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(179, 168, 154, 0.95), rgba(141, 120, 100, 0.92));
  color: #ffffff;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  font-family: inherit;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 2px 6px rgba(0, 0, 0, 0.14);
}

.footer-brand__link {
  gap: 6px;
  padding: 4px 10px;
  background: #3e3428;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 400;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.footer-brand__link:hover {
  background: red;
}

.footer-brand__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: green;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.footer-brand__text {
  white-space: nowrap;
}

.footer-contact__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 18px;
  box-sizing: border-box;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(117, 100, 79, 0.6);
  border-radius: 999px;
  background: linear-gradient(to bottom, #f8f3ea, #ece4d6);
  color: #3e3428;
  font-family: inherit;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.footer-btn:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 3px 8px rgba(0, 0, 0, 0.12);
}

.footer-btn:focus-visible {
  outline: 2px solid #7a6650;
  outline-offset: 2px;
}

.footer-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: inherit;
  line-height: 1;
}

.footer-contact__text {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  font-size: 0.95rem;
  font-family: inherit;
  color: #211a14;
  word-break: break-word;
}

.footer-contact__text a {
  color: #1d46c2;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-contact__text a:hover {
  color: #c1852a;
  text-decoration-thickness: 2px;
}

.footer-legal__link {
  color: #382c22;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: inherit;
  white-space: nowrap;
}

.footer-legal__link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.grecaptcha-badge {
  z-index: 9999 !important;
}

/* Tablette */
@media screen and (max-width: 1100px) {
  .footer-contact {
    padding: 6px 10px;
  }
  .footer-brand,
  .footer-legal,
  .footer-contact__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-contact__text {
    font-size: 0.88rem;
  }
  .footer-brand__link {
    font-size: 0.82rem;
    padding: 6px 12px;
  }
}
/* Mobile */
@media screen and (max-width: 620px) {
  .footer-contact {
    width: calc(100% - 10px);
    max-width: 460px;
    min-height: auto;
    padding: 8px 12px;
    border-radius: 28px;
    flex-direction: column;
    align-items: stretch;
  }
  .footer-brand,
  .footer-legal,
  .footer-contact__item {
    width: 100%;
    justify-content: flex-start;
    padding: 8px 2px;
    border-left: none !important;
  }
  .footer-brand + .footer-contact__item,
  .footer-contact__item + .footer-contact__item,
  .footer-contact__item + .footer-legal {
    border-top: 1px solid rgba(70, 58, 45, 0.35);
  }
  .footer-btn {
    width: 70px;
    height: 70px;
  }
  .footer-contact__text,
  .footer-legal__link {
    font-size: 0.9rem;
  }
}
html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.footer-brand,
.footer-legal {
  display: flex;
  align-items: center;
  padding: 0 14px;
  flex: 0 0 auto;
}

.footer-brand__link:hover {
  background: blue;
  color: rgba(245, 237, 224, 0.95);
}

.footer-brand__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffffff;
}

.grecaptcha-badge {
  width: 200px !important;
  height: 50px !important;
  display: block;
  transition: right 0.3s;
  position: fixed;
  bottom: 10px;
  right: -136px !important;
  box-shadow: gray 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
}

.grecaptcha-logo {
  width: 40px !important;
  height: 40px !important;
}

.rc-anchor-logo-img .rc-anchor-logo-img-large {
  width: 40px !important;
  height: 40px !important;
}

.h1Betina {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-family: "Hello Darling";
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: bold;
  color: #3b3128;
  text-align: center;
  white-space: normal;
  min-width: 0;
}
@media screen and (orientation: landscape) and (max-height: 360px) {
  .h1Betina {
    font-size: clamp(0.1rem, 5vw, 5rem);
  }
}

/* 
.navbar li:hover,
a:hover {
  color: black !important;
  background-color: #c1852a;
  padding: 7px;
  border-radius: 15px;
}

.navbar li,
a {
  color: black !important;
  background-color: #efe7db;
  padding: 7px;
  border-radius: 15px;
}
*/