@charset "UTF-8";
/*
Theme Name: Tribu Ligeris 2026
Description:
Author: Tribu and Co
Version: 0.0.1
Text Domain: tribu-ligeris
*/
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Small Desktops */
/* Large Devices, Medium Desktop */
/* XLarge, Large Desktops */
@font-face {
  font-family: "Poppins";
  src: url(/wp-content/themes/tribu-ligeris/public/assets/fonts/Poppins-VariableFontwght.woff2) format("woff2-variations"), url(/wp-content/themes/tribu-ligeris/public/assets/fonts/Poppins-VariableFontwght.woff2) format("woff2") tech("variations");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
.ff--primary {
  font-family: "Poppins", Arial, sans-serif;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: #fff;
  border: none;
  color: #001563;
  box-shadow: 0 7px 29px 0 rgba(110, 110, 111, 0.5);
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 52px;
  height: 52px;
  z-index: 1; /* above viewport */
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  box-shadow: 0 7px 29px 0 rgba(110, 110, 111, 0.42);
  transition: background-color 200ms ease-in;
}
.flickity-prev-next-button:hover {
  background-color: #D0E3EF;
  transition: background-color 200ms ease-in;
}

.flickity-prev-next-button.previous {
  left: -42px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-left--secondary.svg);
}
@media screen and (min-width: 1200px) {
  .flickity-prev-next-button.previous {
    left: -61px;
  }
}

.flickity-prev-next-button.next {
  right: -42px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-right--secondary.svg);
}
@media screen and (min-width: 1200px) {
  .flickity-prev-next-button.next {
    right: -61px;
  }
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  opacity: 0;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  bottom: -25px;
  z-index: 1; /* above viewport */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot,
.flickity-page-dots .flickity-page-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  background: #D0E3EF;
  border-radius: 8px;
  opacity: 1;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}
.flickity-page-dots .dot:hover,
.flickity-page-dots .flickity-page-dot:hover {
  background: #7FC4FE;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dots .dot.is-selected,
.flickity-page-dots .flickity-page-dot.is-selected {
  background-color: #7FC4FE;
}

#tarteaucitronPercentage {
  display: none;
}

:root {
  --tobii-base-font-size: 1rem;
  --tobii-transition-duration: 0.3s;
  --tobii-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  --tobii-zoom-icon-background: #192938f0;
  --tobii-zoom-icon-color: #fff;
  --tobii-lightbox-background: #000000d9;
  --tobii-lightbox-z-index: 1337;
  --tobii-caption-background: #000c;
  --tobii-caption-color: #eee;
  --tobii-counter-background: #0000;
  --tobii-counter-color: #fff;
  --tobii-button-background: #0000;
  --tobii-button-navigation-background: #00000080;
  --tobii-button-color: #fff;
  --tobii-loader-color: #fff;
  --tobii-slide-max-height: calc(100vh - 3.125em);
  --tobii-slide-max-width: 100vw;
}

.tobii-zoom {
  border: 0;
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.tobii-zoom img {
  display: block;
}

.tobii-zoom__icon {
  align-items: center;
  background-color: var(--tobii-zoom-icon-background);
  color: var(--tobii-zoom-icon-color);
  display: flex;
  height: 1.78em;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 1.78em;
}

.tobii-zoom__icon svg {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  stroke: currentColor;
  height: 1.5em;
  pointer-events: none;
  width: 1.5em;
}

body.tobii-is-open {
  overflow-y: hidden;
}

.tobii-image, .tobii-is-open {
  touch-action: none;
}

.tobii {
  background-color: var(--tobii-lightbox-background);
  bottom: 0;
  box-sizing: border-box;
  contain: strict;
  font-size: var(--tobii-base-font-size);
  left: 0;
  line-height: 1.5;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: var(--tobii-lightbox-z-index);
}

.tobii[aria-hidden=true] {
  display: none;
}

.tobii *, .tobii :after, .tobii :before {
  box-sizing: inherit;
}

.tobii__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 3.125em;
  will-change: transform;
}

.tobii__slider[aria-hidden=true] {
  display: none;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__slider--animate:not(.tobii__slider--is-dragging) {
    transition-duration: var(--tobii-transition-duration);
    transition-property: transform;
    transition-timing-function: var(--tobii-transition-timing-function);
  }
}
.tobii__slider--is-draggable [data-type] {
  cursor: grab;
}

.tobii__slider--is-dragging [data-type] {
  cursor: grabbing;
}

.tobii__slider--is-moving [data-type] {
  cursor: move;
}

.tobii__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.tobii__slide [data-type] {
  display: flex;
  max-height: 95%;
  max-width: var(--tobii-slide-max-width);
  overflow: hidden;
  overscroll-behavior: contain;
}

.tobii__slide iframe, .tobii__slide video {
  display: block !important;
}

.tobii__slide figure {
  margin: 0;
  position: relative;
  max-height: 100%;
}

.tobii__slide figure > img {
  display: block;
  height: auto;
  max-height: var(--tobii-slide-max-height);
  max-width: var(--tobii-slide-max-width);
  width: auto;
}

.tobii__slide figure > figcaption {
  background-color: var(--tobii-caption-background);
  bottom: 0;
  color: var(--tobii-caption-color);
  font-size: 1.6rem;
  padding: 0.25em 0.5em;
  position: absolute;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  white-space: pre-wrap;
  width: 100%;
}

.tobii__slide figure > figcaption.caption-hidden {
  background-color: initial;
  color: rgba(0, 0, 0, 0);
}

.tobii__slide figure > figcaption.caption-hidden > button.caption-toggle:after {
  opacity: 0.6;
}

.tobii__slide figure > figcaption.caption-hidden > button.caption-toggle:hover:after {
  opacity: 1;
}

.tobii__slide figure > figcaption > button.caption-toggle {
  background: rgba(0, 0, 0, 0);
  border: none;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0 3em 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.tobii__slide figure > figcaption > button.caption-toggle:after {
  align-items: center;
  background-color: var(--tobii-caption-background);
  border-radius: 50%;
  bottom: 0.25em;
  color: var(--tobii-caption-color);
  content: "ⓘ";
  display: flex;
  font-size: medium;
  font-weight: 700;
  height: 1.75em;
  justify-content: center;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0.25em;
  transition: opacity 0.3s ease-in-out;
  width: 1.75em;
}

.tobii__slide [data-type=html] {
  overflow-y: auto;
}

.tobii__slide [data-type=html] video {
  cursor: auto;
  max-height: var(--tobii-slide-max-height);
  max-width: var(--tobii-slide-max-width);
}

.tobii__slide [data-type=html] audio {
  max-width: 100%;
}

.tobii__slide [data-type=iframe] {
  -webkit-overflow-scrolling: touch;
  transform: translate(0);
}

.tobii__slide [data-type=iframe] iframe {
  height: var(--tobii-slide-max-height);
  width: var(--tobii-slide-max-width);
}

.tobii__btn {
  appearance: none;
  background-color: var(--tobii-button-background);
  border: 1px solid rgba(0, 0, 0, 0);
  color: var(--tobii-button-color);
  cursor: pointer;
  font: inherit;
  line-height: 1;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  touch-action: manipulation;
  will-change: opacity;
  z-index: 1;
}

.tobii__btn:hover {
  opacity: 1;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__btn {
    transition-duration: var(--tobii-transition-duration);
    transition-property: opacity, transform;
    transition-timing-function: var(--tobii-transition-timing-function);
    will-change: opacity, transform;
  }
}
.tobii__btn svg {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke: currentColor;
  height: 3.75em;
  pointer-events: none;
  width: 3.75em;
}

.tobii__btn--next, .tobii__btn--previous {
  background-color: var(--tobii-button-navigation-background);
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.tobii__btn--previous {
  left: 1em;
}

.tobii__btn--next {
  right: 1em;
}

.tobii__btn--close {
  height: 2.5em;
  opacity: 0.75;
  right: 0.25em;
  top: 0.25em;
  width: 2.5em;
}

.tobii__btn--close svg {
  height: 100%;
  transform: scale(1.4);
  width: 100%;
}

.tobii__btn:disabled, .tobii__btn[aria-hidden=true] {
  cursor: default;
  visibility: hidden;
}

.tobii__counter {
  background-color: var(--tobii-counter-background);
  color: var(--tobii-counter-color);
  font-size: 1.25em;
  left: 0.875em;
  line-height: 1;
  opacity: 0.8;
  position: absolute;
  top: 0.875em;
  z-index: 1;
}

.tobii__counter[aria-hidden=true] {
  display: none;
}

.tobii__counter p {
  display: inline;
}

.tobii__loader {
  display: inline-block;
  height: 6em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6em;
}

.tobii__loader:before {
  animation: spin 1s infinite;
  border: 2px solid #949ba3;
  border-radius: 100%;
  border-top: 2px solid var(--tobii-loader-color);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.tobii__slide .tobii-html {
  background: #fff;
  font-size: 1.125em;
  max-width: 800px;
  padding: 10px 20px;
}

.tobii__sr {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html {
  font-size: 62.5%;
}

body {
  color: #001563;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Poppins", Arial, sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.admin-bar {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

body * {
  box-sizing: border-box;
}

main {
  margin-bottom: 0;
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

p {
  line-height: 1.5;
  margin: 16px 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus {
  outline: none;
}

.button {
  display: inline-block;
  color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  padding: 9px 16px;
  margin: 0;
  transition: all 150ms ease-in;
}
.button:hover {
  background-color: #000;
  color: #fff;
  transition: all 150ms ease-in;
}
.button:focus {
  outline: 2px solid rgba(127, 196, 254, 0.87);
}

.button--small {
  padding: 6px 12px;
}

.button--big {
  padding: 18px 45px;
}

.button--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.button--primary {
  background-color: #7FC4FE;
  color: #001563;
  border: 2px solid #7FC4FE;
  transition: all 150ms ease-in;
}
.button--primary:hover {
  transition: all 150ms ease-in;
  background-color: #7FC4FE;
  color: #fff;
}

.button--secondary {
  color: #fff;
  background-color: #001563;
  border: 2px solid #001563;
  transition: all 150ms ease-in;
}
.button--secondary:hover {
  transition: all 150ms ease-in;
  color: #001563;
  background-color: #fff;
}
.button--secondary.button--inverted {
  background-color: #fff;
  color: #001563;
  box-shadow: none;
  transform: translateY(0);
}
.button--secondary.button--inverted:hover {
  box-shadow: 0 3px 0 0 #001563;
  transform: translateY(-3px);
}

.button--white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  transition: all 150ms ease-in;
}
.button--white:hover {
  transition: all 150ms ease-in;
  background-color: #fff;
  color: #000;
}

.button--black {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  transition: all 150ms ease-in;
}
.button--black:hover {
  transition: all 150ms ease-in;
  background-color: #000;
  color: #fff;
}

.button-link {
  border: none;
  font-size: 1rem;
  font-weight: normal;
  background: transparent;
  padding: 0;
  text-transform: none;
  text-align: left;
  color: #9B9B9B;
}
.button-link:hover {
  background: transparent;
  color: #000;
}

.bg-color--primary {
  color: #001563;
  background-color: #7FC4FE;
}

.bg-color--primary-100 {
  color: #001563;
  background-color: #EDF4F9;
}

.bg-color--secondary {
  color: #fff;
  background-color: #001563;
}

.bg-color--tertiary {
  color: #001563;
  background-color: #FFD731;
}

.bg-color--quaternary {
  color: #001563;
  background-color: #79D3A1;
}

.bg-color--quinary {
  color: #001563;
  background-color: #F39581;
}

.bg-color--white {
  color: #001563;
  background-color: #fff;
}

/* Style général formulaires ----------------------- */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #d1d1d1;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-down--secondary.svg);
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 10px auto;
  padding: 2px 20px 2px 4px;
  margin: 0 5px;
}
select option {
  background-color: rgba(0, 0, 0, 0);
}

.input-group {
  margin: 2px 5px;
}
.input-group label {
  font-weight: 700;
  color: #000;
}
.input-group input[type=text] {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #d1d1d1;
  padding: 3px;
}
.input-group input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/bg-checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
.input-group input[type=checkbox]:checked {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/bg-checkbox-checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
.input-group input[type=checkbox] + label {
  font-weight: 400;
}
.input-group input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/bg-radio.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
.input-group input[type=radio]:checked {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/bg-radio-checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
.input-group input[type=radio] + label {
  font-weight: 400;
}

/* Style pour contact form 7 ----------------------- */
.wpcf7 form {
  max-width: 780px;
}
.wpcf7 form label {
  font-weight: 600;
  color: #001563;
}
.wpcf7 form input.wpcf7-form-control,
.wpcf7 form textarea.wpcf7-form-control {
  padding: 6px 8px;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #707893;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .wpcf7 form input.wpcf7-form-control,
  .wpcf7 form textarea.wpcf7-form-control {
    width: auto;
  }
}
.wpcf7 form input.wpcf7-form-control:focus,
.wpcf7 form textarea.wpcf7-form-control:focus {
  outline: 2px solid rgba(127, 196, 254, 0.27);
}
.wpcf7 form input.wpcf7-form-control.wpcf7-submit,
.wpcf7 form textarea.wpcf7-form-control.wpcf7-submit {
  width: auto;
  background-color: #fff;
  color: #001563;
  border: 2px solid #001563;
  border-radius: 25px;
  font-weight: 700;
  padding: 10px 35px;
  margin: 15px 0;
  transition: all 150ms ease-in;
}
.wpcf7 form input.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7 form textarea.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #001563;
  color: #fff;
  transition: all 150ms ease-in;
}
.wpcf7 form input.wpcf7-form-control.wpcf7-submit:focus,
.wpcf7 form textarea.wpcf7-form-control.wpcf7-submit:focus {
  outline: 2px solid rgba(0, 21, 99, 0.25);
}
.wpcf7 form textarea.wpcf7-form-control {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wpcf7 form textarea.wpcf7-form-control {
    width: 600px;
  }
}
.wpcf7 form .wpcf7-form-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-form-row {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-form-row .wpcf7-form-group {
    max-width: calc(50% - 11px);
  }
}
.wpcf7 form .wpcf7-form-group > p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 8px 0;
}
@media screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-form-group > p {
    margin: 12px 0;
  }
}
.wpcf7 form .wpcf7-form-control.wpcf7-radio, .wpcf7 form .wpcf7-form-control.wpcf7-checkbox {
  display: inline-block;
  width: 300px;
  margin: 5px 0;
}
.wpcf7 form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, .wpcf7 form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  width: 300px;
  margin-bottom: 4px;
}
.wpcf7 form .wpcf7-form-control.wpcf7-select {
  display: inline-block;
  min-width: 290px;
  margin: 5px 0;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #a51010;
}
.wpcf7 .wpcf7-not-valid-tip::before {
  content: "";
  width: 21px;
  height: 17px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/warning.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 2px 0 5px;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #a51010;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #89b11b;
}
.wpcf7 .wpcf7-mail-sent-ok::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/success.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 4px -2px 0;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  margin-right: 5px;
}

.screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-response :focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* GDPR Data Request Form */
.gdrf-field.gdrf-field-submit input {
  width: auto;
  background-color: #7FC4FE;
  color: #fff;
  border: 1px solid #7FC4FE;
  font-weight: 700;
  padding: 8px 20px;
  transition: all 150ms ease-in;
}
.gdrf-field.gdrf-field-submit input:hover, .gdrf-field.gdrf-field-submit input:focus {
  background-color: #fff;
  color: #7FC4FE;
  transition: all 150ms ease-in;
}

.link {
  color: #7FC4FE;
  text-decoration: underline;
}

.no-touch .link:hover {
  color: #7FC4FE;
}

.link--color-inherit,
.no-touch .link--color-inherit:hover {
  color: inherit;
}

.no-touch .link--opacity-hover:hover {
  opacity: 0.75;
}

.entry-content a:not([class]) {
  text-decoration: underline;
  text-decoration-color: #7FC4FE;
  text-decoration-thickness: 2px;
}
.entry-content a:not([class]):hover, .entry-content a:not([class]):focus {
  text-decoration-color: #001563;
}

.list {
  line-height: 1.5;
}

.list--unstyled {
  list-style: none;
  padding-left: 0;
}

.list--check li {
  position: relative;
  padding: 0 0 0 26px;
}
.list--check li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/bullet-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.list--check li + li {
  margin-top: 4px;
}

.entry-content li {
  line-height: 1.5;
}

.full-width-section ul,
.text-image-section ul,
.blockquote-section ul,
.accordions-section ul {
  list-style-type: none;
  padding: 0;
}
.full-width-section ul li,
.text-image-section ul li,
.blockquote-section ul li,
.accordions-section ul li {
  position: relative;
  padding-left: 17px;
}
.full-width-section ul li::before,
.text-image-section ul li::before,
.blockquote-section ul li::before,
.accordions-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 4px;
}

.full-width-section ul li::before,
.text-image-section ul li::before {
  background-color: #7FC4FE;
}

.blockquote-section ul li::before,
.accordions-section ul li::before,
.full-width-section.bg-color--primary-100 ul li::before {
  background-color: #001563;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.scroll-in-view:not(.no-anim) {
  opacity: 0;
}

.scroll-in-view--slide-x {
  transform: translateX(-80px);
}

.scroll-in-view--slide-x2 {
  transform: translateX(80px);
}

.scroll-in-view--slide-x-small {
  transform: translateX(40px);
}

.scroll-in-view--slide-x2-small {
  transform: translateX(-40px);
}

.scroll-in-view--slide-y {
  transform: translateY(80px);
}

.scroll-in-view--slide-y-small {
  transform: translateY(40px);
}

.scroll-in-view--home-1 {
  transform: translateY(-120px) scale(0.9);
}

.scroll-in-view--product-presentation-img {
  transform: rotate(-6deg) scale(1.2);
}

table {
  border: none !important;
  width: 100%;
  max-width: 100%;
}
table[border="0"] th,
table[border="0"] td {
  border: 1px solid rgba(0, 0, 0, 0);
}

table tr {
  color: #000;
  text-align: left;
}

table th,
table td {
  padding: 6px;
  border: 1px solid #dcdcdc;
  font-size: 1.45rem;
  /* @include mediaquery($xsmall){
      border-color: #dcdcdc;
  } */
}
@media screen and (min-width: 768px) {
  table th,
  table td {
    font-size: 1.6rem;
    padding: 8px 10px;
  }
}
@media screen and (min-width: 992px) {
  table th,
  table td {
    font-size: 1.8rem;
    padding: 12px 15px;
  }
}

table td {
  font-weight: 400;
}

table th {
  border-top: none;
}

table tr th:first-of-type {
  border-left: none;
}

table tr td:first-of-type {
  color: #000;
  border-left: none;
}
@media screen and (min-width: 992px) {
  table tr td:first-of-type {
    padding-left: 15px;
  }
}

table tr td:last-of-type,
table tr th:last-of-type {
  border-right: none;
}

table tr:first-of-type td {
  border-top: none;
}

table tr:last-of-type td {
  border-bottom: none;
}

.heading {
  hyphens: auto;
  line-height: 1.1;
}

.heading--h1 {
  line-height: 1;
  font-weight: 600;
  font-size: 3rem;
  margin: 1.5rem 0;
}
@media screen and (min-width: 1200px) {
  .heading--h1 {
    font-size: 3.8rem;
  }
}

.heading--h2 {
  font-weight: 600;
  font-size: 2.7rem;
  margin: 2.5rem 0 1.6rem 0;
}
@media screen and (min-width: 1200px) {
  .heading--h2 {
    font-size: 2.8rem;
  }
}

.heading--h3 {
  font-weight: 600;
  font-size: 2.1rem;
  margin: 2.2rem 0 1.6rem 0;
}
@media screen and (min-width: 1200px) {
  .heading--h3 {
    font-size: 2.4rem;
    margin: 2.4rem 0 1.6rem 0;
  }
}

.heading--h4 {
  font-weight: 600;
  font-size: 1.6rem;
  margin: 2.2rem 0 1.6rem 0;
}
@media screen and (min-width: 1200px) {
  .heading--h4 {
    font-size: 1.9rem;
    margin: 2.3rem 0 1.6rem 0;
  }
}

.heading--h5 {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0.5rem 0;
}

blockquote {
  font-style: italic;
  border-left: 10px solid #f0f0f0;
  margin: 26px 0;
  padding: 0 40px;
  color: #5F5F5F;
}

.text-align-center {
  width: 100%;
  text-align: center;
}

.text-align-right {
  width: 100%;
  text-align: right;
}

.tt--uppercase {
  text-transform: uppercase;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 0px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 15px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 15px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.container {
  width: 90%;
  max-width: 1140px;
  margin: auto;
}
.container--sm {
  max-width: 890px;
}

@media screen and (min-width: 992px) {
  .container {
    width: 80%;
  }
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  backface-visibility: hidden;
  padding: 0;
  transition: background-color 0.25s, transform 0.4s ease;
  border-bottom: 1px solid #D6D9E1;
}

.site-header--sticky {
  background-color: #FFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .site-header--sticky .site-header__container-overlay {
    top: 110px;
  }
}

.site-header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .site-header__container {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__container {
    justify-content: space-between;
    padding: 10px 0;
  }
}

.site-header__logo-link {
  width: 135px;
  margin: 0 15px;
  font-size: 0;
}

.site-header__logo-link img {
  width: 100%;
}

.site-header__container-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header .search-form {
  margin: 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .site-header .search-form__field {
    width: 172px;
  }
}

.top-header .nav {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin: 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 420px) {
  .top-header .nav {
    font-size: 1.4rem;
  }
}
.top-header .nav a {
  display: inline-block;
  padding: 6px 10px;
  color: #1B1C20;
}
.top-header .nav a:hover {
  text-decoration: underline;
}
.top-header .nav .menu-item--secondary a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  background-color: #001563;
  color: #fff;
  border-radius: 0 0 16px 16px;
  font-weight: 500;
  padding: 6px 22px 6px 18px;
}
.top-header .nav .menu-item--secondary a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/user--white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-header .nav .menu-item--secondary a:focus {
  outline: 2px solid rgba(0, 21, 99, 0.4);
}

.site-header__container-overlay {
  display: none;
  position: fixed;
}
@media screen and (min-width: 1024px) {
  .site-header__container-overlay {
    left: 0;
    top: 130px;
    width: 100%;
    height: calc(100dvh - 110px);
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 150ms ease-in;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__container-overlay.overlay-opened {
    display: block;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .site-header__logo-link {
    width: 150px;
    margin: 0;
    transform-origin: left center;
    transition: transform 0.23s ease;
  }
  .touch .site-header--sticky .site-header__logo-link {
    transform: scale(0.72);
  }
}
@media screen and (min-width: 1024px) {
  .no-touch .site-header {
    padding: 0;
  }
  .site-header--sticky .site-header__container {
    padding: 4px 0;
  }
  .site-header--sticky .site-header__logo-link {
    width: 150px;
  }
  .site-header__container {
    justify-content: space-between;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__logo-link {
    order: initial;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__logo-link {
    width: 180px;
  }
  .site-header--sticky .site-header__logo-link {
    width: 150px;
  }
}
body.admin-bar .site-header {
  padding-top: 32px;
}

footer {
  position: relative;
  z-index: 2;
  padding: 0 0 36px 0;
  background-color: #001563;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  footer {
    border-radius: 64px 64px 0 0;
    padding: 0 0 56px 0;
  }
}
footer a:focus {
  outline: 2px dotted rgba(255, 255, 255, 0.5);
}

.footer__main {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 28px;
}
@media screen and (min-width: 620px) {
  .footer__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
  }
}
@media screen and (min-width: 768px) {
  .footer__main {
    gap: 36px 48px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__main {
    grid-template-columns: 230px 1fr 1fr auto;
    gap: 42px;
  }
}
@media screen and (min-width: 1400px) {
  .footer__main {
    gap: 64px;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 24px;
  margin-top: 24px;
}
.footer__bottom-left {
  font-size: 1.2rem;
}
.footer__bottom-right .footer__nav {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin: 0;
}
.footer-satisfaction {
  background-color: #7FC4FE;
  color: #001563;
  border-radius: 0 0 16px 16px;
  padding: 22px 13px 13px 13px;
  font-size: 1.4rem;
}
@media screen and (min-width: 620px) and (max-width: 767px) {
  .footer-satisfaction {
    grid-column: 1/3;
  }
}
.footer-satisfaction__number {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 620px) and (max-width: 767px) {
  .footer-social {
    order: 4;
  }
}
@media screen and (min-width: 1200px) {
  .footer-social {
    padding-top: 56px;
  }
}
.footer-social__title {
  font-weight: 600;
}
.footer-social .footer__nav {
  display: flex;
  gap: 8px;
  margin: 8px 0 0 0;
}
.footer-contact {
  font-size: 1.4rem;
}
@media screen and (min-width: 1200px) {
  .footer-contact {
    padding-top: 34px;
  }
}
.footer-contact__logo {
  display: flex;
  margin-bottom: 24px;
}
.footer-contact img {
  width: 170px;
  height: auto;
}
.footer-contact p {
  margin: 6px 0;
}
.footer-contact a:hover {
  text-decoration: underline;
}

.footer-main-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .footer-main-menu {
    padding-top: 56px;
  }
}
@media screen and (min-width: 620px) and (max-width: 767px) {
  .footer-main-menu {
    grid-column: 1/3;
  }
}
.footer-main-menu .footer__nav {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 1.6rem;
  margin: 0;
}
.footer-main-menu .footer__nav li {
  margin: 5px;
  text-align: left;
}

.footer__nav {
  margin-bottom: 0;
  padding: 0;
}
.footer__nav li {
  text-align: center;
}
.footer__nav li.current-menu-item.current_page_item a {
  font-weight: 700;
}
.footer__nav li a:hover {
  text-decoration: underline;
}
.footer__nav li a:focus {
  outline: 2px dotted rgba(255, 255, 255, 0.5);
}

#main-menu-footer .sub-menu-wrapper-0 {
  display: none;
}

.footer__credits {
  font-size: 1.6rem;
  color: #fff;
  margin: 17px 0;
}
.footer__credits a:hover,
.footer__credits a:focus {
  text-decoration: underline;
}

.site-wrapper {
  overflow: hidden;
}

.video-container {
  text-align: center;
}

.pagination {
  width: 100%;
  margin: 25px 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: inline-block;
  flex-basis: 30px;
  padding: 5px 7px;
  margin: 2px;
  text-align: center;
  border-radius: 8px;
  transition: all 200ms ease-in;
}
.pagination a:hover,
.pagination a:focus {
  background-color: #001563;
  color: #fff;
}
.pagination .current {
  border: 1px solid #001563;
  color: #001563;
}

.social-nav .icon-facebook {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/facebook--white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
}
.social-nav .icon-x-twitter {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/x-twitter--white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
}
.social-nav .icon-linkedin {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/linkedin--white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
}
.social-nav .icon-youtube {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/youtube--white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
}
.social-nav .icon-instagram {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/instagram--white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
}
.social-nav .icon-tiktok {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/tiktok--white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
}
.social-nav a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  color: rgba(0, 0, 0, 0);
  font-size: 1px;
  margin: 0;
  opacity: 1;
  transition: opacity 200ms ease-in;
}
.social-nav a:hover, .social-nav a:focus {
  opacity: 0.7;
  transition: opacity 200ms ease-in;
}
.social-nav [class^=icon-] {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bloc-info {
  position: relative;
  border: 1px solid #7FC4FE;
  padding: 20px;
  padding-top: 54px;
  margin-bottom: 22px 0;
  color: #7FC4FE;
}
.bloc-info::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: calc(50% - 19px);
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/information.svg);
}
@media screen and (min-width: 992px) {
  .bloc-info {
    padding: 25px 50px 25px 118px;
    margin: 40px 0;
  }
  .bloc-info::before {
    left: 28px;
    top: calc(50% - 31px);
    width: 62px;
    height: 62px;
  }
}

.tag {
  display: inline-block;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 12px 25px;
}

.tag--default {
  background-color: #DCE0E3;
  color: #636363;
}

.tag--primary {
  background-color: #7FC4FE;
  color: #fff;
}

.tag--secondary {
  background-color: #001563;
  color: #fff;
}

.tag--white {
  background-color: #fff;
  color: #7FC4FE;
}

.tag--grey {
  background-color: #F6F6F6;
  color: #001563;
}

.tag--icon {
  padding: 1px 5px 1px 35px;
  color: #000;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/tag-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 29px auto;
}

.tabs__nav {
  display: flex;
  list-style-type: none;
  padding: 0 22px;
  margin-bottom: -5px;
}
@media screen and (min-width: 620px) {
  .tabs__nav {
    flex-direction: row;
    padding-left: 23px;
    margin-bottom: -1px;
  }
}
@media screen and (min-width: 768px) {
  .tabs__nav {
    padding-left: 55px;
  }
}

.tabs__nav-item {
  background-color: rgba(255, 255, 255, 0.72);
  color: #4195DB;
  padding: 15px 30px;
  margin-right: 8px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
.tabs__nav-item.current {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 620px) {
  .tabs__nav-item {
    padding: 15px 80px;
    margin-right: 15px;
    font-size: 2.3rem;
  }
}

.tabs__content {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  padding: 15px 8px;
}

.tabs__content-item {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 8px;
  opacity: 0;
}
.tabs__content-item.current {
  position: static;
  opacity: 1;
}

.blockquote-section {
  padding-top: 2px;
}
.blockquote-section__item {
  position: relative;
  padding: 28px 36px 24px 52px;
  border-radius: 0 16px 16px 16px;
}
.blockquote-section__item--primary {
  background-color: #D0E3EF;
}
.blockquote-section__item--tertiary {
  background-color: #FFD731;
}
.blockquote-section__item--quaternary {
  background-color: #79D3A1;
}
.blockquote-section__item--has-image {
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) {
  .blockquote-section__item--has-image {
    padding-right: 200px;
    padding-bottom: 24px;
  }
}
.blockquote-section__item-label {
  position: absolute;
  top: -10px;
  left: -1px;
  display: inline-block;
  padding: 2px 8px;
  background-color: #001563;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  transform: rotate(-4deg);
}
.blockquote-section__content-title {
  position: relative;
  font-weight: 600;
}
.blockquote-section__content-title::before {
  content: "";
  position: absolute;
  left: -25px;
  top: calc(50% - 7px);
  width: 20px;
  height: 14px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/arrow-left--secondary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blockquote-section__content .button {
  margin-top: 8px;
}

.blockquote-section__img {
  position: absolute;
  bottom: 0;
  right: 32px;
  z-index: 0;
  display: flex;
  justify-content: center;
  height: 140px;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .blockquote-section__img {
    height: auto;
  }
}

.menu-toggler {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #8FA2AE;
  border-radius: 4px;
  padding: 2px;
}
.menu-toggler:focus {
  outline: 2px solid rgba(0, 21, 99, 0.6);
}
.menu-toggler--opened .menu-toggler__line {
  top: 14px;
  transform: rotate(-45deg);
  transition: top 0.15s, transform 0.15s 0.15s;
}
.menu-toggler--opened .menu-toggler__line:first-of-type, .menu-toggler--opened .menu-toggler__line:nth-of-type(3) {
  top: 14px;
  transform: rotate(45deg);
  transition: top 0.15s, transform 0.15s 0.15s;
}

.site-header__right-part .menu-toggler {
  margin-left: 20px;
}

.menu-toggler__line {
  position: absolute;
  top: 13px;
  left: 5px;
  height: 2px;
  width: 18px;
  background-color: #001563;
  transition: top 0.15s 0.15s, transform 0.15s;
}
.menu-toggler__line:first-of-type {
  top: 6px;
  transition: top 0.15s 0.15s, transform 0.15s;
}
.menu-toggler__line:nth-of-type(3) {
  top: 20px;
}

@media screen and (min-width: 1024px) {
  .no-touch .menu-toggler,
  .menu-toggler {
    display: none;
  }
}
.page-header {
  position: relative;
  background-color: #EDF4F9;
  padding: 110px 0 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-header {
    padding: 116px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-header {
    padding: 128px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .page-header.page-header--has-thumbnail .page-header__container {
    min-height: 325px;
  }
}

.page-header__container {
  position: relative;
  z-index: 1;
  padding: 2px 0 36px 0;
}
@media screen and (min-width: 992px) {
  .page-header__container {
    padding: 2px 0 36px 0;
  }
}

.page-header__thumbnail {
  display: flex;
}
@media screen and (min-width: 992px) {
  .page-header__thumbnail {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 128px);
    width: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .page-header__thumbnail {
    width: 32%;
  }
}
.page-header__thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-header__title {
  word-break: break-word;
  font-weight: 600;
  line-height: 1.35;
  margin: 32px 0 24px 0;
}
@media screen and (min-width: 768px) {
  .page-header__title {
    margin: 24px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-header__title {
    max-width: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .page-header__title {
    max-width: 700px;
    margin: 42px 0 26px 0;
  }
}

.chapo {
  position: relative;
  font-weight: 400;
  padding: 0;
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .chapo {
    max-width: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .chapo {
    max-width: 700px;
  }
}

header .link-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  background-color: #7FC4FE;
  padding: 11px 10px;
  transition: all 150ms ease-in;
}
header .link-contact:hover, header .link-contact:focus {
  background-color: #111;
}
header .link-contact img {
  width: 20px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  header .link-contact {
    position: absolute;
    right: 0;
    order: initial;
  }
  header .link-contact img {
    width: 20px;
    height: auto;
  }
}

.homepage-header {
  position: relative;
  background-color: #EDF4F9;
}
.homepage-header .container {
  position: relative;
}
.homepage-header__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: 80px;
  background-color: #000;
  border-radius: 0 0 32px 32px;
  height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .homepage-header__content {
    margin-top: 125px;
    height: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-header__content {
    height: 520px;
  }
}
.homepage-header__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-position: center;
  background-size: cover;
}
.homepage-header__links {
  position: relative;
  z-index: 2;
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .homepage-header__links {
    margin-top: -60px;
    padding-bottom: 30px;
  }
}
.homepage-header__links .quick-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 960px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .homepage-header__links .quick-links {
    flex-wrap: nowrap;
    gap: 24px;
    padding: 0;
  }
}
.homepage-header__links .quick-links__item {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1 1 100%;
  padding: 22px;
  box-sizing: border-box;
  line-height: 1.25;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #fff;
  box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.1);
  transition: border 200ms ease-in, box-shadow 200ms ease-in;
}
@media screen and (min-width: 768px) {
  .homepage-header__links .quick-links__item {
    flex: 1 1 30%;
  }
}
@media screen and (min-width: 992px) {
  .homepage-header__links .quick-links__item {
    padding: 30px;
    min-height: 136px;
  }
}
.homepage-header__links .quick-links__item:hover {
  border-color: #001563;
  box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.2);
  transition: border 200ms ease-in, box-shadow 200ms ease-in;
}
.homepage-header__links .quick-links__item:hover .circle {
  fill: #001563;
  transition: all 200ms ease-in;
}
.homepage-header__links .quick-links__item:hover .arrow {
  stroke: #fff;
  transition: all 200ms ease-in;
}
.homepage-header__links .quick-links__item-title-2 {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .homepage-header__links .quick-links__item-title-2 {
    font-size: 3rem;
  }
}
.homepage-header__links .quick-links__item .circle,
.homepage-header__links .quick-links__item .arrow {
  transition: all 200ms ease-in;
}

.homepage-header__title-wrapper {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.homepage-header__title {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  margin: 10px 0;
}
.homepage-header__title-1 {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .homepage-header__title-1 {
    font-size: 4.7rem;
  }
}
.homepage-header__title-2 {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .homepage-header__title-2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-header__title-2 {
    font-size: 5.7rem;
  }
}
.homepage-header__title-2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
}

.wsp-posts-title {
  text-transform: none;
}

.wsp-container li {
  line-height: 1.4;
}
.wsp-container a {
  transition: all 200ms ease-in;
}
.wsp-container a:hover, .wsp-container a:focus {
  text-decoration: none;
}

.breadcrumb {
  display: none;
}

.breadcrumb__links-list {
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #001563;
}

.breadcrumb__links-list a {
  font-weight: 500;
  color: #8FA2AE;
  text-decoration: none;
}
.breadcrumb__links-list a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .breadcrumb {
    position: relative;
    z-index: 1;
    display: block;
    padding: 30px 0 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .header__nav a {
    color: #001563;
    display: inline-block;
  }
  /* Navbar */
  /* 1er niveau de menu */
  .header__nav > .menu-item {
    position: relative;
    padding: 12px 8px;
    line-height: 1;
  }
  .header__nav > .menu-item:last-of-type {
    padding-right: 0;
  }
  .header__nav > .menu-item.menu-item-has-children > a {
    padding-right: 22px;
  }
  .header__nav > .menu-item.menu-item-has-children:hover::before, .header__nav > .menu-item.menu-item-has-children:hover::after, .header__nav > .menu-item.menu-item-has-children:focus::before, .header__nav > .menu-item.menu-item-has-children:focus::after {
    display: inline-block;
  }
  .header__nav > .menu-item.menu-item-has-children:hover::after, .header__nav > .menu-item.menu-item-has-children:focus::after {
    transform: rotate(180deg);
    transition: transform 200ms ease-in;
  }
  .header__nav > .menu-item.menu-item-has-children::before, .header__nav > .menu-item.menu-item-has-children::after {
    content: "";
    position: absolute;
  }
  .header__nav > .menu-item.menu-item-has-children::before {
    display: none;
    top: 45px;
    left: calc(50% - 200px);
    background-color: rgba(0, 0, 0, 0);
    height: 50px;
    width: 400px;
  }
  .header__nav > .menu-item.menu-item-has-children::after {
    display: inline-block;
    right: 20px;
    top: calc(50% - 3px);
    width: 9px;
    height: 6px;
    background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-down--secondary.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 200ms ease-in;
  }
  .header__nav > .menu-item > a {
    padding: 6px 11px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .header__nav > .menu-item > a:hover, .header__nav > .menu-item > a:focus {
    background-color: #EEF3F6;
  }
  .header__nav > .menu-item > a:hover::before, .header__nav > .menu-item > a:hover::after, .header__nav > .menu-item > a:focus::before, .header__nav > .menu-item > a:focus::after {
    display: inline-block;
  }
  .header__nav > .menu-item.current-menu-item > a,
  .header__nav .current_page_item > a {
    font-weight: 700;
  }
  .header__nav > .menu-item:hover > a + .sub-menu-wrapper-0,
  .header__nav > .menu-item:focus > a + .sub-menu-wrapper-0 {
    display: block;
  }
  .header__nav > .menu-item:hover > a::before, .header__nav > .menu-item:hover > a::after,
  .header__nav > .menu-item:focus > a::before,
  .header__nav > .menu-item:focus > a::after {
    display: block;
  }
  .header__nav > .menu-item:hover > a::before {
    display: block;
  }
  .header__nav > .menu-item-has-children > .sub-menu-wrapper-0:hover,
  .header__nav > .menu-item-has-children > .sub-menu-wrapper-0:focus {
    display: block;
  }
  .sub-menu-wrapper-0 {
    display: none;
    position: fixed;
    top: 129px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.07);
    padding: 40px 0;
  }
  /* 2ème niveau de menu */
  .sub-menu-wrapper-0 > .sub-menu {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 85%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .sub-menu-wrapper-0 > .sub-menu > li {
    width: calc(25% - 30px);
  }
  .sub-menu-wrapper-0 > .sub-menu a:hover {
    text-decoration: underline;
  }
  .header__nav-wrapper .sub-menu {
    list-style-type: none;
    padding: 0;
  }
  .header__nav-wrapper .sub-menu a {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 4px;
    transition: all 150ms ease-in;
  }
  .menu-item--card {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    aspect-ratio: 12/11;
  }
  .menu-item--card.menu-item--primary > a {
    background-color: #7FC4FE;
    border: 1px solid #7FC4FE;
  }
  .menu-item--card.menu-item--primary > a:hover {
    border-color: #001563;
    text-decoration: none;
  }
  .menu-item--card.menu-item--primary > a:hover::after {
    background-color: #001563;
    background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-right--white.svg);
    transition: all 200ms ease-in;
  }
  .menu-item--card.menu-item--tertiary > a {
    background-color: #FFD731;
    border: 1px solid #FFD731;
  }
  .menu-item--card.menu-item--tertiary > a:hover {
    border-color: #001563;
    text-decoration: none;
  }
  .menu-item--card.menu-item--tertiary > a:hover::after {
    background-color: #001563;
    background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-right--white.svg);
    transition: all 200ms ease-in;
  }
  .menu-item--card.menu-item--quaternary > a {
    background-color: #79D3A1;
    border: 1px solid #79D3A1;
  }
  .menu-item--card.menu-item--quaternary > a:hover {
    border-color: #001563;
    text-decoration: none;
  }
  .menu-item--card.menu-item--quaternary > a:hover::after {
    background-color: #001563;
    background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-right--white.svg);
    transition: all 200ms ease-in;
  }
  .menu-item--card.menu-item--quinary > a {
    background-color: #F39581;
    border: 1px solid #F39581;
  }
  .menu-item--card.menu-item--quinary > a:hover {
    border-color: #001563;
    text-decoration: none;
  }
  .menu-item--card.menu-item--quinary > a:hover::after {
    background-color: #001563;
    background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-right--white.svg);
    transition: all 200ms ease-in;
  }
  .menu-item--card > a {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    border-radius: 8px;
  }
  .menu-item--card > a::after {
    content: "";
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 20px;
    background-color: #fff;
    background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-right--secondary.svg);
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 200ms ease-in;
  }
  .sub-menu-wrapper-0 > .sub-menu > li > .menu-title {
    display: inline-block;
  }
  .sub-menu-wrapper-0 > .sub-menu > li:not(.main-menu__title) > a,
  .sub-menu-wrapper-0 > .sub-menu > li > .menu-title {
    color: #001563;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: none;
    padding: 6px 1px;
  }
  .sub-menu-wrapper-1 {
    margin-top: 6px;
  }
  .sub-menu-wrapper-1 > .sub-menu > li > a {
    padding: 7px 1px;
    width: 100%;
    position: relative;
    font-size: 1.4rem;
    color: rgba(0, 21, 99, 0.72);
    transition: all 150ms ease-in;
  }
  .sub-menu-wrapper-1 > .sub-menu > li > a:hover {
    color: #001563;
    text-decoration: none;
    transition: all 150ms ease-in;
  }
  .sub-menu-wrapper-1 > .sub-menu > li > a:focus {
    outline: 2px solid rgba(0, 21, 99, 0.7);
  }
  .sub-menu-wrapper-1 > .sub-menu > li + li {
    margin-top: 6px;
  }
}
.site-header--sticky .sub-menu-wrapper-0 {
  top: 104px;
}

@media screen and (min-width: 1024px) {
  .no-touch .header__nav-wrapper,
  .header__nav-wrapper {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav > .menu-item {
    padding: 12px 13px;
  }
  .header__nav > .menu-item > a {
    font-size: 1.4rem;
  }
}
.handheld-header__nav-wrapper {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.handheld-header__nav-wrapper.mm-menu {
  width: 80%;
  height: auto;
  overflow: visible;
  visibility: visible;
}

@media screen and (max-width: 1023px) {
  .site-header__container-nav {
    position: fixed;
    right: -100%;
    top: 110px;
    z-index: 12;
    display: block;
    height: calc(100dvh - 110px);
    width: 90%;
    max-width: 400px;
    box-sizing: border-box;
    overflow: hidden;
    visibility: hidden;
    transition: all 200ms ease-in;
    padding: 56px 24px 20px 24px;
    background-color: #fff;
  }
  .site-header__container-nav.menu--opened {
    right: 0;
    overflow: scroll;
    visibility: visible;
    transition: all 200ms ease-in;
  }
  .site-header__container-nav.menu--opened + .site-header__container-overlay {
    opacity: 1;
    visibility: visible;
    transition: all 150ms ease-in;
  }
  .site-header__container-nav .search-form {
    position: absolute;
    top: 20px;
    left: 24px;
  }
  .header__nav-wrapper {
    width: 100%;
  }
  .header__nav li + li {
    margin-top: 6px;
  }
  .header__nav a {
    display: block;
    padding: 6px 4px;
  }
  .header__nav > .menu-item.menu-item-has-children {
    position: relative;
  }
  .header__nav > .menu-item.menu-item-has-children > a {
    padding-right: 36px;
  }
  .header__nav > .menu-item.menu-item-has-children > .sub-menu-wrapper-0 {
    height: 0;
    overflow: hidden;
  }
  .header__nav > .menu-item.menu-item-has-children.menu-item--opened > .sub-menu-wrapper-0 {
    height: auto;
    padding: 10px 0;
  }
  .header__nav > .menu-item.menu-item-has-children.menu-item--opened .toggle-sub-menu {
    transform: rotate(90deg);
    transition: transform 100ms ease-in;
  }
  .header__nav > .menu-item + .menu-item {
    margin-top: 12px;
  }
  .header__nav > .menu-item > a {
    padding: 8px 12px;
    font-size: 1.6rem;
    border-radius: 4px;
    background-color: #EEF3F6;
  }
  .header__nav .menu-item--card > a {
    padding: 12px;
    background-color: #7FC4FE;
    background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-right--secondary.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 6px auto;
    border-radius: 4px;
  }
  .header__nav .menu-item--card.menu-item--primary > a {
    background-color: #7FC4FE;
    border: 1px solid #7FC4FE;
  }
  .header__nav .menu-item--card.menu-item--primary > a:hover {
    border-color: #001563;
    text-decoration: none;
  }
  .header__nav .menu-item--card.menu-item--tertiary > a {
    background-color: #FFD731;
    border: 1px solid #FFD731;
  }
  .header__nav .menu-item--card.menu-item--tertiary > a:hover {
    border-color: #001563;
    text-decoration: none;
  }
  .header__nav .menu-item--card.menu-item--quaternary > a {
    background-color: #79D3A1;
    border: 1px solid #79D3A1;
  }
  .header__nav .menu-item--card.menu-item--quaternary > a:hover {
    border-color: #001563;
    text-decoration: none;
  }
  .header__nav .menu-item--card.menu-item--quinary > a {
    background-color: #F39581;
    border: 1px solid #F39581;
  }
  .header__nav .menu-item--card.menu-item--quinary > a:hover {
    border-color: #001563;
    text-decoration: none;
  }
  .header__nav .toggle-sub-menu {
    position: absolute;
    right: 6px;
    top: 4px;
    width: 32px;
    height: 32px;
    padding: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ddd;
    border-radius: 3px;
    background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-right--secondary.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px auto;
    transform: rotate(0deg);
    transition: transform 100ms ease-in;
  }
  .header__nav .toggle-sub-menu:focus {
    outline: 2px solid rgba(0, 21, 99, 0.6);
  }
  .header__nav .sub-menu {
    list-style-type: none;
    padding: 0;
  }
  .header__nav .sub-menu-wrapper-0 > ul > li > a {
    font-weight: 600;
  }
  .header__nav .sub-menu-wrapper-0 > ul > li > .menu-title {
    display: inline-block;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: none;
    padding: 6px 4px;
  }
  .header__nav .sub-menu-wrapper-1 {
    padding-left: 20px;
  }
  .header__nav .sub-menu-wrapper-1 a {
    color: rgba(0, 21, 99, 0.72);
  }
  .site-header__container-overlay {
    display: block;
    right: 0;
    top: 110px;
    z-index: 10;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: calc(100dvh - 110px);
    background-color: rgba(0, 0, 0, 0.65);
    transition: all 150ms ease-in;
  }
}
/*.bloc-info {
    position: relative;

    padding: 30px;
    padding-top: 100px;
    margin: 40px 0 0 0;

    display: block;

    border: 2px solid $dark-orange;

    color: $dark-orange;

    @include mediaquery($medium){
    	padding: 30px;
    	padding-left: 120px;
    	margin-bottom: 40px;
    };
    &::before {
    	content: url('../../assets/svg/information.svg');
    	position: absolute;
    	left: calc(50% - 31px);
    	top: 25px;

    	min-width: 63px;
    	max-width: 64px;
    	height: 63px;
    	margin-bottom: 10px;

    	@include mediaquery($medium) {
    		top: calc(50% - 31px);
    		left: 25px;
    	};
    }

    & > * {
    	color: $dark-orange;
    }

    p {
    	margin: 0;
    	font-size: 1.8rem;
    	line-height: 125%;
    	color: $dark-orange;

    	@include mediaquery($medium){
    		font-size: 2.2rem;
    	};
    }
    a {
    	display: inline-block;
    	margin-top: 15px;

    	color: $dark-orange;

    	text-transform: uppercase;
        font-style: normal;
    	text-decoration: none;
        font-size: 1.6rem;

    	transition: all 300ms ease-out;
        @include mediaquery($medium){
    		font-size: 1.8rem;
    	};
    	&:hover {
    		text-decoration: underline;
    	}
    }
}*/
.news-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  padding: 40px 0;
}
@media screen and (min-width: 700px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .news-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-list .news-list__item {
  position: relative;
  display: flex;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
}
.news-list .news-list__item:hover .news-list__item-thumbnail {
  transform: scale(1.05);
  transition: all 300ms ease-in;
}
.news-list .news-list__item:hover .news-list__item-title {
  background-color: #fff;
  color: #001563;
  transition: all 200ms ease-in;
}
.news-list .news-list__item:focus {
  outline: 2px solid rgba(0, 21, 99, 0.7);
}
.news-list .news-list__item img {
  object-fit: cover;
  transform: scale(1);
  transition: all 300ms ease-in;
}
.news-list .news-list__item-title {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
  background-color: #001563;
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 200ms ease-in;
}
.news-list .news-list__item-title .heading {
  margin: 0;
  font-size: 1.6rem;
}

.page-header__property .page-header__title {
  font-weight: 900;
  width: 100%;
}

.property-presentation .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .property-presentation .container {
    justify-content: space-between;
  }
}
.property-presentation__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (min-width: 620px) {
  .property-presentation__image-wrapper {
    width: 52%;
    border-radius: 8px 0 0 8px;
    aspect-ratio: auto;
  }
}
.property-presentation__image {
  height: 100%;
  width: 100%;
}
.property-presentation__image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.property-presentation__image-placeholder {
  margin: 32px;
  background-color: #cdcdcd;
  min-width: auto;
  max-width: calc(100% - 64px);
  min-height: auto;
  object-fit: contain;
}

.property-presentation__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cdcdcd;
  padding: 32px;
}
.property-presentation__image--placeholder svg {
  object-fit: contain;
  max-width: calc(100% - 64px);
}

.property-presentation__slider {
  width: calc(100% - 28px);
}
@media screen and (min-width: 525px) {
  .property-presentation__slider {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .property-presentation__slider {
    width: 48%;
  }
}
.property-presentation__slider .flickity-page-dots {
  left: 0;
  bottom: 0;
  justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.property-presentation__slider .flickity-page-dots .dot {
  flex: 0 0 auto;
  margin: 0 4px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 0.65;
}
.property-presentation__slider .flickity-page-dots .dot.is-selected {
  opacity: 1;
  width: 40px;
}
.property-presentation__slider .flickity-prev-next-button.previous {
  left: -15px;
}
.property-presentation__slider .flickity-prev-next-button.next {
  right: -15px;
}

.property-presentation__slider-item {
  width: 100%;
  aspect-ratio: 4/3;
}
.property-presentation__slider-item.has-svg {
  padding: 2em;
  background: #dce0e3;
}
.property-presentation__slider-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #cdcdcd;
}
.property-presentation__slider-item a img {
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.property-presentation__slider-item a img.property-presentation__slider-item--placeholder {
  margin: 32px;
  object-fit: contain;
  min-height: 0;
  min-width: 0;
}

@media (max-width: 1000px) {
  .property-presentation__slider-item {
    width: 100%;
  }
  .property-presentation__slider-item img {
    width: 100%;
    height: 305px;
    object-fit: cover;
  }
}
.property-presentation__content {
  width: 100%;
  font-family: "Poppins", Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .property-presentation__content {
    width: 49%;
  }
}

.property-presentation__tags .tag {
  font-family: "Poppins", Arial, sans-serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .property-presentation__tags .tag {
    margin-right: 13px;
  }
}
.property-presentation__tags .tag:last-child {
  margin-right: 0;
}

.property-presentation__content-text {
  margin: 15px 0 20px 0;
}
.property-presentation__content-text strong {
  display: block;
  padding: 20px 0;
  color: #001563;
}

.property-presentation__content-dpe-item-ges {
  padding-left: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
}
.property-presentation__content-dpe-item-ges:hover .dpe-conso, .property-presentation__content-dpe-item-ges:focus .dpe-conso {
  display: block;
}
.property-presentation__content-dpe-item-ges ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.property-presentation__content-dpe-item-ges ul li {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  color: #000;
}
.property-presentation__content-dpe-item-ges ul li:first-of-type {
  background-color: #f8f1fe;
}
.property-presentation__content-dpe-item-ges ul li:nth-of-type(2) {
  background-color: #ead4fb;
}
.property-presentation__content-dpe-item-ges ul li:nth-of-type(3) {
  background-color: #dbbff2;
}
.property-presentation__content-dpe-item-ges ul li:nth-of-type(4) {
  background-color: #d4b0f1;
}
.property-presentation__content-dpe-item-ges ul li:nth-of-type(5) {
  background-color: #c594ec;
  color: #fff;
}
.property-presentation__content-dpe-item-ges ul li:nth-of-type(6) {
  background-color: #b679eb;
  color: #fff;
}
.property-presentation__content-dpe-item-ges ul li:nth-of-type(7) {
  background-color: #9b58de;
  color: #fff;
}
.property-presentation__content-dpe-item-ges .dpe-conso {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/consommation-ges.jpg);
}

.dpe-conso {
  display: none;
  position: absolute;
  top: -10px;
  right: -50px;
  width: 250px;
  height: 255px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

.search-property__searchform {
  background-color: #7FC4FE;
  padding: 32px 0;
}
.search-property__searchform .input-group {
  flex: 1;
  flex-basis: 48%;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .search-property__searchform .input-group {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .search-property__searchform .input-group {
    flex-basis: 110px;
  }
}
.search-property__searchform .input-group label {
  color: #3c3c3c;
}
.search-property__searchform [type=submit] {
  text-transform: none;
}

.search-property__results-map {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  background-color: #EDF4F9;
}
.search-property__results-map:not(.no-results)::after {
  content: "";
  display: none;
}
@media screen and (min-width: 992px) {
  .search-property__results-map:not(.no-results)::after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45px;
    width: 685px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
}
@media screen and (min-width: 1200px) {
  .search-property__results-map:not(.no-results)::after {
    width: 840px;
  }
}
@media screen and (min-width: 992px) {
  .search-property__results-map {
    height: calc(100vh - 90px);
    flex-direction: row;
  }
}
.search-property__results-map .search-property__results-wrapper {
  padding: 1px 10px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .search-property__results-map .search-property__results-wrapper {
    padding: 1px 15px 0px 25px;
    overflow-y: scroll;
    width: 685px;
  }
  .search-property__results-map .search-property__results-wrapper .heading {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-property__results-map .search-property__results-wrapper {
    width: 900px;
  }
}
.search-property__results-map .search-property__map-wrapper {
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .search-property__results-map .search-property__map-wrapper {
    width: calc(100% - 685px);
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .search-property__results-map .search-property__map-wrapper {
    width: calc(97% - 800px);
  }
}

.property-main-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 50px 0;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 380px) {
  .property-main-container {
    margin: 0;
  }
}
@media screen and (min-width: 620px) {
  .property-main-container {
    flex-direction: row;
  }
}
.property-main-container .infos-price-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 5px 0;
  border-top: 1px solid #D6D9E1;
}

.search-property__results-list .property-presentation {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 35px;
}
.search-property__results-list .property-presentation:hover .property-presentation__overlay, .search-property__results-list .property-presentation:focus .property-presentation__overlay {
  opacity: 1;
  transition: opacity 200ms ease-in;
}
@media screen and (min-width: 992px) {
  .search-property__results-list .property-presentation {
    justify-content: space-between;
  }
}
.search-property__results-list .property-presentation .property-presentation__tags .tag {
  padding: 6px 9px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.search-property__results-list .property-presentation .property-presentation__content {
  font-size: 1.6rem;
  padding: 22px;
}
.search-property__results-list .property-presentation .property-presentation__content-bottom {
  margin-top: 17px;
}
.search-property__results-list .property-presentation .property-presentation__loyer {
  font-size: 1.8rem;
}
@media screen and (min-width: 620px) {
  .search-property__results-list .property-presentation .property-presentation__loyer {
    font-size: 2rem;
  }
}
.search-property__results-list .property-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 54px;
  z-index: 10;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/map-pointer.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: #7FC4FE;
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .search-property__results-list .property-number {
    top: -10px;
    left: -10px;
    padding-top: 5px;
  }
}
.search-property__results-list .property-presentation__slider {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 20px;
}
@media screen and (min-width: 620px) {
  .search-property__results-list .property-presentation__slider {
    width: 45%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 620px) {
  .search-property__results-list .property-presentation__slider {
    width: 460px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .search-property__results-list .property-presentation__slider {
    width: 410px;
    height: 250px;
    margin-bottom: 0px;
  }
}
.search-property__results-list .property-presentation__slider .flickity-page-dots {
  padding: 19px 5px;
}
.search-property__results-list .property-presentation__slider .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
}
.search-property__results-list .property-presentation__slider .flickity-page-dots .dot.is-selected {
  width: 35px;
}
.search-property__results-list .property-presentation__content {
  height: 100%;
}
@media screen and (min-width: 620px) {
  .search-property__results-list .property-presentation__content {
    width: 58%;
  }
}
.search-property__results-list .property-presentation__content .tag--icon {
  color: #636363;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/tag-icon-grey.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 29px auto;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Poppins", Arial, sans-serif;
}

.property-presentation__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background-color: rgba(247, 247, 247, 0.9);
  transition: opacity 200ms ease-in;
}
.property-presentation__overlay .button {
  font-family: "Poppins", Arial, sans-serif;
}

.main-row-trombi {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
  padding-left: 0px;
}

.img-container-single-trombi {
  position: relative;
  box-shadow: 0px 0px 36px -4px rgba(0, 0, 0, 0.15);
  border: 13px solid white;
  border-radius: 10px;
  height: 290px;
  min-width: 200px;
  max-width: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.img-container-single-trombi .copyright {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size: 1.3rem;
  color: #f1f1f1;
  text-align: right;
  text-shadow: 1px 1px 5px rgba(161, 145, 145, 0.89);
}

.img-container-single-trombi > img {
  min-height: 100%;
  object-fit: cover;
}

.items-main-row-trombi {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}

.container-single-trombi {
  word-wrap: break-word;
}

.name-trombi {
  color: #1a9bd2;
  font-weight: bold;
  word-wrap: break-word;
}

@media screen and (min-width: 576px) {
  .items-main-row-trombi {
    width: 50%;
  }
}
@media screen and (min-width: 620px) {
  .items-main-row-trombi {
    width: 50%;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 992px) {
  .items-main-row-trombi {
    width: 25%;
  }
}
.has-popup {
  overflow: hidden;
}
.has-popup main {
  z-index: 9999;
}

.touch .popup {
  display: none;
}

.popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .popup-wrapper {
  position: relative;
  background: #fff;
  width: 80vw;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .popup .popup-wrapper {
    width: 50vw;
  }
}
.popup .popup-wrapper .popup-close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  height: 4rem;
  width: 4rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 8px;
}
.popup .popup-wrapper .popup-close:hover {
  color: black;
}
.popup .popup-wrapper .popup-close:focus {
  outline: 2px solid rgba(0, 21, 99, 0.4);
}
.popup .popup-wrapper .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .popup .popup-wrapper .popup-content {
    flex-direction: row;
  }
}
.popup .popup-wrapper .popup-content .popup-col {
  flex: 1;
}
.popup .popup-wrapper .popup-content .popup-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  max-width: 360px;
}
.popup .popup-wrapper .popup-content .popup-image img {
  display: block;
  /*object-fit: cover;
                 height: 100%;*/
  width: 100%;
}
.popup .popup-wrapper .popup-content .popup-text {
  padding: 22px 0 0 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .popup .popup-wrapper .popup-content .popup-text {
    padding: 22px 0 1px 2em;
  }
}
.popup .popup-wrapper .popup-content .popup-text .heading--h2 {
  margin: 25px 0;
}
.popup .popup-wrapper .popup-content .popup-text .heading--h3 {
  margin: 20px 0;
}

.offers-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 22px;
}
@media screen and (min-width: 620px) {
  .offers-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .offers-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.offers-list .offer {
  display: flex;
  flex-direction: column;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.offers-list .offer:hover .offer__cta {
  background-color: #FFD731;
  color: #001563;
  transition: all 200ms ease-in;
}
.offers-list .offer:hover .offer__body {
  transform: translateY(-14px);
  transition: transform 200ms ease-in;
}
.offers-list .offer__img {
  position: relative;
  display: flex;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #cdcdcd;
}
.offers-list .offer__img img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.offers-list .offer__img img.offer__img-placeholder {
  margin: 32px;
  min-width: auto;
  max-width: calc(100% - 64px);
  min-height: auto;
  object-fit: contain;
}
.offers-list .offer__body {
  position: relative;
  background-color: #fff;
  padding: 1px 20px 22px 20px;
  border-radius: 0 0 16px 16px;
  transform: translateY(0);
  transition: transform 200ms ease-in;
}
.offers-list .offer__body::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  height: 16px;
  width: 100%;
  border-radius: 16px 16px 0 0;
  background-color: #fff;
}
.offers-list .offer__body-bottom {
  border-top: 1px solid #D6D9E1;
  padding-top: 15px;
}
.offers-list .offer__city {
  color: #4195DB;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.offers-list .offer__title {
  margin: 10px 0;
  font-weight: 600;
  font-size: 1.5rem;
  min-height: 46px;
}
.offers-list .offer__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 14px;
  font-size: 2.1rem;
}
.offers-list.flickity-enabled {
  display: block;
  margin-bottom: 60px;
}
.offers-list.flickity-enabled .offer {
  margin-right: 24px;
  width: 280px;
}
@media screen and (min-width: 620px) {
  .offers-list.flickity-enabled .offer {
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .offers-list.flickity-enabled .offer {
    width: 363px;
  }
}
.offers-list.flickity-enabled .flickity-page-dots {
  bottom: -44px;
}
.offers-list.flickity-enabled .flickity-prev-next-button {
  top: calc(100% + 40px);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .offers-list.flickity-enabled .flickity-prev-next-button {
    top: calc(50% - 26px);
  }
}
.offers-list.flickity-enabled .flickity-prev-next-button.previous {
  left: 2px;
}
@media screen and (min-width: 768px) {
  .offers-list.flickity-enabled .flickity-prev-next-button.previous {
    left: -42px;
  }
}
@media screen and (min-width: 1200px) {
  .offers-list.flickity-enabled .flickity-prev-next-button.previous {
    left: -71px;
  }
}
.offers-list.flickity-enabled .flickity-prev-next-button.next {
  right: 2px;
}
@media screen and (min-width: 768px) {
  .offers-list.flickity-enabled .flickity-prev-next-button.next {
    right: -42px;
  }
}
@media screen and (min-width: 1200px) {
  .offers-list.flickity-enabled .flickity-prev-next-button.next {
    right: -71px;
  }
}

.offer__price {
  font-weight: 600;
}
.offer__price small {
  color: #707893;
  font-weight: 400;
  font-size: 1.3rem;
}
.offer__fees {
  background-color: #EBF1F5;
  border-radius: 18px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 1.2rem;
}
.offer__city {
  color: #4195DB;
}
.offer__cta {
  position: absolute;
  top: 17px;
  left: 19px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: #001563;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 1.4rem;
  transition: all 200ms ease-in;
}

ul.offer__infos {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  list-style-type: none;
  line-height: 1.1;
  font-size: 1.4rem;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
ul.offer__infos li {
  margin: 0;
}
ul.offer__infos li + li {
  border-left: 1px solid #7FC4FE;
  padding-left: 12px;
}

.search-box-wrapper {
  position: absolute;
  right: -20px;
  border: 1px #e6e6e6 solid;
  border-radius: 20px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.18);
  padding: 10px 20px;
  margin-top: 10px;
  background: #fff;
}
.search-box-wrapper.hidden {
  display: none;
}
.search-box-wrapper form {
  display: flex;
  align-items: center;
}
.search-box-wrapper form button {
  margin-left: 16px;
  padding: 12px 28px;
  font-family: "Poppins", Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
}
.search-box-wrapper form input[type=text] {
  border: none;
  border-bottom: 1px solid #ccc;
}
.search-box-wrapper form input[type=text]:focus {
  box-shadow: 0 0 2px 2px #7FC4FE;
}

.search-form {
  position: relative;
  display: inline-block;
  margin: 20px 0;
}

.search-form__field {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #001563;
  border-radius: 20px;
  color: #001563;
  line-height: 1.25;
  padding: 6px 40px 6px 12px;
}
@media screen and (min-width: 768px) {
  .search-form__field {
    width: auto;
  }
}
.search-form__field:focus {
  outline: 2px solid rgba(0, 21, 99, 0.6);
}

.search-form__field::-webkit-input-placeholder,
.search-form__field:-moz-placeholder,
.search-form__field::-moz-placeholder,
.search-form__field:-ms-input-placeholder {
  color: #7781AC;
}

.search-form__submit {
  position: absolute;
  right: 6px;
  top: calc(50% - 13px);
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 30px;
  color: rgba(0, 0, 0, 0);
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/search.svg);
  background-position: center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 2px;
  font-size: 1px;
  font-family: "Poppins", Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
  transition: all 200ms ease-in;
}
.search-form__submit:hover {
  background-color: #D0E3EF;
  transition: all 200ms ease-in;
}
.search-form__submit:focus {
  outline: 2px solid rgba(0, 21, 99, 0.6);
}

.section {
  position: relative;
  z-index: 2;
  margin: 40px 0;
}
@media screen and (min-width: 620px) {
  .section {
    margin: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .section {
    margin: 72px 0;
  }
}
.section > .container {
  /*& > .heading:nth-of-type(1) {
      margin-top: 10px;
  }*/
  /*.heading:first-child {
      margin-top: 10px;
  }*/
}

.acf-fc-popup ul li a {
  color: #333;
  font-weight: 700;
  text-shadow: 1px 2px 3px #EEE;
}

main {
  padding-bottom: 15px;
}

.full-width-section .button,
.text-image-section .button,
.blockquote-section .button,
.accordions-section .button {
  margin: 4px 0;
}

.accordions-section .accordion:first-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: 22px;
}
.accordions-section .accordion:last-of-type {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.accordions-section .accordion + .accordion {
  border-top: none;
}

.accordion {
  border: 2px solid #001563;
  overflow: hidden;
}
.accordion:focus {
  outline: 2px solid rgba(0, 21, 99, 0.7);
}
.accordion.active {
  background-color: #EDF4F9;
}
.accordion.active .accordion__content {
  padding: 1px 18px 20px 18px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .accordion.active .accordion__content {
    padding: 1px 24px 20px 24px;
  }
}
.accordion.active .accordion__title {
  padding-bottom: 10px;
}
.accordion.active .accordion__icon {
  transform: rotate(0deg);
  transition: all 100ms ease-in;
  background-color: #fff;
  color: #001563;
}
.accordion:not(.active) .accordion__content {
  height: 0;
  overflow: hidden;
}

.accordion__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #001563;
  padding: 18px 20px 18px 24px;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .accordion__title {
    padding: 22px 22px 22px 32px;
    font-size: 1.8rem;
  }
}
.accordion__title:hover {
  background-color: #EDF4F9;
}

.accordion__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  border: 2px solid #001563;
  background-color: #001563;
  color: #fff;
  transform: rotate(45deg);
  transition: all 200ms ease-in;
}

.accordion__content {
  padding: 0px;
}

.card-links-section.bg-color--secondary {
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .card-links-section.bg-color--secondary {
    padding: 70px 0;
  }
}
.card-links-section__heading > h2, .card-links-section__heading > h3 {
  margin-block-start: 0;
}
.card-links-section__list {
  display: grid;
  gap: 24px;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .card-links-section__list--photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .card-links-section__list--photos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card-links-section__list--photos .card {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px;
  aspect-ratio: 363/211;
  background-color: #222;
}
.card-links-section__list--photos .card:hover .card__image {
  opacity: 0.8;
  transition: opacity 200ms ease-in;
}
.card-links-section__list--photos .card:focus {
  outline: 2px solid rgba(0, 21, 99, 0.7);
}
.card-links-section__list--photos .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  opacity: 1;
  transition: opacity 200ms ease-in;
}
.card-links-section__list--photos .card__text {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 4px 10px;
}
.card-links-section__list--illustration {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (min-width: 620px) {
  .card-links-section__list--illustration {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .card-links-section__list--illustration {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card-links-section__list--illustration .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 28px 16px;
  text-align: center;
}
@media screen and (min-width: 620px) {
  .card-links-section__list--illustration .card {
    padding: 40px 26px;
  }
}
.card-links-section__list--illustration .card:hover .card__image img {
  transition: opacity 200ms ease-in;
}
.card-links-section__list--illustration .card:hover .card__image-hover {
  opacity: 1;
}
.card-links-section__list--illustration .card:hover .card__image-classic {
  opacity: 0;
}
.card-links-section__list--illustration .card:focus {
  outline: 3px solid rgba(255, 255, 255, 0.65);
}
.card-links-section__list--illustration .card--no-hover:hover .card__image-classic {
  opacity: 1;
}
.card-links-section__list--illustration .card__text {
  line-height: 1.2;
  font-size: 1.65rem;
}
@media screen and (min-width: 620px) {
  .card-links-section__list--illustration .card__text {
    font-size: 1.8rem;
  }
}
.card-links-section__list--illustration .card__image {
  position: relative;
  align-items: flex-end;
  height: 120px;
}
.card-links-section__list--illustration .card__image img {
  transition: opacity 200ms ease-in;
}
.card-links-section__list--illustration .card__image-hover {
  position: absolute;
  opacity: 0;
}
.card-links-section__list .card {
  border-radius: 8px;
}
.card-links-section__list .card--primary.card--illustration {
  background-color: #7FC4FE;
  border: 2px solid #7FC4FE;
  color: #001563;
  transition: border 200ms ease-in;
}
.card-links-section__list .card--primary.card--illustration:hover {
  border-color: #001563;
  transition: border 200ms ease-in;
}
.card-links-section__list .card--primary.card--photos .card__text {
  background-color: #7FC4FE;
  color: #fff;
}
.card-links-section__list .card--tertiary.card--illustration {
  background-color: #FFD731;
  border: 2px solid #FFD731;
  color: #001563;
  transition: border 200ms ease-in;
}
.card-links-section__list .card--tertiary.card--illustration:hover {
  border-color: #001563;
  transition: border 200ms ease-in;
}
.card-links-section__list .card--tertiary.card--photos .card__text {
  background-color: #FFD731;
  color: #001563;
}
.card-links-section__list .card--quaternary.card--illustration {
  background-color: #79D3A1;
  border: 2px solid #79D3A1;
  color: #001563;
  transition: border 200ms ease-in;
}
.card-links-section__list .card--quaternary.card--illustration:hover {
  border-color: #001563;
  transition: border 200ms ease-in;
}
.card-links-section__list .card--quaternary.card--photos .card__text {
  background-color: #79D3A1;
  color: #fff;
}
.card-links-section__list .card--quinary.card--illustration {
  background-color: #F39581;
  border: 2px solid #F39581;
  color: #001563;
  transition: border 200ms ease-in;
}
.card-links-section__list .card--quinary.card--illustration:hover {
  border-color: #001563;
  transition: border 200ms ease-in;
}
.card-links-section__list .card--quinary.card--photos .card__text {
  background-color: #F39581;
  color: #fff;
}
.card-links-section__list .card--white.card--illustration {
  background-color: #fff;
  border: 2px solid #fff;
  color: #001563;
  transition: border 200ms ease-in;
}
.card-links-section__list .card--white.card--illustration:hover {
  border-color: #001563;
  transition: border 200ms ease-in;
}
.card-links-section__list .card--white.card--photos .card__text {
  background-color: #fff;
  color: #001563;
}
.card-links-section__list .card__text {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
.card-links-section__list .card__image {
  display: flex;
}

.contact-section__heading {
  text-align: center;
}
.contact-section__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 42px;
}
@media screen and (min-width: 1200px) {
  .contact-section__grid {
    margin-top: 64px;
  }
}
.contact-section__block {
  position: relative;
  border-radius: 0 16px 16px 16px;
  padding: 40px 28px 36px 32px;
}
@media screen and (min-width: 768px) {
  .contact-section__block {
    padding: 52px 28px 46px 32px;
  }
}
.contact-section__block .button {
  margin-top: 8px;
}
.contact-section__block .button:focus {
  outline: 2px solid rgba(0, 21, 99, 0.45);
}
.contact-section__block--primary {
  background-color: #D0E3EF;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact-section__block--primary {
    width: 33%;
    max-width: 50%;
    flex-shrink: 0;
  }
}
.contact-section__block--quaternary {
  background-color: #79D3A1;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact-section__block--quaternary {
    flex-grow: 1;
    width: calc(67% - 25px);
    max-width: 68%;
  }
}
@media screen and (min-width: 620px) {
  .contact-section__block--has-image .contact-section__block-content {
    margin-left: 50%;
  }
}
.contact-section__block-title {
  position: absolute;
  top: -11px;
  left: -1px;
  display: inline-block;
  padding: 2px 8px;
  background-color: #001563;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  transform: rotate(-4deg);
}
@media screen and (min-width: 768px) {
  .contact-section__block-title {
    font-size: 2.4rem;
  }
}
.contact-section__block-image {
  display: none;
  position: absolute;
  left: -12px;
  bottom: 0;
  width: 48%;
  max-height: calc(100% - 34px);
}
@media screen and (min-width: 620px) {
  .contact-section__block-image {
    display: flex;
  }
}
.contact-section__block-image img {
  max-width: 100%;
  height: auto;
}

.downloads-section__file-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #7FC4FE;
  border-radius: 16px;
  padding: 16px 16px;
  margin-top: 22px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  transition: background-color 200ms ease-in;
}
.downloads-section__file-link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-left: 10px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/download--primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .downloads-section__file-link::after {
    margin-left: 20px;
    width: 32px;
    height: 32px;
  }
}
.downloads-section__file-link:hover {
  background-color: #D0E3EF;
  transition: background-color 200ms ease-in;
}
.downloads-section__file-link:focus {
  outline: 2px solid #7FC4FE;
}
.downloads-section__file-link + .downloads-section__file-link {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .downloads-section__file-item::before {
    margin-right: 30px;
  }
}
.featured-properties-section {
  background-color: #EDF4F9;
  margin: 0;
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .featured-properties-section {
    padding: 64px 0 90px 0;
  }
}
.featured-properties-section__heading > :first-child {
  margin-block-start: 0;
}

.file-download-section__heading {
  display: inline-block;
  position: relative;
  bottom: -15px;
  margin: 0;
  padding: 4px 12px 4px 0;
  background-color: #fff;
}
.file-download-section__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  border-top: 1px solid #001563;
  border-bottom: 1px solid #001563;
  padding: 42px 0;
}
@media screen and (min-width: 620px) {
  .file-download-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .file-download-section__list {
    padding: 56px 0;
    gap: 36px;
  }
}
.file-download-section__file {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 620px) {
  .file-download-section__file {
    grid-template-columns: 118px 1fr;
    gap: 28px;
  }
}
.file-download-section__file-title {
  display: block;
  margin-bottom: 16px;
}

.file-download-section__thumbnail-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.1);
}

.full-width-section.bg-color--primary-100 {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .full-width-section.bg-color--primary-100 {
    padding: 52px 0;
  }
}
@media screen and (min-width: 1200px) {
  .full-width-section.bg-color--primary-100 {
    padding: 64px 0;
  }
}

.section-gallery__heading > :first-child {
  margin-block-start: 0;
}
.section-gallery__images {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 20px;
  margin: 30px auto;
  max-width: 420px;
}
@media screen and (min-width: 620px) {
  .section-gallery__images {
    grid-template-columns: repeat(2, 1fr);
    margin: 36px 0 30px;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .section-gallery__images {
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section-gallery__images {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section-gallery .section-gallery__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.section-gallery .section-gallery__item picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.section-gallery .section-gallery__item:hover::before {
  opacity: 1;
  transition: opacity 200ms ease-in;
}
.section-gallery .section-gallery__item:focus {
  outline: 2px solid rgba(0, 21, 99, 0.7);
}
.section-gallery .section-gallery__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/zoom-in--white.svg);
  background-size: 32px auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 200ms ease-in;
}
.section-gallery .section-gallery__item--hidden {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
}
.section-gallery .section-gallery__item--see-more::before {
  background-image: none;
}
.section-gallery .section-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-gallery .section-gallery__item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.section-gallery .section-gallery__item .overlay__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD731;
  color: #001563;
  width: 70px;
  height: 70px;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 2.4rem;
  font-weight: 700;
}

.icons-list-section__list {
  margin-top: 22px;
}
.icons-list-section__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.icons-list-section__item-image {
  display: flex;
  flex-shrink: 0;
  max-width: 100px;
}
@media screen and (min-width: 620px) {
  .icons-list-section__item-image {
    max-width: 150px;
  }
}
.icons-list-section__item-image img {
  width: 100%;
  height: auto;
}
.icons-list-section__item + .icons-list-section__item {
  margin-top: 24px;
}

.news-section__footer {
  text-align: center;
}

.sell-offers-section {
  background-color: #EDF4F9;
  margin: 0;
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .sell-offers-section {
    padding: 64px 0 90px 0;
  }
}
.sell-offers-section__heading {
  margin-bottom: 22px;
}
.sell-offers-section__heading > :first-child {
  margin-block-start: 0;
}

.text-image-section__text-content > :first-child {
  margin-top: 0;
}

.text-image-section__heading {
  margin-bottom: 22px;
}
.text-image-section__heading > :first-child {
  margin-block-start: 0;
}
.text-image-section__picture {
  position: relative;
  z-index: 1;
  transform: scale(1);
  transition: transform 250ms ease-in;
}
.text-image-section__picture-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.text-image-section__link-img {
  position: absolute;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.text-image-section__link-img:hover + .text-image-section__picture, .text-image-section__link-img:focus + .text-image-section__picture {
  transform: scale(0.95);
  transition: transform 250ms ease-in;
}
.text-image-section__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 22px;
}
@media screen and (min-width: 992px) {
  .text-image-section__content {
    flex-direction: row;
    gap: 42px;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section.text-image-section--50-50 .text-image-section__content-left,
  .text-image-section.text-image-section--50-50 .text-image-section__content-right {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section.text-image-section--40-60 .text-image-section__content-left {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section.text-image-section--40-60 .text-image-section__content-right {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section.text-image-section--60-40 .text-image-section__content-left {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section.text-image-section--60-40 .text-image-section__content-right {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section.text-image-section--20-80 .text-image-section__content-left {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section.text-image-section--20-80 .text-image-section__content-right {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section.text-image-section--80-20 .text-image-section__content-left {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section.text-image-section--80-20 .text-image-section__content-right {
    width: 20%;
  }
}
.text-image-section.text-image-section--image-left .text-image-section__content {
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .text-image-section.text-image-section--image-left .text-image-section__content {
    flex-direction: row;
  }
}

.trombinoscope-section > .container > .heading {
  margin-block-start: 0;
}
.trombinoscope-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 32px;
}
.trombinoscope-section__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 auto;
  gap: 10px;
  text-align: center;
}
@media screen and (min-width: 620px) {
  .trombinoscope-section__item {
    max-width: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .trombinoscope-section__item {
    max-width: 24%;
  }
}
.trombinoscope-section__item-image {
  position: relative;
}
.trombinoscope-section__item-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
  background-color: #D0E3EF;
  max-width: 200px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.trombinoscope-section__item-image--with-decoration {
  padding: 9px;
}
.trombinoscope-section__item-image--with-decoration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/trombi_cadre.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.trombinoscope-section__item-infos {
  line-height: 1.2;
  max-width: 270px;
}
.trombinoscope-section__item-name {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.video-section .video-container {
  position: relative;
  width: 100%;
  margin: 28px auto;
  padding-top: 56%;
  height: 0;
}
.video-section .video-container--active .video-container__cover-image {
  display: none;
}
.video-section .video-container__decoration {
  display: none;
  position: absolute;
  z-index: 0;
  left: -26px;
  top: 0;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/card_video.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(100% + 60px);
  height: 100%;
  transform: rotate(-3.85deg);
}
@media screen and (min-width: 992px) {
  .video-section .video-container__decoration {
    display: block;
  }
}
.video-section .video-container__cover-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.video-section .video-container__cover-image img {
  object-fit: cover;
}
.video-section .video-container__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  padding: 0;
  border-radius: 45px;
  background-color: #7FC4FE;
  border: none;
  cursor: pointer;
}
.video-section .video-container__button:hover {
  background-color: #4195DB;
}
.video-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.video-section .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.slides-slider__slide {
  padding: 50px 0;
  width: 100%;
  box-sizing: border-box;
}
.slides-slider__slide .heading--h2 {
  font-size: 3.2rem;
}

.homepage-slider .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .homepage-slider .slides-slider {
    height: 740px;
  }
  .homepage-slider .slides-slider .flickity-viewport {
    height: 740px;
  }
  .homepage-slider .slides-slider__slide {
    height: 740px;
  }
  .slides-slider__slide {
    padding: 140px 0 70px 0;
  }
  .slides-slider__slide .heading--h2 {
    font-size: 4.8rem;
    margin: 0 0 25px 0;
  }
  .slides-slider__slide-content {
    width: 50%;
  }
}
.list-link__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 5px;
}

.list-links__item {
  margin: 10px 0;
  padding: 0 5px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .list-links__item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .list-links__item {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .list-links__item {
    width: 25%;
  }
}
.list-links__item a {
  display: inline-block;
  color: #7FC4FE;
  background-color: #F5F5F5;
  padding: 15px;
  font-size: 2rem;
  line-height: 1.15;
}
@media screen and (min-width: 992px) {
  .list-links__item a {
    font-size: 2.4rem;
  }
}

.reassurances-section {
  padding-top: 2px;
}
.reassurances-section__title {
  position: absolute;
  top: -24px;
  left: -1px;
  display: inline-block;
  padding: 2px 8px;
  background-color: #001563;
  color: #fff;
  font-weight: 600;
  font-size: 3.2rem;
  transform: rotate(-4deg);
}
.reassurances-section__content {
  position: relative;
  background-color: #FFD731;
  border-radius: 0 16px 16px 16px;
  padding: 50px 24px 28px 24px;
  margin-top: 32px;
}
@media screen and (min-width: 620px) {
  .reassurances-section__content {
    padding: 50px 30px 28px 30px;
  }
}
.reassurances-section__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 620px) {
  .reassurances-section__list {
    gap: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .reassurances-section__list {
    gap: 60px;
  }
}

.reassurances-section__item {
  width: 100%;
  text-align: left;
  color: #001563;
}
@media screen and (min-width: 620px) {
  .reassurances-section__item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .reassurances-section__item {
    width: calc(25% - 28px);
  }
}
@media screen and (min-width: 1400px) {
  .reassurances-section__item {
    width: calc(25% - 46px);
  }
}

.reassurance__number {
  display: inline-block;
  line-height: 1.25;
  font-weight: 600;
  font-size: 3.6rem;
}
@media screen and (min-width: 992px) {
  .reassurance__number {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .reassurance__number {
    font-size: 4.8rem;
  }
}

.reassurance__subtitle {
  font-size: 1.6rem;
}

.rent-offers-section .tag {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  margin-top: 5px;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 20px;
  opacity: 0.92;
}
@media screen and (min-width: 768px) {
  .rent-offers-section .tag {
    font-size: 1.8rem;
  }
}
.rent-offers-section .tag.tag--icon {
  font-family: "Poppins", Arial, sans-serif;
  padding: 1px 5px 1px 40px;
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 1.15;
}

.featured-offer {
  margin-bottom: 45px;
}
@media screen and (min-width: 992px) {
  .featured-offer {
    display: flex;
  }
}

.featured-offer__img {
  border: 14px solid #fff;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.featured-offer__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .featured-offer__img {
    flex-shrink: 0;
    width: 480px;
  }
}

.featured-offer__content {
  color: #000;
  position: relative;
}
.featured-offer__content .list-tags {
  position: absolute;
  top: -110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 28px;
}
@media screen and (min-width: 992px) {
  .featured-offer__content .list-tags {
    position: unset;
    top: 0;
  }
}
.featured-offer__content .featured-offer__excerpt {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .featured-offer__content {
    margin-left: 36px;
  }
}

.featured-offer__content-bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
}

.rent-offers-section__slider-wrapper {
  height: 320px;
  width: 100%;
  position: relative;
  margin-bottom: 65px;
}

.slider-offers {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .slider-offers {
    width: 100%;
    overflow: visible;
  }
  .slider-offers .flickity-viewport {
    overflow: visible;
  }
}

.slider-offers__slide.offer {
  position: relative;
  width: 300px;
  margin: 15px 35px;
}
@media screen and (min-width: 450px) {
  .slider-offers__slide.offer {
    width: 365px;
  }
}

.offer__tags {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 70px;
  left: 10px;
  pointer-events: none; /* permet de cliquer sur l'image en-dessous hé ! */
}
@media screen and (min-width: 768px) {
  .offer__tags {
    bottom: 50px;
    left: 20px;
  }
}

.slider-offers > .swiper-slide {
  width: 360px !important;
  height: 275px;
}

.slider-offers > .swiper-container {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .swiper-container {
    width: 190%;
  }
}
.swiper-wrapper {
  height: 355px;
}
@media screen and (min-width: 1200px) {
  .swiper-wrapper {
    padding-left: 35px;
  }
}

.swiper-container-horizontal > .swiper-scrollbar {
  width: 50%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  bottom: 0;
  top: unset;
}

.container-navigation {
  width: 100%;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
}

.home-contact {
  padding: 30px 0 64px 0;
}
@media screen and (min-width: 1200px) {
  .home-contact {
    padding: 60px 0 148px 0;
  }
}
.home-contact .contact-section__grid {
  margin-top: 38px;
}
@media screen and (min-width: 1200px) {
  .home-contact .contact-section__grid {
    margin-top: 64px;
  }
}

.home-links {
  position: relative;
  z-index: 1;
  padding: 42px 0;
  border-radius: 32px;
}
@media screen and (min-width: 1200px) {
  .home-links {
    border-radius: 64px;
    padding: 100px 0;
  }
}
.home-links + .home-presentation {
  position: relative;
  z-index: 0;
  margin-top: -32px;
}
@media screen and (min-width: 1200px) {
  .home-links + .home-presentation {
    margin-top: -64px;
  }
}
.home-links .container > h2 {
  margin-block-start: 0;
}

.home-news {
  padding: 60px 0 36px 0;
}
@media screen and (min-width: 1200px) {
  .home-news {
    padding: 190px 0 12px 0;
  }
}
.home-news__footer {
  text-align: center;
}

.home-offers__top {
  background-color: #EDF4F9;
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .home-offers__top {
    padding: 70px 0 100px 0;
    margin-top: -1px;
  }
}
.home-offers__top-footer {
  text-align: center;
  margin-top: 24px;
}
.home-offers__bottom {
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .home-offers__bottom {
    padding: 112px 0 124px 0;
  }
}
.home-offers__bottom .container {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 46px;
}
@media screen and (min-width: 768px) {
  .home-offers__bottom .container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .home-offers__bottom .container {
    gap: 72px;
  }
}
.home-offers__image {
  display: flex;
  border-radius: 16px;
  aspect-ratio: 398/392;
  overflow: hidden;
  transform: rotate(-5deg);
}
.home-offers__image img {
  object-fit: cover;
}
.home-offers__image-wrapper {
  position: relative;
  max-width: 420px;
  width: 90%;
}
@media screen and (min-width: 1200px) {
  .home-offers__image-wrapper {
    width: 40%;
    flex-shrink: 0;
  }
}
.home-offers__image-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/cadre_home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home-offers__block {
  position: relative;
  z-index: 1;
  border-radius: 0 16px 16px 16px;
  background-color: #FFD731;
  padding: 40px 28px 36px 32px;
}
@media screen and (min-width: 768px) {
  .home-offers__block {
    padding: 52px 28px 46px 32px;
  }
}
.home-offers__block-title {
  position: absolute;
  top: -11px;
  left: -1px;
  display: inline-block;
  padding: 2px 8px;
  background-color: #001563;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  transform: rotate(-4deg);
}
@media screen and (min-width: 768px) {
  .home-offers__block-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-offers__block-title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 620px) {
  .home-offers__block-content {
    margin-right: 41%;
  }
}
.home-offers__block-img {
  display: none;
  position: absolute;
  right: -14px;
  bottom: 0;
  width: 41%;
  height: calc(100% + 10px);
}
@media screen and (min-width: 620px) {
  .home-offers__block-img {
    display: flex;
    align-items: flex-end;
  }
}
.home-offers__block-img img {
  max-width: 100%;
  height: auto;
}
.home-offers .offers-list.flickity-enabled {
  margin-bottom: 72px;
}

.home-presentation {
  background-color: #EDF4F9;
  padding: 90px 0 60px 0;
}
@media screen and (min-width: 1200px) {
  .home-presentation {
    padding: 168px 0 0 0;
  }
}
.home-presentation__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 75px;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .home-presentation__content {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-presentation__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-presentation__card {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 36px;
}
.home-presentation__card h3 {
  margin-block-start: 0;
  margin-bottom: 1.9rem;
  font-size: 1.8rem;
}
.home-presentation__card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 12px;
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}
.home-presentation__card ul li {
  position: relative;
  padding: 4px 0 4px 40px;
  width: calc(50% - 12px);
}
.home-presentation__card ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/bullet-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-presentation__card .button {
  margin-top: 16px;
}
.home-presentation__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  transform: rotate(5deg);
}
.home-presentation__image-wrapper {
  position: relative;
  max-width: 340px;
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .home-presentation__image-wrapper {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1200px) {
  .home-presentation__image-wrapper {
    grid-column: auto;
    margin: 0 0 0 30px;
    max-width: 600px;
  }
}
.home-presentation__image-wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10%;
  width: 80%;
  height: 80%;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/cadre_home.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-3deg);
}
.home-presentation__image img {
  object-fit: cover;
}
.home-presentation .reassurances-section__title {
  position: absolute;
  top: -11px;
  left: -1px;
  display: inline-block;
  padding: 2px 8px;
  background-color: #001563;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  transform: rotate(-4deg);
}
@media screen and (min-width: 768px) {
  .home-presentation .reassurances-section__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .home-presentation .reassurances-section__content {
    position: relative;
    bottom: -80px;
    margin-top: 42px;
  }
}

.is-404 {
  padding: 50px 0;
  text-align: center;
}

.homepage-content .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.home main {
  position: relative;
  z-index: 2;
}

.home .text-image-section .text-image-section__picture--with-border {
  border-radius: 0;
}

@media screen and (min-width: 992px) {
  .homepage-content {
    padding-top: 50px;
  }
  .homepage-content .container {
    justify-content: space-between;
  }
  .home .text-image-section .heading--h2 {
    font-size: 4.8rem;
  }
  .home .text-image-section__text-content {
    width: 60%;
    text-align: left;
    padding: 20px 30px;
    box-sizing: border-box;
  }
  .home .text-image-section--image-right .text-image-section__content {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
/*.page-template-search*/
.page-template-template-search .page-header__title {
  margin: 0;
}
.page-template-template-search .search-property__map {
  position: relative;
  z-index: 1;
}
.page-template-template-search .search-property__map .gm-style-iw-d .property-presentation__loyer {
  display: flex;
  justify-content: flex-end;
  font-size: 2rem;
}
.page-template-template-search .search-property__map .gm-style-iw-d .firstHeading {
  color: #606060;
  margin-top: 0;
}
.page-template-template-search .page-header__container {
  padding: 0 !important;
}
.page-template-template-search .main-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .page-template-template-search .main-container {
    flex-wrap: nowrap;
  }
}
.page-template-template-search .dropdown dd,
.page-template-template-search .dropdown dt {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.page-template-template-search .dropdown dd {
  position: relative;
}
.page-template-template-search .dropdown a,
.page-template-template-search .dropdown a:visited {
  text-decoration: none;
  outline: none;
  font-size: 12px;
}
.page-template-template-search .select-own-text input {
  height: 30px;
}
.page-template-template-search .multiSelect li {
  line-height: 1;
  font-size: 1.3rem;
}
.page-template-template-search .multiSelect li + li {
  margin-top: 4px;
}
.page-template-template-search .multiSelect [type=checkbox] {
  border-radius: 4px;
}
.page-template-template-search .multiSelect [type=checkbox]:focus {
  outline: 2px solid rgba(0, 21, 99, 0.5);
}
.page-template-template-search .multiSelect .numbers li > input {
  width: 100%;
  font-size: 1.2rem;
  border: 1px solid #8FA2AE;
  border-radius: 4px;
}
.page-template-template-search .multiSelect .numbers li > input:focus {
  outline: 2px solid rgba(0, 21, 99, 0.5);
}
.page-template-template-search .dropdown dt a {
  display: flex;
  overflow: hidden;
  padding: 10px 22px 10px 12px;
  color: #000;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/chevron-down--secondary.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 11px center;
  min-height: 32px;
  width: 100%;
  font-size: 1.4rem;
}
.page-template-template-search .dropdown dt a:focus {
  outline: 2px solid #4195DB;
}
.page-template-template-search .dropdown p {
  margin: 5px 0;
}
.page-template-template-search .dropdown dt a span,
.page-template-template-search .multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0;
}
.page-template-template-search .show {
  display: block !important;
}
.page-template-template-search .dropdown dd ul {
  background-color: #f7f7f7;
  border: 0;
  color: #fff;
  display: none;
  left: 0px;
  padding: 10px 5px 0 5px;
  position: absolute;
  top: -15px;
  width: 150px;
  list-style: none;
  height: 120px;
  overflow: auto;
  z-index: 9;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.page-template-template-search .dropdown dd .numbers {
  top: -13px;
  height: 100px;
}
@media screen and (min-width: 620px) {
  .page-template-template-search .dropdown dd .numbers {
    width: auto;
  }
}
@media (min-width: 534px) and (max-width: 728px) {
  .page-template-template-search .dropdown dd .surface ul {
    left: -90px;
  }
}
@media (min-width: 728px) and (max-width: 862px) {
  .page-template-template-search .dropdown dd .budget {
    left: -90px !important;
  }
}
.page-template-template-search .dropdown dd .districts ul {
  left: -70px;
}
@media screen and (min-width: 530px) {
  .page-template-template-search .dropdown dd .districts ul {
    left: 0;
  }
}
.page-template-template-search .dropdown .city ul,
.page-template-template-search .dropdown .districts ul {
  width: 180px;
}
.page-template-template-search .main-container .type-biens label {
  margin: 0;
}
.page-template-template-search .main-container .type-biens select {
  display: block;
  position: relative;
  padding-left: 0;
  width: 100%;
  outline: none;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  border-radius: 20px;
  color: #566CA1;
  font-size: 1.4rem;
  padding: 10px 22px 10px 12px;
}
@media screen and (min-width: 620px) {
  .page-template-template-search .main-container .type-biens select {
    width: 100%;
  }
}
.page-template-template-search .main-container .type-biens select::picker-icon {
  position: absolute;
  opacity: 0;
}
.page-template-template-search .main-container .type-biens select:focus {
  outline: 2px solid #4195DB;
}
.page-template-template-search .main-container .type-biens select option:hover {
  background-color: #4195DB;
  color: #fff;
}
.page-template-template-search .main-container .type-biens select option::checkmark {
  content: "";
}
.page-template-template-search .main-container .type-biens select,
.page-template-template-search .main-container .type-biens select::picker(select) {
  appearance: base-select;
}
.page-template-template-search .main-container .type-biens select::picker(select) {
  border: none;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 10px 5px 0 5px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
}
.page-template-template-search .dropdown li {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.page-template-template-search .dropdown li label {
  margin: 0 5px;
}
.page-template-template-search .dropdown span.value {
  display: none;
}
.page-template-template-search .dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.page-template-template-search .districts-container ul {
  min-height: 150px;
  height: 100%;
}
.page-template-template-search .list-checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-template-template-search .list-checkbox .input-group {
  flex: initial;
}
.page-template-template-search .list-checkbox .input-group input[type=checkbox] + label {
  margin-left: 0.25em;
  margin-right: 0.75em;
}
.page-template-template-search .amenagements {
  margin: 0 0 10px 0;
}
.page-template-template-search .amenagements .input-group {
  display: flex;
}
.page-template-template-search .checkboxes-inline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-template-template-search .checkboxes-inline .checkbox-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  font-weight: 400;
  cursor: pointer;
  flex: initial;
  margin: 0;
}
.page-template-template-search .search-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 1200px) {
  .page-template-template-search .search-btn {
    flex-direction: column;
    gap: 0;
    width: 20%;
    padding: 0;
  }
}
.page-template-template-search .search-btn a,
.page-template-template-search .search-btn input {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}
.page-template-template-search .search-btn .button {
  padding: 11px 16px;
}
.page-template-template-search .search-btn .reset-link {
  position: absolute;
  top: calc(100% + 1px);
  text-decoration: underline;
  font-weight: 400;
}
.page-template-template-search .search-btn .reset-link:hover {
  text-decoration: none;
}
.page-template-template-search .search-btn .reset-link:focus {
  outline: 2px dotted rgba(0, 21, 99, 0.5);
}
.page-template-template-search .select-default select {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #9B9B9B;
}
.page-template-template-search .select-default label {
  margin: 0 0 0 4px;
}
.page-template-template-search .dropdown dt a span,
.page-template-template-search .page-template-template-search .multiSel span {
  color: #566CA1;
}
.page-template-template-search .no-content {
  width: 100%;
  text-align: center;
  font-size: 3rem;
  margin: 20px 0;
}
.page-template-template-search .main-container label {
  color: #000;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0.5rem 0;
  line-height: 1.3;
  flex: 1;
}
.page-template-template-search .hida {
  color: #9B9B9B;
  padding: 1px 0;
}
.page-template-template-search .reset-btn {
  margin: 10px 0;
}
.page-template-template-search .reset-btn a {
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
  font-weight: 400;
  text-transform: initial;
}
.page-template-template-search .more-btn {
  text-align: center;
}
.page-template-template-search .more-btn .toggle-secondary {
  text-align: center;
  font-size: 1.4rem;
}

.search-property__results-list .property-presentation__content-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 600;
}
.search-property__results-list .property-presentation__content-text {
  color: #566CA1;
  font-size: 1.4rem;
}
.search-property__results-list .property-presentation .list--check {
  font-size: 1.2rem;
}
.search-property__results-list .property-presentation .list--check li {
  padding-left: 20px;
}
.search-property__results-list .property-presentation .list--check li::before {
  top: 0;
  width: 16px;
  height: 16px;
}
.search-property__results-list .property-presentation .offer__city {
  font-size: 1.3rem;
}
.search-property__results-list .property-presentation .offer__infos {
  margin: 8px 0;
}

@media screen and (min-width: 1200px) {
  .search .heading--2 {
    font-size: 2.4rem;
  }
}

.header-search-results {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .header-search-results {
    font-size: 2.2rem;
  }
}

.number-results {
  display: inline-block;
  margin-left: 13px;
}

.list-search-results {
  margin-bottom: 60px;
}

.list-search-results__item {
  padding: 2px 0 18px 0;
  margin: 14px 0;
  border-bottom: 1px solid #eee;
}
.list-search-results__item .highlight {
  background: #ffea7a;
}

.list-search-results__item-content {
  display: flex;
  align-items: flex-start;
}

.list-search-results__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100px;
  margin-right: 22px;
  margin-top: 9px;
  overflow: hidden;
  border-radius: 8px;
}

.list-search-results__title {
  font-weight: 600;
  margin: 14px 0px;
}

.site-header .menu-item--search {
  padding-top: 2px;
  padding-bottom: 2px;
}
.site-header .search-button {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/search--primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: #e0e0e0;
  border: none;
  border-radius: 50px;
  padding: 5px;
  width: 32px;
  height: 32px;
  font-size: 1px;
  color: rgba(0, 0, 0, 0);
}

.single-post__footer {
  text-align: center;
  margin: 0 0 60px 0;
}
.single-post .entry-content {
  padding: 30px 0;
}

.single-property .page-header {
  background-color: rgba(0, 0, 0, 0);
}
.single-property main {
  margin-top: 20px;
}
.single-property .heading--h1 {
  font-size: 2.6rem;
}
@media screen and (min-width: 1200px) {
  .single-property .heading--h1 {
    font-size: 3.2rem;
  }
}
.single-property .offer__price {
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  .single-property .offer__price {
    font-size: 2.45rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-property .offer__price {
    font-size: 2.8rem;
  }
}
.single-property .offer__infos {
  margin: 22px 0;
}
@media screen and (min-width: 992px) {
  .single-property .offer__infos {
    margin: 28px 0;
  }
}
.single-property .property-presentation__content h1 {
  hyphens: none;
}
.single-property .property-presentation__content .address--icon {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #4195DB;
  margin: 10px 0;
  font-size: 16px;
  text-transform: none;
}
.single-property .property-presentation__content .address--icon svg {
  flex-shrink: 0;
  margin-top: 1px;
}
.single-property .property-presentation__content .contact {
  position: relative;
  width: 100%;
  padding: 24px 18px;
  margin-top: 28px;
  font-size: 1.6rem;
  background-color: #D0E3EF;
  border-radius: 16px;
}
@media screen and (min-width: 620px) {
  .single-property .property-presentation__content .contact {
    padding: 24px 168px 24px 18px;
  }
}
@media screen and (min-width: 768px) {
  .single-property .property-presentation__content .contact {
    padding: 24px 89px 24px 18px;
  }
}
@media screen and (min-width: 1200px) {
  .single-property .property-presentation__content .contact {
    padding: 24px 186px 24px 18px;
  }
}
.single-property .property-presentation__content .contact__heading {
  position: relative;
  font-weight: 600;
  margin-top: 0;
  padding-left: 28px;
}
.single-property .property-presentation__content .contact__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 14px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/arrow-left--secondary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-property .property-presentation__content .contact__image {
  display: none;
  position: absolute;
  right: 14px;
  top: -16px;
  width: 160px;
}
@media screen and (min-width: 620px) {
  .single-property .property-presentation__content .contact__image {
    right: -9px;
    top: -15px;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .single-property .property-presentation__content .contact__image {
    right: -30px;
    top: 8px;
    width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .single-property .property-presentation__content .contact__image {
    right: 14px;
    top: -16px;
    width: 160px;
  }
}
.single-property .property-presentation__content .contact .button {
  margin-top: 8px;
}
.single-property .property-presentation__content-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Poppins", Arial, sans-serif;
}
.single-property .property-presentation__content-bottom .tag--icon {
  padding: 15px 0px 12px 48px;
}
.single-property .property-presentation__content-bottom .address--icon {
  padding: 5px 0px 12px 48px;
}
@media screen and (min-width: 768px) {
  .single-property .property-presentation__content-bottom .address--icon {
    padding: 15px 0px 12px 48px;
  }
}
.single-property .property-presentation__content-bottom .address--icon {
  display: inline-block;
}
.single-property .property-presentation__content-bottom .address--icon #text {
  text-transform: capitalize !important;
}
.single-property .property-presentation__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .single-property .property-presentation__top {
    flex-direction: row;
    align-items: flex-start;
    gap: 4%;
  }
}
@media screen and (min-width: 992px) {
  .single-property .property-presentation__top {
    padding-bottom: 4px;
  }
}
.single-property .property-presentation__ref {
  font-size: 1.4rem;
  color: #707893;
  margin: 0 0 2px 0;
}
.single-property .property-presentation__content {
  width: 100%;
  font-family: "Poppins", Arial, sans-serif;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .single-property .property-presentation__content {
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-property .property-presentation__content {
    width: 48%;
  }
}
.single-property .property-presentation__infos {
  width: 100%;
  margin: 20px 0;
}
@media screen and (min-width: 620px) {
  .single-property .property-presentation__infos {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .single-property .property-presentation__infos {
    margin: 1px 0 50px 0;
  }
}
.single-property .property-presentation__infos-pictos {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-bottom: 32px;
  padding-top: 20px;
  border-top: 1px solid #001563;
  border-bottom: 1px solid #001563;
}
.single-property .property-presentation__infos-pictos ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
  flex-wrap: wrap;
  height: 115px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  font-weight: normal;
}
.single-property .property-presentation__infos-pictos .active {
  height: auto;
}
.single-property .property-presentation__infos-pictos .label-picto {
  height: 15px;
}
.single-property .property-presentation__infos-title {
  position: absolute;
  left: 0;
  top: -16px;
  display: inline-block;
  background-color: #fff;
  padding: 2px 16px 2px 2px;
  margin: 0;
}
.single-property .property-presentation__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2px;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 620px) {
  .single-property .property-presentation__tags {
    flex-direction: row;
  }
}
.single-property .picto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  width: 50%;
  color: #001563;
  padding: 20px 0;
}
@media screen and (min-width: 620px) {
  .single-property .picto {
    width: 170px;
    margin: 0 0 30px 0;
  }
}
.single-property .picto:before {
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 44px;
  display: block;
  margin: 0 auto;
  content: "";
  margin-bottom: 10px;
}
.single-property .picto__fibre:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/fibre.png);
}
.single-property .picto__baignoire:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/baignoire.png);
}
.single-property .picto__balcon_terrasse:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/balcon-terrasse.png);
}
.single-property .picto__eau_froide:before,
.single-property .picto__eau_chaude:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/eau.png);
}
.single-property .picto__parking:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/car.png);
}
.single-property .picto__ascenseur:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/ascenseur.png);
}
.single-property .picto__cave:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/cave.png);
}
.single-property .picto__local_velo:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/local-velo.png);
}
.single-property .picto__jardin:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/jardin.png);
}
.single-property .picto__etage:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/etage.png);
}
.single-property .picto__grenier:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/grenier.png);
}
.single-property .picto__mode_chauffage:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/chauffage.png);
}
.single-property .picto__interphone:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/interphone.png);
}
.single-property .picto__adresse:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/adresse.png);
}
.single-property .picto__meuble:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/logement-meuble.png);
}
.single-property .picto__video_pro:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/video-protection.png);
}
.single-property .picto__douche:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/douche.png);
}
.single-property .picto__cuisine:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/cuisine.png);
}
.single-property .picto__cuisine_amenagee:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/cuisine.png);
}
.single-property .picto__surface:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/surface.png);
}
.single-property .picto__nombre_pieces:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/nombre-de-pieces.png);
}
.single-property .picto__nombre_chambres:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/nombre-de-chambres.png);
}
.single-property .property-presentation__infos-pictos-more {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.single-property .property-presentation__infos-pictos-more .chevrons {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: auto;
  margin: 10px auto 0 auto;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #001563;
  border: 2px solid #001563;
  border-radius: 26px;
}
.single-property .property-presentation__infos-pictos-more .chevrons::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 19px;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/less--secondary.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
  opacity: 0;
  transform: rotate(0);
  transition: all 0.5s ease;
}
.single-property .property-presentation__infos-pictos-more .chevrons:after {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/svg/more--secondary.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
  transform: rotate(0deg);
}
.single-property .property-presentation__infos-pictos-more .chevrons.active::before {
  opacity: 1;
  transform: rotate(360deg);
  transition: all 0.5s ease;
}
.single-property .property-presentation__infos-pictos-more .chevrons.active:after {
  opacity: 0;
  transform: rotate(360deg);
  transition: all 0.5s ease;
}
.single-property .property-presentation__infos-loyer {
  display: flex;
  text-align: left;
  flex-direction: column;
  border-top: 1px solid #D6D9E1;
  padding-top: 24px;
}
.single-property .property-presentation__infos-loyer-cc {
  margin-bottom: 8px;
}
.single-property .property-presentation__infos-loyer-hc {
  color: #707893;
  margin-top: 8px;
}
.single-property .property-presentation__more-infos-content {
  width: 100%;
  background-color: #1a9bd2;
  margin: 20px auto;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
  .single-property .property-presentation__more-infos-content {
    flex-direction: row;
    padding: 1px;
    margin: 50px auto;
  }
}
.single-property .property-presentation__more-infos-content:before {
  content: "";
  display: inline-flex;
  width: 90px;
  height: 80px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEgMTloOGExIDEgMCAxIDAgMC0ySDFhMSAxIDAgMSAwIDAgMnptMSA0LjkwOGExIDEgMCAwIDAgMSAxaDhhMSAxIDAgMSAwIDAtMkgzYTEgMSAwIDAgMC0xIDF6TTkgMzBhMSAxIDAgMCAwLTEtMUgxYTEgMSAwIDEgMCAwIDJoN2ExIDEgMCAwIDAgMS0xeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00MyA4SDEwYy0yLjc1NyAwLTUgMi4yNDMtNSA1djFhMSAxIDAgMSAwIDIgMHYtMWMwLS40MTIuMDg0LS44MDQuMjM1LTEuMTYxbDEzLjM4MSAxMi4xNTlMNy4yMzUgMzYuMTYyQTIuOTgxIDIuOTgxIDAgMCAxIDcgMzV2LTFhMSAxIDAgMSAwLTIgMHYxYzAgMi43NTcgMi4yNDMgNSA1IDVoMzNjMi43NTcgMCA1LTIuMjQzIDUtNVYxM2MwLTIuNzU3LTIuMjQzLTUtNS01ek0zMi4zODUgMjMuOTk4bDEzLjM4LTEyLjE2Yy4xNTEuMzU3LjIzNC43NS4yMzQgMS4xNjJ2MjJjMCAuNDEyLS4wODQuODA0LS4yMzUgMS4xNjJsLTEzLjM4LTEyLjE2M3pNNDMgMTBjLjUxMiAwIC45ODcuMTQxIDEuNDA5LjM2OEwyOC41MTYgMjQuODEyYTMuMDEgMy4wMSAwIDAgMS00LjAzMy0uMDAyTDguNTkxIDEwLjM2OEEyLjk2MSAyLjk2MSAwIDAgMSAxMCAxMHpNMTAgMzhjLS41MTIgMC0uOTg3LS4xNDEtMS40MDktLjM2OGwxMy41MTItMTIuMjgzIDEuMDMzLjkzOGMuOTQ0Ljg2MyAyLjE1NSAxLjI5NCAzLjM2NiAxLjI5NHMyLjQyLS40MzEgMy4zNjItMS4yOTJsMS4wMzUtLjk0MUw0NC40MSAzNy42M2EyLjk2MiAyLjk2MiAwIDAgMS0xLjQxLjM2OEgxMHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  margin: 0 20px;
}
@media screen and (min-width: 992px) {
  .single-property .property-presentation__more-infos-content {
    max-width: 975px;
  }
}
.single-property .property-presentation__content-text {
  margin-top: 1px;
}
.single-property .property-presentation__content-dpe {
  display: flex;
  margin: -20px auto 95px;
  width: 100%;
  justify-content: space-evenly;
  flex-direction: column;
}
@media screen and (min-width: 620px) {
  .single-property .property-presentation__content-dpe {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .single-property .property-presentation__content-dpe {
    margin: 10px auto 105px;
  }
}
.single-property .property-presentation__content-dpe-item-conso,
.single-property .property-presentation__content-dpe-item-ges {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 620px) {
  .single-property .property-presentation__content-dpe-item-conso,
  .single-property .property-presentation__content-dpe-item-ges {
    flex-direction: row;
  }
}
.single-property .property-presentation__content-dpe-item-conso .property-presentation__content-dpe-title,
.single-property .property-presentation__content-dpe-item-ges .property-presentation__content-dpe-title {
  font-weight: bold;
  color: #374355;
}
.single-property .property-presentation__content-dpe-item-conso ul,
.single-property .property-presentation__content-dpe-item-ges ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.single-property .property-presentation__content-dpe-item-conso:before,
.single-property .property-presentation__content-dpe-item-ges:before {
  content: "";
  display: inline-flex;
  width: 90px;
  height: 80px;
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/dpe.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  margin: 20px 0;
}
.single-property .property-presentation__content-dpe-item-conso li,
.single-property .property-presentation__content-dpe-item-ges li {
  padding: 8px;
  color: #fff;
  font-weight: bold;
  line-height: 0.7;
}
.single-property .property-presentation__content-dpe-item-conso li:nth-child(1),
.single-property .property-presentation__content-dpe-item-ges li:nth-child(1) {
  background-color: #47a548;
}
.single-property .property-presentation__content-dpe-item-conso li:nth-child(2),
.single-property .property-presentation__content-dpe-item-ges li:nth-child(2) {
  background-color: #4cd04c;
}
.single-property .property-presentation__content-dpe-item-conso li:nth-child(3),
.single-property .property-presentation__content-dpe-item-ges li:nth-child(3) {
  background-color: #d5f958;
  color: black;
}
.single-property .property-presentation__content-dpe-item-conso li:nth-child(4),
.single-property .property-presentation__content-dpe-item-ges li:nth-child(4) {
  background-color: #faeb69;
  color: black;
}
.single-property .property-presentation__content-dpe-item-conso li:nth-child(5),
.single-property .property-presentation__content-dpe-item-ges li:nth-child(5) {
  background-color: #fbd251;
  color: black;
}
.single-property .property-presentation__content-dpe-item-conso li:nth-child(5),
.single-property .property-presentation__content-dpe-item-ges li:nth-child(5) {
  background-color: #fcd351;
}
.single-property .property-presentation__content-dpe-item-conso li:nth-child(6),
.single-property .property-presentation__content-dpe-item-ges li:nth-child(6) {
  background-color: #fbab50;
}
.single-property .property-presentation__content-dpe-item-conso li:nth-child(7),
.single-property .property-presentation__content-dpe-item-ges li:nth-child(7) {
  background-color: #fb3735;
}
.single-property .property-presentation__content-dpe-item-conso li.active,
.single-property .property-presentation__content-dpe-item-ges li.active {
  scale: 1.2;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.5);
  position: relative;
}
.single-property .property-presentation__content-dpe-item-conso li.active:hover:before,
.single-property .property-presentation__content-dpe-item-ges li.active:hover:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/consommation-energ.png);
  background-size: cover;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: -175px;
  height: 150px;
  width: 150px;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.single-property .property-presentation__content-dpe-item-conso li.active:hover:after,
.single-property .property-presentation__content-dpe-item-ges li.active:hover:after {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/triangle.png);
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  height: 280px;
  width: 260px;
  left: 135px;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  transform: translateX(-50%);
}
.single-property .property-presentation__content-dpe-item-ges li:nth-child(1) {
  background-color: #f8f1fe;
  color: black;
}
.single-property .property-presentation__content-dpe-item-ges li:nth-child(2) {
  background-color: #ead4fb;
  color: black;
}
.single-property .property-presentation__content-dpe-item-ges li:nth-child(3) {
  background-color: #dbbff2;
  color: black;
}
.single-property .property-presentation__content-dpe-item-ges li:nth-child(4) {
  background-color: #d4b0f1;
  color: black;
}
.single-property .property-presentation__content-dpe-item-ges li:nth-child(5) {
  background-color: #c594ec;
  color: #fff;
}
.single-property .property-presentation__content-dpe-item-ges li:nth-child(6) {
  background-color: #b679eb;
}
.single-property .property-presentation__content-dpe-item-ges li:nth-child(7) {
  background-color: #9b58de;
}
.single-property .property-presentation__content-dpe-item-ges li.active {
  scale: 1.2;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.5);
}
.single-property .property-presentation__content-dpe-item-ges li.active:hover:before {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/ges.jpg);
  background-size: cover;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: -175px;
  height: 150px;
  width: 150px;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.single-property .property-presentation__content-dpe-item-ges li.active:hover:after {
  background-image: url(/wp-content/themes/tribu-ligeris/public/assets/img/triangle.png);
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  height: 280px;
  width: 260px;
  left: 135px;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  transform: translateX(-50%);
}

.overflow {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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