:root {
  --padding-content: 70px;
}

@media (max-width: 1600px) {
  :root {
    --padding-content: 50px;
  }
}
* {
  box-sizing: border-box;
}
*:focus, *:focus-visible {
  outline-offset: 0;
  outline: 0;
}

:where(.wp-site-blocks :focus) {
  outline-width: 0 !important;
  outline-style: 0 !important;
}

.wp-site-blocks {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

:where(figure) {
  margin: 0;
}

:root :where(.is-layout-flow) > * {
  margin-top: 0;
  margin-bottom: 0;
}

main.entry-content {
  margin-top: 0;
}

.has-global-padding {
  padding-left: 0;
  padding-right: 0;
}

p, a, h1, h2, h3, h4, h5, li, blockquote, span {
  font-family: "Lato", sans-serif;
  color: #2B273F;
  line-height: 1.5;
}

h1 {
  color: #2B273F !important;
  font-size: 80px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 70px !important;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 60px !important;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 50px !important;
  }
}

h2 {
  font-size: 55px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 45px !important;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 38px !important;
  }
}
@media (max-width: 550px) {
  h2 {
    font-size: 30px !important;
  }
}

.number {
  color: #D5654D;
  font-size: 110px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 992px) {
  .number {
    font-size: 70px;
  }
}

.offre-prix {
  font-weight: 800;
  font-size: 23px;
  margin-bottom: 50px;
  position: relative;
}
.offre-prix::before {
  content: "";
  width: 25px;
  height: 2px;
  background: #D5654D;
  position: absolute;
  display: block;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 550px) {
  .offre-prix {
    margin-bottom: 40px;
    font-size: 18px;
  }
}

.common-hero {
  min-height: 350px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding: var(--padding-content);
}
.common-hero h1 {
  font-size: 80px !important;
}
@media (max-width: 1400px) {
  .common-hero h1 {
    font-size: 70px !important;
  }
}
@media (max-width: 1024px) {
  .common-hero h1 {
    font-size: 60px !important;
  }
}
@media (max-width: 550px) {
  .common-hero h1 {
    font-size: 50px !important;
  }
}

.yoast-breadcrumbs {
  max-width: 1580px;
  margin: auto;
  padding: 20px var(--padding-content);
}
.yoast-breadcrumbs span, .yoast-breadcrumbs a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}
.yoast-breadcrumbs span {
  margin-right: 10px;
}
.yoast-breadcrumbs span:not(:first-child) {
  margin-left: 10px;
}
.yoast-breadcrumbs a:hover {
  color: #D5654D;
}

main ul {
  padding-left: 20px;
}
main ul li {
  list-style: none;
  position: relative;
}
main ul li::before {
  content: "";
  background-color: #D5654D;
  font-size: 20px;
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: -20px;
  top: 13px;
}

input[type=submit] {
  color: #D5654D;
  padding: 10px 40px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0;
  background-color: white;
  font-family: lato;
  font-size: 17px;
  border: 3px solid #D5654D;
  position: relative;
}
input[type=submit]::before {
  content: "";
  background: white;
  display: block;
  position: absolute;
  height: 8px;
  width: 6px;
  top: -5px;
  right: -4px;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (max-width: 550px) {
  input[type=submit] {
    padding: 6px 15px 7px;
  }
}
input[type=submit] {
  background-color: transparent;
  font-size: 18px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  min-width: 180px;
}
input[type=submit]:hover {
  background-color: #D5654D;
  color: white;
}

.wp-block-buttons a.wp-element-button {
  color: #D5654D;
  padding: 10px 40px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0;
  background-color: white;
  font-family: lato;
  font-size: 17px;
  border: 3px solid #D5654D;
  position: relative;
}
.wp-block-buttons a.wp-element-button::before {
  content: "";
  background: white;
  display: block;
  position: absolute;
  height: 8px;
  width: 6px;
  top: -5px;
  right: -4px;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (max-width: 550px) {
  .wp-block-buttons a.wp-element-button {
    padding: 6px 15px 7px;
  }
}
.wp-block-buttons a.wp-element-button:hover {
  background-color: #D5654D;
  color: white;
}
.wp-block-buttons a.wp-element-button:hover::before {
  opacity: 0;
}
.wp-block-buttons a.wp-element-button.has-custom-color-1-background-color:hover {
  background-color: #D5654D !important;
}
.wp-block-buttons a.wp-element-button.has-custom-color-2-background-color:hover {
  background-color: #D5654D !important;
}

.cta-contact__link {
  color: #D5654D;
  padding: 10px 40px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0;
  background-color: white;
  font-family: lato;
  font-size: 17px;
  border: 3px solid #D5654D;
  position: relative;
}
.cta-contact__link::before {
  content: "";
  background: white;
  display: block;
  position: absolute;
  height: 8px;
  width: 6px;
  top: -5px;
  right: -4px;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (max-width: 550px) {
  .cta-contact__link {
    padding: 6px 15px 7px;
  }
}
.cta-contact__link {
  background-color: #D5654D;
}
.cta-contact__link:hover {
  background-color: #D5654D;
}

.chiffre {
  font-size: 100px;
  font-weight: 800;
  -webkit-text-stroke: 2px #D5654D;
  color: transparent;
  line-height: 1;
}
@media (max-width: 1400px) {
  .chiffre {
    font-size: 80px;
  }
}
@media (max-width: 550px) {
  .chiffre {
    font-size: 60px;
  }
}

.title-text {
  padding: 0 var(--padding-content);
}

.wp-block-group:has(> .wp-block-query-pagination) {
  display: flex;
  justify-content: center;
}

.wp-block-query-pagination {
  gap: 28px;
  padding: 0 var(--padding-content);
}
.wp-block-query-pagination .wp-block-query-pagination-previous, .wp-block-query-pagination .wp-block-query-pagination-next {
  height: 25px;
  width: 25px;
  background-image: url("../../../../../wp-content/uploads/2026/06/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
  font-size: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  transform: rotate(180deg);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 28px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  width: 35px;
  display: flex;
  height: 35px;
  text-align: center;
  border: 1px solid #D5654D;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 3px 2px 2px;
  color: #D5654D;
  transition: all 0.3s ease;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current, .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  background-color: #D5654D;
  border: 1px solid #D5654D;
  color: white;
}

.swiper-pagination {
  width: fit-content !important;
  left: 50% !important;
  transform: translate(-50%, 50%);
  background-color: #f7f2e9;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 20px;
}
.swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 9px !important;
  background-color: #D5654D;
  opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #dfcda8;
}

.swiper-button-prev, .swiper-button-next {
  height: 25px;
  width: 25px;
  background-image: url("../../../../../wp-content/uploads/2026/06/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
}
.swiper-button-prev svg, .swiper-button-next svg {
  display: none;
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.taxonomy-enseigne a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 15px;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .taxonomy-enseigne a {
    font-size: 13px;
  }
}
.taxonomy-enseigne a:hover {
  color: #D5654D;
}

.taxonomy-type_realisation {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding-bottom: 20px;
}
.taxonomy-type_realisation a {
  color: white;
  font-size: 13px;
  padding: 4px 10px 5px;
  text-decoration: none;
  font-weight: 300;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1224px) {
  .taxonomy-type_realisation a {
    font-size: 12px;
    padding: 3px 12px;
  }
}
.taxonomy-type_realisation a:hover {
  background: #D5654D;
  color: white;
}
.taxonomy-type_realisation span.wp-block-post-terms__separator {
  display: none;
}

main:has(.ml-rgpd) {
  padding-left: var(--padding-content);
  padding-right: var(--padding-content);
}

.ml-rgpd {
  max-width: 1440px;
  margin: auto;
  padding: 40px var(--padding-content) var(--padding-content);
  background: #fffbf4;
  border-radius: 50px;
  margin-top: 50px !important;
  margin-bottom: 70px !important;
}
.ml-rgpd .yoast-breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}
.ml-rgpd h1 {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .ml-rgpd h1 {
    margin-top: 0;
    font-size: 30px !important;
    line-height: 1.5;
  }
}
.ml-rgpd h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 50px;
  color: #D5654D;
}
@media (max-width: 992px) {
  .ml-rgpd h2 {
    font-size: 18px !important;
  }
}
.ml-rgpd h2 + p {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .ml-rgpd p {
    line-height: 1.8;
  }
}
.ml-rgpd.plan-site {
  background-image: url(../../../../../wp-content/uploads/2026/03/motifs-triangle.svg);
  background-repeat: repeat-y;
  background-position: calc(100% - 100px) 0px;
  background-size: auto;
  padding-left: 100px;
}
.ml-rgpd.plan-site h2 + ul {
  padding-left: 40px;
}
.ml-rgpd.plan-site ul, .ml-rgpd.plan-site li {
  margin-bottom: 5px;
}
.ml-rgpd.plan-site ul {
  margin-top: 5px;
}
@media (max-width: 550px) {
  .ml-rgpd.plan-site {
    padding-left: 20px;
    background-position: calc(100% - 0px) 0px;
    background-size: 90px;
  }
}
@media (max-width: 1024px) {
  .ml-rgpd {
    margin-bottom: 20px !important;
    padding: calc(var(--padding-content) - 10px) var(--padding-content) var(--padding-content);
  }
}
@media (max-width: 992px) {
  .ml-rgpd {
    border-radius: 30px;
  }
  .ml-rgpd h2 {
    margin-top: 30px;
  }
}
@media (max-width: 550px) {
  .ml-rgpd {
    margin-top: 20px !important;
    border-radius: 15px;
  }
  .ml-rgpd h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1400px) {
  h2 {
    font-size: 30px;
  }
  p {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  h2 {
    font-size: 25px;
    line-height: 1.2;
  }
}
:root {
  --padding-content: 70px;
  --padding-bottom: 100px;
  --gap: 50px;
}

@media (max-width: 1600px) {
  :root {
    --padding-content: 50px;
    --padding-bottom: 70px;
    --gap: 30px;
  }
}
@media (max-width: 992px) {
  :root {
    --padding-content: 30px;
    --padding-bottom: 50px;
  }
}
@media (max-width: 550px) {
  :root {
    --padding-content: 20px;
    --padding-bottom: 20px;
    --gap: 20px;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
}
header .header-inner {
  padding: 0 calc(var(--padding-content) + 30px);
}
header .header-inner > .wp-block-group:not(.sub-header) {
  height: 75px;
  max-width: 1670px;
  transition: 0.5s ease-in-out;
}
header .header-inner > .wp-block-group:not(.sub-header) .wp-block-site-logo img {
  transition: 0.5s ease-in-out;
}
header .header-inner .wp-block-navigation {
  gap: calc(var(--gap) + 10px);
}
header .header-inner .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
header .header-inner .wp-block-navigation .wp-block-navigation-item.btn-contact .wp-block-navigation-item__content {
  color: #D5654D;
}
header .header-inner .wp-block-navigation .wp-block-navigation-item.btn-contact .wp-block-navigation-item__content span {
  color: #D5654D;
}
header .header-inner .wp-block-navigation .wp-block-navigation-item.btn-contact .wp-block-navigation-item__content:hover {
  text-decoration: underline;
}
header .sub-header {
  max-width: calc(100% - 2 * var(--padding-content));
  border-radius: 20px;
  justify-content: space-between;
  padding: 30px 60px 30px 30px;
  margin-top: 0;
  position: absolute;
  background-color: white;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  min-height: 300px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 100;
}
header .sub-header.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
header .sub-header > p.has-base-color {
  height: auto;
  align-self: stretch;
  display: flex;
  align-items: center;
  width: 260px;
  box-sizing: border-box;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
header .sub-header > p.has-base-color::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 50px;
  height: 30px;
  background-image: url("../../../../../wp-content/uploads/2026/03/ecureuil.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
  transform: translateX(-50px);
  transition: 0.5s ease-in-out;
  opacity: 0;
}
header .sub-header > p.has-base-color:hover::before {
  transform: translateX(5px);
  opacity: 1;
}
header .sub-header.sub-header-a-propos .grid-sub-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 70px;
}
header .sub-header.sub-header-a-propos .grid-sub-header > .wp-block-group {
  width: 100%;
  gap: 0;
  background-color: transparent;
  padding: 15px 40px 25px;
  border-radius: 15px;
  margin-top: 0;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
header .sub-header.sub-header-a-propos .grid-sub-header > .wp-block-group:hover {
  background-color: #f7f2e9;
}
header .sub-header.sub-header-a-propos .grid-sub-header > .wp-block-group .wp-element-button {
  background: transparent;
  color: #D5654D;
  padding: 0;
  text-transform: uppercase;
  font-weight: 800;
}
header .sub-header.sub-header-a-propos .grid-sub-header > .wp-block-group p {
  font-weight: 600;
  font-size: 15px;
  padding-left: 15px;
  line-height: 1.2;
  position: relative;
}
header .sub-header.sub-header-a-propos .grid-sub-header > .wp-block-group p::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  background-image: url("../../../../../wp-content/uploads/2026/02/arrow-right-bold.svg");
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
header .sub-header.sub-header-a-propos .grid-sub-header > .wp-block-group.green:hover .wp-element-button {
  color: #28b753;
}
header .sub-header.sub-header-mobiliers {
  gap: var(--gap);
}
header .sub-header.sub-header-mobiliers .grid-sub-header {
  max-width: calc(100% - 260px - var(--gap));
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 30px;
}
header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group {
  gap: 0;
  margin-top: 0;
  width: 100%;
}
header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group figure {
  height: 70px;
  width: 60px;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group .wp-block-buttons {
  width: calc(100% - 60px);
}
header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group .wp-block-buttons .wp-block-button {
  width: 100%;
}
header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group .wp-block-buttons .wp-block-button a {
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 0 15px 15px 0;
  background-color: #f7f2e9;
  color: #D5654D;
  height: 70px;
  width: 100%;
  transition: 0.3s ease-in-out;
}
header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group:hover img {
  filter: brightness(0.9);
  scale: 1.1;
}
header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group:hover .wp-block-buttons .wp-block-button a {
  background-color: #D5654D;
  color: white;
}
header ul {
  padding-left: 0;
}
header ul li:before {
  content: none;
}
header .wp-block-navigation__responsive-container-content .a-propos:hover ul, header .wp-block-navigation__responsive-container-content .mobiliers:hover ul {
  display: none;
}
header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover {
  text-decoration: none;
}
header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover span {
  color: #D5654D;
}
header .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu__toggle > svg {
  transition: 0.5s ease-in-out;
}
header .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu__toggle[aria-expanded=true] > svg {
  transform: rotateX(180deg);
}

body.scrolled header {
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.05);
}
body.scrolled header .header-inner > .wp-block-group:not(.sub-header) {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  min-height: 40px;
}
body.scrolled header .header-inner > .wp-block-group:not(.sub-header) .wp-block-site-logo img {
  width: 130px;
}
body.scrolled header .sub-header {
  border-radius: 0 0 20px 20px;
}

.block-editor-block-list__layout.sub-header-a-propos, .block-editor-block-list__layout.sub-header-mobiliers {
  display: none !important;
}

@media (max-width: 1600px) {
  header .header-inner {
    padding: 0 var(--padding-content);
  }
  header .header-inner .wp-block-navigation {
    gap: var(--gap);
  }
  header .header-inner .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    font-size: 11px;
  }
  header .header-inner > .wp-block-group:not(.sub-header) {
    min-height: 80px;
  }
  header .header-inner > .wp-block-group:not(.sub-header) .wp-block-site-logo img {
    width: 150px;
  }
  header .sub-header {
    min-height: 250px;
  }
  header .sub-header.sub-header-a-propos .grid-sub-header {
    gap: 20px;
  }
  header .sub-header.sub-header-a-propos .grid-sub-header > .wp-block-group {
    padding: 15px 20px;
  }
  header .sub-header.sub-header-mobiliers {
    gap: 0;
    padding: 30px;
  }
  header .sub-header.sub-header-mobiliers > p.has-base-color {
    display: none;
  }
  header .sub-header.sub-header-mobiliers .grid-sub-header {
    max-width: 100%;
    gap: 40px 20px;
  }
  header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group .wp-block-buttons .wp-block-button a {
    font-size: 11px;
    padding: 10px 10px 10px 15px;
  }
}
@media (max-width: 1224px) {
  header .header-inner .wp-block-navigation {
    gap: 30px;
  }
  header .header-inner > .wp-block-group:not(.sub-header) {
    min-height: 60px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  header .header-inner > .wp-block-group:not(.sub-header) .wp-block-site-logo img {
    width: 110px;
  }
  header .sub-header.sub-header-a-propos .grid-sub-header > .wp-block-group .wp-element-button {
    font-size: 14px;
  }
  header .sub-header.sub-header-a-propos .grid-sub-header > .wp-block-group p {
    font-size: 13px;
  }
  header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group figure {
    height: 60px;
  }
  header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group .wp-block-buttons .wp-block-button a {
    height: 60px;
  }
  body.scrolled header .header-inner > .wp-block-group:not(.sub-header) .wp-block-site-logo img {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  header .header-inner .wp-block-navigation {
    gap: 20px;
  }
  header .header-inner .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    font-size: 10px;
  }
  header .header-inner > .wp-block-group:not(.sub-header) {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  header .sub-header.sub-header-a-propos {
    padding: 30px;
  }
  header .sub-header.sub-header-a-propos > p.has-base-color {
    width: 200px;
  }
  header .sub-header.sub-header-a-propos .grid-sub-header > .wp-block-group p {
    font-size: 12px;
  }
  header .sub-header.sub-header-a-propos .grid-sub-header > .wp-block-group p::before {
    top: 2px;
    transform: none;
  }
  header .sub-header.sub-header-mobiliers {
    min-height: 200px;
  }
  header .sub-header.sub-header-mobiliers .grid-sub-header {
    gap: 20px;
  }
  header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group figure {
    width: 50px;
    height: 60px;
  }
  header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group .wp-block-buttons {
    width: calc(100% - 50px);
    height: 60px;
  }
  header .sub-header.sub-header-mobiliers .grid-sub-header > .wp-block-group .wp-block-buttons .wp-block-button a {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex !important;
  }
  header .sub-header {
    display: none !important;
  }
  header .wp-block-navigation__responsive-container:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 110px;
    height: 31px;
    background-image: url("../../../../../wp-content/uploads/2026/02/Logo-horizontal-TM-2025.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    padding-top: 40px;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container {
    width: 100%;
    gap: 0 !important;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > li.wp-block-navigation-item:not(.btn-contact) {
    width: 100%;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > li.wp-block-navigation-item:not(.btn-contact) > a.wp-block-navigation-item__content {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 28px 0px 27px;
    width: 100%;
    justify-content: flex-end;
    color: #D5654D;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #f4f4f4;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > li.wp-block-navigation-item:not(.btn-contact) > a.wp-block-navigation-item__content:hover {
    background: white;
    color: #D5654D;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > li.wp-block-navigation-item:not(.btn-contact) ul.wp-block-navigation-submenu {
    padding-right: 0;
    padding-top: 10px;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > .btn-contact {
    margin-top: 22px;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > .btn-contact > a.wp-block-navigation-item__content {
    font-size: 14px;
  }
}
footer {
  padding: 70px var(--padding-content) 0;
  max-width: 1800px;
  margin: auto;
}
footer .footer {
  margin-bottom: 80px;
}
footer .footer .wp-element-button {
  background-color: transparent !important;
  margin-bottom: 20px;
  margin-top: 10px;
}
footer .footer .wp-element-button:hover {
  background-color: #D5654D !important;
}
footer .footer + .wp-block-group {
  border-top: 1px solid var(--wp--preset--color--custom-color-7);
  padding: 15px 0;
}
footer .footer + .wp-block-group > .wp-block-group {
  gap: 0;
}
footer .footer + .wp-block-group p, footer .footer + .wp-block-group a, footer .footer + .wp-block-group span {
  font-size: 13px;
  text-decoration: none;
}
footer .footer + .wp-block-group p:not(:last-child)::after {
  content: "";
  display: inline-block;
  background-color: #D5654D;
  height: 4px;
  width: 4px;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 2px;
}

@media (max-width: 1024px) {
  footer .footer {
    flex-direction: column;
    gap: var(--gap);
    margin-bottom: 50px;
  }
  footer .footer > figure img {
    width: 150px;
  }
  footer .footer p {
    text-align: center;
  }
  footer .footer .wp-block-buttons {
    justify-content: center;
  }
  footer .footer .wp-block-buttons .wp-element-button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  footer .footer .wp-block-buttons + .wp-block-group {
    justify-content: center;
  }
  footer .footer + .wp-block-group {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .footer + .wp-block-group > .wp-block-group {
    flex-direction: column;
    gap: 20px;
  }
  footer .footer + .wp-block-group > .wp-block-group p:after {
    content: none;
  }
}
@media (max-width: 550px) {
  footer {
    padding: 40px var(--padding-content) 0;
  }
  footer .footer > figure img {
    width: 100px;
    margin-bottom: 20px;
  }
}
form.wpcf7-form .form-row {
  gap: 30px;
  display: flex;
}
form.wpcf7-form .form-row .half {
  width: 50%;
}
form.wpcf7-form .form-row .full {
  width: 100%;
}
form.wpcf7-form .form-row p {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
form.wpcf7-form .form-row p label > span:first-child {
  color: #D5654D;
  position: absolute;
  z-index: 1;
  background-color: white;
  line-height: 1;
  padding: 0 10px 2px;
  left: 20px;
  top: -8px;
  font-weight: 600;
  font-size: 14px;
}
form.wpcf7-form .form-row p label > span:first-child i {
  color: #B9B9B9;
  font-weight: 200;
  font-size: 12px;
}
form.wpcf7-form .form-row p label > br {
  display: none;
}
form.wpcf7-form .form-row p label input[type=text], form.wpcf7-form .form-row p label input[type=email], form.wpcf7-form .form-row p label input[type=tel], form.wpcf7-form .form-row p label select, form.wpcf7-form .form-row p label textarea {
  border-radius: 10px;
  border-style: outset;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px;
  outline: none;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
form.wpcf7-form .form-row p label input[type=text], form.wpcf7-form .form-row p label input[type=email], form.wpcf7-form .form-row p label input[type=tel], form.wpcf7-form .form-row p label select {
  height: 45px;
  padding: 0 20px;
}
form.wpcf7-form .form-row p label textarea {
  resize: none;
  padding: 10px 20px 20px;
}
form.wpcf7-form .form-row p label select {
  appearance: none;
  background-image: url("../../../../../wp-content/uploads/2026/03/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  cursor: pointer;
}
form.wpcf7-form .form-row p label:has(.wpcf7-file) {
  border: 1px solid;
  height: 60px;
  border-radius: 10px;
  border-style: outset;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px;
  outline: none;
  padding: 14px 20px;
  width: 100%;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  display: block;
}
form.wpcf7-form .form-row p label:has(.wpcf7-file) .wpcf7-file {
  font-family: "Lato", sans-serif;
}
form.wpcf7-form .form-row:has(input[type=submit]) .form-field > p {
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 0;
}
form.wpcf7-form .form-row:has(input[type=submit]) .form-field input[type=submit] + .wpcf7-spinner {
  display: flex;
  opacity: 1;
  background-color: #D5654D;
}
form.wpcf7-form .form-row-checks p {
  margin-top: 5px;
  margin-bottom: 5px;
}
form.wpcf7-form .form-row-checks span {
  width: 100%;
  max-width: 100%;
  display: block;
}
form.wpcf7-form .form-row-checks .wpcf7-list-item {
  margin-left: 0;
}
form.wpcf7-form .form-row-checks .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
form.wpcf7-form .form-row-checks .wpcf7-list-item label input {
  margin: 0 10px 0 0;
  height: 15px;
  width: 15px;
  opacity: 0.5;
  margin-top: 6px;
}
form.wpcf7-form .form-row-checks .wpcf7-list-item label .wpcf7-list-item-label, form.wpcf7-form .form-row-checks .wpcf7-list-item label a {
  padding-bottom: 0.5px;
  font-size: 15px;
  width: calc(100% - 15px - 15px);
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
}

@media (max-width: 992px) {
  form.wpcf7-form .form-row:has(input[type=submit]) .form-field > p {
    flex-direction: row;
  }
}
@media (max-width: 550px) {
  form.wpcf7-form .form-row:has(.half) {
    flex-direction: column;
    gap: 0;
  }
  form.wpcf7-form .form-row:has(.half) .half {
    width: 100%;
  }
  form.wpcf7-form .form-row p {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=main.css.map */