@charset "UTF-8";
/************************************************RESET**********************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
.site ol,
.site ul,
.site li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

.site ol,
.site ul {
  list-style: none;
  padding-left: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 62.5%;
}

/********************************************* FIN RESET *************************************************/
/********************************************* COULEURS / ESPACEMENTS *************************************************/
/********************************************* FIN COULEURS / ESPACEMENTS *************************************************/
/********************************************** OMBRES *************************************************/
/********************************************** FIN OMBRES *************************************************/
/********************************************** RADIUS *************************************************/
/********************************************** FIN RADIUS *************************************************/
/********************************************** MIXINS *************************************************/
/********************************************** FIN MIXINS *************************************************/
/********************************************** FOCUS ***************************/
.site *:focus,
.front *:focus {
  box-shadow: unset !important;
  color: #ffffff !important;
}
.site .form-control:focus,
.front .form-control:focus {
  border-color: #462446;
}
.site input:focus,
.site select:focus,
.front input:focus,
.front select:focus {
  outline: 2px solid #ffffff !important;
}
.site *:focus-visible,
.front *:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: 4px;
}
.site .btn-secondary:focus, .site .container-header .coordonnees-container > .module-coordonnees > .btn-telephone:focus, .container-header .site .coordonnees-container > .module-coordonnees > .btn-telephone:focus,
.site .btn-secondary:focus-visible,
.site .container-header .coordonnees-container > .module-coordonnees > .btn-telephone:focus-visible,
.container-header .site .coordonnees-container > .module-coordonnees > .btn-telephone:focus-visible,
.front .btn-secondary:focus,
.front .container-header .coordonnees-container > .module-coordonnees > .btn-telephone:focus,
.container-header .front .coordonnees-container > .module-coordonnees > .btn-telephone:focus,
.front .btn-secondary:focus-visible,
.front .container-header .coordonnees-container > .module-coordonnees > .btn-telephone:focus-visible,
.container-header .front .coordonnees-container > .module-coordonnees > .btn-telephone:focus-visible {
  color: #462446 !important;
}
.site .btn:focus-visible,
.front .btn:focus-visible {
  background-color: #462446;
  color: #ffffff;
}
.site .btn:focus-visible.btn-bleu,
.front .btn:focus-visible.btn-bleu {
  background-color: #054c72;
}
.site .btn:focus-visible.btn-rouge, .site .footer .reseaux .btn:focus-visible, .footer .reseaux .site .btn:focus-visible,
.front .btn:focus-visible.btn-rouge,
.front .footer .reseaux .btn:focus-visible,
.footer .reseaux .front .btn:focus-visible {
  background-color: #e9423f;
}
.site .header *:focus,
.site .header *:focus-visible,
.front .header *:focus,
.front .header *:focus-visible {
  color: #462446 !important;
  outline-color: #462446 !important;
}
.site .header .navbar-toggler:focus,
.front .header .navbar-toggler:focus {
  color: #462446 !important;
}
.site .site-grid .grid-child:first-child *:focus,
.site .site-grid .grid-child:first-child *:focus-visible,
.front .site-grid .grid-child:first-child *:focus,
.front .site-grid .grid-child:first-child *:focus-visible {
  color: #252b2d !important;
  outline-color: #462446 !important;
}
.site .site-grid .grid-child:first-child .btn:focus,
.front .site-grid .grid-child:first-child .btn:focus {
  color: #ffffff !important;
}
.site .site-grid .grid-child:first-child .navbar-toggler:focus,
.front .site-grid .grid-child:first-child .navbar-toggler:focus {
  color: #462446 !important;
}

/********************************************** FIN FOCUS ***************************/
/********************************************** POLICES ***************************/
@font-face {
  font-family: "Liberation Sans";
  font-optical-sizing: auto;
  src: url("../fonts/Liberation Sans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "titres";
  font-optical-sizing: auto;
  src: url("../fonts/alpha_echo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h1 > a:not([class]),
h2,
h2 > a:not([class]),
h3,
h3 > a:not([class]) {
  text-decoration: none;
  font-family: "titres";
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

h1 {
  font-size: 2.8rem;
  line-height: 4rem;
  text-wrap: balance;
  text-align: center;
  color: #462446;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 4rem;
    line-height: 5.6rem;
    text-align: left;
  }
}

h2,
h2 > a {
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-align: left;
  color: #e9423f;
  background-position-y: 25px;
}
h2:hover,
h2 > a:hover {
  background-position-y: 22px;
  color: #e9423f;
}
@media screen and (min-width: 992px) {
  h2,
  h2 > a {
    font-size: 2.8rem;
    line-height: 4rem;
    text-align: left;
  }
}

h3,
h3 > a,
h4,
h4 > a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  background-position-y: 18px;
}
h3:hover,
h3 > a:hover,
h4:hover,
h4 > a:hover {
  color: #252b2d;
  background-position-y: 16px;
}
@media screen and (min-width: 992px) {
  h3,
  h3 > a,
  h4,
  h4 > a {
    font-size: 2.4rem;
    line-height: 3.4rem;
    background-position-y: 24px;
  }
  h3:hover,
  h3 > a:hover,
  h4:hover,
  h4 > a:hover {
    color: #252b2d;
    background-position-y: 22px;
  }
}

h4,
h4 > a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  h4,
  h4 > a {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

p,
ul,
li,
span,
a,
div,
input,
select,
option,
.form-control,
figcaption {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 992px) {
  p,
  ul,
  li,
  span,
  a,
  div,
  input,
  select,
  option,
  .form-control,
  figcaption {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

/********************************************** FIN POLICES ***************************/
/********************************************** ESPACEMENTS ***************************/
.site main,
.front main {
  margin-left: 4vw;
  margin-right: 4vw;
}
.site main p:not(:last-child),
.site main ul:not(:last-child),
.front main p:not(:last-child),
.front main ul:not(:last-child) {
  margin-bottom: 3.2rem;
}
.site main li,
.site .footer li,
.front main li,
.front .footer li {
  margin-bottom: 1.2rem;
}
.site h1,
.front h1 {
  margin-bottom: 3.2rem;
  margin-left: auto;
  margin-right: auto;
}
.site h2,
.front h2 {
  margin-top: 4.8rem;
  margin-bottom: 2rem;
  scroll-padding-top: 2rem;
}
.site h3,
.front h3 {
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
}
.site h4,
.front h4 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}
.site a:has(img) h1,
.site a:has(img) h2,
.site a:has(img) h3,
.site .btn h1,
.site .btn h2,
.site .btn h3,
.front a:has(img) h1,
.front a:has(img) h2,
.front a:has(img) h3,
.front .btn h1,
.front .btn h2,
.front .btn h3 {
  margin: 0;
}

/********************************************** FIN ESPACEMENTS ***************************/
.site {
  font-family: "Liberation Sans", sans-serif;
  overflow-x: hidden;
  background-image: url("../images/fond.webp");
  background-size: 100rem;
}
.site:has(.navbar-collapse.show) {
  overflow: hidden;
}

p,
h1,
h2,
h3,
h4 {
  max-width: 100rem;
}

.cache {
  display: none;
}

.masqueImage {
  mask-image: url("../images/maskImage1.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

.masqueImage2 {
  mask-image: url("../images/maskImage2.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

.masqueImage3 {
  mask-image: url("../images/maskImage3.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

.masqueImage4 {
  mask-image: url("../images/maskImage4.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

.masqueImagePuzzle {
  mask-image: url("../images/maskImage2.svg");
  mask-position: center;
  mask-size: unset;
  mask-repeat: repeat;
}

.masqueImageLogo {
  mask-image: url("../images/logo-mask.svg");
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
}

a {
  text-decoration: none !important;
  background-image: url(../images/soulignement-liens.svg);
  background-repeat: no-repeat;
  background-size: 100% 25%;
  background-position-y: 17px;
  background-position-x: left;
  padding-bottom: 0.4em;
  transition: all 150ms;
  color: #252b2d;
}
a:hover {
  background-size: 100% 40%;
  background-position-y: 15px;
  color: #252b2d;
}

.com-content-article strong,
b,
.convertforms .cf-control-input-desc {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(to right, rgba(255, 225, 0, 0.1), rgba(184, 206, 33, 0.83) 4%, rgba(184, 206, 33, 0.37));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.btn,
.tuile,
a:has(img) {
  text-decoration: none;
  background-image: unset;
}

a:has(img) {
  padding-bottom: 0;
}

/* ---------------------- BOUTONS */
.btn {
  border-radius: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #462446;
  margin-bottom: 0;
  border: 4px solid #462446;
  color: #462446;
  border-color: transparent;
  --btn-padding-y: 0.4rem;
  --btn-padding-x: 2rem;
  color: #f6f6f6;
  transition: all 150ms;
}
@media (hover: hover) {
  .btn:not(:is(input, select)):hover {
    border: 4px solid #ffffff;
  }
}
@media (width >= 992px) {
  .btn {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .btn {
    font-size: 1.1rem;
    --btn-padding-y: 0.8rem;
    --btn-padding-x: 0.8rem ;
  }
}
.btn svg,
.btn i {
  margin-right: 0.8rem;
}
.btn svg {
  fill: #f6f6f6;
}
.btn:hover {
  color: #ffffff;
  background-color: #462446;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1490196078));
}
.btn:hover.btn-small:before {
  color: #f6f6f6;
}

.btn-secondary, .container-header .coordonnees-container > .module-coordonnees > .btn-telephone {
  background-color: #f6f6f6;
  color: #462446;
  border: 4px solid #462446;
}
.btn-secondary:hover, .container-header .coordonnees-container > .module-coordonnees > .btn-telephone:hover {
  background-color: #462446;
  color: #f6f6f6;
}

.btn-small {
  border: 1px solid #462446;
  color: #462446;
  border-color: #462446;
  font-weight: normal;
  width: 4rem;
  height: 4rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
@media (hover: hover) {
  .btn-small:not(:is(input, select)):hover {
    border: 1px solid #ffffff;
  }
}
.btn-small:before {
  vertical-align: middle;
}

.btn-rouge, .footer .reseaux .btn {
  background-color: rgb(220, 53, 50);
  color: #f6f6f6;
  border-color: rgb(220, 53, 50);
}
.btn-rouge:before, .footer .reseaux .btn:before {
  color: #f6f6f6;
}
.btn-rouge:hover, .footer .reseaux .btn:hover {
  background-color: #462446;
  border-color: #f6f6f6;
}

.btn-bleu {
  background-color: #054c72;
  color: #f6f6f6;
  border-color: #054c72;
}
.btn-bleu:before {
  color: #f6f6f6;
}
.btn-bleu:hover {
  background-color: #054c72;
  border-color: #ffffff !important;
}

.btn--violet {
  background-color: #462446;
  color: #f6f6f6;
  border-color: #462446;
}
.btn--violet:before {
  color: #f6f6f6;
}
.btn--violet:hover {
  background-color: #462446;
  border-color: #ffffff !important;
}

.btn--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.btn--icon:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.btn--icon.icon-envoyer:before {
  background-image: url("../images/icon-envoyer.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.mod-custom:has(.cta) {
  margin: 4.8rem auto;
  width: fit-content;
}

p:has(> .cta) {
  text-align: center;
}

.btn-telephone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.btn-telephone:hover {
  color: #f6f6f6;
}

.bouton-reseau {
  background-color: transparent;
  border-color: #f6f6f6;
}
.bouton-reseau:not(:last-child) {
  margin-right: 1.2rem;
}
.bouton-reseau:before {
  font-family: "Font Awesome 6 Brands";
  color: #f6f6f6;
}

/* ---------------------- FIN BOUTONS */
/* ---------------------- TABLEAUX */
table {
  margin-top: 3.2rem;
  border-collapse: separate;
  border-spacing: unset;
}
table caption {
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: right;
}
table:not(:last-child) {
  margin-bottom: 3.2rem;
}

td,
th {
  padding: 2rem;
  text-align: center;
}

thead td,
td:first-child,
th {
  font-weight: bold;
  font-size: 2rem;
  color: #462446;
}

tbody td {
  color: #462446;
}

tr {
  position: relative;
  background-image: url("../images/bordure-violet-haut.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 4px;
  background-position-y: bottom;
}

/* ---------------------- FIN TABLEAUX */
/* ---------------------- TUILES */
.tuile-accueil {
  border-radius: 0.8rem;
  overflow: hidden;
  width: 24.4rem;
  height: 14.2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 0;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1490196078));
}
.tuile-accueil:hover {
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1490196078));
}
.tuile-accueil:hover:after {
  opacity: 0;
}
.tuile-accueil:hover img {
  filter: grayscale(0);
}
.tuile-accueil:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: color;
  background-color: rgb(184, 206, 33);
  opacity: 50%;
  transition: opacity 250ms;
}
.tuile-accueil h2 {
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 0.8rem;
  overflow: visible;
}
.tuile-accueil h2 .bordure {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  transform: scaleY(-1);
  clip-path: polygon(0px 2px, 100% 2px, 100% 100%, 0% 100%);
  width: 100rem;
}
.tuile-accueil h2 .bordure .couleur-1 {
  fill: transparent;
}
.tuile-accueil h2 .bordure .couleur-2 {
  fill: #ffffff;
}
.tuile-accueil h2 .field-value {
  color: #462446;
}
.tuile-accueil img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: grayscale(80%);
  transition: all 250ms;
}

/* ---------------------- FIN TUILES */
/* ---------------------- INPUTS */
input,
select,
.form-control,
textarea {
  --border-radius: $radius-petit;
  border-radius: 0.8rem;
  padding: 0.4rem 2rem;
  height: unset;
  border: 1px solid #462446;
  color: #462446;
}
@media (hover: hover) {
  input:not(:is(input, select)):hover,
  select:not(:is(input, select)):hover,
  .form-control:not(:is(input, select)):hover,
  textarea:not(:is(input, select)):hover {
    border: 1px solid #ffffff;
  }
}

input,
select {
  height: 4.8rem !important;
}

select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-color: #ffffff;
  background-image: url("../images/chevron-bas.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: unset;
  background-position: center right;
  background-position-x: right 1rem;
}

input[type=radio], input[type=checkbox] {
  height: 2.4rem !important;
  width: 2.4rem !important;
  padding: 0;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  position: relative;
}
input[type=radio]:checked:after, input[type=checkbox]:checked:after {
  content: "";
  background-color: #462446;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 0.6rem;
  overflow: hidden;
}
input[type=checkbox]:after {
  background-color: transparent !important;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: unset;
  background-position: center;
}

label {
  display: block;
  font-weight: bold;
  color: #462446;
}

input:is([type=radio], [type=checkbox]) + label {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 3.2rem;
}

form {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  flex-direction: column;
  gap: 3.2rem;
}
form button.btn {
  margin-bottom: 3.2rem;
  line-height: 2.8rem;
}

legend {
  margin-bottom: 1.2rem;
}

textarea:hover {
  border: 1px solid #462446 !important;
}

/* ---------------------- FIN INPUTS */
/* ---------------------- ICONES */
.icone-mail {
  stroke-width: 0;
}

.icone-position {
  margin-right: 0.4rem;
}

.icon-search {
  margin-right: 0.4rem;
}

/* ---------------------- FIN ICONES */
/* ---------------------- GABARITS */
.note {
  background-color: #ffffff;
  position: relative;
  padding: 2rem;
  width: fit-content;
  margin-top: 4.8rem;
  margin-bottom: 3.2rem;
  filter: drop-shadow(0px -6px 3px rgba(0, 0, 0, 0.0392156863));
}
.note *:first-child {
  margin-top: 0;
}
.note ul,
.note li:last-child {
  margin-bottom: 0 !important;
}
.note:before {
  content: "";
  background-image: url("../images/bordure-box-small-blanc.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  background-size: 300% 16px;
  width: 100%;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleY(-1) translateY(90%);
}

/* ---------------------- FIN GABARITS */
/* ---------------------- MODULES */
@media screen and (width < 768px) {
  .djacc--sticky.djacc-popup {
    margin: 15px !important;
  }
}
.djacc__close svg {
  width: 1.6rem;
  height: fit-content;
}
.djacc__close line {
  stroke-width: 3;
}

.djacc-popup .djacc__bar::after {
  border: 4px solid #e9423f !important;
}

.djacc-popup.djacc--light .djacc__arrows:hover,
.djacc-popup.djacc--light .djacc__btn:hover {
  border-color: transparent !important;
}

.djacc__title {
  color: #462446 !important;
  font-family: "titres";
  font-weight: 500 !important;
}

.djacc-popup .djacc__footer-link:hover {
  color: #252b2d !important;
}

.djacc__footer-link,
.djacc__footer-links {
  font-size: 1.4rem !important;
  line-height: 2.6rem !important;
}

.djacc__footer-logo {
  background-image: none !important;
  padding-bottom: 0 !important;
}

.djacc a {
  padding-bottom: 0.5em;
  display: inline !important;
  border-bottom: none !important;
}

.djacc :is(span, a, div) {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

@media screen and (width >= 768px) {
  .djacc-popup .djacc__panel {
    width: 568px !important;
    padding: 16px 32px !important;
  }
}
.djacc-popup .djacc__openbtn--default {
  background-color: #054c72 !important;
}
.djacc-popup .djacc__openbtn--default:hover {
  margin: unset !important;
  outline: 4px solid white;
}

.djacc-popup .djacc__close,
.djacc-popup.djacc--light .djacc__btn:hover,
.djacc-popup.djacc--light .djacc__arrows:hover,
.djacc-popup.djacc--light .djacc__btn--active {
  background-color: #054c72 !important;
  color: #ffffff !important;
}

.djacc-popup .djacc__bar::before {
  background-color: #e9423f !important;
}

.djacc__item--full :is(.djacc__inc:hover, .djacc__dec:hover) {
  transform: scale(1.6);
}
.djacc__item--full:hover :is(.djacc__inc, .djacc__dec) {
  border: none !important;
  color: #ffffff !important;
}
.djacc__item--full:hover line {
  stroke: #ffffff !important;
}

.djacc-popup.djacc--light {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}
.djacc-popup.djacc--light .djacc__btn:hover svg g,
.djacc-popup.djacc--light .djacc__btn:hover [stroke^="#"] {
  stroke: #ffffff !important;
}
.djacc-popup.djacc--light .djacc__btn:hover svg :is(path, rect:not([fill=none]), g:not([fill=none]) *) {
  fill: #ffffff !important;
}
.djacc-popup.djacc--light .djacc__btn--highlight-titles:hover svg g,
.djacc-popup.djacc--light .djacc__btn--highlight-titles:hover svg rect[stroke=none] {
  fill: none !important;
}

.djacc-popup .djacc__percent {
  opacity: 1 !important;
}

.module-retour-haut-page {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 4.4rem;
  height: 4.4rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
  z-index: 1;
  display: none;
}
.module-retour-haut-page > div {
  width: 100%;
  height: 100%;
  background: #054c72;
  clip-path: polygon(6% 16%, 115% 25%, 115% 109%, 14.91% 110.64%);
}
.module-retour-haut-page > div:after {
  content: "";
  background-image: url("../images/chevron-bas.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 85% 83%;
  background-position-x: center;
  position: absolute;
  top: 2px;
  left: 2px;
  transform: scaleY(-1);
  filter: brightness(6.7);
}
@media (width >= 992px) {
  .module-retour-haut-page {
    display: block;
  }
}
.module-retour-haut-page a:hover::after,
.module-retour-haut-page a:focus-visible::after {
  display: block;
}
.module-retour-haut-page a {
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  background-image: none;
}
.module-retour-haut-page a:focus {
  color: transparent !important;
}
.module-retour-haut-page a:after {
  content: attr(data-title);
  width: max-content;
  position: absolute;
  background: #054c72;
  color: #ffffff;
  border-radius: 0.8rem;
  height: fit-content;
  padding: 0.4rem 1.2rem;
  bottom: 14rem;
  right: 6rem;
  z-index: 10;
  display: none;
}

.residences-container .moduletable {
  width: 100%;
}
.residences-container .contenu-vide {
  margin-bottom: 0 !important;
}
.residences-container ul {
  margin-bottom: 0 !important;
}
.residences-container .infos-comp-residences {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
}
@media (width >= 500px) {
  .residences-container .infos-comp-residences {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .residences-container .infos-comp-residences .tarifs-res {
    flex-basis: 100%;
  }
}
.residences-container .residences-desktop {
  display: none;
}
@media (width >= 1200px) {
  .residences-container {
    left: unset;
    width: 100%;
  }
  .residences-container .accordion-body {
    display: flex;
    flex-direction: column;
  }
}
.residences-container .accordion-button {
  min-height: 8rem;
  border-radius: 0 !important;
}
.residences-container .accordion-button h3 {
  margin-top: 0;
}
.residences-container #accordeonResidences {
  width: 100%;
}
.residences-container #accordeonResidences .collapsing {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transition: height 0s;
}
@media (width >= 1200px) {
  .residences-container #accordeonResidences {
    margin-left: unset;
    position: relative;
  }
}
.residences-container .photos-res {
  grid-area: photos;
  text-align: left;
  margin-bottom: 3.2rem;
}
.residences-container .photos-res figure {
  overflow: hidden;
}
.residences-container .photos-res figure img {
  display: block;
  height: 100%;
  max-width: auto;
  max-height: auto;
  border-radius: 0.8rem;
  object-fit: cover;
}
.residences-container .photos-res figure:first-child {
  grid-column-end: 4;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (width >= 600px) {
  .residences-container .photos-res figure:first-child {
    grid-column-end: 3;
  }
}
@media (width >= 1200px) {
  .residences-container .photos-res figure:first-child {
    grid-column-end: 3;
  }
}
.residences-container .adresse-res {
  font-weight: bold;
}
.residences-container .gallery-items {
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr)) !important;
}
@media (width >= 600px) {
  .residences-container .gallery-items {
    grid-template-columns: repeat(auto-fit, minmax(16.6666666667%, 1fr)) !important;
  }
}
@media (width >= 1200px) {
  .residences-container .gallery-items {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr)) !important;
  }
}
.residences-container .gallery-items .item a {
  height: 100%;
}
.residences-container .adresse-res {
  grid-area: adresse;
}
.residences-container .texte-res {
  grid-area: texte;
}
.residences-container .services-res {
  grid-area: services;
}
.residences-container .services-res li:before {
  margin-right: 1.2rem;
  height: 2.8rem;
  display: inline-block;
}
.residences-container .services-res li.icone-wifi:before {
  content: url("../images/icone-wifi.svg");
}
.residences-container .services-res li.icone-securise:before {
  content: url("../images/icone-securise.svg");
}
.residences-container .services-res li.icone-meuble:before {
  content: url("../images/icone-meuble.svg");
}
.residences-container .services-res li.icone-parking:before {
  content: url("../images/icone-parking.svg");
}
.residences-container .espaces-res {
  grid-area: espaces;
}
.residences-container .accordion-header {
  position: relative;
}
.residences-container .accordion-header .bordure {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(-1);
  height: 6px;
  z-index: 9;
}
.residences-container .accordion-header .bordure .couleur-1 {
  fill: transparent;
}
.residences-container .accordion-header .bordure .couleur-2 {
  fill: #462446;
}
.residences-container .contenu-texte-res {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  align-items: start;
}
@media (width >= 1200px) {
  .residences-container .accordion {
    display: none;
  }
  .residences-container .photos-res {
    margin-bottom: 0;
  }
  .residences-container .accordion-collapse {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: none;
    width: clamp(72rem, 61vw, 100rem);
  }
  .residences-container .residences-desktop {
    display: flex;
    width: 100%;
  }
  .residences-container .residences-desktop button {
    z-index: 9;
  }
  .residences-container .residences-desktop button:after {
    display: none;
  }
  .residences-container .residences-desktop .ouvert {
    background-color: #ffffff;
  }
  .residences-container .residences-desktop h3 {
    pointer-events: none;
  }
  .residences-container .residences-desktop .liste-headers {
    min-width: 32rem;
  }
  .residences-container .residences-desktop .liste-contenus {
    width: clamp(72rem, 67vw, 108rem);
  }
  .residences-container .residences-desktop .accordion-body {
    display: none;
    position: relative;
    border-radius: 0.8rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: drop-shadow(0px -6px 3px rgba(0, 0, 0, 0.0392156863));
    min-height: 100%;
  }
  .residences-container .residences-desktop .accordion-body.ouvert {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
  .residences-container .residences-desktop .accordion-body .bordure {
    position: absolute;
    top: -7px;
    left: 0;
    transform: scale(-1);
  }
  .residences-container .residences-desktop .accordion-body .bordure .couleur-1 {
    fill: transparent;
  }
  .residences-container .residences-desktop .accordion-body .bordure .couleur-2 {
    fill: #ffffff;
  }
  .residences-container .residences-desktop .texte-res {
    flex-basis: 100%;
  }
  .residences-container .residences-desktop .services-res,
  .residences-container .residences-desktop .espaces-res {
    flex-basis: calc(50% - 3.2rem);
  }
  .residences-container .residences-desktop .services-res h4:first-child,
  .residences-container .residences-desktop .espaces-res h4:first-child {
    margin-top: 0;
  }
}
.residences-container .accordion-item,
.residences-container .accordion-button.collapsed {
  background: transparent;
  border: none;
}
.residences-container ul {
  overflow: visible;
  list-style: disc;
  padding-left: 2rem;
}
.residences-container .accordion-collapse {
  background-color: #ffffff;
}
.residences-container .accordion-body {
  padding: 3.2rem;
}
.residences-container .accordion-button {
  padding: 1.2rem;
  background-color: #ffffff;
}
.residences-container .accordion-button.collapsed:hover {
  background-color: #ffffff;
}
.residences-container .accordion-button.collapsed:after {
  background-image: url("../images/plus.svg") !important;
}
.residences-container .accordion-button:after {
  background-image: url("../images/moins.svg") !important;
  background-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  transition: unset;
  background-position-y: center;
}
.residences-container .accordion-button h3 {
  font-family: "Liberation sans";
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
.residences-container .accordion-button h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

.temoignages-container {
  background-color: rgb(184, 206, 33);
  background-image: url("../images/fond-temoignages.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  background-position-y: bottom;
  border: none;
  color: #ffffff;
  padding: 2rem 3.2rem;
  padding-bottom: 0;
  min-height: 32rem;
  position: relative;
  bottom: -1rem;
  filter: drop-shadow(0px -6px 3px rgba(0, 0, 0, 0.0392156863));
}
.temoignages-container .temoignage-fonction {
  font-weight: normal;
}
.temoignages-container .bordure {
  position: absolute;
  top: -9px;
  left: 0;
  transform: scaleY(-1);
}
.temoignages-container .bordure .couleur-1 {
  fill: transparent;
}
.temoignages-container .bordure .couleur-2 {
  fill: rgb(184, 206, 33);
}
@media (width >= 768px) {
  .temoignages-container {
    background-size: 80rem 100%;
  }
}
@media (width >= 992px) {
  .temoignages-container {
    padding: 3.2rem;
    padding-bottom: 0;
  }
}

.temoignages {
  background-color: transparent;
  border: none;
  color: #054c72;
  margin: 0;
  max-width: 70rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.temoignages h2 {
  color: #054c72;
  margin: 0 auto;
  margin-bottom: 3.2rem;
}
.temoignages p {
  display: inline;
  font-weight: bold;
}

.identite {
  background-image: url("../images/fond-identite.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  background-position-y: bottom;
  width: fit-content;
  margin-left: auto;
  padding: 2rem 3.2rem;
  padding-bottom: 1.2rem;
  padding-left: 4rem;
  padding-right: 6.4rem;
}
.identite p {
  display: block;
  text-align: right;
}

blockquote {
  width: fit-content;
  margin: 0 auto;
  max-width: 60rem;
  margin-bottom: 1.2rem;
}
blockquote:before, blockquote:after {
  font-size: 4rem;
  display: inline-block;
  width: fit-content;
  height: 1rem;
  vertical-align: text-top;
}
blockquote:before {
  content: "“";
  margin-right: 1.2rem;
}
blockquote:after {
  content: "”";
  margin-left: 1.2rem;
}

.adresse {
  color: #462446;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

.reseaux {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .reseaux .btn {
  border-color: #f6f6f6 !important;
}
.footer .reseaux .btn:before {
  color: #f6f6f6;
}

.menu-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3.2rem;
  background-color: #e9423f;
  width: 100%;
  position: relative;
  margin-top: 3.2rem;
  flex-basis: 100%;
}
.menu-contact h3 {
  margin-bottom: 2rem;
  color: #f6f6f6;
}
.menu-contact .coordonnees {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
}
.menu-contact, .menu-contact * {
  color: #f6f6f6;
}
.menu-contact path, .menu-contact * path {
  stroke: #f6f6f6;
}
.menu-contact .btn-telephone path {
  stroke-width: 1.5;
  fill: none;
}
@media (width >= 992px) {
  .menu-contact {
    width: fit-content;
    grid-area: contact;
    margin-left: 6.4rem;
    background-color: transparent;
    align-items: start;
  }
  .menu-contact h3,
  .menu-contact .adresse * {
    color: #462446;
    stroke: #462446;
  }
  .menu-contact h3 {
    margin-bottom: 0;
    color: #462446;
  }
  .menu-contact .bordure {
    display: none;
  }
}
.menu-contact > .bordure {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  transform: scaleY(-1);
  clip-path: polygon(0px 2px, 100% 2px, 100% 100%, 0% 100%);
}
.menu-contact > .bordure .couleur-1 {
  fill: transparent;
}
.menu-contact > .bordure .couleur-2 {
  fill: #e9423f;
}

.container-header .navbar-collapse .menu-principal,
.footer .upfooter-menu {
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: start;
  gap: 4.8rem;
  margin: 0 auto;
}
.container-header .navbar-collapse .menu-principal .mod-menu__heading,
.footer .upfooter-menu .mod-menu__heading {
  display: none;
}
@media (width >= 768px) {
  .container-header .navbar-collapse .menu-principal,
  .footer .upfooter-menu {
    flex-direction: row;
    width: fit-content;
  }
}
.container-header .navbar-collapse .menu-principal ul,
.container-header .navbar-collapse .menu-principal li,
.footer .upfooter-menu ul,
.footer .upfooter-menu li {
  width: fit-content;
}
.container-header .navbar-collapse .menu-principal .mod-menu__sub,
.footer .upfooter-menu .mod-menu__sub {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
@media (width >= 992px) {
  .container-header .navbar-collapse .menu-principal .mod-menu__sub,
  .footer .upfooter-menu .mod-menu__sub {
    align-items: start;
  }
}

.mod-partenaires {
  background: #ffffff;
  position: relative;
  bottom: -20px;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  filter: drop-shadow(0px -6px 3px rgba(0, 0, 0, 0.0392156863));
}
.mod-partenaires img {
  object-fit: contain !important;
}
.mod-partenaires .swiper-slide {
  height: 12rem !important;
}
.mod-partenaires:before {
  content: "";
  background-image: url("../images/bordure-box-small-blanc.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 300% 22px;
  width: 100%;
  height: 22px;
  position: absolute;
  top: -20px;
  left: 0;
  transform: scaleY(-1);
}
.mod-partenaires .mod-partenaire-container {
  max-width: 72rem;
  margin: 3.2rem auto;
}
.mod-partenaires .swiper-wrapper {
  align-items: center;
}

/* ---------------------- FIN MODULES */
/* ---------------------- RECHERCHE */
.awesomplete ul {
  max-height: 22rem;
  overflow-y: auto;
  background-color: #ffffff;
}

.com-finder label[for=q] {
  display: none;
}
.com-finder h2 {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-align: center;
}
.com-finder strong {
  background-color: transparent;
}
.com-finder strong:before, .com-finder strong:after {
  background-image: unset;
}
.com-finder .input-group {
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.com-finder h1 {
  margin-bottom: 6.4rem;
  text-align: center;
}
.com-finder .btn-primary {
  margin-bottom: 0;
  line-height: 2.8rem;
}
.com-finder .btn-primary[type=submit] span {
  margin-right: 0.8rem;
}

button {
  border-radius: 2.8rem !important;
  border-top-left-radius: 2.8rem !important;
  border-bottom-left-radius: 2.8rem !important;
}

.com-finder__form,
.com-finder__counter,
.com-finder__explained,
.com-finder__empty,
.com-finder__pagination {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 4.8rem;
}

.result__item {
  background-color: #462446;
  border-radius: 2.8rem;
  transition: all 250ms;
  margin: 1.2rem auto;
  max-width: 70rem;
}
.result__item mark {
  color: #f6f6f6;
  background-color: transparent;
}
.result__item + .result__item {
  padding-top: 0;
}
.result__item,
.result__item *,
.result__item h2 {
  color: #f6f6f6;
}
.result__item:has(.result-link:hover) {
  background-color: #054c72;
  outline: 8px solid #ffffff;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1490196078));
}

.result-link {
  display: block;
  padding: 2rem 3.2rem;
}

.result__title {
  margin-top: 0 !important;
}
.result__title:only-child {
  margin-bottom: 0;
}

/* ---------------------- FIN RECHERCHE */
/* ---------------------- BANDEAU ALERTE */
:root {
  --bandeau-alerte-height: 0px;
}

.bandeau-alerte {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #e9423f;
  text-align: center;
  padding: 0.8rem 2rem;
}
.bandeau-alerte .grid-child {
  margin: 0 auto;
  padding: 0;
}
.bandeau-alerte p,
.bandeau-alerte h1,
.bandeau-alerte h2,
.bandeau-alerte h3,
.bandeau-alerte h4 {
  max-width: unset;
}
.bandeau-alerte,
.bandeau-alerte p,
.bandeau-alerte li,
.bandeau-alerte span,
.bandeau-alerte div {
  color: #ffffff;
}
.bandeau-alerte a {
  color: #ffffff;
  background-image: none;
  text-decoration: underline !important;
}

/* ---------------------- FIN BANDEAU ALERTE */
/* ---------------------- HEADER */
.container-header {
  display: flex;
  background-color: #f6f6f6;
  background-image: none;
  padding: 1.2rem 2rem;
  justify-content: space-between;
  position: fixed !important;
  top: var(--bandeau-alerte-height);
  left: 0;
  right: 0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1490196078);
  max-height: unset;
}
.container-header.scroll .navbar-brand {
  height: 4.2rem;
}
.container-header.scroll .brand-logo {
  width: 4rem;
}
.container-header.scroll .module-coordonnees .adresse {
  padding-right: 3.2rem;
  border-right: 1px dashed rgba(70, 36, 70, 0.6509803922);
}
.container-header.scroll .coordonnees-container {
  margin-left: 2rem;
}
.container-header.scroll .coordonnees-container .btn-telephone {
  border: none;
  background-color: transparent;
  padding: 0;
  font-weight: normal;
}
.container-header.scroll .coordonnees-container .btn-telephone span {
  text-decoration: none !important;
  background-image: url(../images/soulignement-liens.svg);
  background-repeat: no-repeat;
  background-size: 100% 25%;
  background-position-y: bottom;
  background-position-x: left;
  padding-bottom: 0;
  transition: all 150ms;
  color: #462446;
}
.container-header.scroll .coordonnees-container .btn-telephone svg path {
  fill: #462446;
  stroke-width: 0;
}
.container-header.scroll .coordonnees-container .btn-telephone:hover {
  background-color: transparent;
  color: #462446;
}
.container-header.scroll .coordonnees-container .btn-telephone:hover span {
  background-size: 100% 32%;
}
.container-header.scroll .coordonnees-container .icone-position path:first-of-type {
  fill: #462446;
}
.container-header.scroll .coordonnees-container .icone-position path:last-child {
  fill: #f6f6f6;
  stroke-width: 0;
}
.container-header:not(.scroll) .coordonnees-container .btn-telephone:hover .icone-tel-barre-menu path {
  stroke: #ffffff;
  stroke-width: 0;
}
.container-header .module-coordonnees .btn-telephone .icone-tel-barre-menu {
  display: block;
}
.container-header .module-coordonnees .fa-phone {
  display: none;
}
@media screen and (min-width: 1200px) {
  .container-header {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
.container-header .module-coordonnees {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.container-header .module-coordonnees > .adresse {
  display: none;
}
@media screen and (min-width: 768px) {
  .container-header .module-coordonnees > .adresse {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.4rem;
  }
}
.container-header .module-coordonnees > .btn-mail {
  display: none;
}
@media screen and (min-width: 320px) {
  .container-header .btn-telephone {
    width: fit-content;
    margin: 0 auto;
  }
}
@media (width >= 365px) {
  .container-header > .grid-child {
    gap: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .container-header {
    gap: 4.8rem;
  }
  .container-header .coordonnees-container {
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .container-header .coordonnees-container > .module-coordonnees > .btn-telephone {
    width: 4rem;
    height: 4rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 1px;
    background-color: #462446;
  }
  .container-header .coordonnees-container > .module-coordonnees > .btn-telephone .fa-phone,
  .container-header .coordonnees-container > .module-coordonnees > .btn-telephone svg {
    margin-right: 0;
  }
  .container-header .coordonnees-container > .module-coordonnees > .btn-telephone .fa-phone path,
  .container-header .coordonnees-container > .module-coordonnees > .btn-telephone svg path {
    stroke: #f6f6f6;
    stroke-width: 1.5;
    fill: none;
  }
  .container-header .coordonnees-container > .module-coordonnees > .btn-telephone:hover path {
    stroke-width: 1.5 !important;
  }
  .container-header .coordonnees-container > .module-coordonnees > .btn-telephone span {
    display: none;
  }
}
.container-header > .grid-child {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-header .grid-child > .grid-child {
  width: fit-content;
  padding: 0;
  margin: 0;
}
.container-header .navbar-brand {
  padding: 0;
  width: 100%;
  height: 4.2rem;
}
@media (width >= 992px) {
  .container-header .navbar-brand {
    height: 6.2rem;
  }
}
.container-header .container-nav .navbar-expand-md {
  margin-top: 0;
}
.container-header .container-nav .navbar-expand-md:has(.show) .navbar-toggler span:before {
  content: "\f00d";
  font-size: 4.4rem;
}
.container-header .navbar-toggler {
  border: none;
  color: #462446;
  padding: 0;
  position: relative;
  z-index: 1;
}
.container-header .navbar-toggler span {
  font-size: 3.2rem;
}

.coordonnees-container > .boutons-reseaux {
  display: none;
}
@media screen and (min-width: 800px) {
  .coordonnees-container > .boutons-reseaux {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}

.titre-menu {
  display: none;
  text-transform: uppercase;
  color: #462446;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .titre-menu {
    display: block;
    margin-right: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .scroll .titre-menu {
    display: none;
  }
}

.brand-logo {
  display: block;
  height: 100%;
  width: 3.8rem;
  overflow: hidden;
}
.brand-logo img {
  height: 100%;
  max-width: unset;
}

.container-header .navbar-collapse {
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  gap: 3.2rem;
  position: fixed;
  top: calc(6.8rem + var(--bandeau-alerte-height));
  left: 0;
  right: 0;
  background: #f6f6f6;
  overflow-y: scroll;
  opacity: 0;
  transition: opacity 250ms;
  height: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f6f6f6;
  pointer-events: none;
  border-top: 1px solid #e9e9e9;
}
@supports (backdrop-filter: blur(8px)) {
  .container-header .navbar-collapse {
    background-color: rgba(246, 246, 246, 0.9411764706);
  }
}
.container-header .navbar-collapse .awesomplete,
.container-header .navbar-collapse .recherche {
  width: 100% !important;
  max-width: 52rem !important;
}
@media (width >= 992px) {
  .container-header .navbar-collapse .awesomplete,
  .container-header .navbar-collapse .recherche {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container-header .navbar-collapse .recherche button {
  margin-bottom: 0;
  background: none;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  color: transparent;
  width: 3.2rem;
  border: none !important;
}
.container-header .navbar-collapse .recherche button:focus, .container-header .navbar-collapse .recherche button:focus-visible {
  color: transparent !important;
}
.container-header .navbar-collapse .recherche button span {
  color: #462446;
}
.container-header .navbar-collapse .recherche button:hover {
  border: none !important;
}
.container-header .navbar-collapse.show {
  opacity: 1;
  pointer-events: all;
  transition: all 250ms ease-out;
  bottom: 0;
  height: auto;
}
.container-header .navbar-collapse .overlay-menu-container {
  width: 100%;
  padding: 0;
  flex-wrap: nowrap;
  gap: 3.2rem;
  overflow-x: clip;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.container-header .navbar-collapse .overlay-menu-container > ul {
  position: relative;
  align-items: center;
  flex-basis: unset;
}
.container-header .navbar-collapse .overlay-menu-container > ul ul {
  align-items: center;
  flex: unset;
  color: #462446;
  gap: 1.2rem;
  position: relative;
  padding: 0;
}
.container-header .navbar-collapse .overlay-menu-container > ul ul li {
  margin-left: 0;
  text-align: center;
}
.container-header .navbar-collapse .overlay-menu-container > ul > svg {
  width: 80vw;
  margin-top: 3.2rem;
  position: absolute;
  bottom: -0.7rem;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.container-header .navbar-collapse .overlay-menu-container > * {
  padding: 3.2rem 2rem;
}
.container-header .navbar-collapse .overlay-menu-container .recherche {
  margin: 0 auto;
  padding-bottom: 1.2rem;
}
.container-header .navbar-collapse form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
}
.container-header .navbar-collapse form label {
  display: none;
}
.container-header .navbar-collapse form input {
  max-width: unset;
  width: 100%;
}
.container-header .navbar-collapse form .mod-finder__search {
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.container-header .navbar-collapse form .awesomplete,
.container-header .navbar-collapse form .awesomplete input {
  border-top-right-radius: 0.8rem !important;
  border-bottom-right-radius: 0.8rem !important;
}
.container-header .navbar-collapse .awesomplete {
  max-width: 28rem;
  width: 100%;
}
.container-header .navbar-collapse a:not(.btn),
.container-header .navbar-collapse label,
.container-header .navbar-collapse h3 {
  font-family: "titres";
  color: #462446;
  font-size: 1.8rem;
}
.container-header .navbar-collapse .menu-contact h3 {
  color: #f6f6f6;
  margin-top: 0;
  text-align: center;
}
.container-header .navbar-collapse label {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.2rem;
  font-weight: normal;
}

@media (width >= 576px) {
  .overlay-menu-container .recherche {
    width: 84%;
  }
  .overlay-menu-container .btn-telephone path {
    stroke: #ffffff;
    stroke-width: 1.5;
    fill: none;
  }
}
@media (width <= 767.98px) {
  .container-header .container-nav .container-search,
  .container-header .container-nav nav {
    margin-top: 0;
  }
}
@media (width >= 768px) {
  .navbar-expand-md .navbar-toggler {
    display: block;
  }
}
@media (width >= 992px) {
  .brand-logo,
  .container-header .container-nav {
    width: 21rem;
    justify-content: end;
    align-items: center;
  }
  .container-header .mod-menu {
    flex-direction: column;
    flex: 1;
    display: flex;
  }
  .container-header:not(.scroll) .coordonnees-container > .module-coordonnees > .btn-telephone {
    border: none;
  }
  .container-header:not(.scroll) .coordonnees-container > .module-coordonnees > .btn-telephone span {
    text-decoration: none !important;
    background-image: url(../images/soulignement-liens.svg);
    background-repeat: no-repeat;
    background-size: 100% 25%;
    background-position-y: bottom;
    background-position-x: left;
    padding-bottom: 0;
    transition: all 150ms;
    color: #462446;
    font-weight: normal;
  }
  .container-header:not(.scroll) .coordonnees-container > .module-coordonnees > .btn-telephone:hover {
    background-color: transparent;
    color: #462446;
    filter: unset;
  }
  .container-header:not(.scroll) .coordonnees-container > .module-coordonnees > .btn-telephone:hover svg path {
    stroke: #462446;
    stroke-width: 2px;
  }
  .container-header:not(.scroll) .coordonnees-container > .module-coordonnees > .btn-telephone:hover span {
    background-size: 100% 32%;
  }
  .container-header.scroll .navbar-collapse.show {
    top: calc(6.8rem + var(--bandeau-alerte-height));
  }
  .container-header .navbar-collapse.show {
    flex-direction: column;
    justify-content: center;
    overflow-y: hidden;
    top: calc(8.6rem + var(--bandeau-alerte-height));
  }
  .container-header .navbar-collapse.show .reseaux .btn {
    background-color: transparent;
    color: #462446;
    border-color: #462446;
  }
  .container-header .navbar-collapse.show .reseaux .btn:before {
    color: #462446;
  }
  .container-header .navbar-collapse.show .reseaux .btn:hover {
    background-color: #462446;
    color: #f6f6f6;
  }
  .container-header .navbar-collapse.show .reseaux .btn:hover:before {
    color: #f6f6f6;
  }
  .container-header .navbar-collapse.show .overlay-menu-container {
    max-width: 100rem;
    display: grid !important;
    grid-template-areas: "menu      contact" "recherche contact";
    justify-content: space-around;
    gap: 0;
    height: fit-content;
  }
  .container-header .navbar-collapse.show .menu-contact {
    margin-top: 0;
  }
  .container-header .navbar-collapse.show .menu-contact h3 {
    color: #462446;
    margin-top: 0;
  }
  .container-header .navbar-collapse.show .coordonnees {
    align-items: start;
  }
  .container-header .navbar-collapse.show .btn-telephone {
    margin: unset;
  }
  .container-header .navbar-collapse.show form {
    align-items: start;
  }
  .container-header .navbar-collapse.show form label {
    margin: unset;
    margin-bottom: 0.8rem;
  }
  .container-header .navbar-collapse.show ul {
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    grid-area: menu;
    padding: 0;
  }
  .container-header .navbar-collapse.show ul svg {
    bottom: 50%;
    transform: rotate(90deg) translateX(19%);
    right: -60%;
    left: unset;
    width: 80%;
  }
  .container-header .navbar-collapse.show .item-105 {
    margin-top: 0;
  }
}
/* ------------------------------- FIN HEADER */
/* ---------------------- FOOTER */
.footer {
  background-image: unset;
  background-color: rgb(220, 53, 50);
  position: relative;
  filter: drop-shadow(0px -6px 3px rgba(0, 0, 0, 0.0392156863));
}
.footer .btn-telephone path {
  stroke: #ffffff;
  stroke-width: 1.5;
  fill: none;
}
.footer .menu-contact {
  margin-top: 1.2rem;
}
.footer .coordonnees h3 {
  display: none;
}
.footer li {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.footer a:not(:is(.btn, :has(img))) {
  background-image: url(../images/soulignement-liens-blanc.svg);
}
.footer .grid-child {
  padding: 0;
  flex-direction: column;
  flex-wrap: nowrap;
}
.footer .bordure {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  clip-path: polygon(0px 2px, 100% 2px, 100% 100%, 0% 100%);
}

.footer-top-bloc,
.upfooter-menu {
  margin-bottom: 4.8rem;
}

.logo-footer {
  width: 9.4rem;
  height: 11.8rem;
}
.logo-footer img {
  object-fit: cover;
}
.logo-footer p {
  text-align: center;
}

.footer-top-bloc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.footer-top-bloc .coordonnees {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
}
.footer-top-bloc .adresse path {
  stroke: #f6f6f6;
}

.upfooter,
.subfooter {
  width: 100%;
}
.upfooter *,
.subfooter * {
  color: #ffffff;
}

.upfooter {
  padding: 4.8rem 3.2rem;
}
.upfooter .bordure {
  transform: scaleY(-1);
}
.upfooter .bordure .couleur-1 {
  fill: transparent;
}
.upfooter .bordure .couleur-2 {
  fill: rgb(220, 53, 50);
}
@media (width >= 1460px) {
  .upfooter {
    padding-left: 0;
    padding-right: 0;
  }
}

.adherents {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.adherents img {
  object-fit: cover;
}
.adherents img:first-child {
  background-color: #ffffff;
  margin-right: 0.8rem;
}
.adherents > p {
  margin-bottom: 1.2rem;
}
.adherents > p,
.adherents .custom p {
  text-align: center;
}

.upfooter-menu li {
  text-align: center;
  padding: 0;
}
.upfooter-menu svg {
  position: relative;
  bottom: 18rem;
  width: 20rem;
  left: 50%;
  transform: translateX(-50%);
}
.upfooter-menu svg path {
  stroke: #f6f6f6;
}
@media (width >= 768px) {
  .upfooter-menu {
    align-items: center;
    margin-bottom: 4.8rem !important;
  }
  .upfooter-menu svg {
    display: none;
  }
}

.subfooter {
  width: 100%;
  position: relative;
  background-color: #462446;
  padding: 2rem 3.2rem;
}
.subfooter .bordure .couleur-1 {
  fill: #462446;
}
.subfooter .bordure .couleur-2 {
  fill: rgb(220, 53, 50);
}

.subfooter-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem;
}
.subfooter-menu li {
  margin: 0 !important;
  margin-right: 1.2rem !important;
  padding: 0;
}

@media (width >= 768px) {
  .footer-top-bloc,
  .upfooter-menu {
    flex-basis: 50%;
    justify-content: space-between;
  }
  .footer-top-bloc svg,
  .upfooter-menu svg {
    bottom: 10rem;
  }
  .adherents {
    flex-basis: 100%;
  }
}
@media (width >= 1200px) {
  .footer .overlay-menu-container {
    display: flex;
  }
  .upfooter {
    justify-content: space-between;
  }
  .footer-top-bloc {
    display: grid;
    grid-template-areas: "logo    contact" "reseaux contact";
    flex-basis: fit-content;
    height: min-content;
    gap: 0;
    margin-bottom: 0;
    width: max-content;
  }
  .footer-top-bloc .logo-footer {
    grid-area: logo;
    justify-self: center;
  }
  .footer-top-bloc .coordonnees {
    grid-area: contact;
    margin-left: 2rem;
    height: 100%;
    align-items: start;
    justify-content: center;
  }
  .footer-top-bloc .reseaux {
    grid-area: reseaux;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 10rem;
  }
  .footer-top-bloc .reseaux .bouton-reseau {
    margin-right: 0;
  }
  .adherents {
    flex-basis: unset;
    margin: unset;
    height: fit-content;
  }
  .adherents .custom p {
    text-align: end;
  }
  .upfooter-menu {
    height: 22rem;
    flex-basis: 40rem;
    justify-content: start;
    margin-left: 3.2rem;
    margin: 0 !important;
    align-items: start;
  }
  .upfooter-menu svg {
    display: none;
  }
  .upfooter-menu li {
    margin-left: unset;
  }
  .item-105 {
    margin-top: 0 !important;
  }
}
@media (width >= 1400px) {
  .upfooter-menu {
    margin-left: 0;
  }
}
/* ---------------------- FIN FOOTER */
/* ---------------------- SITE GRID */
.site-grid {
  overflow-x: clip;
  padding-top: calc(6.6rem + var(--bandeau-alerte-height));
  grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 29rem)) [main-end] minmax(0, 1fr) [full-end];
}
.site-grid .container-component,
.site-grid .grid-child {
  display: block;
}
@media (width >= 992px) {
  .site-grid {
    padding-top: calc(8.6rem + var(--bandeau-alerte-height));
  }
}
@media (width >= 1200px) {
  .site-grid {
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 22vw)) [main-end] minmax(0, 1fr) [full-end];
  }
}
@media (width >= 1400px) {
  .site-grid {
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 33.5rem)) [main-end] minmax(0, 1fr) [full-end];
  }
}

.grid-child {
  max-width: 1400px;
}

main {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.site-grid:has(main + *) main {
  margin-bottom: 3.2rem !important;
}

.blog-featured .custom {
  width: fit-content;
}
@media (width >= 992px) {
  .blog-featured .custom {
    display: none;
  }
}
.blog-featured > * {
  margin: 0 auto;
  margin-bottom: 3.2rem;
}

.container-component > * + * {
  margin-top: 0;
}

/* ---------------------- FIN SITE GRID */
/* ---------------------- ARTICLES */
.com-contact-categories h2 {
  margin-top: 0;
}

.contact_listes {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 3.2rem;
}

.contact_liste {
  max-width: 44rem;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
.contact_liste ul {
  list-style: disc;
}

.contact_equipe {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  flex-direction: column;
  gap: 3.2rem;
}
@media (width >= 450px) {
  .contact_equipe {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
  }
  .contact_equipe .contact_equipier {
    flex-basis: 40%;
  }
}
@media (width >= 576px) {
  .contact_equipe .contact_equipier {
    flex-basis: 28%;
  }
}
@media (width >= 768px) {
  .contact_equipe .contact_equipier {
    flex-basis: 22%;
  }
}
@media (width >= 992px) {
  .contact_equipe .contact_equipier {
    flex-basis: 18%;
  }
}
@media (width >= 1200px) {
  .contact_equipe .contact_equipier {
    flex-basis: unset;
  }
}

.contact_equipier {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact_equipier:nth-child(even) .contact_equipier_image {
  mask-image: url("../images/maskImage3.svg");
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
}
.contact_equipier:nth-child(odd) .contact_equipier_image {
  mask-image: url("../images/maskImage1.svg");
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: 1rem;
}
.contact_equipier:nth-child(3n) .contact_equipier_image {
  mask-image: url("../images/maskImage2.svg");
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.contact_equipier:nth-child(5n) .contact_equipier_image {
  mask-image: url("../images/maskImage4.svg");
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
}
.contact_equipier:nth-child(6n) .contact_equipier_image {
  mask-position: -2rem;
}
.contact_equipier:nth-child(8n) .contact_equipier_image {
  mask-position: 1rem;
}
.contact_equipier:nth-child(11) .contact_equipier_image {
  mask-image: url("../images/maskImage3.svg");
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: -2rem;
}

.equipier_nom {
  font-weight: bold;
  color: #462446;
}

.equipier_fonction {
  max-width: 20rem;
  text-align: center;
  line-height: 2.4rem;
}

.contact_equipier_image {
  position: relative;
  width: 13rem;
  height: 13rem;
  border: 4px solid #ffffff;
  color: #ffffff;
  overflow: hidden;
  margin-bottom: 1.2rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1019607843));
  transition: all 250ms;
}
@media (hover: hover) {
  .contact_equipier_image:not(:is(input, select)):hover {
    border: 4px solid #ffffff;
  }
}
.contact_equipier_image:hover:before {
  opacity: 0;
}
.contact_equipier_image img {
  width: 13rem;
  height: 13rem;
  object-fit: cover;
  object-position: center;
}
.contact_equipier_image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #462446 0%, #ee740b 100%);
  mix-blend-mode: color;
  z-index: 2;
  opacity: 1;
  transition: opacity 500ms;
}

.wf-columns {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  gap: 4.8rem !important;
  width: 100%;
}

.wf-columns:has(.wf-column > img:only-child) {
  align-items: stretch;
  gap: 3.2rem;
}
.wf-columns:has(.wf-column > img:only-child) .wf-column:not(has:img) {
  align-self: center;
}
.wf-columns:has(.wf-column > img:only-child) p:has(img) {
  display: block;
  height: 100%;
  width: auto;
}
.wf-columns:has(.wf-column > img:only-child) img {
  object-fit: cover;
  height: 100%;
  width: auto;
}

@media (width < 961px) {
  .wf-columns:has(.wf-column:last-child > img) + .wf-columns:has(.wf-column:first-child > img) {
    flex-direction: column-reverse;
  }
}
.wf-column h2:first-child {
  margin-top: 0;
}
.wf-column table {
  width: 100%;
}
.wf-column table:is(:only-child, :first-child) {
  margin-top: 0;
}

.contenu-article-header {
  width: 100%;
}
@media (width >= 768px) {
  .contenu-article-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: start;
    position: relative;
  }
}

.contenu-texte p {
  max-width: 70rem;
}

@media (width >= 768px) {
  h1 {
    text-align: left;
  }
  h2,
  h3 {
    width: fit-content;
  }
}
.com-content-article li:last-child {
  margin-bottom: 0;
}

.contenu-image-top {
  align-self: end;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  height: fit-content;
}
@media (width >= 768px) {
  .contenu-image-top {
    margin-left: 3.2rem;
    margin-bottom: 3.2rem;
    float: right;
  }
}
.contenu-image-top figure {
  display: block;
  position: static;
}
.contenu-image-top figure img {
  width: clamp(30rem, 30vw, 52rem);
}
.contenu-image-top figure img {
  height: 100%;
}

.com-content-article img,
.com-content-article figure,
.com-content-article .item-image,
.blog img,
.blog figure,
.blog .item-image {
  border-radius: 0.8rem;
}
.com-content-article figure img,
.blog figure img {
  object-fit: cover;
}
.com-content-article figure.left,
.blog figure.left {
  margin-right: 3.2rem;
}
.com-content-article figure.right,
.blog figure.right {
  margin-left: unset;
  float: unset;
}
.com-content-article figcaption,
.blog figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  background-color: rgba(233, 233, 233, 0.9294117647);
  text-align: center;
  color: #252b2d;
  padding: 0.4rem 0.8rem;
}
.com-content-article .image-top,
.blog .image-top {
  width: 100%;
  height: 100%;
}
.com-content-article ul:not(:is(:has(img), .btn, .tuile)),
.blog ul:not(:is(:has(img), .btn, .tuile)) {
  overflow: visible;
  list-style: disc;
  padding-left: 2rem;
}

.tarifs-location thead tr * {
  padding-top: 0;
}

.blog-items {
  column-count: 1 !important;
}
.blog-items .item-image {
  float: unset;
}
.blog-items .blog-item figure:first-child {
  margin-top: 4.8rem;
}
.blog-items > div {
  display: block !important;
}

div:not(.item-pageaccueil):has(.image-top.right) h1 {
  margin-left: 0;
}

/* ---------------------- FIN ARTICLES */
/* ---------------------- ACCUEIL */
.accueil main {
  display: block;
  margin-bottom: 4.8rem !important;
}
.accueil .item-pageaccueil {
  margin-bottom: 0;
}
.accueil .tuiles-accueil {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.2rem;
  width: fit-content;
  margin: 0 auto;
  overflow: visible;
}
@media (width >= 1200px) {
  .accueil .tuiles-accueil {
    margin-left: 0;
  }
}
.accueil .tuiles-accueil li {
  margin-bottom: 0;
}
.accueil .tuiles-accueil li:nth-child(2) .bordure {
  left: -10rem;
}
.accueil .tuiles-accueil li:nth-child(2) .tuile-accueil:after {
  background-color: #2bb5ae;
}
.accueil .tuiles-accueil li:nth-child(3) .bordure {
  left: -20rem;
}
.accueil .tuiles-accueil li:nth-child(3) .tuile-accueil:after {
  background-color: #ee740b;
}
.accueil .tuiles-accueil li:nth-child(4) .bordure {
  left: -30rem;
}
.accueil .tuiles-accueil li:nth-child(4) .tuile-accueil:after {
  background-color: #462446;
}
.accueil .site-grid {
  position: relative;
}
@media (width >= 1600px) {
  .accueil h1 {
    position: relative;
    right: 4vw;
  }
}
.accueil .thumbnail {
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  width: 20rem;
  height: 8rem;
  margin-bottom: 4.8rem;
}
.accueil .thumbnail img {
  width: 28rem;
  max-width: unset;
  position: relative;
  left: -8rem;
}
@media (width >= 992px) {
  .accueil .thumbnail {
    display: none;
  }
}
.accueil .page-header {
  max-width: 80rem;
}
@media (width < 992px) {
  .accueil .page-header {
    margin: 0 auto;
  }
  .accueil .page-header h1 {
    text-align: center;
  }
}
@media (width >= 1200px) {
  .accueil h1 {
    font-size: 4.8rem;
    line-height: 7.2rem;
  }
}
.accueil .page-header,
.accueil .com-content-article__body {
  margin-bottom: 4.8rem;
  z-index: 1;
  position: relative;
}
@media (width >= 992px) {
  .accueil .page-header,
  .accueil .com-content-article__body {
    width: 45vw;
  }
}
.accueil .com-content-article__body {
  max-width: 80rem;
}
.accueil .image-fond-accueil {
  position: absolute;
  right: 0;
  display: none;
  width: clamp(85rem, 80vw, 106rem);
  height: 100vh;
  top: 8rem;
  transform: translateX(44%);
}
@media (width >= 992px) {
  .accueil .image-fond-accueil {
    display: block;
  }
}
@media (width >= 1400px) {
  .accueil .image-fond-accueil {
    top: 5rem;
    width: fit-content;
  }
}
.accueil .image-fond-accueil img {
  mask-image: url("../images/logo-mask.svg");
  mask-position: top left;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/logo-mask.svg");
  -webkit-mask-position: top left;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-height: 100%;
}
.accueil .item-content {
  position: relative;
  z-index: 1;
}

/* ---------------------- FIN ACCUEIL */
/*Formulaires */
.convertforms.cf-success .cf-response {
  background-color: rgb(184, 206, 33) !important;
  color: black;
  margin-block-start: 60px;
}
.convertforms.cf-success .cf-response p {
  max-width: 100% !important;
  margin: 0 2rem !important;
}

/* ---------------------- IMPRESSION */
@media not print {
  .residences-print {
    display: none;
  }
}
@media print {
  .wf-columns {
    display: block !important;
  }
  .wf-column {
    break-inside: avoid;
  }
  .wf-column img {
    margin: 3.2rem;
  }
  .contenu-texte img {
    max-width: 50rem;
  }
  .no-print {
    display: none !important;
  }
  main {
    margin-top: 0 !important;
  }
  .une-residence {
    border: 3px solid #462446;
    padding: 3.2rem;
  }
  h3 {
    margin-top: 0 !important;
  }
  .accordion-body {
    padding: 0 !important;
  }
  figure.item {
    position: relative;
    display: inline-block !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important;
    width: 20rem !important;
  }
  .ouvert {
    display: inline-block !important;
  }
  .gallery-items {
    display: flex !important;
    flex-wrap: wrap;
  }
  .contenu-texte-res,
  .wf-columns,
  .site,
  .site-grid {
    display: block !important;
  }
  table {
    width: fit-content !important;
    margin-top: 3.2rem !important;
    page-break-inside: avoid;
    break-inside: avoid;
    border-collapse: collapse;
  }
  tr {
    background-image: none;
    border-bottom: 3px solid #462446 !important;
    position: relative;
  }
}
/* ---------------------- FIN IMPRESSION */

/*# sourceMappingURL=/media/templates/site/cassiopeia_toitsetc2024/css/user.css.map */