h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  text-align: center;
  color: #2B273F !important;
}

.wp-block-tm-carousel {
  margin-top: 70px;
}
.wp-block-tm-carousel .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.wp-block-tm-carousel .swiper-pagination, .wp-block-tm-carousel .swiper-button-prev, .wp-block-tm-carousel .swiper-button-next {
  display: none;
}

.archive-realisation-grid {
  margin: 0;
  padding: 0px 70px 50px;
}
.archive-realisation-grid ul.wp-block-post-template {
  max-width: 1440px;
  margin: auto;
}
.archive-realisation-grid ul.wp-block-post-template li.realisation {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.archive-realisation-grid ul.wp-block-post-template li.realisation > figure img {
  height: 100%;
  object-fit: cover;
}
.archive-realisation-grid ul.wp-block-post-template li.realisation .infos-realisation {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.archive-realisation-grid ul.wp-block-post-template li.realisation .infos-realisation h2 {
  margin-top: 0;
}
.archive-realisation-grid ul.wp-block-post-template li.realisation .infos-realisation h2 a {
  text-align: center;
  color: white;
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.archive-realisation-grid ul.wp-block-post-template li.realisation .taxonomy-type_realisation a {
  display: none;
}
.archive-realisation-grid ul.wp-block-post-template li.realisation .taxonomy-type_realisation a:nth-of-type(1), .archive-realisation-grid ul.wp-block-post-template li.realisation .taxonomy-type_realisation a:nth-of-type(2), .archive-realisation-grid ul.wp-block-post-template li.realisation .taxonomy-type_realisation a:nth-of-type(3), .archive-realisation-grid ul.wp-block-post-template li.realisation .taxonomy-type_realisation a:nth-of-type(4), .archive-realisation-grid ul.wp-block-post-template li.realisation .taxonomy-type_realisation a:nth-of-type(5) {
  display: block;
}
.archive-realisation-grid ul.wp-block-post-template li.realisation .taxonomy-type_realisation:has(a + span + a + span + a + span + a + span + a)::after {
  content: "5+";
  color: #D5654D;
  font-size: 15px;
  background: white;
  padding: 3px 15px;
  font-weight: 700;
  font-size: 13px;
}
.archive-realisation-grid ul.wp-block-post-template li.realisation .taxonomy-type_realisation:has(a + span + a + span + a + span + a + span + a)::after:hover {
  text-decoration: none;
  background: #D5654D !important;
  color: white;
}
.archive-realisation-grid ul.wp-block-post-template li.realisation:hover .infos-realisation {
  opacity: 1;
}
.archive-realisation-grid .wp-block-query-pagination {
  margin-top: 30px;
}

.realisation-cta {
  background-color: #f7f2e9;
  cursor: default !important;
}
.realisation-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../../../wp-content/uploads/2026/03/picto-triangle-mobilier.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.05;
  z-index: 0;
}
.realisation-cta .cta-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.realisation-cta .cta-contact h3 {
  color: #D5654D;
  text-transform: uppercase;
  max-width: 200px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
.realisation-cta .cta-contact .cta-contact__link {
  background-color: transparent;
}
.realisation-cta .cta-contact .cta-contact__link::before {
  background-color: #f7f2e9;
}

@media (max-width: 1600px) {
  .wp-block-tm-carousel {
    margin-top: 50px;
  }
  .archive-realisation-grid {
    padding: 20px var(--padding-content) 50px;
  }
  .archive-realisation-grid > .wp-block-group:first-child {
    padding-bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .intro-realisations h1, .intro-realisations .titre-realisation-taxo {
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .intro-realisations h1 p, .intro-realisations .titre-realisation-taxo p {
    font-size: 30px;
  }
  .archive-realisation-grid ul.wp-block-post-template {
    gap: 30px;
  }
  .archive-realisation-grid ul.wp-block-post-template li.realisation .infos-realisation h2 a {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .archive-realisation-grid {
    padding: 20px var(--padding-content) 30px;
  }
  .archive-realisation-grid > .wp-block-group:first-child {
    padding-bottom: 30px !important;
  }
  .archive-realisation-grid ul.wp-block-post-template li.realisation .infos-realisation {
    padding: 20px;
  }
  .archive-realisation-grid ul.wp-block-post-template li.realisation .infos-realisation h2 {
    line-height: 1;
  }
  .archive-realisation-grid ul.wp-block-post-template li.realisation .infos-realisation h2 a {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .realisation-cta .cta-contact h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .archive-realisation-grid ul.wp-block-post-template {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .archive-realisation-grid ul.wp-block-post-template li.realisation.realisation-cta {
    grid-column: span 2;
    aspect-ratio: 2/1;
  }
}
@media (max-width: 550px) {
  .intro-realisations {
    padding-top: 20px;
  }
  .intro-realisations h1 {
    font-size: 25px;
  }
  .intro-realisations .titre-realisation-taxo p {
    font-size: 25px;
  }
  .wp-block-tm-carousel {
    margin-top: 10px;
  }
  .archive-realisation-grid > .wp-block-group:first-child {
    padding-top: 0 !important;
  }
  .archive-realisation-grid ul.wp-block-post-template {
    gap: 20px 0;
    display: flex;
    flex-direction: column;
  }
  .archive-realisation-grid ul.wp-block-post-template li.realisation.realisation-cta {
    aspect-ratio: 1/1;
  }
  .archive-realisation-grid .wp-block-query-pagination {
    margin-top: 0;
  }
}/*# sourceMappingURL=realisations.css.map */