@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap");
.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.josefin-slab, .is-style-josefin_slab {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.josefin-slab strong, .is-style-josefin_slab strong {
  font-weight: 600;
}

.has-medium-font-size {
  font-size: 19px !important;
  line-height: 2rem !important;
}

.has-large-font-size {
  font-size: 22px !important;
  line-height: 2.5rem !important;
}

:root {
  --main-color: #6A6861;
  --rose: #E0CCAE;
  --doree: #AE893D;
  --bg-color: #F6F5F5;
}

body #main h2 {
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}

body #main h2.wp-block-heading.has-text-align-center {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  body #main h2.wp-block-heading.has-text-align-center {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

body #main h2.wp-block-heading.has-text-align-center strong {
  color: var(--rose);
  font-weight: 400;
}

body #main h3 {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  /*&.wp-block-heading.has-text-align-center{
                position: relative;
                padding-bottom: 1.8rem;
                margin-bottom: 2.5rem;
                margin-top: 1.2rem;
                @media (max-width: 768px) {
                    letter-spacing: 0.08rem;
                    font-size:.8rem;
                }
                &:after{
                    position: absolute;
                    content:' ';
                    background-color: var(--blue2);
                    width:82px;
                    height:1px;
                    bottom:0;
                    left:50%;
                    transform: translateX(-50%);
                }
            }*/
}

body #main h4 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

body > header#header .btn, body > header#header .wp-element-button, body > header#header #menu-links li a, body > header#header li.contact a, body #main .btn, body #main .wp-element-button, body #main #menu-links li a, body #main li.contact a, body.woocommerce > header#header .btn, body.woocommerce > header#header .wp-element-button, body.woocommerce > header#header #menu-links li a, body.woocommerce > header#header li.contact a, body.woocommerce #main .btn, body.woocommerce #main .wp-element-button, body.woocommerce #main #menu-links li a, body.woocommerce #main li.contact a {
  border: solid 1px var(--rose);
  border-radius: 25px;
  padding: .8rem 2.5rem .7rem;
  color: #fff;
  background: var(--rose);
  cursor: pointer;
  letter-spacing: 0.06rem;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  margin-top: 1.2rem;
}

body > header#header .btn:hover, body > header#header .wp-element-button:hover, body > header#header #menu-links li a:hover, body > header#header li.contact a:hover, body #main .btn:hover, body #main .wp-element-button:hover, body #main #menu-links li a:hover, body #main li.contact a:hover, body.woocommerce > header#header .btn:hover, body.woocommerce > header#header .wp-element-button:hover, body.woocommerce > header#header #menu-links li a:hover, body.woocommerce > header#header li.contact a:hover, body.woocommerce #main .btn:hover, body.woocommerce #main .wp-element-button:hover, body.woocommerce #main #menu-links li a:hover, body.woocommerce #main li.contact a:hover {
  background-color: transparent;
  color: var(--rose);
}

body > header#header .btn2, body > header#header .wp-block-button.is-style-outline a, body #main .btn2, body #main .wp-block-button.is-style-outline a, body.woocommerce > header#header .btn2, body.woocommerce > header#header .wp-block-button.is-style-outline a, body.woocommerce #main .btn2, body.woocommerce #main .wp-block-button.is-style-outline a {
  background-color: transparent;
  color: var(--main-color) !important;
  border-color: var(--main-color);
}

body > header#header .btn2:hover, body > header#header .wp-block-button.is-style-outline a:hover, body #main .btn2:hover, body #main .wp-block-button.is-style-outline a:hover, body.woocommerce > header#header .btn2:hover, body.woocommerce > header#header .wp-block-button.is-style-outline a:hover, body.woocommerce #main .btn2:hover, body.woocommerce #main .wp-block-button.is-style-outline a:hover {
  background-color: var(--main-color);
  color: #fff !important;
}

body > header#header .wp-block-buttons, body #main .wp-block-buttons, body.woocommerce > header#header .wp-block-buttons, body.woocommerce #main .wp-block-buttons {
  gap: 2.5rem;
}

@media (max-width: 768px) {
  body > header#header .wp-block-buttons, body #main .wp-block-buttons, body.woocommerce > header#header .wp-block-buttons, body.woocommerce #main .wp-block-buttons {
    gap: 0rem;
  }
}

body #main .mobile-carousel-dots {
  display: none;
}

@media (max-width: 768px) and (max-width: 768px) {
  body #main .wp-block-columns {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  body #main .wp-block-columns.mobile-carousel {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 10px;
  }
  body #main .wp-block-columns.mobile-carousel > .wp-block-column {
    flex: 0 0 85%;
    scroll-snap-align: start;
    min-width: 85%;
  }
  body #main .wp-block-columns.mobile-carousel::-webkit-scrollbar {
    display: none;
  }
  body #main .mobile-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 1rem;
  }
  body #main .mobile-carousel-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
  }
  body #main .mobile-carousel-dots button.active {
    background: #333;
  }
}

body header#header hr.wp-block-separator, body header#header .hr, body #main hr.wp-block-separator, body #main .hr {
  position: relative;
  border: 0;
  width: 100%;
  height: 28px;
}

body header#header hr.wp-block-separator:before, body header#header .hr:before, body #main hr.wp-block-separator:before, body #main .hr:before {
  position: absolute;
  content: ' ';
  background: no-repeat center url("../img/hr-maison-moca.svg");
  background-size: 340px auto;
  width: 340px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  body header#header hr.wp-block-separator:before, body header#header .hr:before, body #main hr.wp-block-separator:before, body #main .hr:before {
    width: 200px;
  }
}

body #main .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded {
  opacity: 0;
  transform: translateY(60px) translateX(60px) scale(0.96);
  transition: opacity 1s ease-in-out, transform 3.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

body #main .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded.is-visible {
  opacity: 1;
  transform: translateY(0) translateX(0px) scale(1);
}

body #main .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded figure {
  position: relative;
}

body #main .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded figure:before, body #main .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded figure:after {
  position: absolute;
  content: ' ';
  width: 108%;
  aspect-ratio: 1 / 1;
  border: solid 4px var(--rose);
  border-radius: 50%;
  transition: transform 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

body #main .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded figure:before {
  left: -20px;
  top: -20px;
  transition-delay: 3s;
  animation: float1 8s ease-in-out infinite;
}

body #main .wp-block-columns .wp-block-column .wp-block-image.is-style-rounded figure:after {
  left: -20px;
  top: -20px;
  transition-delay: 4s;
  animation: float2 10s ease-in-out infinite;
}

@keyframes appear {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes float1 {
  0%, 100% {
    transform: translate(20px, -10px);
  }
  50% {
    transform: translate(-42px, 28px);
  }
}

@keyframes float2 {
  0%, 100% {
    transform: translate(-25px, 25px);
  }
  50% {
    transform: translate(40px, -10px);
  }
}

body #main .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor {
  background-color: var(--bg-color);
}

body #main .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg {
  fill: var(--main-color);
  color: var(--main-color);
}

body #main #contact-form {
  max-width: 750px;
  margin: 2rem auto;
}

body #main #contact-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width: 781px) {
  body #main #contact-form .form-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

body #main #contact-form .submit {
  margin: 1rem auto;
  grid-column: 1 / -1;
}

body #main #contact-form .field-error {
  color: var(--rose);
  font-size: 0.85rem;
  margin-top: 0.25rem;
  display: none;
}

body #main #contact-form .field-error.active {
  display: block;
}

body #main #contact-form .form-field {
  display: flex;
  flex-direction: column;
}

body #main #contact-form .form-field label, body #main #contact-form .form-field .label {
  font-family: Corben;
}

body #main #contact-form .form-field.form-field-consent ul {
  flex-direction: column;
}

body #main #contact-form .form-field ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2rem;
}

@media (max-width: 782px) {
  body #main #contact-form .form-field ul {
    flex-direction: column;
    gap: 1rem;
  }
}

body #main #contact-form .form-field ul li {
  display: flex;
  align-items: center;
}

body #main #contact-form .form-field ul li label {
  font-size: .8rem;
  letter-spacing: 0.05rem;
}

body #main #contact-form .form-field ul li input {
  margin: 0;
  margin-right: .5rem;
}

body #main #contact-form .form-field input, body #main #contact-form .form-field textarea, body #main #contact-form .form-field select {
  border: 0;
  border-bottom: solid 1px #000;
  padding: 1rem;
  font-size: 1rem;
  background-color: transparent;
}

body #main #contact-form .form-field input:focus, body #main #contact-form .form-field input:active, body #main #contact-form .form-field input:focus-visible, body #main #contact-form .form-field textarea:focus, body #main #contact-form .form-field textarea:active, body #main #contact-form .form-field textarea:focus-visible, body #main #contact-form .form-field select:focus, body #main #contact-form .form-field select:active, body #main #contact-form .form-field select:focus-visible {
  border: solid .5px #000;
  outline: none;
}

body #main #contact-form .form-field input.error, body #main #contact-form .form-field textarea.error, body #main #contact-form .form-field select.error {
  border: 2px solid var(--rose);
}

body #main #contact-form .form-field input {
  height: 15px;
}

body #main #contact-form .form-field.form-field-rgpd ul li {
  align-items: normal;
}

body #main #contact-form .form-field.full {
  grid-column: 1 / -1;
}

body #main #contact-form .form-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  grid-column: 1 / -1;
}

body #main #contact-form .form-loader {
  width: 32px;
  height: 32px;
  border: 2px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: none;
}

body #main #contact-form .form-loader.active {
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

body #main #contact-form .submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

body #main #contact-form .form-response {
  background-color: #cbf0cc;
  padding: 1rem;
  display: none;
  grid-column: 1 / -1;
  text-align: center;
  justify-content: center;
  color: #4f4f4f;
  font-family: 'Corben';
  letter-spacing: 0.02rem;
  font-size: 1.1rem;
  position: relative;
}

body #main #contact-form .form-response:after {
  position: absolute;
  content: ' ';
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 100px;
  height: 0.5px;
  background-color: #4f4f4f;
}

body #main #contact-form .form-response.active {
  display: flex;
}

body #main .wp-block-cover {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

body #main .wp-block-cover .wp-block-cover__inner-container {
  position: static;
}

body #main .wp-block-cover .wp-block-list {
  position: absolute;
  width: max-content;
  top: 0;
  left: 0;
  display: flex;
  gap: 8rem;
  background-color: #ffffffd8;
  margin: 0;
  padding: 1rem;
  list-style: none;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  body #main .wp-block-cover .wp-block-list {
    animation: none;
  }
}

body #main .wp-block-cover .wp-block-list li {
  position: relative;
  flex: 0 0 auto;
  left: 100vw;
  animation: scroll 75s linear infinite;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}

body #main .wp-block-cover .wp-block-list li:before {
  position: absolute;
  content: ' ';
  height: .5px;
  width: 20px;
  position: absolute;
  left: calc(-4rem - 10px);
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
}

body #main .wp-block-cover .wp-block-list li:first-child:before {
  display: none;
}

body #main .wp-block-cover .wp-block-buttons {
  position: absolute;
  bottom: 3rem;
  width: 100%;
}

body #main .wp-block-columns .wp-block-cover {
  width: auto;
  left: 0;
  right: initial;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

body #main .wp-block-columns .wp-block-cover .wp-block-cover__image-background.has-parallax {
  background-size: 630px auto;
  background-position: 16% !important;
}

@media (max-width: 781px) {
  body #main .wp-block-columns .wp-block-cover .wp-block-cover__image-background.has-parallax {
    background-size: 100% auto;
  }
}

body #main .wp-block-columns .wp-block-column + .wp-block-column .wp-block-cover .wp-block-cover__image-background.has-parallax {
  background-position: 85% !important;
}

@keyframes scroll {
  from {
    left: 50vw;
  }
  to {
    left: -110%;
  }
}

/* Container */
.wp-block-gallery.carousel {
  position: relative;
  overflow: hidden;
}

/* Track */
.wp-block-gallery.carousel .carousel-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* Slides */
.wp-block-gallery.carousel .wp-block-image {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 4px;
}

@media (max-width: 781px) {
  .wp-block-gallery.carousel .wp-block-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Images */
.wp-block-gallery.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
}

/* Dots */
.wp-block-gallery.carousel .carousel-dots {
  margin: 1rem auto;
}

/* Dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1rem;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.carousel-dot.active {
  background: #000;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay .popup-content {
  max-width: 100%;
  max-height: calc(90vh - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup-overlay .popup-content img {
  display: block;
  max-width: 100%;
  max-height: calc(90vh - 40px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.popup-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: relative;
  max-width: 550px;
  width: 100%;
  padding: 50px 40px;
  background: #fff;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.popup-overlay.is-visible .popup {
  transform: translateY(0);
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  background: none;
  font-size: 30px;
  cursor: pointer;
}

body > header#header {
  color: #fff;
  position: relative;
  width: 100%;
}

body > header#header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body > header#header .top {
  justify-content: end;
  width: 100vw;
  position: absolute;
}

body > header#header .top .nav-links {
  padding-top: 1rem;
}

body > header#header .top .nav-links .hamburger {
  width: 40px;
  height: 40px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: 0;
  position: relative;
  z-index: 999;
  cursor: pointer;
  top: 1rem;
  right: 3rem;
}

@media (max-width: 768px) {
  body > header#header .top .nav-links .hamburger {
    right: 1rem;
  }
}

body > header#header .top .nav-links .hamburger span {
  height: 3px;
  background: var(--main-color);
  transition: .3s;
}

@media (max-width: 768px) {
  body > header#header .top .nav-links .hamburger span {
    background-color: var(--main-color);
  }
}

body > header#header .top .nav-links .hamburger.active span {
  background-color: var(--main-color);
}

@media (max-width: 768px) {
  body > header#header .top .nav-links .hamburger.active span {
    background-color: var(--main-color) !important;
  }
}

body > header#header .top .nav-links .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

body > header#header .top .nav-links .hamburger.active span:nth-child(2) {
  opacity: 0;
}

body > header#header .top .nav-links .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

body > header#header .top .nav-links #menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background: #fff;
  padding: 80px 30px;
  transition: right .3s ease;
  z-index: 900;
  box-shadow: 0 0 36px #ccc;
}

body > header#header .top .nav-links #menu ul.menu {
  flex-direction: column;
  margin-top: 2rem;
  gap: 2rem;
}

body > header#header .top .nav-links #menu ul.menu li a {
  color: var(--main-color);
  color: var(--main-color);
  display: inline-flex;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
}

body > header#header .top .nav-links #menu ul.menu li a:after {
  position: absolute;
  content: ' ';
  background-color: var(--main-color);
  width: 0px;
  height: 1px;
  left: 0;
  bottom: -10px;
  opacity: .7;
  transition: width 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
}

body > header#header .top .nav-links #menu ul.menu li a:hover:after {
  width: 44px;
}

body > header#header .top .nav-links #menu ul.menu li:not(.contact) {
  padding: 1rem;
}

body > header#header .top .nav-links #menu ul.menu li.contact a:after {
  display: none;
}

body > header#header .top .nav-links #menu ul.menu li.current-menu-item a:after {
  width: 100%;
}

body > header#header .top .nav-links #menu .socials ul {
  display: flex;
  padding: 0;
  gap: 1rem;
  padding-left: 0;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  body > header#header .top .nav-links #menu .socials ul {
    gap: .2rem;
  }
}

body > header#header .top .nav-links #menu .socials ul li a {
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

body > header#header .top .nav-links #menu .socials ul li a:after {
  display: none;
}

body > header#header .top .nav-links #menu .socials ul li a:hover {
  border-color: var(--main-color);
}

body > header#header .top .nav-links #menu.active {
  right: 0;
}

body > header#header .top .coordonnees {
  font-family: "Josefin Slab", serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--main-color);
  margin-top: 1rem;
  padding-left: 1rem;
  line-height: 1.5rem;
}

body > header#header .top .coordonnees address {
  font-style: normal;
}

body > header#header .hcontent {
  position: static;
}

body > header#header .hcontent .logo .inner {
  padding: 0;
}

@media (max-width: 768px) {
  body > header#header .hcontent .logo .inner img {
    width: 250px;
    height: auto;
  }
}

body > header#header .page-header {
  background-color: var(--rose);
  text-align: center;
  padding: 1rem;
  margin: .5rem auto 0;
}

body > header#header .page-header .inner h1, body > header#header .page-header .inner .h1 {
  font-weight: 400;
  position: relative;
  color: var(--bg-color);
  display: inline-flex;
}

body > header#header .page-header .inner h1:before, body > header#header .page-header .inner h1:after, body > header#header .page-header .inner .h1:before, body > header#header .page-header .inner .h1:after {
  position: absolute;
  content: ' ';
  background-color: var(--bg-color);
  height: 1px;
  width: 44px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .7;
}

body > header#header .page-header .inner h1:before, body > header#header .page-header .inner .h1:before {
  left: -70px;
}

body > header#header .page-header .inner h1:after, body > header#header .page-header .inner .h1:after {
  right: -70px;
}

body.home > header#header {
  height: 650px;
}

@media (max-width: 768px) {
  body.home > header#header .top .nav-links .hamburger span {
    background-color: #fff;
  }
}

body.home > header#header .hcontent {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.home > header#header .hcontent .media {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  body.home > header#header .hcontent .media {
    position: absolute;
    width: 100%;
  }
}

body.home > header#header .hcontent .media:before {
  position: absolute;
  content: ' ';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  background: linear-gradient(90deg, rgba(246, 245, 245, 0) 0%, #f6f5f5 95%);
}

@media (max-width: 991px) {
  body.home > header#header .hcontent .media:before {
    background: #fff;
    opacity: .95;
    width: 65%;
    left: 50%;
    transform: translateX(-50%);
  }
}

body.home > header#header .hcontent .media img {
  object-fit: cover;
}

body.home > header#header .hcontent .logo {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  body.home > header#header .hcontent .logo {
    width: 100%;
    justify-content: center;
  }
}

body.home > header#header .hcontent .logo .inner {
  margin-bottom: 2.8rem;
  padding-left: 15%;
}

@media (max-width: 1024px) {
  body.home > header#header .hcontent .logo .inner {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  body.home > header#header .hcontent .logo .inner {
    position: relative;
  }
}

body.home > header#header .hcontent .logo .inner h1 a {
  position: relative;
  display: flex;
  justify-content: center;
}

body.home > header#header .hcontent .logo .inner h1 a img {
  padding: 2rem;
}

@media (max-width: 768px) {
  body.home > header#header .hcontent .logo .inner h1 a img {
    width: 215px;
    height: auto;
  }
}

body.home > header#header .hcontent .logo .inner h1 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .12rem;
  position: relative;
}

@media (max-width: 768px) {
  body.home > header#header .hcontent .logo .inner h1 {
    font-size: .9rem;
  }
}

body.home > header#header .hcontent .logo .inner h2 {
  color: var(--main-color);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 2rem;
}

@media (max-width: 768px) {
  body.home > header#header .hcontent .logo .inner h2 {
    width: 65%;
    margin: 2rem auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

body.home > header#header .hcontent .btns {
  gap: 2rem;
}

@media (max-width: 768px) {
  body.home > header#header .hcontent .btns {
    flex-direction: column;
    gap: 0rem;
    display: inline-flex;
    width: 60%;
  }
}

@media (max-width: 768px) {
  body.home > header#header .hcontent .btns a.btn {
    padding: .8rem 1rem .7rem;
    font-size: .9rem;
  }
}

#footer {
  font-size: .8rem;
}

#footer .footer-container {
  background-color: var(--rose);
  padding: 3rem 2rem 2.5rem;
  margin-bottom: 1.5rem;
}

#footer .footer-menus {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  max-width: 991px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #footer .footer-menus {
    gap: 2rem;
  }
}

@media (max-width: 782px) {
  #footer .footer-menus {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

#footer .footer-menus a.footer-menu-title {
  color: var(--main-color);
  text-decoration: none;
  font-size: 1.1rem;
  position: relative;
  margin-bottom: .5rem;
  display: flex;
}

@media (max-width: 768px) {
  #footer .footer-menus a.footer-menu-title {
    display: inline-flex;
  }
}

#footer .footer-menus a.footer-menu-title:after {
  border-bottom: 0;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: .3em solid;
  content: "";
  display: none;
  margin-left: .5em;
  vertical-align: .255em;
  top: 0.1rem;
  position: relative;
}

@media (max-width: 782px) {
  #footer .footer-menus a.footer-menu-title:after {
    display: inline-block;
    top: 8px;
  }
}

#footer .footer-menus a.footer-menu-title.open:after {
  transform: rotate(180deg);
}

@media (max-width: 782px) {
  #footer .footer-menus a.footer-menu-title.open:after {
    top: -7px;
  }
}

#footer .footer-menus .menu-footer-container {
  display: block;
}

@media (max-width: 782px) {
  #footer .footer-menus .menu-footer-container {
    display: none;
  }
}

#footer .footer-menus .menu-footer-container.open {
  display: block;
}

#footer .footer-menus ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 782px) {
  #footer .footer-menus ul li {
    justify-content: center;
    text-align: center;
    display: flex;
  }
}

#footer .footer-menus ul li a {
  color: var(--main-color);
  text-decoration: none;
  font-size: .8rem;
  padding: .3rem 0;
  display: flex;
}

@media (max-width: 768px) {
  #footer .footer-menus ul li a {
    padding: 0.2rem 0;
  }
}

#footer .footer-menus ul li a:hover {
  text-decoration: underline;
}

#footer .footer-menus .coordonnees {
  font-family: "Josefin Slab", serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  margin-top: 1rem;
}

#footer .footer-menus .coordonnees address {
  font-style: normal;
}

#footer .by {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #388D7D;
  font-style: italic;
  letter-spacing: 0.08rem;
  font-size: .8rem;
  margin-bottom: .5rem;
}

@media (max-width: 782px) {
  #footer .by {
    flex-direction: column;
    margin-top: 2rem;
  }
}

#footer .by svg {
  padding-right: .8rem;
}

#footer .by a {
  color: #388D7D;
}

#footer .by a:hover {
  color: #143b34;
}

#footer .legals {
  display: flex;
  justify-content: center;
  font-style: italic;
  font-size: .7rem;
}

@media (max-width: 782px) {
  #footer .legals {
    text-align: center;
  }
}

#footer .legals a {
  text-decoration: none;
  color: var(--blue2);
}

#footer .legals a:hover {
  text-decoration: underline;
}

body #main p a {
  color: var(--main-color);
  text-decoration: none;
}

body #main p a:hover {
  color: var(--rose);
  text-decoration: none;
}

body #main .wp-block-group.bandeau {
  display: flex;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

body #main .wp-block-group.bandeau .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

body #main .wp-block-group.bandeau .wp-block-group__inner-container .wp-block-cover {
  width: 100%;
  padding: .6rem 2rem .5rem;
}

body #main .wp-block-group.bandeau .wp-block-group__inner-container .wp-block-cover .wp-block-cover__inner-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  z-index: 10;
}

@media (max-width: 768px) {
  body #main .wp-block-group.bandeau .wp-block-group__inner-container .wp-block-cover .wp-block-cover__inner-container {
    flex-direction: column;
  }
}

body #main .wp-block-group.bandeau .wp-block-group__inner-container .wp-block-cover .wp-block-cover__inner-container hr.wp-block-separator {
  position: static;
  border: 0;
  width: auto;
  height: auto;
}

body #main .wp-block-group.bandeau .wp-block-group__inner-container .wp-block-cover .wp-block-cover__inner-container hr.wp-block-separator:before {
  background: #fff;
  top: 50%;
  height: 1px;
}

body #main .wp-block-group.bandeau .wp-block-group__inner-container .wp-block-cover .wp-block-cover__inner-container p {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  body #main .wp-block-group.bandeau .wp-block-group__inner-container .wp-block-cover .wp-block-cover__inner-container p {
    font-size: 1rem;
  }
}

body #main .wp-block-group.atouts {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

body #main .wp-block-group.atouts .wp-block-columns .wp-block-column {
  padding: 0 2rem;
}

@media (max-width: 768px) {
  body #main .wp-block-group.atouts .wp-block-columns .wp-block-column {
    padding: 0;
  }
}

body #main .wp-block-group.contact p.has-text-align-center.is-style-josefin_slab.has-medium-font-size.wp-block-paragraph {
  font-weight: 600;
}

body #main .wp-block-group.contact p a.tel {
  text-decoration: none;
  color: var(--main-color);
  position: relative;
  padding-left: 2rem;
}

body #main .wp-block-group.contact p a.tel:before {
  position: absolute;
  content: ' ';
  background: no-repeat center url("../img/icons/phone.svg");
  background-size: 24px auto;
  width: 27px;
  height: 35px;
  left: -5px;
  top: -10px;
}

body #main .wp-block-group.produits .wp-block-columns {
  gap: 4.5rem;
}

@media (max-width: 768px) {
  body #main .wp-block-group.produits .wp-block-columns {
    gap: .5rem;
  }
}

body #main .wp-block-group.produits .wp-block-columns .wp-block-column {
  position: relative;
}

@media (max-width: 768px) {
  body #main .wp-block-group.produits .wp-block-columns .wp-block-column {
    display: flex;
  }
}

body #main .wp-block-group.produits .wp-block-columns .wp-block-column.fake-hover .wp-block-heading a {
  opacity: .95;
}

body #main .wp-block-group.produits .wp-block-columns .wp-block-column figure {
  width: 100%;
}

body #main .wp-block-group.produits .wp-block-columns .wp-block-column figure img {
  width: 100%;
  object-fit: cover;
}

body #main .wp-block-group.produits .wp-block-columns .wp-block-column .wp-block-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

@media (max-width: 768px) {
  body #main .wp-block-group.produits .wp-block-columns .wp-block-column .wp-block-heading {
    position: static;
  }
}

body #main .wp-block-group.produits .wp-block-columns .wp-block-column .wp-block-heading a {
  transition: .4s;
  width: 100%;
  height: calc(100% - 4rem);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fefefef2;
  margin: 0;
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  text-decoration: none;
  color: var(--main-color);
  opacity: 0;
  padding-bottom: 4rem;
  transition: opacity 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media (max-width: 768px) {
  body #main .wp-block-group.produits .wp-block-columns .wp-block-column .wp-block-heading a {
    opacity: 1;
    font-size: 1.2rem;
    padding-left: .5rem;
    padding-right: .5rem;
    width: calc(100% - 1rem);
  }
}

body #main .wp-block-group.produits .wp-block-columns .wp-block-column .wp-block-heading a:hover {
  opacity: .98;
}

body #main .wp-block-group.produits .wp-block-columns .wp-block-column .wp-block-heading a:before {
  position: absolute;
  content: '+';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--rose);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 3rem;
  text-align: center;
  padding-left: 2px;
  margin-top: 7rem;
}

@media (max-width: 768px) {
  body #main .wp-block-group.produits .wp-block-columns .wp-block-column .wp-block-heading a:before {
    font-size: 2rem;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  body #main .wp-block-group.produits .wp-block-columns .wp-block-column:nth-child(even) {
    flex-direction: row-reverse;
  }
}

body #main .wp-block-group.saison .wp-block-columns .wp-block-column {
  position: relative;
}

body #main .wp-block-group.saison .wp-block-columns .wp-block-column .wp-block-heading {
  position: absolute;
  background-color: #fff;
  padding: 1.5rem;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
}

body #main .wp-block-group.saison .wp-block-columns .wp-block-column + .wp-block-column .wp-block-heading {
  top: initial;
  bottom: -100px;
}

body #main .wp-block-group.saison .wp-block-columns .wp-block-column + .wp-block-column + .wp-block-column .wp-block-heading {
  top: -100px;
  bottom: initial;
}

body #main .wp-block-group.saison.is-visible .wp-block-column .wp-block-heading {
  animation: saisonTop 2s ease-in-out forwards;
}

body #main .wp-block-group.saison.is-visible .wp-block-column + .wp-block-column .wp-block-heading {
  animation: saisonBottom 2s ease-in-out .3s forwards;
}

body #main .wp-block-group.saison.is-visible .wp-block-column + .wp-block-column + .wp-block-column .wp-block-heading {
  animation: saisonTop 2s ease-in-out .5s forwards;
}

body #main .wp-block-group.apropos {
  position: relative;
}

body #main .wp-block-group.apropos:before {
  position: absolute;
  content: ' ';
  background: no-repeat center;
  background-image: url(../img/equipe-fleche.webp);
  left: 0px;
  top: -110px;
  background-size: 315px auto;
  width: 315px;
  height: 205px;
  animation: arrowFloat 3s ease-in-out infinite;
}

@media (max-width: 991px) {
  body #main .wp-block-group.apropos:before {
    background-size: 250px auto;
    right: 0;
    top: -140px;
  }
}

@media (max-width: 991px) {
  body #main .wp-block-group.apropos .wp-block-columns .wp-block-column figure {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  body #main .wp-block-group.apropos .wp-block-columns .wp-block-column figure {
    padding-top: 3rem;
  }
}

@keyframes saisonTop {
  to {
    top: 55px;
  }
}

@keyframes saisonBottom {
  to {
    bottom: 55px;
  }
}

body.page:not(.home) #main, body.woocommerce-page:not(.home) #main {
  margin: 0 auto;
  margin-top: 4rem;
  max-width: 1024px;
}

@media (max-width: 768px) {
  body.page:not(.home) #main, body.woocommerce-page:not(.home) #main {
    margin-top: 0;
  }
}

body.page:not(.home) #main h2, body.woocommerce-page:not(.home) #main h2 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  body.page:not(.home) #main h2, body.woocommerce-page:not(.home) #main h2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

body.page:not(.home) #main h3, body.woocommerce-page:not(.home) #main h3 {
  margin-top: 3rem;
}

body.page:not(.home) #main a, body.woocommerce-page:not(.home) #main a {
  color: var(--main-color);
}

body.page:not(.home) #main a.btn, body.page:not(.home) #main a.wp-block-button__link, body.woocommerce-page:not(.home) #main a.btn, body.woocommerce-page:not(.home) #main a.wp-block-button__link {
  color: #fff;
}

body.page:not(.home) #main a.btn:hover, body.page:not(.home) #main a.wp-block-button__link:hover, body.woocommerce-page:not(.home) #main a.btn:hover, body.woocommerce-page:not(.home) #main a.wp-block-button__link:hover {
  color: var(--rose);
}

body.page:not(.home) #main p, body.woocommerce-page:not(.home) #main p {
  font-size: 1rem;
  line-height: 1.3rem;
}

body.page:not(.home) #main .wp-block-group.has-background, body.woocommerce-page:not(.home) #main .wp-block-group.has-background {
  padding: 4rem;
}

@media (max-width: 768px) {
  body.page:not(.home) #main .wp-block-group.has-background, body.woocommerce-page:not(.home) #main .wp-block-group.has-background {
    padding: 2.5rem;
  }
}

body.page:not(.home) #main .wp-block-group.has-background h2, body.woocommerce-page:not(.home) #main .wp-block-group.has-background h2 {
  margin-top: 0;
}

body.page:not(.home) #main .wp-block-columns .wp-block-column.has-background, body.woocommerce-page:not(.home) #main .wp-block-columns .wp-block-column.has-background {
  padding: 2rem;
}

@media (max-width: 768px) {
  body.page:not(.home) #main .wp-block-columns.mobile-carousel .wp-block-column.has-background, body.woocommerce-page:not(.home) #main .wp-block-columns.mobile-carousel .wp-block-column.has-background {
    width: calc(100% - 4rem);
    flex: auto;
    min-width: calc(100% - 4rem);
  }
}

body.page:not(.home) #main .wp-block-columns:has( > .wp-block-column:nth-child(3)) .wp-block-image.is-style-rounded, body.woocommerce-page:not(.home) #main .wp-block-columns:has( > .wp-block-column:nth-child(3)) .wp-block-image.is-style-rounded {
  opacity: 1;
  transform: translateY(0) translateX(0px) scale(1);
  translate: initial;
}

body.page:not(.home) #main .wp-block-columns:has( > .wp-block-column:nth-child(3)) .wp-block-image.is-style-rounded figure:before, body.page:not(.home) #main .wp-block-columns:has( > .wp-block-column:nth-child(3)) .wp-block-image.is-style-rounded figure:after, body.woocommerce-page:not(.home) #main .wp-block-columns:has( > .wp-block-column:nth-child(3)) .wp-block-image.is-style-rounded figure:before, body.woocommerce-page:not(.home) #main .wp-block-columns:has( > .wp-block-column:nth-child(3)) .wp-block-image.is-style-rounded figure:after {
  animation: none;
}

body.page:not(.home) #main .wp-block-columns:has( > .wp-block-column:nth-child(3)) .wp-block-image.is-style-rounded figure:after, body.woocommerce-page:not(.home) #main .wp-block-columns:has( > .wp-block-column:nth-child(3)) .wp-block-image.is-style-rounded figure:after {
  left: 10px;
  top: -30px;
}

@media (max-width: 768px) {
  body.page:not(.home) #main > .wp-block-cover + .wp-block-spacer, body.woocommerce-page:not(.home) #main > .wp-block-cover + .wp-block-spacer {
    height: 0px !important;
  }
}

body.page:not(.home) #main .wp-block-group.produits .wp-block-columns, body.woocommerce-page:not(.home) #main .wp-block-group.produits .wp-block-columns {
  gap: 1.2rem;
}

body.page:not(.home) #main:has( > .wp-block-cover:first-child), body.woocommerce-shop:not(.home) #main:has( > .wp-block-cover:first-child) {
  margin-top: 0;
}

body #main .icon .exclamation {
  font-size: 5rem;
  font-weight: 700;
}

body.woocommerce-page .category-banner {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}

body.woocommerce-page .category-banner-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}

body.woocommerce-page #main .woocommerce-result-count {
  display: none;
}

body.woocommerce-page #main .woocommerce-ordering {
  display: none;
}

body.woocommerce-page #main .category-header .category-description {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 3rem;
}

body.woocommerce-page #main ul.products .product-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

@media (max-width: 768px) {
  body.woocommerce-page #main ul.products .product-img {
    height: 220px;
  }
}

body.woocommerce-page #main ul.products .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.woocommerce-page #main ul.products li .product-title {
  margin-top: 1.5rem;
  font-size: 1rem !important;
  position: relative;
}

@media (max-width: 768px) {
  body.woocommerce-page #main ul.products li .product-title {
    font-size: .8rem !important;
    letter-spacing: 0;
    line-height: 1.2rem !important;
  }
}

body.woocommerce-page #main ul.products li .product-title:after {
  position: absolute;
  content: ' ';
  background-color: var(--rose);
  width: 25px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

body.woocommerce-page #main .product-btns {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  body.tax-product_cat header#header .page-header .inner h1 {
    font-size: 1.2rem;
    max-width: 60%;
  }
}

body {
  text-align: left;
  background-color: var(--bg-color);
  font-family: "Josefin Sans", sans-serif;
  color: var(--main-color);
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  --scrollbar-width: 17px;
  scrollbar-width: 17px;
  letter-spacing: 0.05rem;
  font-size: .9rem;
}

body #main {
  max-width: 1335px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
}

@media (max-width: 768px) {
  body #main {
    padding: 0 1rem 4rem;
    overflow: hidden;
  }
}

body .df {
  display: flex;
}

body .jcc {
  justify-content: center;
}

body .jce {
  justify-content: end;
}

body .aic {
  align-items: center;
}
