@charset "UTF-8";
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}
.btn-gold:hover {
  background-color: #A2873E;
}
.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}
.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

/* Page représentant un chien ou un chiot en front-office (
* les prefixes dog- sont généraux,
* les prefixes repro- sont pour les reproducteurs,
* les prefixes puppy- sont pour les chiots)
*/
.dog-page-top {
  margin: 90px auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.dog-page-top .dog-page-top-left {
  flex: 0 0 65%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dog-page-top .individual-diapo {
  display: flex;
  gap: 16px;
  width: 100%;
}
.dog-page-top .individual-diapo__main-image {
  flex: 1;
  border-radius: 6px;
  overflow: hidden;
}
.dog-page-top .individual-diapo__main-image .img-container, .dog-page-top .individual-diapo__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dog-page-top .individual-diapo__other-images {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 240px;
  flex-shrink: 0;
}
.dog-page-top .individual-diapo__other-images .individual-diapo__little-image {
  border-radius: 6px;
  overflow: hidden;
}
.dog-page-top .individual-diapo__other-images .individual-diapo__little-image .img-container, .dog-page-top .individual-diapo__other-images .individual-diapo__little-image img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.dog-page-top {
  /** Lien Lof Select + Lien Retour à la portée (même template actuel) */
}
.dog-page-top .lofselect-link, .dog-page-top .puppy-birthlitter-link {
  margin-left: 2px;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #715B5B;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.dog-page-top .lofselect-link:hover, .dog-page-top .puppy-birthlitter-link:hover {
  color: #241D1D;
}
.dog-page-top .dog-page-top-right {
  flex: 1;
  position: sticky;
  top: 150px;
}
.dog-page-top:has(details[open]) .dog-page-top-right {
  animation: stickyBounce 0.4s ease-out;
}
.dog-page-top {
  /** Badge de disponibilité d'un chiot */
}
.dog-page-top .puppy-card-badge {
  background-color: #D9CFAE;
  color: #241D1D;
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 32px;
}
.dog-page-top .puppy-card-badge.reserved {
  background-color: #715B5B;
  color: #fff;
}
.dog-page-top .puppy-card-badge.option {
  background-color: rgba(36, 29, 29, 0.6);
  color: #fff;
}
.dog-page-top {
  /** Container des étiquettes d'information */
}
.dog-page-top .labels-informations {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /** Etiquette d'information */
}
.dog-page-top .labels-informations .dog-label {
  flex: 1 1 calc(50% - 8px);
  background-color: #F8F6F2;
  padding: 12px 15px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dog-page-top .labels-informations .dog-label p {
  margin: 0;
  /** Titre de l'étiquette */
}
.dog-page-top .labels-informations .dog-label p:nth-child(1) {
  font-weight: 700;
  font-size: 16px;
  line-height: 129%;
  letter-spacing: 0;
  color: #715B5B;
  text-transform: uppercase;
}
.dog-page-top .labels-informations .dog-label p {
  /** Valeur de l'étiquette */
}
.dog-page-top .labels-informations .dog-label p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  line-height: 151%;
  letter-spacing: 0;
  color: #241D1D;
}
.dog-page-top .others-informations {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  margin: 30px 0;
}
.dog-page-top .others-informations > div:not(.contact-cta) {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dog-page-top .others-informations > div:not(.contact-cta) p {
  margin: 0;
}
.dog-page-top .others-informations .contact-cta {
  margin-left: auto;
}
.dog-page-top .others-informations .label-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 129%;
  letter-spacing: 0;
  color: #715B5B;
  text-transform: uppercase;
}
.dog-page-top .others-informations .price-container {
  padding-left: 15px;
}
.dog-page-top .others-informations .price {
  color: #241D1D;
  font-weight: 700;
  font-size: 24px;
  line-height: 151%;
  letter-spacing: 0;
}
.dog-page-top .others-informations .btn-gold {
  display: inline-block;
  font-weight: 700;
  text-wrap: nowrap;
  margin: 0;
}
.dog-page-top .backlink {
  margin: 25px 10px;
}
.dog-page-top .backlink__item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.dog-page-top .backlink__item > a {
  color: #241D1D;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.dog-page-top .backlink__item > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #241D1D;
  transition: width 0.3s ease;
}
.dog-page-top .backlink__item > a:hover::after {
  width: 100%;
}
.dog-page-top details.sante-cotation, .dog-page-top details.show-result {
  margin-bottom: 12px;
  border-radius: 6px;
  width: 100%;
  padding: 20px 24px;
  background-color: #F8F6F2;
}
.dog-page-top details.sante-cotation summary, .dog-page-top details.show-result summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  padding-right: 30px;
}
.dog-page-top details.sante-cotation summary::-webkit-details-marker, .dog-page-top details.show-result summary::-webkit-details-marker {
  display: none;
}
.dog-page-top details.sante-cotation summary, .dog-page-top details.show-result summary {
  font-weight: 700;
  font-size: 16px;
  color: #241D1D;
}
.dog-page-top details.sante-cotation summary::before, .dog-page-top details.sante-cotation summary::after, .dog-page-top details.show-result summary::before, .dog-page-top details.show-result summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 2px;
  background-color: #715B5B;
  transition: transform 0.3s ease-in-out;
}
.dog-page-top details.sante-cotation summary::before, .dog-page-top details.show-result summary::before {
  transform: translateY(-50%);
}
.dog-page-top details.sante-cotation summary::after, .dog-page-top details.show-result summary::after {
  transform: translateY(-50%) rotate(90deg);
}
.dog-page-top details.sante-cotation[open] summary::after, .dog-page-top details.show-result[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}
.dog-page-top details.sante-cotation[open] summary ~ *, .dog-page-top details.show-result[open] summary ~ * {
  animation: accordionOpen 0.4s ease-out forwards;
  overflow: hidden;
}
.dog-page-top details.sante-cotation .sante-info, .dog-page-top details.show-result .sante-info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  font-size: 15px;
  color: #241D1D;
}
.dog-page-top details.sante-cotation .sante-info span, .dog-page-top details.show-result .sante-info span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dog-page-top details.sante-cotation .sante-info span::before, .dog-page-top details.show-result .sante-info span::before {
  font-weight: bold;
  font-size: 16px;
}
.dog-page-top details.sante-cotation .sante-info span.good::before, .dog-page-top details.show-result .sante-info span.good::before {
  content: "✓";
  color: #4CAF50;
}
.dog-page-top details.sante-cotation .sante-info span.bad::before, .dog-page-top details.show-result .sante-info span.bad::before {
  content: "x";
  color: #e74c3c;
}
.dog-page-top details.sante-cotation .show-result-item, .dog-page-top details.show-result .show-result-item {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(113, 91, 91, 0.2);
}
.dog-page-top details.sante-cotation .show-result-item:last-child, .dog-page-top details.show-result .show-result-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.dog-page-top details.sante-cotation .show-result-item .label, .dog-page-top details.show-result .show-result-item .label {
  display: inline-block;
  background-color: #D9CFAE;
  color: #241D1D;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
}
.dog-page-top details.sante-cotation .show-result-item .time-zone, .dog-page-top details.show-result .show-result-item .time-zone {
  font-size: 13px;
  color: #715B5B;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dog-page-top details.sante-cotation .show-result-item .time-zone::before, .dog-page-top details.show-result .show-result-item .time-zone::before {
  font-family: "Material Symbols Outlined";
  content: "location_on";
  font-weight: normal;
  font-size: 16px;
}
.dog-page-top details.sante-cotation .show-result-item .details-results, .dog-page-top details.show-result .show-result-item .details-results {
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #241D1D;
  margin: 0;
}

.dog-page-litter {
  margin-bottom: 90px;
}
.dog-page-litter h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
}
.dog-page-litter h3 {
  font-weight: 700;
}

.puppy-siblings {
  background-color: #241D1D;
  padding: 90px 0;
}
.puppy-siblings .puppy-siblings-container h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
}
.puppy-siblings .puppy-siblings-container .puppy-slider--body {
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.puppy-siblings .puppy-siblings-container .puppy-slider--body::-webkit-scrollbar {
  display: none;
}
.puppy-siblings .puppy-siblings-container .puppy-slider--body > .puppy-card {
  flex: 0 0 auto;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

.puppy-card {
  width: 100%;
  max-width: 375px;
  background-color: #F8F6F2;
  border: 1px solid #F8F6F2;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.puppy-card .puppy-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 278px;
  overflow: hidden;
}
.puppy-card .puppy-card-image-wrapper .diapo-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.puppy-card .puppy-card-image-wrapper .diapo {
  display: flex;
  width: 100%;
  height: 100%;
}
.puppy-card .puppy-card-image-wrapper .puppy-card-image {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.puppy-card .puppy-card-image-wrapper .diapo-controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  pointer-events: none;
  z-index: 2;
}
.puppy-card .puppy-card-image-wrapper .diapo-controls button {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background-color: rgba(36, 29, 29, 0.55);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.puppy-card .puppy-card-image-wrapper .diapo-controls button:hover {
  background-color: #241D1D;
}
.puppy-card .puppy-card-image-wrapper .diapo-controls button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.puppy-card .puppy-card-image-wrapper .diapo-controls button.bi-caret-left::before {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.puppy-card .puppy-card-image-wrapper .diapo-controls button.bi-caret-right::before {
  transform: rotate(45deg) translate(-1px, 1px);
}
.puppy-card .puppy-card-image-wrapper .puppy-card-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background-color: #D9CFAE;
  color: #241D1D;
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}
.puppy-card .puppy-card-image-wrapper .puppy-card-badge.reserved {
  background-color: #715B5B;
  color: #fff;
}
.puppy-card .puppy-card-image-wrapper .puppy-card-badge.option {
  background-color: rgba(36, 29, 29, 0.6);
  color: #fff;
}
.puppy-card .puppy-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.puppy-card .puppy-card-content .puppy-card-title {
  color: #241D1D;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 10px 0;
}
.puppy-card .puppy-card-content .puppy-card-parents {
  color: #715B5B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
}
.puppy-card .puppy-card-content .puppy-card-details {
  color: #715B5B;
  font-size: 16px;
  font-weight: 400;
  line-height: 151%;
  margin: 0 0 32px 0;
}
.puppy-card .puppy-card-content .puppy-card-action {
  align-self: flex-end;
  color: #715B5B;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.puppy-card .puppy-card-content .puppy-card-action:hover span {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}
.puppy-card .puppy-card-content .puppy-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

.puppy-card-litter {
  width: 100%;
  max-width: 375px;
  background-color: #F8F6F2;
  border: 1px solid #F8F6F2;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.puppy-card-litter .puppy-card-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.puppy-card-litter .puppy-card-image-wrapper .puppy-card-link {
  z-index: 2;
  background: transparent;
}
.puppy-card-litter .puppy-card-image-wrapper .puppy-card-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.puppy-card-litter .puppy-card-image-wrapper .puppy-card-title {
  position: absolute;
  bottom: 40px;
  left: 10px;
  color: #F8F6F2;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  font-weight: 700;
}
.puppy-card-litter .puppy-card-image-wrapper .puppy-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s ease;
}
.puppy-card-litter .puppy-card-image-wrapper .puppy-card-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background-color: #D9CFAE;
  color: #241D1D;
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}
.puppy-card-litter .puppy-card-image-wrapper .puppy-card-badge.reserved {
  background-color: #715B5B;
  color: #fff;
}
.puppy-card-litter .puppy-card-image-wrapper .puppy-card-badge.option {
  background-color: rgba(36, 29, 29, 0.6);
  color: #fff;
}
.puppy-card-litter:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}
.puppy-card-litter:hover .puppy-card-image {
  filter: brightness(1.12) saturate(1.05);
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

.repro-card {
  width: 100%;
  max-width: 375px;
  background-color: #F8F6F2;
  border: 1px solid #F8F6F2;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.repro-card .repro-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 278px;
}
.repro-card .repro-card-image-wrapper .repro-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.repro-card .repro-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.repro-card .repro-card-content .repro-card-title {
  color: #241D1D;
  font-family: "Cormorant", serif;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 10px 0;
}
.repro-card .repro-card-content .repro-card-details {
  color: #715B5B;
  font-size: 16px;
  font-weight: 400;
  line-height: 151%;
  margin: 0 0 32px 0;
}
.repro-card .repro-card-content .repro-card-action {
  align-self: flex-end;
  color: #715B5B;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.repro-card .repro-card-content .repro-card-action:hover span {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}
.repro-card .repro-card-content .repro-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.repro-card:hover {
  border: solid 1px #000;
}
.repro-card:hover .repro-card-action span {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

.actu-card {
  width: 100%;
  max-width: 375px;
  background-color: #F8F6F2;
  border: 1px solid #F8F6F2;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}
.actu-card .actu-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 278px;
}
.actu-card .actu-card-image-wrapper .actu-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.actu-card .actu-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.actu-card .actu-card-content > a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.actu-card .actu-card-content .actu-card-title {
  color: #241D1D;
  font-family: "Cormorant", serif;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 10px 0;
}
.actu-card .actu-card-content .actu-card-details {
  color: #715B5B;
  font-size: 14px;
  margin: 0 0 32px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.actu-card .actu-card-content .actu-card-action {
  margin-top: auto;
  align-self: flex-end;
  color: #715B5B;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.actu-card:hover {
  border: solid 1px #000;
}
.actu-card:hover .actu-card-action span {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

main.main-contact .contact-info__section .custom-contact-form, .login-form, .backoffice-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main.main-contact .contact-info__section .custom-contact-form .floating-label-group, .login-form .floating-label-group, .backoffice-form .floating-label-group {
  position: relative;
  width: 100%;
}
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-input, .login-form .floating-label-group .form-input, .backoffice-form .floating-label-group .form-input, main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-textarea, .login-form .floating-label-group .form-textarea, .backoffice-form .floating-label-group .form-textarea, main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-select, .login-form .floating-label-group .form-select, .backoffice-form .floating-label-group .form-select {
  width: 100%;
  background-color: #F8F6F2;
  border: none;
  border-radius: 4px;
  padding: 28px 20px 8px 20px;
  font-family: sans-serif;
  font-size: 16px;
  color: #333;
}
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-input::placeholder, .login-form .floating-label-group .form-input::placeholder, .backoffice-form .floating-label-group .form-input::placeholder, main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-textarea::placeholder, .login-form .floating-label-group .form-textarea::placeholder, .backoffice-form .floating-label-group .form-textarea::placeholder, main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-select::placeholder, .login-form .floating-label-group .form-select::placeholder, .backoffice-form .floating-label-group .form-select::placeholder {
  color: #555;
}
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-input:focus, .login-form .floating-label-group .form-input:focus, .backoffice-form .floating-label-group .form-input:focus, main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-textarea:focus, .login-form .floating-label-group .form-textarea:focus, .backoffice-form .floating-label-group .form-textarea:focus, main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-select:focus, .login-form .floating-label-group .form-select:focus, .backoffice-form .floating-label-group .form-select:focus {
  outline: 2px solid #dcd1b3;
}
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-input:-webkit-autofill, .login-form .floating-label-group .form-input:-webkit-autofill, .backoffice-form .floating-label-group .form-input:-webkit-autofill, main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-textarea:-webkit-autofill, .login-form .floating-label-group .form-textarea:-webkit-autofill, .backoffice-form .floating-label-group .form-textarea:-webkit-autofill, main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-select:-webkit-autofill, .login-form .floating-label-group .form-select:-webkit-autofill, .backoffice-form .floating-label-group .form-select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f9f8f5 inset !important;
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s;
}
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-textarea, .login-form .floating-label-group .form-textarea, .backoffice-form .floating-label-group .form-textarea {
  resize: vertical;
  min-height: 150px;
}
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .floating-label, .login-form .floating-label-group .floating-label, .backoffice-form .floating-label-group .floating-label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #555;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .floating-label .required-asterisk, .login-form .floating-label-group .floating-label .required-asterisk, .backoffice-form .floating-label-group .floating-label .required-asterisk {
  color: #e74c3c;
  margin-left: 3px;
}
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-input:focus ~ .floating-label, .login-form .floating-label-group .form-input:focus ~ .floating-label, .backoffice-form .floating-label-group .form-input:focus ~ .floating-label,
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-input:not(:placeholder-shown) ~ .floating-label,
.login-form .floating-label-group .form-input:not(:placeholder-shown) ~ .floating-label,
.backoffice-form .floating-label-group .form-input:not(:placeholder-shown) ~ .floating-label,
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-textarea:focus ~ .floating-label,
.login-form .floating-label-group .form-textarea:focus ~ .floating-label,
.backoffice-form .floating-label-group .form-textarea:focus ~ .floating-label,
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .form-textarea:not(:placeholder-shown) ~ .floating-label,
.login-form .floating-label-group .form-textarea:not(:placeholder-shown) ~ .floating-label,
.backoffice-form .floating-label-group .form-textarea:not(:placeholder-shown) ~ .floating-label {
  top: 6px;
  font-size: 12px;
  color: #B59746;
  font-weight: 600;
}
main.main-contact .contact-info__section .custom-contact-form .floating-label-group .floating-label--select, .login-form .floating-label-group .floating-label--select, .backoffice-form .floating-label-group .floating-label--select {
  top: 6px;
  font-size: 12px;
  color: #B59746;
  font-weight: 600;
}
main.main-contact .contact-info__section .custom-contact-form .form-grid, .login-form .form-grid, .backoffice-form .form-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
main.main-contact .contact-info__section .custom-contact-form .form-grid__pair, .login-form .form-grid__pair, .backoffice-form .form-grid__pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  main.main-contact .contact-info__section .custom-contact-form .form-grid__pair, .login-form .form-grid__pair, .backoffice-form .form-grid__pair {
    grid-template-columns: 1fr 1fr;
  }
}
main.main-contact .contact-info__section .custom-contact-form .form-grid__pair > :only-child, .login-form .form-grid__pair > :only-child, .backoffice-form .form-grid__pair > :only-child {
  grid-column: 2/-1;
}
main.main-contact .contact-info__section .custom-contact-form fieldset, .login-form fieldset, .backoffice-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  main.main-contact .contact-info__section .custom-contact-form fieldset, .login-form fieldset, .backoffice-form fieldset {
    grid-template-columns: 1fr 1fr;
  }
}
main.main-contact .contact-info__section .custom-contact-form fieldset h2, .login-form fieldset h2, .backoffice-form fieldset h2 {
  grid-column: 1/-1;
}
main.main-contact .contact-info__section .custom-contact-form .form-full-width, .login-form .form-full-width, .backoffice-form .form-full-width {
  grid-column: 1/-1;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-row > label, .login-form .form-file-row > label, .backoffice-form .form-file-row > label, main.main-contact .contact-info__section .custom-contact-form .form-choice-group .form-choice-legend, .login-form .form-choice-group .form-choice-legend, .backoffice-form .form-choice-group .form-choice-legend {
  font-size: 12px;
  font-weight: 600;
  color: #B59746;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-row > label .required-asterisk, .login-form .form-file-row > label .required-asterisk, .backoffice-form .form-file-row > label .required-asterisk, main.main-contact .contact-info__section .custom-contact-form .form-choice-group .form-choice-legend .required-asterisk, .login-form .form-choice-group .form-choice-legend .required-asterisk, .backoffice-form .form-choice-group .form-choice-legend .required-asterisk {
  color: #e74c3c;
  margin-left: 3px;
}
main.main-contact .contact-info__section .custom-contact-form .form-choice-group, .login-form .form-choice-group, .backoffice-form .form-choice-group {
  background-color: #F8F6F2;
  border-radius: 4px;
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.main-contact .contact-info__section .custom-contact-form .form-choice-group > div, .login-form .form-choice-group > div, .backoffice-form .form-choice-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
main.main-contact .contact-info__section .custom-contact-form .form-choice-group input[type=radio], .login-form .form-choice-group input[type=radio], .backoffice-form .form-choice-group input[type=radio],
main.main-contact .contact-info__section .custom-contact-form .form-choice-group input[type=checkbox],
.login-form .form-choice-group input[type=checkbox],
.backoffice-form .form-choice-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
main.main-contact .contact-info__section .custom-contact-form .form-choice-group input[type=radio] + label, .login-form .form-choice-group input[type=radio] + label, .backoffice-form .form-choice-group input[type=radio] + label,
main.main-contact .contact-info__section .custom-contact-form .form-choice-group input[type=checkbox] + label,
.login-form .form-choice-group input[type=checkbox] + label,
.backoffice-form .form-choice-group input[type=checkbox] + label {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #715B5B;
  border-radius: 55px;
  cursor: pointer;
  background-color: #fff;
  color: #715B5B;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease;
}
main.main-contact .contact-info__section .custom-contact-form .form-choice-group input[type=radio]:checked + label, .login-form .form-choice-group input[type=radio]:checked + label, .backoffice-form .form-choice-group input[type=radio]:checked + label,
main.main-contact .contact-info__section .custom-contact-form .form-choice-group input[type=checkbox]:checked + label,
.login-form .form-choice-group input[type=checkbox]:checked + label,
.backoffice-form .form-choice-group input[type=checkbox]:checked + label {
  background-color: #715B5B;
  color: #fff;
}
main.main-contact .contact-info__section .custom-contact-form .form-choice-group input[type=radio]:focus-visible + label, .login-form .form-choice-group input[type=radio]:focus-visible + label, .backoffice-form .form-choice-group input[type=radio]:focus-visible + label,
main.main-contact .contact-info__section .custom-contact-form .form-choice-group input[type=checkbox]:focus-visible + label,
.login-form .form-choice-group input[type=checkbox]:focus-visible + label,
.backoffice-form .form-choice-group input[type=checkbox]:focus-visible + label {
  outline: 2px solid #B59746;
  outline-offset: 2px;
}
main.main-contact .contact-info__section .custom-contact-form .form-toggle-row, .login-form .form-toggle-row, .backoffice-form .form-toggle-row {
  background-color: #F8F6F2;
  border-radius: 4px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
main.main-contact .contact-info__section .custom-contact-form .form-toggle-row .form-toggle-label, .login-form .form-toggle-row .form-toggle-label, .backoffice-form .form-toggle-row .form-toggle-label {
  font-size: 14px;
  font-weight: 600;
  color: #241D1D;
  cursor: pointer;
}
main.main-contact .contact-info__section .custom-contact-form, .login-form, .backoffice-form {
  /** Bouton Toggle : Input + Span pour effet Toggle */
}
main.main-contact .contact-info__section .custom-contact-form .form-toggle-switch, .login-form .form-toggle-switch, .backoffice-form .form-toggle-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
}
main.main-contact .contact-info__section .custom-contact-form .form-toggle-switch input[type=checkbox], .login-form .form-toggle-switch input[type=checkbox], .backoffice-form .form-toggle-switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
main.main-contact .contact-info__section .custom-contact-form .form-toggle-switch input[type=checkbox]:checked + .form-toggle-slider, .login-form .form-toggle-switch input[type=checkbox]:checked + .form-toggle-slider, .backoffice-form .form-toggle-switch input[type=checkbox]:checked + .form-toggle-slider {
  background-color: #715B5B;
}
main.main-contact .contact-info__section .custom-contact-form .form-toggle-switch input[type=checkbox]:checked + .form-toggle-slider::before, .login-form .form-toggle-switch input[type=checkbox]:checked + .form-toggle-slider::before, .backoffice-form .form-toggle-switch input[type=checkbox]:checked + .form-toggle-slider::before {
  transform: translateX(22px);
}
main.main-contact .contact-info__section .custom-contact-form .form-toggle-switch, .login-form .form-toggle-switch, .backoffice-form .form-toggle-switch {
  /** Span du bouton toggle */
}
main.main-contact .contact-info__section .custom-contact-form .form-toggle-switch .form-toggle-slider, .login-form .form-toggle-switch .form-toggle-slider, .backoffice-form .form-toggle-switch .form-toggle-slider {
  position: absolute;
  inset: 0;
  background-color: #ccc;
  border-radius: 999px;
  transition: background-color 0.2s ease;
}
main.main-contact .contact-info__section .custom-contact-form .form-toggle-switch .form-toggle-slider::before, .login-form .form-toggle-switch .form-toggle-slider::before, .backoffice-form .form-toggle-switch .form-toggle-slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.2s ease;
}
main.main-contact .contact-info__section .custom-contact-form .form-checkbox-row, .login-form .form-checkbox-row, .backoffice-form .form-checkbox-row {
  background-color: #F8F6F2;
  border-radius: 4px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
main.main-contact .contact-info__section .custom-contact-form .form-checkbox-row input[type=checkbox], .login-form .form-checkbox-row input[type=checkbox], .backoffice-form .form-checkbox-row input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #715B5B;
  flex-shrink: 0;
}
main.main-contact .contact-info__section .custom-contact-form .form-checkbox-row label, .login-form .form-checkbox-row label, .backoffice-form .form-checkbox-row label {
  font-size: 14px;
  font-weight: 600;
  color: #241D1D;
  cursor: pointer;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-row, .login-form .form-file-row, .backoffice-form .form-file-row {
  background-color: #F8F6F2;
  border-radius: 4px;
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-row .form-text, .login-form .form-file-row .form-text, .backoffice-form .form-file-row .form-text {
  font-size: 13px;
  color: #666;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-widget, .login-form .form-file-widget, .backoffice-form .form-file-widget {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-widget__preview, .login-form .form-file-widget__preview, .backoffice-form .form-file-widget__preview {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e2d9c0;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-widget__preview img, .login-form .form-file-widget__preview img, .backoffice-form .form-file-widget__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-widget__controls, .login-form .form-file-widget__controls, .backoffice-form .form-file-widget__controls {
  display: flex;
  flex: 1;
  min-width: 200px;
  flex-direction: column;
  gap: 8px;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-widget__download, .login-form .form-file-widget__download, .backoffice-form .form-file-widget__download {
  align-self: flex-end;
  font-size: 13px;
  font-weight: 600;
  color: #715B5B;
  text-decoration: underline;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-widget__download:hover, .login-form .form-file-widget__download:hover, .backoffice-form .form-file-widget__download:hover {
  color: #241D1D;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-widget .form-checkbox-row, .login-form .form-file-widget .form-checkbox-row, .backoffice-form .form-file-widget .form-checkbox-row {
  background-color: #fff;
  padding: 8px 14px;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-widget input[type=file], .login-form .form-file-widget input[type=file], .backoffice-form .form-file-widget input[type=file] {
  font-size: 14px;
  color: #333;
  width: 100%;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-widget input[type=file]::file-selector-button, .login-form .form-file-widget input[type=file]::file-selector-button, .backoffice-form .form-file-widget input[type=file]::file-selector-button {
  margin-right: 12px;
  padding: 8px 16px;
  border: none;
  border-radius: 55px;
  background-color: #715B5B;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
main.main-contact .contact-info__section .custom-contact-form .form-file-widget input[type=file]::file-selector-button:hover, .login-form .form-file-widget input[type=file]::file-selector-button:hover, .backoffice-form .form-file-widget input[type=file]::file-selector-button:hover {
  background-color: #241D1D;
}
main.main-contact .contact-info__section .custom-contact-form, .login-form, .backoffice-form {
  /* Le Bouton */
}
main.main-contact .contact-info__section .custom-contact-form .btn-submit, .login-form .btn-submit, .backoffice-form .btn-submit {
  align-self: flex-start;
  background-color: #dcd1b3;
  color: #1a1a1a;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
main.main-contact .contact-info__section .custom-contact-form .btn-submit:hover, .login-form .btn-submit:hover, .backoffice-form .btn-submit:hover {
  background-color: #cbbd9a;
}

.checkbox-pill .btn-pill {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
  background-color: transparent;
  color: #333;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.checkbox-pill .visually-hidden {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox-pill .btn-pill {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #715B5B;
  border-radius: 55px;
  cursor: pointer;
  background-color: transparent;
  color: #715B5B;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  font-size: 14px;
  font-weight: 700;
  line-height: 151%;
  letter-spacing: 0;
}
.checkbox-pill {
  /* Style quand la case est cochée */
}
.checkbox-pill input[type=checkbox]:checked + .btn-pill {
  background-color: #715B5B;
  color: white;
}
.checkbox-pill input[type=checkbox]:checked + .btn-pill::after {
  content: " x";
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.select-pill-container {
  position: relative;
  display: inline-block;
}
.select-pill-container::after {
  content: "keyboard_arrow_down";
  font-size: 25px;
  font-family: "Material Symbols Outlined";
  color: #715B5B;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}
.select-pill-container select {
  padding: 10px 40px 10px 18px;
  border: 1px solid #715B5B;
  border-radius: 55px;
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  color: #715B5B;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 151%;
  letter-spacing: 0;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

header.header-darkbrown {
  background-color: #241D1D;
}
header .header-wrapper {
  width: 100%;
}
header .header-wrapper .logo-container {
  height: 160px;
}
header .header-wrapper .logo-container img {
  object-fit: contain;
  transition: transform 0.4s ease-in-out;
}
header .header-wrapper .logo-container:hover img {
  transform: scale(102%);
}
header .header-wrapper.laptop-view {
  display: flex;
  align-items: center;
  z-index: 20;
}
header .header-wrapper.laptop-view nav {
  flex: 1 0 auto;
  letter-spacing: 3%;
  line-height: 110%;
}
header .header-wrapper.laptop-view nav ul {
  list-style: none;
  margin-bottom: -20px;
}
header .header-wrapper.laptop-view nav ul li {
  transition: transform 0.3s ease-in-out;
  position: relative;
}
header .header-wrapper.laptop-view nav ul li:nth-child(1) {
  margin-right: 58px;
}
header .header-wrapper.laptop-view nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease-in;
  height: 100%;
}
header .header-wrapper.laptop-view nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #B59746;
  transition: width 0.3s ease-in-out;
}
header .header-wrapper.laptop-view nav ul li:hover {
  transform: translateY(-2px);
}
header .header-wrapper.laptop-view nav ul li:hover a {
  color: #B59746;
}
header .header-wrapper.laptop-view nav ul li:hover a::after {
  width: 100%;
}
header .header-wrapper.laptop-view nav.nav-left ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header-wrapper.laptop-view nav.nav-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-wrapper.laptop-view nav.nav-right ul .menu-contact-btn {
  cursor: pointer;
  padding: 18px 36px;
  background-color: #B59746;
  border-radius: 4px;
  display: flex;
}
header .header-wrapper.laptop-view nav.nav-right ul .menu-contact-btn:hover {
  background-color: #A2873E;
}
header .header-wrapper.laptop-view nav.nav-right ul .menu-contact-btn:hover a {
  color: #fff;
}
header .header-wrapper.laptop-view nav.nav-right ul .menu-contact-btn:hover a::after {
  background-color: transparent;
}
header .header-wrapper.laptop-view nav.nav-right ul .menu-contact-btn:hover a span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}
header .header-wrapper.laptop-view nav.nav-right ul .menu-contact-btn:focus {
  background-color: #856F33;
}
header .header-wrapper.mobile-view {
  display: none;
}
@media (max-width: 991px) {
  header .header-wrapper.laptop-view {
    display: none;
  }
  header .header-wrapper.mobile-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-wrapper.mobile-view .burger-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px; /* L'écart entre les deux traits */
    padding: 10px;
  }
  header .header-wrapper.mobile-view .burger-line {
    display: block;
    width: 35px; /* La largeur de tes traits */
    height: 2px; /* L'épaisseur de tes traits */
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  header .header-wrapper.mobile-view {
    padding: 0 30px;
  }
}
@media (max-width: 991px) and (max-width: 440px) {
  header .header-wrapper.mobile-view img {
    max-height: 130px;
    width: auto;
  }
}
header.sticky {
  z-index: 1030;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  animation: slideDown 0.4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.sticky .laptop-view .logo-container {
  height: 120px;
}
header.sticky .laptop-view .logo-container img {
  position: relative;
  top: -20px;
  height: 150px;
}
header.sticky .mobile-view .logo-container-mobile {
  height: 75px;
}
header.sticky .mobile-view .logo-container-mobile img {
  height: 75px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.burger-btn {
  position: relative;
  z-index: 1000;
}
.burger-btn .burger-line {
  transform-origin: center;
}
.burger-btn.is-open .burger-line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.burger-btn.is-open .burger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}
.burger-btn.is-open .burger-line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 998;
}
.mobile-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-panel {
  position: fixed;
  top: 0;
  right: -90%;
  width: 90%;
  height: 100vh;
  background-color: #241D1D;
  z-index: 999;
  transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  flex-direction: column;
  padding: 2rem;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
}
.mobile-panel.is-open {
  right: 0;
}
.mobile-panel .mobile-nav-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 150px;
  padding-right: calc((100vw - 720px) / 2);
}
@media all and (max-width: 768px) {
  .mobile-panel .mobile-nav-list {
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media all and (max-width: 576px) {
  .mobile-panel .mobile-nav-list {
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media all and (max-width: 440px) {
  .mobile-panel .mobile-nav-list {
    margin-top: 100px;
  }
}
.mobile-panel .mobile-nav-list li {
  text-align: right;
}
.mobile-panel .mobile-nav-list li .mobile-link {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.mobile-panel .mobile-nav-list li .mobile-link:hover, .mobile-panel .mobile-nav-list li .mobile-link:active {
  color: #B59746;
}
.mobile-panel .mobile-nav-list li .mobile-link.contact-link span {
  display: none;
}

body.overflow-hidden {
  overflow: hidden;
}

footer {
  background-color: #241D1D;
  color: #fff;
  padding: 72px 42px;
}
@media (max-width: 768px) {
  footer {
    padding: 37px 18px;
  }
}
footer h3 {
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 151%;
  letter-spacing: -1%;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  footer h3 {
    padding-bottom: 18px;
  }
}
footer ul {
  list-style-type: none;
}
footer ul.footer__list {
  padding-left: 0;
}
footer ul.footer__list li {
  padding-bottom: 15px;
}
footer ul.footer__list li a {
  font-weight: 400;
  font-size: 16px;
}
footer a {
  color: #fff;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}
footer a:hover {
  color: #B59746;
}
footer .contact-info {
  display: grid;
  grid-template-columns: 1fr;
}
footer .contact-info .contact-phone {
  font-weight: 700;
  font-size: 36px;
  line-height: 129%;
  letter-spacing: -4%;
}
footer .site-footer__top {
  display: grid;
  /* Mobile first : 1 seule colonne */
  grid-template-columns: 1fr;
  gap: 1rem;
  text-align: center; /* Souvent plus joli sur mobile */
}
footer .site-footer__top .footer__col--contact {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer .site-footer__top {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    text-align: left;
  }
  footer .site-footer__top .footer__col--logo {
    grid-row: 1/4;
  }
  footer .site-footer__top .footer__col--contact {
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  footer .site-footer__top {
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 1rem;
  }
}
footer .site-footer__bottom {
  display: flex;
  flex-direction: column; /* Mobile : l'un sous l'autre */
  align-items: center;
  padding-top: 1rem;
  font-size: 16px;
}
footer .site-footer__bottom .legal-list {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  gap: 20px;
}
footer .site-footer__bottom .legal-list a {
  text-decoration: underline;
}
footer .site-footer__bottom .legal-list a:hover {
  text-decoration: none;
}
footer .site-footer__bottom span.separator {
  padding: 0 clamp(8px, 1%, 15px);
}
@media (min-width: 769px) {
  footer .site-footer__bottom {
    flex-direction: row; /* Desktop : côte à côte */
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  footer .site-footer__bottom .footer__copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
    padding-bottom: 25px;
  }
  footer .site-footer__bottom .footer__copyright span {
    text-align: center;
  }
  footer .site-footer__bottom span.separator {
    display: none;
  }
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

.hero-section {
  display: grid;
  width: 100%;
  height: calc(100vh - 160px);
  min-height: 500px;
}
.hero-section > * {
  grid-area: 1/1;
}
.hero-section .hero-image-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #241D1D;
}
.hero-section .hero-image-container .carousel-fade .carousel-item {
  transition-duration: 1.2s;
}
.hero-section .hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hero-section div.black-gradient {
  align-self: end; /* Grid permet de coller le dégradé uniquement en bas */
  z-index: 2;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}
.hero-section .hero-content {
  align-self: end;
  z-index: 3;
  display: flex;
}
@media (max-width: 991px) {
  .hero-section .hero-content {
    flex-direction: column;
  }
}
.hero-section .hero-content h1, .hero-section .hero-content p {
  color: #fff;
}
.hero-section .hero-content h1.sub-title, .hero-section .hero-content p.sub-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 151%;
  letter-spacing: -1%;
  text-transform: uppercase;
}
.hero-section .hero-content h1.description, .hero-section .hero-content p.description {
  font-size: 20px;
}
.hero-section .hero-content .left-content {
  margin-top: auto;
  margin-bottom: 50px;
}
.hero-section .hero-content .hero-call-to-action {
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
.hero-section .hero-content .hero-call-to-action .btn-gold {
  text-wrap: nowrap;
}
.hero-section .hero-content .hero-call-to-action:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

.slider-wrapper {
  position: relative;
  width: 100%;
}
.slider-wrapper .slider-track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 20px;
  scrollbar-width: none;
}
.slider-wrapper .slider-track::-webkit-scrollbar {
  display: none;
}
.slider-wrapper .slider-track > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.slider-wrapper .arrow-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F8F6F2;
  color: #241D1D;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.3s ease, visibility 0.3s;
  z-index: 10;
}
.slider-wrapper .arrow-slider::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #241D1D;
  mask-image: url("../images/icons/arrow_slider-8utEiW_.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/icons/arrow_slider-8utEiW_.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.slider-wrapper .arrow-slider:hover {
  transform: translateY(-50%);
  background-color: white;
}
.slider-wrapper .arrow-slider.arrow-prev {
  left: -25px;
}
.slider-wrapper .arrow-slider.arrow-prev::after {
  transform: rotate(180deg);
}
.slider-wrapper .arrow-slider.arrow-next {
  right: -25px;
}
.slider-wrapper .arrow-slider.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 768px) {
  .slider-wrapper .arrow-slider {
    display: none;
  }
}

.backoffice {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header  header" "sidebar main" "footer  footer";
  min-height: 100vh;
}
.backoffice > header {
  grid-area: header;
}
.backoffice > .sidebar {
  grid-area: sidebar;
}
.backoffice > main {
  grid-area: main;
  padding: 40px 50px;
}
.backoffice > footer {
  grid-area: footer;
}
@media (max-width: 992px) {
  .backoffice {
    grid-template-columns: 1fr;
    grid-template-areas: "header" "sidebar" "main" "footer";
  }
}
.backoffice h1 {
  position: relative;
  font-family: "Cormorant", Garamond, "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #241D1D;
  text-transform: uppercase;
  margin: 0 0 35px;
  padding-bottom: 18px;
}
.backoffice h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #B59746;
  border-radius: 2px;
}
.backoffice h2 {
  font-family: "Cormorant", Garamond, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 500;
  color: #241D1D;
  margin: 30px 0 15px;
  letter-spacing: 0.5px;
}
.backoffice .page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.backoffice .page-header h1 {
  margin-bottom: 0;
}
.backoffice .page-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #715B5B;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding: 10px 0;
  transition: color 0.3s ease, gap 0.3s ease;
}
.backoffice .page-action::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #B59746;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 10px 2px, 2px 10px;
  background-position: center, center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.backoffice .page-action:hover, .backoffice .page-action:focus {
  color: #241D1D;
  gap: 10px;
}
.backoffice .page-action:hover::before, .backoffice .page-action:focus::before {
  background-color: #A2873E;
  transform: rotate(90deg) scale(1.1);
}
.backoffice .admin-with-aside {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.backoffice .admin-with-aside > .backoffice-form {
  flex: 1 1 900px;
  max-width: 900px;
  min-width: 0;
}
.backoffice .admin-with-aside > .diaporama-aside {
  flex: 1 1 300px;
  min-width: 0;
}
.backoffice .admin-with-aside > .diaporama-aside h2 {
  margin-top: 0;
}

.scroll-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #241D1D;
  color: #B59746;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 6px 16px -4px rgba(36, 29, 29, 0.4);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}
.scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.scroll-top:hover, .scroll-top:focus-visible {
  background-color: #B59746;
  color: #241D1D;
  transform: translateY(-3px);
}
.scroll-top .material-symbols-outlined {
  font-size: 24px !important;
}

.dashboard__intro {
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #715B5B;
  margin-bottom: 40px;
}

.dashboard {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 24px;
}
.dashboard__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 30px;
  min-height: 240px;
  background-color: #241D1D;
  border-radius: 12px;
  text-decoration: none;
  color: #F8F6F2;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.dashboard__card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 151, 70, 0.35) 0%, transparent 65%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.dashboard__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #B59746;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.dashboard__card > * {
  position: relative;
  z-index: 1;
}
.dashboard__card:hover, .dashboard__card:focus-visible {
  transform: translateY(-8px);
  box-shadow: 0 25px 40px -20px rgba(36, 29, 29, 0.6);
}
.dashboard__card:hover::before, .dashboard__card:focus-visible::before {
  opacity: 1;
}
.dashboard__card:hover::after, .dashboard__card:focus-visible::after {
  transform: scaleY(1);
}
.dashboard__card:hover .dashboard__icon, .dashboard__card:focus-visible .dashboard__icon {
  color: #B59746;
  transform: scale(1.15) rotate(-6deg);
}
.dashboard__card:hover .dashboard__title, .dashboard__card:focus-visible .dashboard__title {
  color: #B59746;
  letter-spacing: 1px;
}
.dashboard__card:hover .dashboard__arrow, .dashboard__card:focus-visible .dashboard__arrow {
  opacity: 1;
  transform: translateX(0);
}
.dashboard__card.disabled {
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.dashboard__icon {
  font-size: 44px !important;
  color: rgba(181, 151, 70, 0.85);
  transform-origin: left center;
  transition: color 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.dashboard__title {
  font-family: "Cormorant", Garamond, "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  color: #A2873E !important;
  transition: color 0.35s ease, letter-spacing 0.35s ease;
}
.dashboard__desc {
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(248, 246, 242, 0.65);
  margin: 0;
  flex-grow: 1;
}
.dashboard__arrow {
  align-self: flex-end;
  font-size: 24px !important;
  color: #B59746;
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.dashboard__card-wrapper {
  position: relative;
}
.dashboard__card-wrapper::before {
  content: "lock";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25%;
  left: 50%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #B59746;
  color: #fff;
  box-shadow: 0 8px 20px -6px rgba(36, 29, 29, 0.5);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.header-darkbrown .header-wrapper.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header-darkbrown .header-wrapper.admin-header a {
  color: #fff !important;
}
.header-darkbrown .header-wrapper.admin-header a:hover {
  color: #B59746 !important;
}

.backoffice .sidebar {
  background-color: #F8F6F2;
  border-right: 1px solid rgba(36, 29, 29, 0.08);
  padding: 40px 0;
}
.backoffice .sidebar .menu {
  position: sticky;
  top: 30px;
}
.backoffice .sidebar .menu ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 20px;
  margin: 0;
  list-style: none;
}
.backoffice .sidebar .menu li {
  position: relative;
}
.backoffice .sidebar .menu a {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  color: #241D1D;
  text-decoration: none;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.backoffice .sidebar .menu a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #B59746;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.backoffice .sidebar .menu a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EFEBE1;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.backoffice .sidebar .menu a:hover, .backoffice .sidebar .menu a:focus, .backoffice .sidebar .menu a.is-active {
  color: #856F33;
  padding-left: 28px;
}
.backoffice .sidebar .menu a:hover::before, .backoffice .sidebar .menu a:focus::before, .backoffice .sidebar .menu a.is-active::before {
  transform: scaleY(1);
}
.backoffice .sidebar .menu a:hover::after, .backoffice .sidebar .menu a:focus::after, .backoffice .sidebar .menu a.is-active::after {
  transform: scaleX(1);
}
.backoffice .sidebar .menu li.disabled {
  position: relative;
}
.backoffice .sidebar .menu li.disabled a {
  color: rgba(36, 29, 29, 0.35);
  cursor: not-allowed;
  pointer-events: none;
}
.backoffice .sidebar .menu li.disabled::after {
  content: "lock";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-size: 16px;
  color: rgba(36, 29, 29, 0.35);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.backoffice .sidebar .menu li:last-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(36, 29, 29, 0.1);
}
.backoffice .sidebar .menu li:last-child a {
  color: #715B5B;
  font-size: 14px;
}
@media (max-width: 992px) {
  .backoffice .sidebar {
    padding: 20px 0;
  }
  .backoffice .sidebar .menu {
    position: static;
  }
  .backoffice .sidebar .menu ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .backoffice .sidebar .menu li:last-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.backoffice-form {
  max-width: 900px;
}
.backoffice-form .btn-submit {
  margin-top: 10px;
}

.upload-size-error {
  margin: 8px 0 0;
  color: #e74c3c;
  font-size: 14px;
}

.diaporama-aside__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.diaporama-aside .img-container {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
}
.diaporama-aside .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.diaporama-aside .img-container .delete-button {
  position: absolute;
  top: 4px;
  right: 4px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: rgba(36, 29, 29, 0.75);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.diaporama-aside .img-container .delete-button:hover {
  background-color: #c0392b;
}
.diaporama-aside .img-container:hover .delete-button, .diaporama-aside .img-container:focus-within .delete-button {
  opacity: 1;
}

.dog-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dog-group {
  background-color: #F8F6F2;
  border: 1px solid rgba(36, 29, 29, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.dog-group[open] {
  box-shadow: 0 4px 12px -6px rgba(36, 29, 29, 0.15);
}
.dog-group__summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  cursor: pointer;
  list-style: none;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dog-group__summary::-webkit-details-marker {
  display: none;
}
.dog-group__summary::marker {
  display: none;
}
.dog-group__summary {
  transition: background-color 0.3s ease;
}
.dog-group__summary:hover {
  background-color: rgba(217, 207, 174, 0.4);
}
.dog-group__chevron {
  font-size: 24px !important;
  color: #715B5B;
  transition: transform 0.3s ease, color 0.3s ease;
}
.dog-group[open] .dog-group__chevron {
  transform: rotate(180deg);
  color: #B59746;
}
.dog-group__label {
  font-size: 17px;
  font-weight: 600;
  color: #241D1D;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dog-group__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  padding: 0 8px;
  background-color: #B59746;
  color: #fff;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
}

.dog-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.dog-table th, .dog-table td {
  padding: 14px 24px;
  text-align: left;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.dog-table thead {
  background-color: rgba(217, 207, 174, 0.3);
}
.dog-table thead th {
  color: #241D1D;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  border-bottom: 2px solid rgba(36, 29, 29, 0.1);
  user-select: none;
}
.dog-table thead th.is-sortable {
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.dog-table thead th.is-sortable:hover {
  color: #B59746;
  background-color: rgba(217, 207, 174, 0.5);
}
.dog-table tbody tr {
  transition: background-color 0.2s ease;
}
.dog-table tbody tr:hover {
  background-color: rgba(239, 235, 225, 0.4);
}
.dog-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(36, 29, 29, 0.05);
}
.dog-table__sort-icon {
  display: inline-block;
  margin-left: 6px;
  opacity: 0.3;
  font-size: 10px;
}
.dog-table__sort-icon::before {
  content: "⇅";
}
[data-sort-dir=asc] .dog-table__sort-icon {
  opacity: 1;
  color: #B59746;
}
[data-sort-dir=asc] .dog-table__sort-icon::before {
  content: "▲";
}
[data-sort-dir=desc] .dog-table__sort-icon {
  opacity: 1;
  color: #B59746;
}
[data-sort-dir=desc] .dog-table__sort-icon::before {
  content: "▼";
}
.dog-table__empty {
  text-align: center !important;
  padding: 30px !important;
  color: #715B5B;
  font-style: italic;
}

.filters {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 16px 20px;
  background-color: #F8F6F2;
  border: 1px solid rgba(36, 29, 29, 0.08);
  border-radius: 10px;
}
.filters__search {
  position: relative;
  flex: 1;
  min-width: 250px;
}
.filters__search input {
  width: 100%;
  padding: 12px 16px 12px 44px;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #241D1D;
  background-color: #fff;
  border: 1px solid rgba(36, 29, 29, 0.15);
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.filters__search input::placeholder {
  color: rgba(113, 91, 91, 0.6);
}
.filters__search input:focus {
  border-color: #B59746;
  box-shadow: 0 0 0 3px rgba(181, 151, 70, 0.15);
}
.filters__search-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 20px !important;
  color: #715B5B;
  pointer-events: none;
}
.filters__status {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(36, 29, 29, 0.1);
}
.filters__pill {
  padding: 8px 16px;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #715B5B;
  background-color: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.filters__pill:hover {
  color: #241D1D;
  background-color: rgba(217, 207, 174, 0.4);
}
.filters__pill.is-active {
  background-color: #241D1D;
  color: #F8F6F2;
}

.declare-dead-frame {
  display: inline-flex;
}

.declare-dead-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  background-color: #F8F6F2;
  border: 1px solid rgba(36, 29, 29, 0.15);
  border-radius: 6px;
}
.declare-dead-form label {
  font-size: 12px;
  font-weight: 600;
  color: #241D1D;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.declare-dead-form input[type=date] {
  padding: 4px 8px;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #241D1D;
  background-color: #fff;
  border: 1px solid rgba(36, 29, 29, 0.2);
  border-radius: 4px;
}
.declare-dead-form input[type=date]:focus {
  outline: 2px solid #B59746;
  outline-offset: 1px;
}
.declare-dead-form button {
  padding: 6px 14px;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #715B5B;
  border: none;
  border-radius: 55px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.declare-dead-form button:hover {
  background-color: #241D1D;
}

.dog-table__empty {
  padding: 30px 24px;
  text-align: center;
  color: #715B5B;
  font-style: italic;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

.login-page {
  display: flex;
  justify-content: center;
  min-height: 60vh;
  padding: 60px 20px;
}

.login-form {
  width: 100%;
  max-width: 420px;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(36, 29, 29, 0.08);
}
.login-form h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 8px;
}
.login-form .btn-submit {
  align-self: stretch;
  justify-content: center;
}
.login-form .login-error {
  background-color: rgba(231, 76, 60, 0.1);
  color: #c0392b;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

.puppy-index__section {
  background-color: #241D1D;
  padding: 90px 0;
  overflow-x: hidden;
}
.puppy-index__section .puppy-index__section--header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.puppy-index__section .puppy-index__section--header h2 {
  color: #F8F6F2;
  text-transform: uppercase;
  margin: 9px;
}
.puppy-index__section .puppy-index__section--header a.btn-transparent {
  text-transform: uppercase;
}
.puppy-index__section .puppy-index__section--header a.btn-transparent::before {
  background-color: #715B5B;
}
.puppy-index__section .puppy-index__section--header a.btn-transparent:hover:before, .puppy-index__section .puppy-index__section--header a.btn-transparent:focus:before {
  color: #fff;
}
.puppy-index__section .puppy-index__section--header a.btn-transparent:hover span.arrow-45, .puppy-index__section .puppy-index__section--header a.btn-transparent:focus span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}
.puppy-index__section .puppy-index__section--body {
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
  margin-right: -5px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.puppy-index__section .puppy-index__section--body::-webkit-scrollbar {
  display: none;
}
.puppy-index__section .puppy-index__section--body > .puppy-card {
  flex: 0 0 auto;
}

.actu-index__section {
  background-color: #fff;
  padding: 90px 0;
}
.actu-index__section .actu-index__section--header {
  text-align: center;
  color: #241D1D;
}
.actu-index__section .actu-index__section--header h2 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
}
.actu-index__section .actu-index__section--body {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 20px;
  margin: 36px 0;
}
.actu-index__section .actu-index__section--footer {
  display: flex;
  justify-content: center;
}
.actu-index__section .actu-index__section--footer .btn-transparent {
  border-color: #241D1D;
  color: #241D1D;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 151%;
  letter-spacing: 0;
}

.conseil-index__section {
  background-color: #EFEBE1;
  padding: 90px 0;
}
.conseil-index__section .conseil-index__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .conseil-index__section .conseil-index__wrapper {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 80px;
  }
}
.conseil-index__section .conseil-index__image {
  flex: 1;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.conseil-index__section .conseil-index__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.conseil-index__section .conseil-index__content {
  flex: 1;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #241D1D;
}
.conseil-index__section .conseil-index__content h2 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 18px;
}
.conseil-index__section .conseil-index__content p {
  margin-bottom: 36px;
  line-height: 151%;
  font-size: 16px;
  font-weight: 400;
}
.conseil-index__section .conseil-index__content .btn-transparent {
  border-color: #241D1D;
  color: #241D1D;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 36px;
  box-sizing: border-box;
}
.conseil-index__section .conseil-index__content .btn-transparent::before {
  background-color: #715B5B;
}
.conseil-index__section .conseil-index__content .btn-transparent:hover, .conseil-index__section .conseil-index__content .btn-transparent:focus {
  color: #fff;
}
.conseil-index__section .conseil-index__content .btn-transparent:hover:before, .conseil-index__section .conseil-index__content .btn-transparent:focus:before {
  color: #fff;
}

.repros-index__section {
  background-color: #F8F6F2;
  padding: 90px 0;
}
.repros-index__section .repros-index__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .repros-index__section .repros-index__wrapper {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 80px;
  }
}
.repros-index__section .repros-index__content {
  flex: 1;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #241D1D;
}
.repros-index__section .repros-index__content h2 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 18px;
}
.repros-index__section .repros-index__content p {
  margin-bottom: 36px;
  line-height: 151%;
  font-size: 16px;
  font-weight: 400;
}
.repros-index__section .repros-index__content .btn-transparent {
  border-color: #241D1D;
  color: #241D1D;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 36px;
}
.repros-index__section .repros-index__content .btn-transparent::before {
  background-color: #715B5B;
}
.repros-index__section .repros-index__content .btn-transparent:hover, .repros-index__section .repros-index__content .btn-transparent:focus {
  color: #fff;
}
.repros-index__section .repros-index__content .btn-transparent:hover:before, .repros-index__section .repros-index__content .btn-transparent:focus:before {
  color: #fff;
}
.repros-index__section .repros-index__image {
  flex: 1;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.repros-index__section .repros-index__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.cta-footer__section {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center top 32%;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 650px;
}
.cta-footer__section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(30, 20, 15, 0.4);
  z-index: 1;
}
.cta-footer__section .container {
  position: relative;
  z-index: 2;
  height: 600px;
}
.cta-footer__section .cta-footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.cta-footer__section .cta-footer__content h2 {
  font-size: 68px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 109%;
  letter-spacing: -4%;
  max-width: 900px;
  color: #F8F6F2;
}
.cta-footer__section .cta-footer__content p {
  font-size: 20px;
  line-height: 129%;
  margin-bottom: auto;
  max-width: 600px;
}
.cta-footer__section .cta-footer__action {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 30px;
}
.cta-footer__section .btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 36px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}
.cta-footer__section .btn-gold:hover, .cta-footer__section .btn-gold:focus {
  background-color: #A2873E;
}

/** Formulaire de connexion **/
form.login-form {
  max-width: 600px;
  width: 95%;
  min-width: 300px;
  margin: clamp(25px, 15vh, 100px) auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
form.login-form input:focus, form.login-form input:active, form.login-form input:hover {
  outline: 1px solid #856F33;
  box-shadow: 0 0 5px #856F33;
}
form.login-form .actions {
  width: 100%;
  display: flex;
  justify-content: center;
}
form.login-form .btn {
  margin: 25px auto;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

main.main-contact {
  padding: 60px 15px 40px 15px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
main.main-contact h1 {
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  main.main-contact {
    padding: 120px 0 90px 0;
    gap: 60px;
  }
}
main.main-contact .contact-info__section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 992px) {
  main.main-contact .contact-info__section {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
main.main-contact .contact-info__section .tel {
  font-weight: 700;
  font-size: 36px;
  line-height: 129%;
  letter-spacing: -4%;
  margin-top: 36px;
  margin-bottom: 6px;
}
main.main-contact .contact-info__section .tel a {
  color: #241D1D;
}
main.main-contact .contact-info__section .mail {
  font-weight: 700;
  font-size: 20px;
  line-height: 129%;
  letter-spacing: 0;
}
main.main-contact .contact-info__section .mail a {
  color: #241D1D;
}
main.main-contact .contact-info__section address {
  margin: 36px auto 36px 0;
}
main.main-contact .map-info__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 992px) {
  main.main-contact .map-info__section {
    gap: 32px;
  }
}
main.main-contact .map-info__section h2 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}
main.main-contact .map-info__section iframe {
  width: 100%;
  min-height: 300px;
  border: 0;
  border-radius: 4px;
}
@media (min-width: 992px) {
  main.main-contact .map-info__section iframe {
    min-height: 450px;
  }
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

.main-repros h1, .dog-page-litter h1 {
  margin-top: 90px;
  margin-bottom: 42px;
  text-align: center;
  font-weight: 500;
}
.main-repros .repros__filters, .dog-page-litter .repros__filters {
  margin-top: 60px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
}
.main-repros .repros__filters-form, .dog-page-litter .repros__filters-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.main-repros .filter-group, .dog-page-litter .filter-group {
  margin: 0;
}
.main-repros .checkbox-pill .btn-pill, .dog-page-litter .checkbox-pill .btn-pill {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid #715B5B;
  border-radius: 999px;
  color: #241D1D;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.main-repros .checkbox-pill .btn-pill:hover, .dog-page-litter .checkbox-pill .btn-pill:hover {
  background-color: rgba(113, 91, 91, 0.08);
}
.main-repros .checkbox-pill input:checked + .btn-pill, .dog-page-litter .checkbox-pill input:checked + .btn-pill {
  background-color: #715B5B;
  color: #fff;
  border-color: #715B5B;
}
.main-repros .checkbox-pill input:focus-visible + .btn-pill, .dog-page-litter .checkbox-pill input:focus-visible + .btn-pill {
  outline: 2px solid #B59746;
  outline-offset: 2px;
}
.main-repros .input-pill-container, .dog-page-litter .input-pill-container {
  position: relative;
  display: flex;
  align-items: center;
}
.main-repros .input-pill, .dog-page-litter .input-pill {
  min-width: 240px;
  padding: 12px 44px 12px 24px;
  border: 1px solid #715B5B;
  border-radius: 999px;
  background-color: transparent;
  color: #241D1D;
  font-size: 16px;
}
.main-repros .input-pill::placeholder, .dog-page-litter .input-pill::placeholder {
  color: rgba(113, 91, 91, 0.7);
}
.main-repros .input-pill:focus, .dog-page-litter .input-pill:focus {
  outline: none;
  border-color: #241D1D;
}
.main-repros .input-pill-clear, .dog-page-litter .input-pill-clear {
  position: absolute;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  color: #715B5B;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.main-repros .input-pill-clear:hover, .dog-page-litter .input-pill-clear:hover {
  background-color: rgba(113, 91, 91, 0.12);
}
.main-repros .input-pill:placeholder-shown + .input-pill-clear, .dog-page-litter .input-pill:placeholder-shown + .input-pill-clear {
  opacity: 0;
  pointer-events: none;
}
.main-repros .repros-list, .dog-page-litter .repros-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 92px;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

@keyframes accordionOpen {
  0% {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}
@keyframes stickyBounce {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-gold {
  background-color: #B59746;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 4px;
}

.btn-gold:hover {
  background-color: #A2873E;
}

.btn-gold:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

.btn-transparent {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 18px 35px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-transparent:hover::before, .btn-transparent:focus::before {
  transform: scaleX(1);
}

.btn-sm-beige {
  color: #715B5B;
  background-color: #EFEBE1;
  border-radius: 5px;
  padding: 10px 18px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.btn-sm-beige:hover {
  background-color: #715B5B;
  color: #fff;
}

.btn-sm-beige:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

span.arrow-45 {
  transition: transform 0.3s ease-out;
  margin-left: 3px;
}

.main-litters h1, .dog-page-litter h1 {
  margin-top: 90px;
  margin-bottom: 42px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -7%;
}
.main-litters .years-nav, .dog-page-litter .years-nav {
  display: flex;
  justify-content: flex-end;
  column-gap: 18px;
  margin-bottom: 12px;
}
.main-litters .years-nav a.year-link, .dog-page-litter .years-nav a.year-link {
  color: #241D1D;
  font-weight: 700;
  font-size: 18px;
  line-height: 151%;
}
.main-litters .years-nav a.year-link.active, .dog-page-litter .years-nav a.year-link.active {
  color: #B59746;
}
.main-litters .litters-list, .dog-page-litter .litters-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 42px;
}
.main-litters .litter-card, .dog-page-litter .litter-card {
  width: 100%;
  background-color: #F8F6F2;
  border: solid 2px #EFEBE1;
  border-radius: 12px;
  padding: 24px;
}
.main-litters .litter-card__header, .dog-page-litter .litter-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.main-litters .litter-card__header h2, .dog-page-litter .litter-card__header h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 42px;
  width: fit-content;
}
.main-litters .litter-card__birthdate, .dog-page-litter .litter-card__birthdate {
  font-weight: 400;
  font-size: 16px;
  line-height: 151%;
  color: #715B5B;
  width: fit-content;
}
.main-litters .litter-card__description, .dog-page-litter .litter-card__description {
  font-size: 16px;
  color: #241D1D;
}
.main-litters .litter-card__slider, .dog-page-litter .litter-card__slider {
  border-radius: 12px;
  overflow: hidden;
}
.main-litters .litter-card__slider .arrow-slider.arrow-prev, .dog-page-litter .litter-card__slider .arrow-slider.arrow-prev {
  left: 10px;
}
.main-litters .litter-card__slider .arrow-slider.arrow-next, .dog-page-litter .litter-card__slider .arrow-slider.arrow-next {
  right: 10px;
}
.main-litters .litter-card__slider .puppy-index__section--body, .dog-page-litter .litter-card__slider .puppy-index__section--body {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 6px; /* Très important : ton contrôleur JS lit cette valeur pour calculer le scroll ! */
  scroll-behavior: smooth;
  scrollbar-width: none; /* Pour Firefox */
}
.main-litters .litter-card__slider .puppy-index__section--body::-webkit-scrollbar, .dog-page-litter .litter-card__slider .puppy-index__section--body::-webkit-scrollbar {
  display: none; /* Pour Chrome, Safari et Edge */
}
.main-litters .litter-card__slider .puppy-card-litter, .dog-page-litter .litter-card__slider .puppy-card-litter {
  flex: 0 0 auto;
  width: 280px;
  box-sizing: border-box;
}
.main-litters .litter-card__slider .puppy-card-image, .dog-page-litter .litter-card__slider .puppy-card-image {
  width: 100%;
  height: auto;
  display: block;
}
.main-litters .litter-card__parents, .dog-page-litter .litter-card__parents {
  border: 0;
  border-radius: 12px;
  background-color: #EFEBE1;
  padding: 24px;
  margin-top: 16px;
}
.main-litters .litter-card__parents h3, .dog-page-litter .litter-card__parents h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #241D1D;
  margin-bottom: 12px;
}
.main-litters .litter-card__parents .parents-container, .dog-page-litter .litter-card__parents .parents-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-litters .litter-card__parents .dog-info, .dog-page-litter .litter-card__parents .dog-info {
  display: flex;
  gap: 20px;
  padding: 12px 0;
}
.main-litters .litter-card__parents .image-container, .dog-page-litter .litter-card__parents .image-container {
  width: clamp(180px, 60%, 300px);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.main-litters .litter-card__parents .image-container img, .dog-page-litter .litter-card__parents .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-litters .litter-card__parents .info-container, .dog-page-litter .litter-card__parents .info-container {
  font-weight: 700;
  font-size: 16px;
  line-height: 151%;
  letter-spacing: -1%;
  text-transform: uppercase;
}
.main-litters .litter-card__parents .info-container .dog-name, .dog-page-litter .litter-card__parents .info-container .dog-name {
  color: #241D1D;
}
.main-litters .litter-card__parents .info-container .sante-label, .dog-page-litter .litter-card__parents .info-container .sante-label {
  color: #715B5B;
  margin-bottom: 6px;
}
.main-litters .litter-card__parents .info-container .sante-results, .dog-page-litter .litter-card__parents .info-container .sante-results {
  font-weight: 400;
  letter-spacing: 0;
  color: #241D1D;
  text-transform: none;
}
.main-litters .litter-card__parents .info-container .dog-link, .dog-page-litter .litter-card__parents .info-container .dog-link {
  letter-spacing: 0;
}
.main-litters .litter-card__parents .info-container .dog-link a, .dog-page-litter .litter-card__parents .info-container .dog-link a {
  color: #715B5B;
  text-decoration: underline;
}
.main-litters .litter-card__parents .litter-link, .dog-page-litter .litter-card__parents .litter-link {
  text-wrap: nowrap;
  width: 175px;
}
.main-litters .litter-card__parents .litter-link .btn-transparent, .dog-page-litter .litter-card__parents .litter-link .btn-transparent {
  color: #715B5B;
  border: solid 1px #715B5B;
  padding: 12px 18px;
  border-radius: 6px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.main-litters .litter-card__parents .litter-link .btn-transparent::before, .dog-page-litter .litter-card__parents .litter-link .btn-transparent::before {
  color: #715B5B;
}
.main-litters .litter-card__parents .litter-link .btn-transparent:hover, .dog-page-litter .litter-card__parents .litter-link .btn-transparent:hover {
  color: #fff;
  background-color: #715B5B;
}
.main-litters .litter-card__parents .litter-link .btn-transparent:hover span.arrow-45, .dog-page-litter .litter-card__parents .litter-link .btn-transparent:hover span.arrow-45 {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

main.litter .litter__header {
  margin-top: 90px;
  background-color: #F8F6F2;
  border-radius: 12px;
  padding: 30px 34px;
  display: flex;
}
@media (max-width: 991px) {
  main.litter .litter__header {
    flex-direction: column;
    align-items: stretch;
  }
}
main.litter .litter__header .litter__header-left {
  width: 70%;
}
main.litter .litter__header .litter__header-left .heading {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  main.litter .litter__header .litter__header-left .heading {
    flex-direction: column;
    align-items: stretch;
  }
}
main.litter .litter__header .litter__header-left .heading h1 {
  margin-bottom: 18px;
}
main.litter .litter__header .litter__header-left .heading a {
  margin-top: 10px;
  margin-left: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 151%;
  letter-spacing: 0;
  text-transform: uppercase;
}
main.litter .litter__header .litter__header-left .litter__header-description {
  width: 100%;
  height: auto;
}
main.litter .litter__header .litter__header-right {
  width: 30%;
  color: #715B5B;
  text-align: right;
  display: flex;
  flex-direction: column;
}
main.litter .litter__header .litter__header-right > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 151%;
  letter-spacing: 0;
  margin-bottom: 6px;
}
main.litter .litter__header .litter__header__mother-insert {
  margin-bottom: 40px !important;
}
main.litter .litter__header .litter__header__cta {
  margin-top: auto;
}
main.litter .litter__header .litter__header__cta .btn-gold {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 151%;
  letter-spacing: 0;
  text-transform: uppercase;
}
main.litter .litter__filters {
  margin-top: 60px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
main.litter .litter__filters > form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
main.litter .litter__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 92px;
}

.litter__parents.litter-page {
  width: 100%;
  background-color: #F8F6F2;
}
.litter__parents.litter-page .container {
  padding: 90px 64px;
}
.litter__parents.litter-page .litter__parents-title h2 {
  text-transform: uppercase;
  font-family: "Cormorant", serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 103%;
  letter-spacing: -1%;
  color: #241D1D;
}
.litter__parents.litter-page .litter__parents-container .arrow-slider.arrow-prev {
  left: -45px;
}
.litter__parents.litter-page .parent-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 72px;
  flex: 1 0 100%;
}
.litter__parents.litter-page .img-container {
  width: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}
.litter__parents.litter-page .img-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.litter__parents.litter-page .infos-container .infos-header {
  padding: 32px 0;
  border-bottom: 1px solid #715B5B;
}
.litter__parents.litter-page .infos-container .infos-header h3 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  color: #241D1D;
}
.litter__parents.litter-page .infos-container .description {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 151%;
  letter-spacing: -1%;
  color: #715B5B;
}
.litter__parents.litter-page .infos-container .infos-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 86px;
  padding: 32px 0;
}
.litter__parents.litter-page .infos-container .infos-content .info-section {
  display: flex;
  flex-direction: column;
}
.litter__parents.litter-page .infos-container .infos-content .info-section p {
  margin-bottom: 1px;
}
.litter__parents.litter-page .infos-container .infos-content .info-section .info-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 151%;
  letter-spacing: -1%;
  text-transform: uppercase;
  color: #715B5B;
  margin-bottom: 15px;
}
.litter__parents.litter-page .infos-container .infos-content .info-section .info {
  font-weight: 400;
  font-size: 16px;
  line-height: 151%;
  letter-spacing: 0;
}
.litter__parents.litter-page .infos-container .infos-footer .parents-card-action {
  align-self: flex-end;
  color: #715B5B;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.litter__parents.litter-page .infos-container .infos-footer .parents-card-action:hover span {
  display: inline-block;
  transform: rotate(45deg) translateX(5px) translateY(-5px) scale(110%);
}

@font-face {
  font-family: "Cormorant";
  src: url("../fonts/cormorant-regular-KXM4gai.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-regular-ICBUjc0.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  scroll-behavior: smooth;
  font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
}

h1, h2, h3 {
  font-family: "Cormorant", Garamond, "Times New Roman", Times, serif;
  color: #241D1D;
}

h1 {
  text-transform: uppercase;
  letter-spacing: -7%;
  font-size: 56px;
  line-height: 101%;
}

h2 {
  letter-spacing: -1%;
  font-size: 42px;
  line-height: 103%;
}

h3 {
  letter-spacing: 0%;
  font-size: 30px;
  line-height: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.floating-button {
  display: none;
}
.floating-button.active {
  position: fixed;
  bottom: 75px;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #241D1D;
  color: #fff;
  border-radius: 100%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.floating-button.active:hover {
  background-color: #715B5B;
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.floating-button.active:active {
  transform: scale(0.95);
}
.floating-button.active .home-button-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 9;
  pointer-events: none;
}
.floating-button.active .home-button-icon-container:before {
  content: "home";
  font-family: "Material Symbols Outlined";
  font-size: 39px;
  line-height: 1;
  color: #fff;
  transition: transform 0.25s ease;
}
.floating-button.active:hover .home-button-icon-container:before {
  transform: scale(1.05);
}
.floating-button.active .floating-button-link {
  position: absolute;
  inset: 0;
  z-index: 10;
}

footer {
  margin-top: auto;
}

/*# sourceMappingURL=main.css-fG2nqlx.map */
