@media screen and (max-width: 768px) {
  .container-left-realisation {
    padding-left: 0 !important;
  }
}

.column-left-realisation .titre-realisation {
  color: #092C39;
  margin: 0;
}
.column-left-realisation .sous-titre-realisation {
  font-weight: 700;
  font-size: 2.25rem;
  font-family: "Raleway", sans-serif;
}
.column-left-realisation .description-realisation {
  max-width: 42.75rem;
}

.detail-realisation {
  background-color: #F4DDCD;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
}
.detail-realisation p, .detail-realisation ul {
  margin: 0;
}
.detail-realisation .titre-detail-realisation {
  color: #092C39;
  margin-top: 0;
  margin-bottom: 30px;
}

.gallery-grid-realisation {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 320px);
  gap: 1.563rem;
}
.gallery-grid-realisation .item-gallery-realisation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.gallery-grid-realisation .item-1 {
  grid-column: span 2;
}
.gallery-grid-realisation .item-2 {
  grid-row: span 2;
}
@media (max-width: 1024px) {
  .gallery-grid-realisation {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
    margin: 0 auto !important;
  }
  .gallery-grid-realisation .item-2 {
    grid-row: unset;
  }
  .gallery-grid-realisation .item-3 {
    grid-row: span 2;
  }
}

.realisations-temoignage {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .realisations-temoignage {
    flex-direction: column-reverse;
  }
}
.realisations-temoignage .titre-temoignage {
  color: #092C39;
}
.realisations-temoignage .description-temoignage {
  color: #092C39;
}
.realisations-temoignage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  max-width: 450px;
  max-height: 250px;
}

.realisations-liees-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .realisations-liees-grid {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 0 auto !important;
  }
}

.realisation-card {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .realisation-card {
    height: 263px;
  }
}
.realisation-card .realisation-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  max-height: 18.75rem;
  max-width: 42rem;
  vertical-align: bottom;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .realisation-card .realisation-card-image img {
    max-width: 100%;
  }
}
.realisation-card:hover .realisation-card-image img {
  transform: scale(1.05);
}
.realisation-card .realisation-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.5rem;
  background: rgba(244, 221, 205, 0.75);
  max-height: 6rem;
}
.realisation-card h4, .realisation-card p {
  margin: 0;
  color: #092C39;
}
.realisation-card p {
  font-weight: 500;
}

.desktop-realisation {
  display: grid;
}
@media (max-width: 768px) {
  .desktop-realisation {
    display: none;
  }
}

.mobile-realisation {
  display: none;
}
@media (max-width: 768px) {
  .mobile-realisation {
    display: block;
  }
}

.splide__slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}

.splide__pagination {
  bottom: -2rem;
}

.splide__pagination__page {
  width: 24px;
  height: 24px;
  background: #F4DDCD;
  opacity: 1;
}
.splide__pagination__page.is-active {
  background: #092C39;
}

.splide__arrow svg {
  fill: #092C39;
  width: 24px;
  height: 24px;
}

.splide__arrow--prev {
  left: 0;
}

.splide__arrow--next {
  right: 0;
}

.realisations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 320px;
  gap: 1.563rem;
}
.realisations-grid .realisation-card:nth-child(7n+1) {
  grid-column: span 2;
}
.realisations-grid .realisation-card:nth-child(7n+2) {
  grid-row: span 2;
}
@media (max-width: 1024px) {
  .realisations-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
    margin: 0 auto;
  }
  .realisations-grid .realisation-card:nth-child(7n+1) {
    grid-column: span 1;
  }
  .realisations-grid .realisation-card:nth-child(7n+2) {
    grid-row: span 1;
  }
  .realisations-grid .realisation-card:nth-child(7n+3) {
    grid-row: span 2;
  }
}
@media (max-width: 600px) {
  .realisations-grid {
    grid-template-columns: 1fr;
  }
  .realisations-grid .realisation-card:nth-child(n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.gallery-grid-realisation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 200px);
  gap: 1.563rem;
}
.gallery-grid-realisation .gallery-item {
  overflow: hidden;
}
.gallery-grid-realisation .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 1024px) {
  .gallery-grid-realisation .gallery-item img {
    height: unset;
  }
}
.gallery-grid-realisation .item-1 {
  grid-column: span 2;
}
.gallery-grid-realisation .item-2 {
  grid-row: span 2;
}
@media (max-width: 1024px) {
  .gallery-grid-realisation {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .gallery-grid-realisation .item-1 {
    grid-column: span 2;
  }
  .gallery-grid-realisation .item-2 {
    grid-row: unset;
  }
  .gallery-grid-realisation .item-3 {
    grid-column: span 1;
    grid-row: span 2;
  }
  .gallery-grid-realisation .item-3 img {
    height: 100%;
  }
}

.gallery-realisation-slider .splide__slide {
  padding: 0;
}

.gallery-realisation-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.gallery-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-arrow svg {
  stroke: #F4DDCD;
  width: 20px;
  height: 20px;
}
.gallery-arrow:hover svg {
  stroke: #8A3439;
}

.gallery-pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F4DDCD;
  cursor: pointer;
  transition: background 0.3s ease;
}
.gallery-dot.is-active {
  background: #8A3439;
}
.gallery-dot:hover:not(.is-active) {
  background: rgb(234.8032786885, 192.5737704918, 163.1967213115);
}

.realisation-card {
  position: relative;
  overflow: hidden;
}
.realisation-card:hover .realisation-card-content {
  background: #F4DDCD;
}
.realisation-card a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.realisation-card .realisation-card-image {
  width: 100%;
  height: 100%;
}
.realisation-card .realisation-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  max-height: unset;
}
.realisation-card .realisation-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.5rem;
  background: rgba(244, 221, 205, 0.85);
  transition: background 0.3s ease;
}
.realisation-card .realisation-card-content h4 {
  margin: 0 0 0.25rem 0;
  color: #092C39;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}
.realisation-card .realisation-card-content .realisation-card-meta {
  margin: 0;
  color: #092C39;
  font-size: 0.9rem;
}
.realisation-card .realisation-card-content .realisation-card-meta .modele, .realisation-card .realisation-card-content .realisation-card-meta .usage {
  font-weight: 400;
}

.filtres-realisations {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  max-width: 1135px;
}
@media (max-width: 1024px) {
  .filtres-realisations {
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 1.5rem;
  }
}
.filtres-realisations .titre-realisation {
  color: #092C39;
}
@media (max-width: 1024px) {
  .filtres-realisations .titre-realisation {
    margin: auto;
  }
}

.titre-realisations-liees {
  margin-top: 0;
}

.custom-select {
  position: relative;
  max-width: fit-content;
}
@media (max-width: 768px) {
  .custom-select {
    max-width: 100%;
  }
}
.custom-select .select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #F4DDCD;
  border: 2px solid #8A3439;
  border-radius: 25px;
  cursor: pointer;
  color: #092C39;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .custom-select .select-trigger {
    white-space: normal;
    word-break: break-word;
  }
}
.custom-select .select-trigger svg {
  transition: transform 0.3s ease;
}
.custom-select.open .select-trigger svg {
  transform: rotate(180deg);
}
.custom-select .select-options {
  display: none;
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  right: 0;
  background: #F4DDCD;
  border: 2px solid #8A3439;
  border-top: none;
  border-radius: 0 0 25px 25px;
  z-index: 10;
  max-height: 250px;
  overflow-y: auto;
}
.custom-select .select-options label {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  color: #092C39;
}
.custom-select .select-options label:hover {
  background: rgba(244, 221, 205, 0.3);
}
.custom-select .select-options label input {
  margin-right: 0.75rem;
  accent-color: #8A3439;
}
.custom-select.open .select-options {
  display: block;
}

.block-contact-realisation-archive {
  display: flex;
  margin-left: calc(-50vw + 50%);
}
.block-contact-realisation-archive .block-contact-rouge-realisation,
.block-contact-realisation-archive .block-contact-beige-realisation {
  flex: 1;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-contact-realisation-archive .block-contact-rouge-realisation h4,
.block-contact-realisation-archive .block-contact-beige-realisation h4 {
  margin-top: 0;
  text-align: center;
}
.block-contact-realisation-archive .block-contact-rouge-realisation .wp-block-button,
.block-contact-realisation-archive .block-contact-beige-realisation .wp-block-button {
  display: flex;
  justify-content: center;
}
.block-contact-realisation-archive .block-contact-rouge-realisation .wp-block-button__link,
.block-contact-realisation-archive .block-contact-beige-realisation .wp-block-button__link {
  width: auto;
}
.block-contact-realisation-archive .block-contact-rouge-realisation {
  background-color: #8A3439;
}
.block-contact-realisation-archive .block-contact-rouge-realisation h4 {
  color: #F4DDCD;
}
.block-contact-realisation-archive .block-contact-rouge-realisation .btn-beige-realisation {
  background-color: #F4DDCD;
  color: #8A3439;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.block-contact-realisation-archive .block-contact-rouge-realisation .btn-beige-realisation:hover {
  background-color: rgb(239.4016393443, 206.7868852459, 184.0983606557);
}
.block-contact-realisation-archive .block-contact-beige-realisation {
  background-color: #F4DDCD;
}
.block-contact-realisation-archive .block-contact-beige-realisation h4 {
  color: #8A3439;
}
.block-contact-realisation-archive .block-contact-beige-realisation .btn-rouge-realisation {
  background-color: #8A3439;
  color: #F4DDCD;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.block-contact-realisation-archive .block-contact-beige-realisation .btn-rouge-realisation:hover {
  background-color: rgb(119.4789473684, 45.0210526316, 49.35);
}
@media (max-width: 768px) {
  .block-contact-realisation-archive {
    flex-direction: column;
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(1, 24, 32, 0.6) 0%, rgba(25, 123, 159, 0) 100%);
  padding: 1rem 2rem;
  z-index: 1000;
}

.page-hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-site-blocks:not(:has(> .page-hero)) > main {
  margin-top: 12rem !important;
}

.main-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  height: 148px;
}

.site-logo {
  justify-self: start;
}
.site-logo img {
  height: 6.25rem;
  width: auto;
}

.nav-menu {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu > li {
  position: relative;
}
.nav-menu > li > a {
  color: #F4DDCD;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}
.nav-menu > li > a:hover {
  color: #fcefe6;
}
.nav-menu > li > a[aria-current=page] {
  border-bottom: 2px solid #F4DDCD;
}
.nav-menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23FCEFE6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.nav-menu > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F4DDCD;
  border-radius: 8px;
  padding: 0.75rem 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.nav-menu .sub-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #F4DDCD;
}
.nav-menu .sub-menu li a {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #092C39;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}
.nav-menu .sub-menu li a:hover {
  background-color: rgba(9, 44, 57, 0.1);
}
.nav-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media (max-width: 1250px) {
  .nav-actions {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

.btn-contact {
  background-color: #F4DDCD;
  color: #8A3439;
  padding: 0.6rem 1.25rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}
.btn-contact:hover {
  background-color: rgb(239.4016393443, 206.7868852459, 184.0983606557);
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.social-icons a:hover {
  opacity: 0.7;
}
.social-icons a svg {
  width: 20px;
  height: 20px;
}

.menu-toggle {
  display: none;
  justify-self: end;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.menu-toggle .hamburger {
  display: block;
  width: 24px;
  height: 4px;
  background-color: #F4DDCD;
  position: relative;
  transition: background-color 0.3s ease;
}
.menu-toggle .hamburger::before, .menu-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 4px;
  background-color: #F4DDCD;
  left: 0;
  transition: transform 0.3s ease;
}
.menu-toggle .hamburger::before {
  top: -8px;
}
.menu-toggle .hamburger::after {
  bottom: -8px;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fcefe6;
  z-index: 2000;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-menu-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  padding: 1.5rem 2rem;
}

.menu-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.menu-close svg {
  width: 24px;
  height: 24px;
}

.mobile-logo {
  justify-self: center;
}
.mobile-logo img {
  height: 120px;
  width: auto;
}

.mobile-social-icons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mobile-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-social-icons a img {
  filter: brightness(0);
}

.mobile-menu-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
}

.mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.mobile-nav-menu > li {
  margin-bottom: 1.25rem;
}
.mobile-nav-menu > li > a {
  color: #092C39;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.mobile-nav-menu > li .submenu-arrow {
  transition: transform 0.3s ease;
}
.mobile-nav-menu > li.submenu-open .submenu-arrow {
  transform: rotate(180deg);
}

.mobile-menu-separator {
  width: 80%;
  max-width: 300px;
  border: none;
  border-top: 1px solid rgba(9, 44, 57, 0.3);
  margin: 1.5rem 0;
}

.mobile-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mobile-submenu.submenu-open {
  display: block;
}
.mobile-submenu li {
  margin-bottom: 1.25rem;
}
.mobile-submenu li a {
  color: #092C39;
  text-decoration: underline;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.site-header.menu-open .mobile-menu-overlay {
  display: flex;
}

@media (max-width: 850px) {
  .main-nav {
    grid-template-columns: 1fr auto;
  }
  .nav-menu,
  .nav-actions {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .site-header.menu-open .nav-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #092C39;
    padding: 1.5rem;
    gap: 1rem;
  }
  .site-header.menu-open .nav-menu > li {
    width: 100%;
    text-align: center;
  }
  .site-header.menu-open .nav-menu > li.menu-item-has-children > a::after {
    display: none;
  }
  .site-header.menu-open .nav-menu .sub-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    background-color: rgba(244, 221, 205, 0.1);
    box-shadow: none;
    margin-top: 0.5rem;
    border-radius: 4px;
  }
  .site-header.menu-open .nav-menu .sub-menu::before {
    display: none;
  }
  .site-header.menu-open .nav-menu .sub-menu li a {
    color: #F4DDCD;
  }
  .site-header.menu-open .nav-actions {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 200px);
    left: 0;
    right: 0;
    background-color: #092C39;
    padding: 1.5rem;
  }
  .site-header.menu-open .menu-toggle .hamburger {
    background-color: transparent;
  }
  .site-header.menu-open .menu-toggle .hamburger::before {
    transform: rotate(45deg) translate(5px, 6px);
  }
  .site-header.menu-open .menu-toggle .hamburger::after {
    transform: rotate(-45deg) translate(5px, -6px);
  }
}
.page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero--slider {
  position: relative;
  height: 56.25rem !important;
}
@media (max-width: 768px) {
  .page-hero--slider {
    display: flex;
    flex-direction: column;
    height: auto !important;
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .page-hero--slider {
    margin-bottom: 0;
  }
}
.page-hero--slider .hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .page-hero--slider .hero-slider {
    position: relative;
    height: 31.25rem;
  }
}
.page-hero--slider .splide__track,
.page-hero--slider .splide__list,
.page-hero--slider .splide__slide {
  height: 100%;
}
.page-hero--slider .splide__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slider-controls {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  width: fit-content;
  z-index: 20;
}
@media (max-width: 375px) {
  .hero-slider-controls {
    padding: 0;
    gap: 0;
  }
}

.hero-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-arrow svg {
  stroke: #F4DDCD;
  width: 20px;
  height: 20px;
}
.hero-arrow:hover svg {
  stroke: #8A3439;
}

.hero-pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F4DDCD;
  cursor: pointer;
  transition: background 0.3s ease;
}
.hero-dot.is-active {
  background: #8A3439;
}
.hero-dot:hover:not(.is-active) {
  background: rgb(234.8032786885, 192.5737704918, 163.1967213115);
}

.titre-hero {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #F4DDCD;
  max-width: 36.313rem;
  text-align: right;
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: 27%;
}
@media (max-width: 768px) {
  .titre-hero {
    position: static;
    max-width: 100%;
    text-align: center;
    color: #092C39;
    background-color: #F4DDCD;
    text-shadow: none;
    padding: 4rem 3.5rem 6rem;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .titre-hero {
    padding-bottom: 6rem;
  }
}

.btn-hero {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #8A3439;
  color: #F4DDCD;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
}
.btn-hero:hover {
  background-color: rgb(119.4789473684, 45.0210526316, 49.35);
}
@media (max-width: 768px) {
  .btn-hero {
    position: static;
    transform: none;
    display: block;
    width: fit-content;
    margin: -5rem auto 2rem;
  }
}
@media (max-width: 425px) {
  .btn-hero {
    background-color: transparent;
    color: #8A3439;
    border: solid 1px #8A3439;
    font-size: 18px;
    margin: -4rem auto 1rem;
  }
  .btn-hero:hover {
    background-color: #8A3439;
    color: #F4DDCD;
  }
}

.site-footer {
  background-color: #F4DDCD;
  padding: 4rem 2rem 2rem;
}

.footer-main {
  display: grid;
  grid-template-columns: auto 1fr 2fr;
  gap: 4rem;
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media (max-width: 1024px) {
  .footer-main {
    grid-template-columns: 0.5fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .footer-main {
    grid-template-columns: 0.8fr 1fr;
    gap: 2rem;
  }
}

.footer-brand .footer-logo img {
  height: 185px;
  width: auto;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-contact address {
  color: #092C39;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  font-style: normal;
}
.footer-contact .footer-phone {
  color: #092C39;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.footer-contact .footer-phone:hover {
  text-decoration: underline;
}
.footer-contact .btn-contact-footer {
  display: inline-block;
  background-color: #092C39;
  color: #F4DDCD;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
  width: fit-content;
}
.footer-contact .btn-contact-footer:hover {
  background-color: rgb(5.5227272727, 27, 34.9772727273);
}
@media (max-width: 375px) {
  .footer-contact .btn-contact-footer {
    padding: 0.75rem 1rem;
  }
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.footer-social a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-nav {
    grid-column: 1/3;
  }
}
.footer-nav .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 4rem;
}
@media (max-width: 1024px) {
  .footer-nav .footer-menu {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .footer-nav .footer-menu {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 2rem;
  }
}
.footer-nav .footer-menu li a {
  color: #092C39;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.3s ease;
}
.footer-nav .footer-menu li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  padding-top: 1.5rem;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
}
.footer-bottom .footer-legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer-bottom .footer-legal li a {
  color: #092C39;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 0.3s ease;
}
.footer-bottom .footer-legal li a:hover {
  text-decoration: underline;
}

.column-left-modele .titre-modele {
  color: #092C39;
}
.column-left-modele .plaquette-modele {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #8A3439;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.column-left-modele .plaquette-modele:hover {
  text-decoration: underline;
}

.detail-modele {
  background-color: #F4DDCD;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  text-align: end;
}
@media (max-width: 1024px) {
  .detail-modele {
    flex: 1;
    height: 300px;
  }
}
.detail-modele h4 {
  margin: 0;
  font-size: 36px;
  line-height: 45px;
}
@media (max-width: 1024px) {
  .detail-modele h4 {
    margin-bottom: 1rem;
  }
}
.detail-modele .statut-modele {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.detail-modele .info-modele p {
  margin-top: 5px;
}

.block-contact-rouge-modele {
  padding: 2.8rem;
  background-color: #8A3439;
  max-height: 450px;
  margin-top: 1.563rem;
}
@media (max-width: 1024px) {
  .block-contact-rouge-modele {
    max-height: 168px;
    padding: 2rem;
    margin-top: 0;
  }
}
.block-contact-rouge-modele h4 {
  color: #F4DDCD;
  margin-top: 0;
  text-align: center;
}
.block-contact-rouge-modele .wp-block-button {
  display: flex;
  justify-content: center;
}
.block-contact-rouge-modele .wp-block-button__link {
  width: auto;
}
.block-contact-rouge-modele .btn-beige-modele {
  background-color: #F4DDCD;
  color: #8A3439;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  text-align: center;
}
.block-contact-rouge-modele .btn-beige-modele:hover {
  background-color: rgb(239.4016393443, 206.7868852459, 184.0983606557);
}

.block-contact-beige-modele {
  padding: 2.8rem;
  background-color: #F4DDCD;
  max-height: 450px;
  margin-top: 1.563rem;
}
@media (max-width: 1024px) {
  .block-contact-beige-modele {
    max-height: 168px;
    padding: 2rem;
  }
}
.block-contact-beige-modele h4 {
  color: #8A3439;
  margin-top: 0;
  text-align: center;
}
.block-contact-beige-modele .wp-block-button {
  display: flex;
  justify-content: center;
}
.block-contact-beige-modele .wp-block-button__link {
  width: auto;
}
.block-contact-beige-modele .btn-rouge-modele {
  background-color: #8A3439;
  color: #F4DDCD;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  text-align: center;
}
.block-contact-beige-modele .btn-rouge-modele:hover {
  background-color: rgb(119.4789473684, 45.0210526316, 49.35);
}

.accordeon-modele .accordeon-item {
  border-bottom: 2px solid #092C39;
}
.accordeon-modele .accordeon-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #092C39;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.accordeon-modele .accordeon-trigger svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.accordeon-modele .accordeon-trigger[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.accordeon-modele .accordeon-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #092C39;
}
.accordeon-modele .accordeon-content .accordeon-inner {
  padding-bottom: 1.5rem;
}

.gallery-modele-wrapper {
  margin-top: 1.563rem;
}

.gallery-grid-modele {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 200px);
  gap: 1.563rem;
}
.gallery-grid-modele .gallery-item {
  overflow: hidden;
}
.gallery-grid-modele .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 1024px) {
  .gallery-grid-modele .gallery-item img {
    height: unset;
  }
}
.gallery-grid-modele .item-1 {
  grid-column: span 2;
}
.gallery-grid-modele .item-2 {
  grid-row: span 2;
}
@media (max-width: 1024px) {
  .gallery-grid-modele {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .gallery-grid-modele .item-1 {
    grid-column: span 2;
  }
  .gallery-grid-modele .item-2 {
    grid-row: unset;
  }
  .gallery-grid-modele .item-3 {
    grid-column: span 1;
    grid-row: span 2;
  }
  .gallery-grid-modele .item-3 img {
    height: 100%;
  }
}

.gallery-modele-slider .splide__slide {
  padding: 0;
}

.gallery-modele-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-arrow svg {
  stroke: #F4DDCD;
  width: 20px;
  height: 20px;
}
.gallery-arrow:hover svg {
  stroke: #8A3439;
}

.gallery-pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F4DDCD;
  cursor: pointer;
  transition: background 0.3s ease;
}
.gallery-dot.is-active {
  background: #8A3439;
}
.gallery-dot:hover:not(.is-active) {
  background: rgb(234.8032786885, 192.5737704918, 163.1967213115);
}

.modele-usage {
  background: #F4DDCD;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.modele-usage .titre-usage-modele {
  font-family: "Raleway", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding-bottom: 2rem;
}
.modele-usage .usages-modele {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .modele-usage .usages-modele {
    max-width: 900px;
    gap: 2rem;
    flex-wrap: wrap;
  }
}
.modele-usage .usage-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.modele-usage .usage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.modele-usage .usage-item span {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.modele-caracteristique {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.modele-caracteristique .titre-caracteristique-modele {
  font-family: "Raleway", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding-bottom: 2rem;
}
.modele-caracteristique .caracteristiques-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .modele-caracteristique .caracteristiques-grid {
    gap: 2rem;
    flex-wrap: wrap;
  }
}
.modele-caracteristique .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .modele-caracteristique .grid-item {
    max-width: 390px;
  }
}
.modele-caracteristique .grid-item .caracteristique-image {
  width: 11.25rem;
  height: 11.25rem;
  aspect-ratio: 1/1;
}
.modele-caracteristique .grid-item .caracteristique-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 180px;
}
.modele-caracteristique .grid-item span {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 85%;
}
.modele-caracteristique .grid-item .button-caracteristique {
  background-color: transparent;
  color: #8A3439;
  border: 1px solid #8A3439;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.modele-caracteristique .grid-item .button-caracteristique:hover {
  background-color: #8A3439;
  color: #fcefe6;
}
@media screen and (max-width: 768px) {
  .modele-caracteristique .grid-item .button-caracteristique {
    font-size: 18px;
  }
}

.budget-section {
  background: #F4DDCD;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}
.budget-section .budget-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
}
.budget-section .budget-content .description-budget-modele {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.budget-section .budget-content .titre-budget-modele {
  font-family: "Raleway", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding-bottom: 1rem;
}
.budget-section .budget-content .btn-budget {
  background-color: transparent;
  color: #8A3439;
  border: 1px solid #8A3439;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .budget-section .budget-content .btn-budget {
    margin-right: var(--wp--style--root--padding-right);
    margin-left: var(--wp--style--root--padding-left);
    font-size: 18px;
  }
}
.budget-section .budget-content .btn-budget:hover {
  background-color: #8A3439;
  color: #F4DDCD;
}

.titre-realisations-modele {
  font-family: "Raleway", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding-bottom: 2rem;
}

.realisations-modele-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.563rem;
}
@media (max-width: 1024px) {
  .realisations-modele-grid {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 0 auto !important;
  }
}

.temoignages-slider-wrapper {
  background: #092C39;
  margin-left: auto;
  margin-right: auto;
}
.temoignages-slider-wrapper .temoignages-slider {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
  padding-bottom: 1rem;
}
.temoignages-slider-wrapper .realisations-temoignage {
  margin: 0 auto;
  gap: 5rem;
  padding: 0 2rem;
}
.temoignages-slider-wrapper .temoignages-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.temoignages-slider-wrapper .temoignage-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.temoignages-slider-wrapper .temoignage-arrow svg {
  stroke: #fcefe6;
  width: 20px;
  height: 20px;
}
.temoignages-slider-wrapper .temoignage-arrow:hover svg {
  stroke: white;
}
.temoignages-slider-wrapper .temoignages-pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.temoignages-slider-wrapper .temoignage-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #F4DDCD;
  cursor: pointer;
  transition: background 0.3s ease;
}
.temoignages-slider-wrapper .temoignage-dot.is-active {
  background: #F4DDCD;
}
.temoignages-slider-wrapper .temoignages-cta {
  padding-top: 2rem;
}
.temoignages-slider-wrapper .temoignages-cta .btn-temoignages {
  display: inline-block;
  background-color: transparent;
  color: #F4DDCD;
  border: 1px solid #F4DDCD;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}
.temoignages-slider-wrapper .temoignages-cta .btn-temoignages:hover {
  background-color: #F4DDCD;
  color: #092C39;
}
@media screen and (max-width: 768px) {
  .temoignages-slider-wrapper .temoignages-cta .btn-temoignages {
    font-size: 18px;
  }
}
.temoignages-slider-wrapper .titre-temoignage-modele {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  color: #FCEFE6;
  opacity: 50%;
}
@media (max-width: 1024px) {
  .temoignages-slider-wrapper .titre-temoignage-modele {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
  }
}
.temoignages-slider-wrapper .titre-temoignage {
  font-family: "Abril Fatface", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #F4DDCD;
}
.temoignages-slider-wrapper .description-temoignage {
  color: #F4DDCD;
}

.autres-habitats .titre-autres-habitats {
  color: #092C39;
  margin-bottom: var(--wp--preset--spacing--40);
}

.autres-habitats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.563rem;
}
@media (max-width: 1024px) {
  .autres-habitats-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 670px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .autres-habitats-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .autres-habitats-grid {
    display: block;
  }
}

.habitat-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.habitat-card:last-child {
  grid-column: span 2;
}
.habitat-card-image {
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
  height: 305px;
}
.habitat-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.habitat-card:hover .habitat-card-image img {
  transform: scale(1.05);
}
.habitat-card-content {
  text-align: center;
}
.habitat-card-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #092C39;
  margin: 0 0 0.25rem 0;
}
.habitat-card-taille {
  color: #092C39;
  margin: 0;
  font-size: 0.9rem;
}

.filtres-modeles {
  margin-bottom: var(--wp--preset--spacing--40);
}

.titre-modele-archive {
  color: #092C39;
}

.filtres-modeles-selects {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .filtres-modeles-selects {
    flex-direction: column;
  }
}

.archive-modele-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.563rem;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .archive-modele-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 680px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .archive-modele-grid {
    grid-template-columns: 1fr;
  }
}
.archive-modele-grid.loading {
  opacity: 0.5;
  pointer-events: none;
}

.modele-card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modele-card__image {
  height: 325px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .modele-card__image {
    height: auto;
  }
}
.modele-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.modele-card:hover .modele-card__image img {
  transform: scale(1.05);
}
.modele-card:hover .modele-card__title, .modele-card:hover .modele-card__taille {
  color: rgb(119.4789473684, 45.0210526316, 49.35);
}
.modele-card__placeholder {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
}
.modele-card__content {
  text-align: center;
}
.modele-card__title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #8A3439;
  margin: 0 0 0.25rem 0;
}
.modele-card__taille {
  color: #8A3439;
  margin: 0;
}
.modele-card__sur-mesure {
  color: #8A3439;
}
.modele-card--large {
  grid-column: span 2;
}
.modele-card--large .modele-card__image {
  aspect-ratio: 16/9;
}
@media (max-width: 576px) {
  .modele-card--large {
    grid-column: span 1;
  }
  .modele-card--large .modele-card__image {
    aspect-ratio: 4/3;
  }
}

.modele-sm-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.563rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .modele-sm-grid {
    grid-template-columns: 1fr;
  }
}

.modele-sm-column-left {
  flex-shrink: 1;
}
.modele-sm-column-left .titre-sm {
  margin-top: 0;
  margin-bottom: 1rem;
}
.modele-sm-column-left .text-sm {
  color: #092C39;
  font-size: 1rem;
  line-height: 1.8;
}

.modele-sm-column-right {
  flex-shrink: 1;
}
.modele-sm-column-right .img-sm {
  overflow: hidden;
  height: 425px;
  max-width: 465px;
  width: 100%;
}
.modele-sm-column-right .img-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bloc-etapes-cles {
  padding-bottom: 2rem;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.titre-etapes-cles {
  text-align: right;
  padding-bottom: 2rem;
}

.etapes-grid {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.etapes-row-1 {
  display: flex;
  justify-content: space-between;
}
.etapes-row-1 .etape-item {
  flex: 1;
  max-width: 320px;
}

.etapes-row-2 {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
.etapes-row-2 .etape-item {
  flex: 1;
  max-width: 320px;
}

.etape-item .etape-header {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.etape-item .etape-numero {
  font-family: "Abril Fatface", sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  color: #092C39;
  line-height: 0.75;
}
.etape-item .etape-titre {
  font-family: "Abril Fatface", serif;
  font-size: 2.25rem;
  font-weight: 500;
  color: #092C39;
  margin: 0;
  line-height: 1.3;
}
.etape-item .etape-duree {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #092C39;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.etape-item .etape-duree svg {
  stroke: #092C39;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.etape-item .etape-description {
  color: #092C39;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  margin: 0;
}

.etapes-cta {
  text-align: center;
  margin-top: 3rem;
}
.etapes-cta .btn-etapes {
  display: inline-block;
  background-color: transparent;
  color: #8A3439;
  border: 2px solid #8A3439;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.etapes-cta .btn-etapes:hover {
  background-color: #8A3439;
  color: #F4DDCD;
}

@media (max-width: 1024px) {
  .etapes-grid {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .etapes-row-1,
  .etapes-row-2 {
    display: contents;
  }
  .etape-1 {
    order: 1;
  }
  .etape-2 {
    order: 2;
  }
  .etape-3 {
    order: 3;
  }
  .etape-4 {
    order: 4;
  }
  .etape-5 {
    order: 5;
  }
  .etape-item {
    max-width: 500px !important;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .bloc-etapes-cles .titre-etapes-cles {
    font-size: 2.5rem;
  }
  .etape-item {
    max-width: 100% !important;
  }
  .etape-item .etape-numero {
    font-size: 5rem;
  }
  .etape-item .etape-titre {
    font-size: 1.75rem;
  }
  .etape-item .etape-description {
    font-size: 1.1rem;
  }
  .etapes-cta .btn-etapes {
    font-size: 18px;
    padding: 0.5rem 0.75rem;
  }
}
.block-contact-cta {
  margin-block-start: 0;
  display: flex;
  margin-left: calc(-50vw + 50%);
}
.block-contact-cta__primary, .block-contact-cta__secondary {
  flex: 1;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-contact-cta__primary .wp-block-button, .block-contact-cta__secondary .wp-block-button {
  display: flex;
  justify-content: center;
}
.block-contact-cta__primary .wp-block-button__link, .block-contact-cta__secondary .wp-block-button__link {
  width: auto;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 768px) {
  .block-contact-cta__primary .wp-block-button__link, .block-contact-cta__secondary .wp-block-button__link {
    font-size: 18px;
  }
}
.block-contact-cta__titre {
  margin-top: 0;
  text-align: center;
}
.block-contact-cta.is-style-rouge .block-contact-cta__primary, .block-contact-cta .block-contact-cta--rouge .block-contact-cta__primary {
  background-color: #8A3439;
}
.block-contact-cta.is-style-rouge .block-contact-cta__primary .block-contact-cta__titre, .block-contact-cta .block-contact-cta--rouge .block-contact-cta__primary .block-contact-cta__titre {
  color: #F4DDCD;
}
.block-contact-cta.is-style-rouge .block-contact-cta__primary .block-contact-cta__btn-primary, .block-contact-cta .block-contact-cta--rouge .block-contact-cta__primary .block-contact-cta__btn-primary {
  background-color: #F4DDCD;
  color: #8A3439;
}
.block-contact-cta.is-style-rouge .block-contact-cta__primary .block-contact-cta__btn-primary:hover, .block-contact-cta .block-contact-cta--rouge .block-contact-cta__primary .block-contact-cta__btn-primary:hover {
  background-color: rgb(239.4016393443, 206.7868852459, 184.0983606557);
}
.block-contact-cta.is-style-rouge .block-contact-cta__secondary, .block-contact-cta .block-contact-cta--rouge .block-contact-cta__secondary {
  background-color: #F4DDCD;
}
.block-contact-cta.is-style-rouge .block-contact-cta__secondary .block-contact-cta__titre, .block-contact-cta .block-contact-cta--rouge .block-contact-cta__secondary .block-contact-cta__titre {
  color: #8A3439;
}
.block-contact-cta.is-style-rouge .block-contact-cta__secondary .block-contact-cta__btn-secondary, .block-contact-cta .block-contact-cta--rouge .block-contact-cta__secondary .block-contact-cta__btn-secondary {
  background-color: #8A3439;
  color: #F4DDCD;
}
.block-contact-cta.is-style-rouge .block-contact-cta__secondary .block-contact-cta__btn-secondary:hover, .block-contact-cta .block-contact-cta--rouge .block-contact-cta__secondary .block-contact-cta__btn-secondary:hover {
  background-color: rgb(119.4789473684, 45.0210526316, 49.35);
}
.block-contact-cta.is-style-blue .block-contact-cta__primary {
  background-color: #092C39;
}
.block-contact-cta.is-style-blue .block-contact-cta__primary .block-contact-cta__titre {
  color: #F4DDCD;
}
.block-contact-cta.is-style-blue .block-contact-cta__primary .block-contact-cta__btn-primary {
  background-color: #F4DDCD;
  color: #092C39;
}
.block-contact-cta.is-style-blue .block-contact-cta__primary .block-contact-cta__btn-primary:hover {
  background-color: rgb(239.4016393443, 206.7868852459, 184.0983606557);
}
.block-contact-cta.is-style-blue .block-contact-cta__secondary {
  background-color: #F4DDCD;
}
.block-contact-cta.is-style-blue .block-contact-cta__secondary .block-contact-cta__titre {
  color: #092C39;
}
.block-contact-cta.is-style-blue .block-contact-cta__secondary .block-contact-cta__btn-secondary {
  background-color: #092C39;
  color: #F4DDCD;
}
.block-contact-cta.is-style-blue .block-contact-cta__secondary .block-contact-cta__btn-secondary:hover {
  background-color: rgb(5.5227272727, 27, 34.9772727273);
}
.block-contact-cta.is-style-vertical {
  flex-direction: column;
}
.block-contact-cta.is-style-vertical .block-contact-cta__primary {
  background-color: #8A3439;
}
.block-contact-cta.is-style-vertical .block-contact-cta__primary .block-contact-cta__titre {
  color: #F4DDCD;
}
.block-contact-cta.is-style-vertical .block-contact-cta__primary .block-contact-cta__btn-primary {
  background-color: #F4DDCD;
  color: #8A3439;
}
.block-contact-cta.is-style-vertical .block-contact-cta__primary .block-contact-cta__btn-primary:hover {
  background-color: rgb(239.4016393443, 206.7868852459, 184.0983606557);
}
.block-contact-cta.is-style-vertical .block-contact-cta__secondary {
  background-color: #F4DDCD;
}
.block-contact-cta.is-style-vertical .block-contact-cta__secondary .block-contact-cta__titre {
  color: #8A3439;
}
.block-contact-cta.is-style-vertical .block-contact-cta__secondary .block-contact-cta__btn-secondary {
  background-color: #8A3439;
  color: #F4DDCD;
}
.block-contact-cta.is-style-vertical .block-contact-cta__secondary .block-contact-cta__btn-secondary:hover {
  background-color: rgb(119.4789473684, 45.0210526316, 49.35);
}
@media (max-width: 768px) {
  .block-contact-cta {
    flex-direction: column;
  }
}

.bloc-equipe {
  margin-top: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--40);
}

.equipe-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.563rem;
  justify-content: center;
}
@media (max-width: 992px) {
  .equipe-grid {
    gap: 1.5rem;
  }
}

.equipe-card {
  background-color: #F4DDCD;
  border-radius: 16px;
  overflow: hidden;
  max-width: 20.313rem;
  width: calc((100% - 4rem) / 3);
}
@media (max-width: 992px) {
  .equipe-card {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media (max-width: 576px) {
  .equipe-card {
    width: 100%;
  }
}
.equipe-card__image {
  width: 100%;
  height: 325px;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.equipe-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.equipe-card__content {
  padding: 1.5rem;
}
.equipe-card__nom {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #092C39;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  text-align: center;
}
.equipe-card__logo {
  display: flex;
  margin-bottom: 1rem;
}
.equipe-card__logo img {
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
}
.equipe-card__description {
  color: #092C39;
  font-size: 0.9rem;
  line-height: 1.6;
}
.equipe-card__description p {
  margin: 0 0 1rem 0;
}
.equipe-card__description p:last-child {
  margin-bottom: 0;
}

.bloc-methodologie {
  margin-top: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--40);
}

.methodologie-etape {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2rem;
}
.methodologie-etape__picto {
  flex-shrink: 0;
}
.methodologie-etape__picto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.methodologie-etape__numero {
  display: block;
  font-family: "Raleway", serif;
  font-size: 110px;
  font-weight: 600;
  color: #092C39;
  margin: 0;
}
.methodologie-etape__titre {
  color: #092C39;
  margin: 0;
}
.methodologie-etape__details {
  max-width: 725px;
}

.methodologie-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.methodologie-detail__titre {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #092C39;
  font-size: 24px;
  margin: 0.5rem 0;
}
.methodologie-detail__duree {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  color: #092C39;
  white-space: nowrap;
}
.methodologie-detail__duree svg {
  flex-shrink: 0;
}
.methodologie-detail__description {
  color: #092C39;
  padding-bottom: 1rem;
}

@media (max-width: 576px) {
  .methodologie-etape {
    flex-direction: column;
    gap: 1rem;
  }
  .methodologie-etape__picto {
    width: 48px;
    height: 48px;
  }
  .methodologie-etape__numero {
    font-size: 2rem;
  }
  .methodologie-etape__titre {
    font-size: 1.25rem;
  }
}
.bloc-temoignage {
  margin-top: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--40);
}

.temoignage-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  align-items: start;
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .temoignage-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.temoignage-left {
  position: relative;
  max-width: 340px;
}

.temoignage-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 25px;
}

.temoignage-info-pro {
  background-color: #F4DDCD;
  padding: 1.5rem 2rem;
  margin-top: 1rem;
  border-radius: 25px;
  z-index: 1;
}
@media (max-width: 768px) {
  .temoignage-info-pro {
    margin-left: 0;
    max-width: 100%;
    border-radius: 8px;
    margin-top: 1rem;
  }
}
.temoignage-info-pro p {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #092C39;
  line-height: 1.6;
}
.temoignage-info-pro .temoignage-activite {
  margin-bottom: 0.5rem;
}
.temoignage-info-pro .temoignage-coordonnees {
  font-weight: 600;
}
.temoignage-info-pro .temoignage-coordonnees p {
  margin: 0 0 0.5rem 0;
  word-break: break-word;
}
.temoignage-info-pro .temoignage-coordonnees p:last-child {
  margin-bottom: 0;
}
.temoignage-info-pro .temoignage-coordonnees a {
  color: #092C39;
  word-break: break-word;
  overflow-wrap: break-word;
  text-decoration: underline;
}
.temoignage-info-pro .temoignage-coordonnees a:hover {
  color: #8A3439;
}

.temoignage-right {
  padding-top: 1rem;
  text-align: center;
}

.temoignage-nom {
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #092C39;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .temoignage-nom {
    font-size: 2rem;
  }
}

.temoignage-usage {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #092C39;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

.temoignage-citation {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  color: #8A3439;
  margin: 0 0 1.5rem 0;
  padding: 0;
  border: none;
  text-align: center;
}
@media (max-width: 768px) {
  .temoignage-citation {
    font-size: 1.125rem;
  }
}

.temoignage-btn {
  display: inline-block;
  background-color: transparent;
  color: #8A3439;
  border: 1px solid #8A3439;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
}
.temoignage-btn:hover {
  background-color: #8A3439;
  color: #F4DDCD;
}

.temoignage-description {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #092C39;
  line-height: 1.8;
  text-align: justify;
}

.gamme-container {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin: 0 auto;
}

.gamme-title {
  text-align: end;
  margin: 0 0 3rem 0;
  padding-right: 5rem;
}
@media (max-width: 768px) {
  .gamme-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    padding-right: 2rem;
  }
}

.gamme-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.563rem;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .gamme-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .gamme-grid {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .gamme-grid {
    grid-template-columns: 1fr;
  }
}

.gamme-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.gamme-card__image {
  height: 19.125rem;
}
@media (max-width: 768px) {
  .gamme-card__image {
    aspect-ratio: 4/3;
    overflow: hidden;
    height: unset;
  }
}
.gamme-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.gamme-card:hover .gamme-card__image img {
  transform: scale(1.05);
}
.gamme-card:hover .gamme-card__title, .gamme-card:hover .gamme-card__taille {
  color: rgb(119.4789473684, 45.0210526316, 49.35);
}
.gamme-card__placeholder {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
}
.gamme-card__content {
  text-align: center;
  padding-top: 1rem;
}
.gamme-card__title {
  margin: 0 0 0.25rem 0;
}
.gamme-card__taille {
  margin: 0;
  color: #8A3439;
}
.gamme-card--large {
  grid-column: span 2;
}
.gamme-card--large .gamme-card__image {
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .gamme-card--large .gamme-card__image {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 768px) {
  .gamme-card--large {
    grid-column: span 1;
  }
}

.gamme-cta {
  text-align: center;
  margin-top: 3rem;
}

.gamme-btn {
  display: inline-block;
  background-color: transparent;
  color: #8A3439;
  border: 2px solid #8A3439;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.gamme-btn:hover {
  background-color: #8A3439;
  color: #F4DDCD;
}
@media (max-width: 768px) {
  .gamme-btn {
    font-size: 18px;
  }
}

.realisation-container {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin: 0 auto;
}

.realisation-title {
  margin: 0 0 3rem 0;
  padding-left: 5rem;
}
@media (max-width: 768px) {
  .realisation-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}

.bloc-realisation .realisations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 320px;
  gap: 1.563rem;
  grid-column: span 2;
}
@media (max-width: 1024px) {
  .bloc-realisation .realisations-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
    margin: 0 auto;
  }
  .bloc-realisation .realisations-grid .realisation-card:nth-child(7n+1) {
    grid-column: span 1;
  }
  .bloc-realisation .realisations-grid .realisation-card:nth-child(7n+2) {
    grid-row: span 1;
  }
  .bloc-realisation .realisations-grid .realisation-card:nth-child(7n+3) {
    grid-row: span 2;
  }
}
@media (max-width: 600px) {
  .bloc-realisation .realisations-grid {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }
  .bloc-realisation .realisations-grid .realisation-card:nth-child(n) {
    grid-column: span 1;
    grid-row: span 1 !important;
  }
}
.bloc-realisation .realisations-grid .realisation-card:nth-child(7n+2) {
  grid-row: span 2;
}

.bloc-realisation .realisation-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.bloc-realisation .realisation-card-image {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.bloc-realisation .realisation-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.bloc-realisation .realisation-card:hover .realisation-card-image img {
  transform: scale(1.05);
}
.bloc-realisation .realisation-card-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
}
.bloc-realisation .realisation-card-content {
  padding-top: 1rem;
}
.bloc-realisation .realisation-card-content h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #092C39;
  margin: 0 0 0.25rem 0;
}
.bloc-realisation .realisation-card-meta {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  color: #092C39;
  margin: 0;
}
.bloc-realisation .realisation-card-meta .modele {
  font-weight: 600;
}
.bloc-realisation .realisation-card-meta .usage {
  font-weight: 400;
}

.realisation-cta {
  text-align: center;
  margin-top: 3rem;
}

.realisation-btn {
  display: inline-block;
  background-color: transparent;
  color: #8A3439;
  border: 2px solid #8A3439;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.realisation-btn:hover {
  background-color: #8A3439;
  color: #F4DDCD;
}
@media (max-width: 768px) {
  .realisation-btn {
    font-size: 18px;
  }
}

.presse-sous-titre {
  font-family: "Raleway", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #092C39;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .presse-sous-titre {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

.presse-lien {
  color: #8A3439;
  font-weight: 600;
}

.presse-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .presse-content {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.presse-content__left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.presse-content__description p {
  margin-bottom: 1rem;
}
.presse-content__description a {
  color: #8A3439;
  text-decoration: underline;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.presse-content__description a:hover {
  text-decoration: none;
}
.presse-content__right {
  max-width: 590px;
  margin: 0 auto;
}
.presse-content__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.presse-archive-title {
  color: #092C39;
  margin-bottom: var(--wp--preset--spacing--50);
}
@media (max-width: 768px) {
  .presse-archive-title {
    font-size: 2.5rem;
  }
}

.presse-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: var(--wp--preset--spacing--40);
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
}

.presse-item {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .presse-item {
    display: flex;
    flex-direction: column;
  }
}
.presse-item__image {
  overflow: hidden;
  max-width: 445px;
  max-height: 315px;
}
.presse-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 768px) {
  .presse-item__image img {
    height: 220px;
  }
}
.presse-item__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.presse-item__subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #092C39;
  margin: 0;
}
@media (max-width: 768px) {
  .presse-item__subtitle {
    font-size: 1.5rem;
  }
}
.presse-item__title {
  color: #8A3439;
  margin: 0;
}
.presse-item__link {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #8A3439;
  text-decoration: underline;
  margin-top: 0.5rem;
}
.presse-item__link:hover {
  text-decoration: none;
}

.bloc-presse {
  padding: var(--wp--preset--spacing--50) 0;
}

.presse-container {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin: 0 auto;
}

.presse-title {
  color: #8A3439;
  text-align: right;
  margin: 0 0 3rem 0;
}

.presse-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.563rem;
}
@media (max-width: 1024px) {
  .presse-grid {
    max-width: 700px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.presse-card {
  text-decoration: none;
  display: flex;
  transition: opacity 0.3s ease;
}
.presse-card__image {
  overflow: hidden;
  flex-shrink: 0;
}
.presse-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .presse-card__image {
    max-height: 372px;
  }
}
.presse-card:hover .presse-card__image img {
  transform: scale(1.05);
}
.presse-card__placeholder {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
}
.presse-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.presse-card__title {
  color: #092C39;
  margin: 0;
}
@media (max-width: 768px) {
  .presse-card__title {
    font-size: 1.5rem;
  }
}
.presse-card__subtitle {
  color: #092C39;
  margin: 0;
}
.presse-card__description {
  color: #092C39;
  line-height: 1.5;
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .presse-card__description {
    display: none;
  }
}
.presse-card--main {
  grid-row: span 2;
  flex-direction: column;
}
.presse-card--main .presse-card__image {
  aspect-ratio: 4/3;
  width: 100%;
}
.presse-card--main .presse-card__content {
  padding-top: 1rem;
}
.presse-card--main .presse-card__title {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .presse-card--main {
    grid-row: span 1;
  }
}
.presse-card--secondary {
  flex-direction: row;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .presse-card--secondary {
    flex-direction: column;
  }
}
.presse-card--secondary .presse-card__image {
  width: 207px;
  height: 100%;
  min-width: 200px;
  aspect-ratio: 4/3;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .presse-card--secondary .presse-card__image {
    height: 207px;
  }
}
@media (max-width: 768px) {
  .presse-card--secondary .presse-card__image {
    width: 100%;
    height: 207px;
  }
}
.presse-card--secondary .presse-card__content {
  padding-top: 0;
  align-self: center;
}
@media (max-width: 768px) {
  .presse-card--secondary .presse-card__content {
    align-self: self-start;
  }
}

.presse-cta {
  text-align: center;
  margin-top: 3rem;
}

.presse-btn {
  display: inline-block;
  background-color: transparent;
  color: #8A3439;
  border: 2px solid #8A3439;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.presse-btn:hover {
  background-color: #8A3439;
  color: #F4DDCD;
}
@media (max-width: 768px) {
  .presse-btn {
    font-size: 18px;
  }
}

.bloc-navigation-ancres {
  margin-bottom: 2rem;
}

.navigation-ancres-container {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin: 0 auto;
}

.custom-select-ancres {
  position: relative;
  max-width: fit-content;
}
.custom-select-ancres.is-open .select-trigger-ancres svg {
  transform: rotate(180deg);
}
.custom-select-ancres.is-open .select-options-ancres {
  display: block;
}

.select-trigger-ancres {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #F4DDCD;
  border: 2px solid #8A3439;
  border-radius: 25px;
  cursor: pointer;
  color: #092C39;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.select-trigger-ancres svg {
  transition: transform 0.3s ease;
}

.select-options-ancres {
  display: none;
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  right: 0;
  background: #F4DDCD;
  border: 2px solid #8A3439;
  border-top: none;
  border-radius: 0 0 25px 25px;
  z-index: 10;
  max-height: 250px;
  overflow-y: auto;
}

.select-option-ancre {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  color: #092C39;
  font-family: "Raleway", sans-serif;
}
.select-option-ancre:hover {
  background: rgba(244, 221, 205, 0.3);
}
.select-option-ancre:last-child {
  border-radius: 0 0 23px 23px;
}

.bloc-selecteur-modele {
  margin-bottom: 2rem;
}

.selecteur-modele-container {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin: 0 auto;
}

.custom-select-modele {
  position: relative;
  max-width: fit-content;
}
.custom-select-modele.is-open .select-trigger-modele svg {
  transform: rotate(180deg);
}
.custom-select-modele.is-open .select-options-modele {
  display: block;
}

.select-trigger-modele {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #F4DDCD;
  border: 2px solid #8A3439;
  border-radius: 25px;
  cursor: pointer;
  color: #092C39;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.select-trigger-modele svg {
  transition: transform 0.3s ease;
}

.select-options-modele {
  display: none;
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  right: 0;
  background: #F4DDCD;
  border: 2px solid #8A3439;
  border-top: none;
  border-radius: 0 0 25px 25px;
  z-index: 10;
  max-height: 250px;
  overflow-y: auto;
}

.select-option-modele {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  color: #092C39;
  font-family: "Raleway", sans-serif;
}
.select-option-modele:hover {
  background: rgba(244, 221, 205, 0.3);
}
.select-option-modele:last-child {
  border-radius: 0 0 23px 23px;
}

#main {
  background-color: #FCEFE6;
}

#breadcrumbs, .yoast-breadcrumbs {
  color: #8A3439;
  margin: 0 !important;
}
#breadcrumbs a, .yoast-breadcrumbs a {
  color: #8A3439;
  text-underline-offset: 0.2em !important;
}

footer {
  margin-block-start: 0;
}

.page-hero {
  height: 44rem;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
}

.wp-block-quote {
  position: relative;
  border-left: none;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-quote p {
  position: relative;
  padding: 1.5rem 2rem;
}
.wp-block-quote p::before {
  content: "";
  display: block;
  width: 24px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='21' viewBox='0 0 24 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1024 5.19753e-05L7.18944 10.4651H9.82844L7.64444 20.839H0.000442095L2.18444 10.4651L7.09844 5.19753e-05H11.1024ZM23.0234 5.19753e-05L19.1104 10.4651H21.7494L19.5654 20.839H11.9214L14.1054 10.4651L19.0194 5.19753e-05H23.0234Z' fill='%238A3439'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-quote p::after {
  content: "";
  display: block;
  width: 24px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='21' viewBox='0 0 24 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1024 5.19753e-05L7.18944 10.4651H9.82844L7.64444 20.839H0.000442095L2.18444 10.4651L7.09844 5.19753e-05H11.1024ZM23.0234 5.19753e-05L19.1104 10.4651H21.7494L19.5654 20.839H11.9214L14.1054 10.4651L19.0194 5.19753e-05H23.0234Z' fill='%238A3439'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wp-block-button__link,
.wp-element-button {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  border: none;
}

.wp-block-button.is-style-bleu .wp-block-button__link,
.wp-block-button:not([class*=is-style-]) .wp-block-button__link {
  background-color: #092C39;
  color: #F4DDCD;
}
.wp-block-button.is-style-bleu .wp-block-button__link:hover,
.wp-block-button:not([class*=is-style-]) .wp-block-button__link:hover {
  background-color: rgb(5.5227272727, 27, 34.9772727273);
}

.wp-block-button.is-style-rouge .wp-block-button__link {
  background-color: #8A3439;
  color: #F4DDCD;
}
.wp-block-button.is-style-rouge .wp-block-button__link:hover {
  background-color: rgb(119.4789473684, 45.0210526316, 49.35);
}

.wp-block-button.is-style-outline-bleu .wp-block-button__link {
  background-color: transparent;
  color: #092C39;
  border: 2px solid #092C39;
}
.wp-block-button.is-style-outline-bleu .wp-block-button__link:hover {
  background-color: #092C39;
  color: #F4DDCD;
}

.wp-block-button.is-style-outline-rouge .wp-block-button__link {
  background-color: transparent;
  color: #8A3439;
  border: 2px solid #8A3439;
}
.wp-block-button.is-style-outline-rouge .wp-block-button__link:hover {
  background-color: #8A3439;
  color: #F4DDCD;
}

*:focus:not(:focus-visible) {
  outline: none;
}

.is-style-h2-realisation {
  font-family: "Raleway", sans-serif;
  font-size: 2.25rem;
  color: #092C39;
  font-weight: 700;
}

.wpforms-container .wpforms-field input[type=text],
.wpforms-container .wpforms-field input[type=email],
.wpforms-container .wpforms-field input[type=tel],
.wpforms-container .wpforms-field input[type=url],
.wpforms-container .wpforms-field input[type=number],
.wpforms-container .wpforms-field input[type=password],
.wpforms-container .wpforms-field textarea,
.wpforms-container .wpforms-field select {
  background: linear-gradient(0deg, rgba(9, 44, 57, 0.04) 0%, rgba(9, 44, 57, 0.04) 100%), var(--champagne, #F4DDCD);
  box-shadow: 0 4px 4px 0 rgba(9, 44, 57, 0.41) inset;
  background-color: #F4DDCD;
  border: none;
  border-radius: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #092C39;
  width: 100%;
  outline: none;
  transition: box-shadow 0.3s ease;
}
.wpforms-container .wpforms-field input[type=text]::placeholder,
.wpforms-container .wpforms-field input[type=email]::placeholder,
.wpforms-container .wpforms-field input[type=tel]::placeholder,
.wpforms-container .wpforms-field input[type=url]::placeholder,
.wpforms-container .wpforms-field input[type=number]::placeholder,
.wpforms-container .wpforms-field input[type=password]::placeholder,
.wpforms-container .wpforms-field textarea::placeholder,
.wpforms-container .wpforms-field select::placeholder {
  color: rgba(9, 44, 57, 0.5);
}
.wpforms-container .wpforms-field input[type=text]:focus,
.wpforms-container .wpforms-field input[type=email]:focus,
.wpforms-container .wpforms-field input[type=tel]:focus,
.wpforms-container .wpforms-field input[type=url]:focus,
.wpforms-container .wpforms-field input[type=number]:focus,
.wpforms-container .wpforms-field input[type=password]:focus,
.wpforms-container .wpforms-field textarea:focus,
.wpforms-container .wpforms-field select:focus {
  box-shadow: 0 0 0 2px rgba(138, 52, 57, 0.3);
}
.wpforms-container .wpforms-field textarea {
  min-height: 150px;
  resize: vertical;
}
.wpforms-container .wpforms-submit-container {
  text-align: end;
}
.wpforms-container .wpforms-submit-container button[type=submit] {
  background-color: #092C39 !important;
  color: #F4DDCD;
  border: 2px solid #092C39;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wpforms-container .wpforms-submit-container button[type=submit]:hover {
  background: transparent !important;
  color: #092C39;
}

details.has-custom-heading {
  margin-bottom: 1rem;
}
details.has-custom-heading summary {
  cursor: pointer;
  list-style: none;
}
details.has-custom-heading summary::-webkit-details-marker {
  display: none;
}
details.has-custom-heading summary::marker {
  display: none;
  content: "";
}
details.has-custom-heading summary .wp-block-details-summary-heading {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  font-family: "Raleway", sans-serif;
  color: #092C39;
  font-weight: 700;
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #092C39;
}
details.has-custom-heading summary .wp-block-details-summary-heading svg {
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform 0.3s ease;
  width: 1em;
  height: auto;
  display: inline-block;
}
details.has-custom-heading summary .wp-block-details-summary-heading svg path, details.has-custom-heading summary .wp-block-details-summary-heading svg line {
  stroke: #092C39;
}
details.has-custom-heading summary h2.wp-block-details-summary-heading {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  details.has-custom-heading summary h2.wp-block-details-summary-heading {
    font-size: 1.75rem;
  }
}
details.has-custom-heading summary h3.wp-block-details-summary-heading {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  details.has-custom-heading summary h3.wp-block-details-summary-heading {
    font-size: 1.5rem;
  }
}
details.has-custom-heading summary h4.wp-block-details-summary-heading {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  details.has-custom-heading summary h4.wp-block-details-summary-heading {
    font-size: 1.25rem;
  }
}
details.has-custom-heading[open] > summary .wp-block-details-summary-heading svg {
  transform: rotate(180deg);
}
details.has-custom-heading > *:not(summary) {
  padding: 1rem 0;
  color: #092C39;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.9) !important;
}

#cboxCurrent,
#cboxTitle {
  font-family: "Raleway", sans-serif;
}

.gallery-grid-modele .gallery-item a.lightbox,
.gallery-grid-realisation .gallery-item a.lightbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: zoom-in;
}
.gallery-grid-modele .gallery-item a.lightbox::before,
.gallery-grid-realisation .gallery-item a.lightbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 44, 57, 0);
  transition: background 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.gallery-grid-modele .gallery-item a.lightbox:hover::before,
.gallery-grid-realisation .gallery-item a.lightbox:hover::before {
  background: rgba(9, 44, 57, 0.15);
}

.sbi_header_text {
  justify-content: center !important;
}

.sbi_feedtheme_header_text {
  flex: unset !important;
}

#sbi_images {
  gap: 1.563rem;
}

.sbi_load_btn {
  background-color: transparent !important;
  color: #092C39 !important;
  border: 2px solid #092C39 !important;
}
.sbi_load_btn:hover {
  background-color: #092C39 !important;
  color: #F4DDCD !important;
}

.sbi_follow_btn a {
  border: 2px solid #092C39 !important;
  background-color: #092C39 !important;
}
.sbi_follow_btn a:hover {
  background-color: rgb(5.5227272727, 27, 34.9772727273);
}

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