@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

@font-face {
  font-family: "playfair_displaybold";
  src: url("fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.woff2") format("woff2"), url("fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "alegreyablack";
  src: url("fonts/alegreya-black/alegreya-black-webfont.woff2") format("woff2"), url("fonts/alegreya-black/alegreya-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pt_serifregular";
  src: url("fonts/ptserif-regular/ptserif-regular-webfont.woff2") format("woff2"), url("fonts/ptserif-regular/ptserif-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pt_serifitalic";
  src: url("fonts/ptserif-italic/ptserif-italic-webfont.woff2") format("woff2"), url("fonts/ptserif-italic/ptserif-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pt_serifbold";
  src: url("fonts/ptserif-bold/ptserif-bold-webfont.woff2") format("woff2"), url("fonts/ptserif-bold/ptserif-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Berkshire Swash";
  src: url("fonts/berkshireswash-regular/BerkshireSwash-Regular.woff2") format("woff2"), url("fonts/berkshireswash-regular/BerkshireSwash-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.u-text--center, .heading--skin-a {
  text-align: center;
}

.u-text--bold, .introduction, .btn2, strong {
  font-family: "pt_serifbold", verdana, arial;
}

.u-text--italic {
  font-family: "pt_serifitalic", verdana, arial;
}

.u-text-alegreya {
  font-family: "alegreyablack", verdana, arial;
}

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

.u-text-smaller {
  font-size: smaller;
}

.u-text-bolder {
  font-weight: 500;
}

.u-i-width-30 {
  width: 30%;
}

.u-list--naked {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.u-list--naked li {
  padding: 0;
  background: none;
}

.u-list--inline {
  display: inline;
}

.u-list--with-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.u-list--with-img a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: saturate(10%);
  filter: saturate(200%);
}

.d-flex-column,
.d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.d-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.d-flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d-f-gap-2 {
  gap: 1.6rem;
}

.d-f-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.d-f-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.d-ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

a.u-a-decoration-none {
  text-decoration: none;
}

a.u-color-current-text {
  color: #26220e;
}

.u-vspacer, .u-vspacer--60, .u-vspacer--40, .u-vspacer--32, .u-vspacer--16, .heading--skin-a, .heading--skin-b, [id=resultat_recherche_deco] h3, .btn2, .u-vspacer--8 {
  margin-bottom: 1.6rem;
}

.u-vspacer--4 {
  margin-top: 0.4rem;
}

.u-vspacer--8 {
  margin-top: 0.8rem;
}

.u-vspacer--16, .heading--skin-a, .heading--skin-b, [id=resultat_recherche_deco] h3, .btn2 {
  margin-top: 1.6rem;
}

.u-vspacer--32 {
  margin-top: 3.2rem;
}

.u-vspacer--40 {
  margin-top: 4rem;
}

.u-vspacer--60 {
  margin-top: 6rem;
}

.u-hrspacer--4 {
  margin-right: 0.4rem;
}

.u-hrspacer--8 {
  margin-right: 0.8rem;
}

.u-hrspacer--16 {
  margin-right: 1.6rem;
}

.u-hlspacer--8 {
  margin-left: 0.8rem;
}

.etiquette {
  background: #48215a;
  color: #fff;
  padding: 0.2rem 0.6rem;
  display: inline-block;
  margin-top: 0.4rem;
}

.u-link-color-1 {
  color: #350731;
}
.u-link-color-1:hover {
  color: #000;
}

.u-size--20 svg {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.u-size--16 svg {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
}

.u-fill--white svg {
  fill: #fff;
}

.u-paddingtop--4 {
  padding-top: 0.4rem;
}

@media screen and (min-width: 992px) {
  .u-lg-maxwidth--80 {
    max-width: 80%;
  }
}

.u-margin-lr-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-link-bounce:hover {
  -webkit-animation: bounce 0.5s;
  animation: bounce 0.5s;
}

.sr-only, [id=mot_de_la_fin] .resultats__tags {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media print {
  body {
    background: pink !important;
    font-size: 12pt; /* Taille de police adaptée à l'impression */
    color: black; /* Suppression des couleurs trop vives */
    background: none; /* Suppression des arrière-plans */
  }
  a {
    text-decoration: none;
    color: black;
  }
  a::after {
    content: "Lien vers : (" attr(href) ")"; /* Ajoute l'URL après les liens */
    font-size: 10pt;
    padding-left: 4pt;
  }
  nav, .sidebar, .footer,
  [id=superbanner],
  .skip-links, header {
    display: none; /* Masquer les éléments non essentiels */
  }
  .content {
    width: 100%; /* Ajustement de la mise en page pour l'impression */
  }
  .banner__logo {
    display: none;
  }
  * {
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    text-align: left;
  }
  .dl.definitionlist-skin--a {
    min-height: inherit;
    padding-left: 0;
  }
  [id=breadcrumb],
  article {
    margin: 0;
    max-width: inherit;
    padding: 0;
  }
  [id=banner__menu__container],
  picture,
  img {
    display: none !important;
  }
  aside,
  .btn__cta,
  .definitionlist-skin--a,
  footer div {
    padding: 0 !important;
  }
  body {
    min-height: inherit !important;
  }
  .heading--skin-a,
  footer > div,
  .u-list-grid-img,
  .u-text--center {
    text-align: left !important;
  }
  .d-ai-center {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .btn__cta {
    padding: 0 !important;
    background: red !important;
  }
  .btn__cta svg {
    display: none;
  }
  .u-list--knowmore {
    display: none !important;
  }
  ul.col {
    text-align: left !important;
  }
  ul.col * {
    text-align: left !important;
  }
  .u-list--naked, .u-list-img, .col, .col-sm-1, .col-md-2, .col-lg-4, .u-list-grid-img {
    text-align: left !important;
    width: 100%;
    display: block !important;
  }
  .u-list--naked li, .u-list-img li, .col li, .col-sm-1 li, .col-md-2 li, .col-lg-4 li, .u-list-grid-img li {
    width: 100%;
    display: block !important;
  }
  *,
  [id=home-bg-1] {
    min-height: inherit !important;
  }
  .u-vspacer {
    margin: 0 !important;
  }
  footer {
    margin-top: 0 !important;
  }
  .home > *,
  body:not(.home-page) .wrapper > *,
  .fiche.lazy {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    visibility: visible !important;
  }
  /* Supprimer tout ce qui étire artificiellement */
  * {
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
.skip-link {
  position: absolute;
  top: -999px;
  left: -999px;
  background: #350731;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  z-index: 100;
  font-size: 1.8rem;
  overflow: hidden;
  white-space: nowrap;
  max-width: auto;
  width: auto;
}

.skip-link:focus {
  top: 10px;
  left: 10px; /* Assurez-vous que ça reste identique */
  max-width: auto;
  width: auto;
  overflow: visible;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  color-scheme: light;
}

html {
  font-size: 0.625em;
}

body {
  background: #fff;
  color: #26220e;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "pt_serifregular", verdana, arial;
}
body > * {
  width: 100%;
}

img {
  max-width: 100%;
  display: block;
}

:root {
  --header-height: 10rem;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
[id=logo__mobile] {
  width: 6rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 333px) {
  [id=logo__mobile] {
    display: none;
  }
}

[id=banner__link] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.6rem;
  font-family: "Berkshire Swash", verdana, arial;
  font-size: 1.8rem;
  color: #26220e;
}
@media screen and (max-width: 333px) {
  [id=banner__link] {
    font-size: 1.4rem;
    padding: 0.8rem;
  }
}
@media screen and (min-width: 1400px) {
  [id=banner__link] {
    padding-left: 0;
  }
}

@media screen and (max-width: 334px) {
  [id=toggle-btn] {
    top: 0 !important;
    right: 0.8rem !important;
  }
  [id=toggle-btn] span {
    border-bottom: 2px solid #26220e !important;
    margin-top: 2px !important;
  }
}
@media screen and (max-width: 1199px) {
  [id=toggle-btn] {
    background: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 1.6rem;
    top: 1.8rem;
    padding: 1rem;
  }
  [id=toggle-btn] span {
    display: block;
    width: 2.4rem;
    border-bottom: 2px solid #26220e;
    margin-top: 0.4rem;
  }
  [id=toggle-btn] span:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  [id=toggle-btn] {
    display: none;
  }
}

[id=banner__menu] a {
  font-family: "Berkshire Swash", verdana, arial;
  color: #26220e;
  font-family: "pt_serifregular", verdana, arial;
}
@media screen and (max-width: 1199px) {
  [id=banner__menu] {
    position: absolute;
    left: -9999px;
    top: -9999px;
    font-size: 1.6rem;
  }
  [id=banner__menu][aria-hidden=true] {
    z-index: 2;
    left: inherit;
    top: 6.6rem;
    left: 0;
    background: #fff;
    width: 100%;
    display: block;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 3.2rem 1.6rem 1.6rem;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  [id=banner__menu][aria-hidden=true] .icon-cross {
    font-size: 1.8rem;
  }
  [id=banner__menu] a {
    display: inline-block;
    text-decoration: none;
    padding: 0.4rem 0;
    color: #26220e;
  }
  [id=banner__menu] li {
    display: block;
  }
  [id=banner__menu] li:not(:first-child) {
    margin-top: 1.2rem;
  }
  [id=banner__menu] [id=close-btn] {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    background: none;
    border: 0;
  }
}
@media screen and (min-width: 1200px) {
  [id=banner__menu] {
    font-size: 1.6rem;
  }
  [id=banner__menu] ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.6rem;
  }
  [id=banner__menu] a {
    display: block;
  }
  [id=banner__menu] [id=close-btn] {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  [id=banner__menu] {
    font-size: 1.8rem;
  }
  [id=banner__menu] ul {
    gap: 3.2rem;
  }
}

@media screen and (max-width: 1199px) {
  [id=contact] {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  [id=contact] ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
  }
  [id=contact] a {
    text-decoration: none;
    padding: 0.8rem;
    border-radius: 50%;
    background: #f3f3f3;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  [id=contact] a:hover {
    background: #610d5a;
    fill: #fff;
  }
}
@media screen and (min-width: 1400px) {
  [id=contact] {
    padding-right: 0;
  }
}

[id=header__container],
html.light [id=header__container] {
  background: #fff;
}

@media screen and (min-width: 1200px) {
  [id=header__container] {
    padding: 0 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  [id=header__container] a:hover {
    -webkit-animation: bounce 0.5s;
    animation: bounce 0.5s;
  }
}
@media screen and (min-width: 1400px) {
  [id=header__container] {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1600px) {
  [id=header__container] {
    max-width: 1540px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

header,
.header,
html.light header,
html.light .header {
  background: #fff;
}

header,
.header {
  position: fixed;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  z-index: 10;
}

.ancrerepositionnee {
  scroll-margin-top: calc(var(--header-height) + 4rem);
}

body:not(.home-page) main {
  margin-top: 5.6rem;
}
body:not(.home-page) .wrapper > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
body:not(.home-page) .wrapper > *.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

main,
html.light main {
  background: #fff url(img/bg-main-2.png) no-repeat center 70%;
}

main {
  font-size: 1.6rem;
  line-height: 1.5;
  background-size: 50%;
  background-attachment: fixed;
}
@media screen and (min-width: 500px) {
  main {
    background-size: auto;
  }
}

article {
  padding: 0 1.6rem;
}
article.home {
  padding: 0;
}
article a:not(.u-a-decoration-none) {
  color: #88094f;
  font-family: "pt_serifbold", verdana, arial;
  text-decoration: none;
}
article a:not(.u-a-decoration-none):hover {
  color: #610d5a;
}

picture img {
  width: 100%;
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
}

picture.img__page img {
  margin-bottom: 1.6rem;
}

.produit-fiche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .produit-fiche {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.nav-produits {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-produits a {
  padding: 0.8rem 1.2rem;
  display: inline-block;
  color: #26220e;
}
.nav-produits a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .nav-produits li:not(:first-child)::before {
    content: "-";
    padding: 0 0.8rem;
  }
}

aside {
  padding: 1.6rem 1.6rem 3.2rem;
  background: url("img/bg-aside-2.jpg") no-repeat center center;
  background-image: -webkit-image-set(url("img/bg-aside-2.avif") type("image/avif"), url("img/bg-aside-2.jpg") type("image/jpeg"));
  background-image: image-set(url("img/bg-aside-2.avif") type("image/avif"), url("img/bg-aside-2.jpg") type("image/jpeg"));
  background-size: cover;
  margin-top: 3.2rem;
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
}
aside > h3:first-child {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  article:has(.asides) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    grid-template-areas: "title  title  title" "content content asides";
    grid-auto-rows: auto;
  }
  article:has(.asides) .post-title {
    grid-area: title;
  }
  article:has(.asides) .post-content {
    grid-area: content;
  }
  article:has(.asides) .asides {
    grid-area: asides;
  }
  article:has(.asides) .asides aside:first-child {
    margin-top: 0;
  }
  article {
    max-width: 1400px;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1600px) {
  article {
    max-width: 1540px;
  }
}
@media screen and (min-width: 992px) {
  article.home {
    padding: 0;
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  article {
    padding: 0;
  }
}
.concert__deco {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .concert__deco {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .temoignagestous {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "titre" "asides" "content";
  }
  .temoignagestous .post-title {
    grid-area: titre;
  }
  .temoignagestous .post-content {
    grid-area: content;
  }
  .temoignagestous .asides {
    grid-area: asides;
    margin-bottom: 44px;
  }
}

footer {
  margin-top: auto;
  background-color: rgb(47, 7, 70);
  background-image: url("img/footer-tipis.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  min-height: 320px;
}
footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #dac3c3;
}
footer > div {
  max-width: 1400px;
  padding: 0 4rem;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  footer > div {
    max-width: 1540px;
  }
}

[id=footer--rs] {
  gap: 3.2rem;
  font-size: 3.2rem;
}
[id=footer--rs] svg {
  fill: #fff;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[id=footer--rs] svg:hover {
  fill: #dac3c3;
}
@media screen and (max-width: 375px) {
  [id=footer--rs] svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

[id=footer--links] {
  font-size: 2rem;
}
[id=footer--links] li:not(:first-child) {
  margin-top: 1.6rem;
}

@media screen and (min-width: 992px) {
  [id=footer--links] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [id=footer--links] li:not(:first-child) {
    margin-top: 0;
    margin-left: 4rem;
  }
  [id=footer--rs] {
    font-size: 4rem;
  }
}
@-webkit-keyframes battreAiles {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -80px 0;
  }
}
@keyframes battreAiles {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -80px 0;
  }
}
[id=retour_haut_page] {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
[id=retour_haut_page] button {
  background: none;
  border: none;
  cursor: pointer;
}
[id=retour_haut_page].actif {
  position: absolute;
}
[id=retour_haut_page].actif .butterfly {
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("img/papillon_immobile.png");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  -webkit-animation: flutter 1s ease-in-out infinite;
  animation: flutter 1s ease-in-out infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  will-change: transform;
}
[id=retour_haut_page].actif.fly-away .butterfly {
  -webkit-animation: flyAway 1.4s ease-in-out forwards;
  animation: flyAway 1.4s ease-in-out forwards;
}
[id=retour_haut_page].actif:hover {
  cursor: pointer;
}

@-webkit-keyframes flutter {
  0%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}
@keyframes flutter {
  0%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}
@-webkit-keyframes flutter-sprite {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -240px 0;
  }
}
@keyframes flutter-sprite {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -240px 0;
  }
}
/* Animation lente pour simuler un flottement vertical */
@-webkit-keyframes hover {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes hover {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes flyAway {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(-10vw, -15vh) scale(0.95);
    transform: translate(-10vw, -15vh) scale(0.95);
  }
  40% {
    -webkit-transform: translate(-20vw, -30vh) scale(0.9);
    transform: translate(-20vw, -30vh) scale(0.9);
  }
  60% {
    -webkit-transform: translate(-30vw, -50vh) scale(0.85);
    transform: translate(-30vw, -50vh) scale(0.85);
  }
  80% {
    -webkit-transform: translate(-40vw, -75vh) scale(0.8);
    transform: translate(-40vw, -75vh) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50vw, -100vh) scale(0.75);
    transform: translate(-50vw, -100vh) scale(0.75);
    opacity: 0;
  }
}
@keyframes flyAway {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(-10vw, -15vh) scale(0.95);
    transform: translate(-10vw, -15vh) scale(0.95);
  }
  40% {
    -webkit-transform: translate(-20vw, -30vh) scale(0.9);
    transform: translate(-20vw, -30vh) scale(0.9);
  }
  60% {
    -webkit-transform: translate(-30vw, -50vh) scale(0.85);
    transform: translate(-30vw, -50vh) scale(0.85);
  }
  80% {
    -webkit-transform: translate(-40vw, -75vh) scale(0.8);
    transform: translate(-40vw, -75vh) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50vw, -100vh) scale(0.75);
    transform: translate(-50vw, -100vh) scale(0.75);
    opacity: 0;
  }
}
.home > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.home > *.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.home h2.heading--skin-a {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 0;
  font-family: "Berkshire Swash", verdana, arial;
}
@media screen and (min-width: 1400px) {
  .home h2.heading--skin-a {
    font-size: 3.6rem;
  }
}
.home .tag {
  font-family: "alegreyablack", verdana, arial;
  margin-bottom: 0.8rem;
  display: block;
  color: #350731;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 1400px) {
  .home .tag {
    font-size: 3.6rem;
  }
}
.home .zoom {
  font-size: 1.8rem;
}
@media screen and (min-width: 1400px) {
  .home .zoom {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .home {
    font-size: 1.8rem;
  }
}

[id=home-intro] {
  margin-top: -1px;
  background-repeat: no-repeat;
  background-image: url("img/home-bg-1-mobile.jpg"); /* Fallback */
  background-size: 100%;
  background-position: top center;
  min-height: 400px;
  position: relative;
  padding-top: 43rem;
}
[id=home-intro] [id=logo_ligne1] {
  background: rgba(255, 255, 255, 0.7607843137);
  border-radius: 50%;
  position: absolute;
  top: 96px;
  right: 1.6rem;
  width: 12rem;
  padding: 0.8rem;
}
@media screen and (min-width: 992px) {
  [id=home-intro] [id=logo_ligne1] {
    right: 20%;
    width: 18rem;
    top: 12rem;
  }
}
[id=home-intro] .btn__cta {
  -webkit-box-shadow: none;
  box-shadow: none;
}
[id=home-intro] h2.heading--skin-a {
  font-family: "alegreyablack", verdana, arial;
  font-size: 2.4rem;
}
@media screen and (min-width: 1400px) {
  [id=home-intro] h2.heading--skin-a {
    font-size: 4rem;
  }
}
[id=home-intro] > div {
  background: rgb(64, 16, 78);
  padding: 1.6rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@supports (background-image: url("img/home-bg-1-mobile.webp")) {
  [id=home-intro] {
    background-image: url("img/home-bg-1-mobile.webp");
  }
}
@supports (background-image: url("img/home-bg-1-mobile.avif")) {
  [id=home-intro] {
    background-image: url("img/home-bg-1-mobile.avif");
  }
}
@media screen and (min-width: 768px) {
  [id=home-intro] {
    position: relative;
    min-height: 500px;
  }
  [id=home-intro] > div {
    position: absolute;
    bottom: 4rem;
    width: 670px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media screen and (min-width: 992px) {
  [id=home-intro] {
    background-size: 100% !important;
    background-position: center bottom;
    min-height: 500px;
    background-image: url("img/home-bg-1-laptop.jpg"); /* Fallback */
  }
  @supports (background-image: url("img/home-bg-1-laptop.webp")) {
    [id=home-intro] {
      background-image: url("img/home-bg-1-laptop.webp");
    }
  }
  @supports (background-image: url("img/home-bg-1-laptop.avif")) {
    [id=home-intro] {
      background-image: url("img/home-bg-1-laptop.avif");
    }
  }
}
@media screen and (min-width: 1200px) {
  [id=home-intro] {
    min-height: 680px;
    min-height: 620px;
  }
  [id=home-intro] > div {
    padding: 3.2rem;
  }
}
@media screen and (min-width: 1400px) {
  [id=home-intro] {
    min-height: 680px;
  }
}

[id=home-bg-4-creations],
[id=home-bg-4-bijoux] {
  padding: 4rem 1.6rem;
  text-align: center;
}
[id=home-bg-4-creations] .separateur,
[id=home-bg-4-bijoux] .separateur {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  background: url("img/separateur-agenda.png") no-repeat;
  background-size: 110px;
}
@media screen and (min-width: 768px) {
  [id=home-bg-4-creations],
  [id=home-bg-4-bijoux] {
    min-height: 400px;
  }
  [id=home-bg-4-creations] > div,
  [id=home-bg-4-bijoux] > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.4rem;
  }
  [id=home-bg-4-creations] .separateur,
  [id=home-bg-4-bijoux] .separateur {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    background: url("img/separateur-agenda.png") no-repeat;
    background-size: 180px;
  }
}
@media screen and (min-width: 1440px) {
  [id=home-bg-4-creations],
  [id=home-bg-4-bijoux] {
    padding: 4rem 0;
  }
  [id=home-bg-4-creations] > div,
  [id=home-bg-4-bijoux] > div {
    max-width: 1400px;
    margin: 0 auto;
  }
  [id=home-bg-4-creations] > div > div,
  [id=home-bg-4-bijoux] > div > div {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  [id=home-bg-4-creations] > div picture,
  [id=home-bg-4-bijoux] > div picture {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 1600px) {
  [id=home-bg-4-creations] > div,
  [id=home-bg-4-bijoux] > div {
    max-width: 1540px;
  }
}

[id=home-bg-4] {
  padding: 4rem 1.6rem;
  text-align: center;
}
[id=home-bg-4] .separateur {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  background: url("img/separateur-agenda.png") no-repeat;
  background-size: 110px;
}
@media screen and (min-width: 768px) {
  [id=home-bg-4] {
    min-height: 400px;
  }
  [id=home-bg-4] > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.4rem;
  }
  [id=home-bg-4] .separateur {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    background: url("img/separateur-agenda.png") no-repeat;
    background-size: 180px;
  }
}
@media screen and (min-width: 1440px) {
  [id=home-bg-4] {
    padding: 4rem 0;
  }
  [id=home-bg-4] > div {
    max-width: 1400px;
    margin: 0 auto;
  }
  [id=home-bg-4] > div > div {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  [id=home-bg-4] > div picture {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 1600px) {
  [id=home-bg-4] > div {
    max-width: 1540px;
  }
}

[id=home-bg-5] {
  padding: 0 1.6rem 4rem;
  text-align: center;
}
[id=home-bg-5] h2.heading--skin-a {
  font-size: 2.4rem;
  margin: 0;
}
[id=home-bg-5] .separateur {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: url("img/separateur-temoignages.png") no-repeat;
  background-size: 120px;
}
@media screen and (min-width: 768px) {
  [id=home-bg-5] {
    min-height: 400px;
  }
  [id=home-bg-5] .separateur {
    width: 180px;
    background-size: 180px;
  }
  [id=home-bg-5] > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  [id=home-bg-5] {
    padding: 0 0 4rem;
  }
  [id=home-bg-5] > div {
    max-width: 1400px;
    margin: 0 auto;
  }
  [id=home-bg-5] > div > div {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  [id=home-bg-5] > div picture {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 1600px) {
  [id=home-bg-5] > div {
    max-width: 1540px;
  }
}

[id=home-tambours] {
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(320deg, rgb(255, 255, 255) 0%, rgba(222, 197, 171, 0.6936975474) 99%);
  background: linear-gradient(130deg, rgb(255, 255, 255) 0%, rgba(222, 197, 171, 0.6936975474) 99%);
}
[id=home-tambours] .separateur {
  margin: 0 auto;
  width: 90px;
  height: 120px;
  background: url("img/separateur-tambour.png") no-repeat;
  background-size: 90px;
}

[id=home-soins] {
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(320deg, rgb(255, 255, 255) 0%, rgba(224, 221, 217, 0.6936975474) 99%);
  background: linear-gradient(130deg, rgb(255, 255, 255) 0%, rgba(224, 221, 217, 0.6936975474) 99%);
}
[id=home-soins] .separateur {
  margin: 0 auto;
  width: 90px;
  height: 194px;
  background: url("img/separateur-soins.png") no-repeat;
  background-size: 90px;
}

@media screen and (min-width: 992px) {
  [id=home-temoignages] .home-temoignages--list {
    max-width: 980px;
    margin: 0 auto;
  }
}

[id=home-tambours],
[id=home-soins],
[id=home-creations],
[id=home-agenda],
[id=home-temoignages] {
  padding: 4rem 1.6rem;
}
@media screen and (min-width: 1440px) {
  [id=home-tambours] > div,
  [id=home-soins] > div,
  [id=home-creations] > div,
  [id=home-agenda] > div,
  [id=home-temoignages] > div {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  [id=home-tambours] > div,
  [id=home-soins] > div,
  [id=home-creations] > div,
  [id=home-agenda] > div,
  [id=home-temoignages] > div {
    max-width: 1540px;
  }
}

.home .btn {
  padding: 1.6rem 1.6rem 1.6rem 4.4rem;
  font-size: 1.8rem;
  font-family: "pt_serifbold", verdana, arial;
}

.hero {
  clear: both;
}
.hero > div {
  padding: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
@media screen and (min-width: 1400px) {
  .hero > div {
    max-width: 1400px;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .hero > div {
    max-width: 1540px;
  }
}
@media screen and (min-width: 1440px) {
  .hero > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero ul:not(.u-list--naked) li {
  background: url("img/bg-ul-li-2.png") no-repeat;
  background-size: 1rem;
  background-position: left 8px;
  padding-left: 2rem;
}
.hero a:not(.u-a-decoration-none) {
  color: #88094f;
  font-family: "pt_serifbold", verdana, arial;
  text-decoration: none;
}
.hero a:not(.u-a-decoration-none):hover {
  color: #610d5a;
}

.hero__agenda3 {
  background: -webkit-linear-gradient(315deg, #fff 0%, #e7e5dd 40%, #ebe5d2 100%);
  background: linear-gradient(135deg, #fff 0%, #e7e5dd 40%, #ebe5d2 100%);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
}

article ul {
  margin-bottom: 2rem;
}
article ul li {
  background: url("img/bg-ul-li-2.png") no-repeat;
  background-size: 1rem;
  background-position: left 8px;
  padding-left: 2rem;
}

.u-list-programme {
  padding-bottom: 6rem;
}
.u-list-programme li {
  border: 1px solid #dcdcdc;
  padding: 2.4rem 4.8rem 2.4rem 8rem;
  background: #fff url("img/bg-cta-arbre-noir.png") no-repeat;
  background-size: 65px auto;
  background-position: 5px 5px;
}

.col {
  display: grid;
  gap: 2rem;
}
.col.gap-10 {
  gap: 1rem;
}
.col.gap-32 {
  gap: 3.2rem;
}
.col.col-sm-1 {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 500px) {
  .col.col-3-img {
    grid-template-areas: "tambour1 tambour1" "minitambour2 minitambour3";
  }
  .col.col-3-img picture:nth-of-type(1) {
    grid-area: tambour1;
  }
}
@media screen and (min-width: 500px) {
  .col.col-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col.col-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .col.col-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col.col-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col.col-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col.col-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.u-list--text {
  margin-top: 0.8rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.u-list--title {
  font-family: "Berkshire Swash", verdana, arial;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-bottom: 0.8rem;
}

.u-list--title-2 {
  font-family: "Berkshire Swash", verdana, arial;
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 0.8rem;
}

.u-list--subtitle {
  font-size: 1.8rem;
}

.u-list--knowmore {
  font-family: "pt_serifbold", verdana, arial;
  margin-top: 0.8rem;
  padding: 0.8rem 1.6rem;
  text-decoration: none;
  -webkit-box-shadow: 4px 8px 20px -3px #888888;
  box-shadow: 4px 8px 20px -3px #888888;
  background: #610d5a no-repeat 0.8rem;
  color: #fff !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
}
.u-list--knowmore:hover {
  color: #fff;
}
.u-list--knowmore svg {
  width: 20px;
}

.u-list-img picture {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.u-list-img a {
  color: #350731;
}
.u-list-img a:hover {
  color: #000;
}
.u-list-img a:hover .u-list--knowmore {
  background-color: #88094f;
  color: #fff;
}

.u-list-icons img {
  width: 8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.u-list-icons li {
  background: #dcdcdc url(img/bg-infospratiques.jpg) no-repeat;
  background-size: cover;
  padding: 4rem 2rem 2rem;
}
.u-list-icons .u-list--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.u-list-icons .u-list--knowmore {
  margin-bottom: 0;
}
.u-list-icons a {
  color: #350731;
}
.u-list-icons a:hover {
  color: #000;
}
.u-list-icons a:hover .u-list--knowmore {
  background-color: #88094f;
  color: #fff;
}

[id=fiche__temoignages] .separateur {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: url("img/separateur-temoignages.png") no-repeat;
  background-size: 120px;
}
[id=fiche__temoignages] .heading--skin-b,
[id=fiche__temoignages] span.u-text--italic {
  text-align: center;
  display: block;
}
@media screen and (min-width: 992px) {
  [id=fiche__temoignages] {
    max-width: 1000px !important;
  }
}
@media screen and (min-width: 992px) {
  [id=fiche__temoignages]:has(li:nth-of-type(4)) {
    max-width: 1540px !important;
  }
  [id=fiche__temoignages]:has(li:nth-of-type(4)) .col-perso {
    grid-template-columns: repeat(4, 1fr);
  }
  [id=fiche__temoignages]:has(li:nth-of-type(4)) .heading--skin-b,
  [id=fiche__temoignages]:has(li:nth-of-type(4)) span.u-text--italic {
    text-align: left;
  }
}

ul.temoignages2 .temoignage__prenom {
  font-size: 2.2rem;
  font-family: "pt_serifbold", verdana, arial;
}
ul.temoignages2 li {
  padding: 1.6rem;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
ul.temoignages2 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/bg-temoignages-page.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  /* Applique l'opacité uniquement à l'image */
  z-index: -1;
  /* Met l'image derrière le contenu */
}
ul.temoignages2 li:not(:first-child) {
  margin-top: 1.6rem;
}

.list-aside-videos a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.list-aside-videos a > span {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.list-aside-videos li:not(:first-child) {
  margin-top: 1.6rem;
}
.list-aside-videos svg {
  fill: #350731;
  width: 4rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.list-aside-videos svg:hover {
  fill: #000;
}

.u-list-grid-img {
  display: grid;
  text-align: center;
  padding-bottom: 4.8rem;
}
.u-list-grid-img picture {
  position: relative;
  display: block; /* Évite les espaces blancs sous l'image */
  overflow: hidden; /* Empêche l’image de dépasser */
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
  /* Effet de vignettage */
  background: radial-gradient(circle, transparent 40%, #072150);
  /* Effet de vignettage */
  background: -webkit-radial-gradient(circle, transparent 40%, #072150);
  background: radial-gradient(circle, transparent 40%, #072150);
  /* Halo sombre */
}
.u-list-grid-img picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}
.u-list-grid-img img {
  filter: brightness(103%) saturate(140%);
  -webkit-filter: brightness(103%) saturate(140%);
  -moz-filter: brightness(103%) saturate(140%);
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* Agrandissement au survol */
}
.u-list-grid-img img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.u-list-grid-img a {
  color: #350731;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.u-list-grid-img a:hover {
  color: #350731;
}
.u-list-grid-img .u-list-grid--text {
  padding-top: 1.6rem;
}
.u-list-grid-img .u-list-grid--title {
  font-size: 2rem;
  font-family: "Berkshire Swash", verdana, arial;
}
@media screen and (min-width: 992px) {
  .u-list-grid-img {
    padding-bottom: 6rem;
  }
}

.u-list-grid-img-stage.flex-col {
  display: grid;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media screen and (min-width: 500px) {
  .u-list-grid-img-stage.flex-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  .u-list-grid-img-stage.flex-col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.partners li:not(:first-child) {
  margin-top: 3.2rem;
}
.partners li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .partners li:not(:first-child) {
    margin-top: 4.4rem;
  }
  .partners li .u-list-grid--text {
    padding-top: 0;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .partners li picture {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .partners li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }
  .partners li:nth-child(2n+1) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1400px) {
  .partners li:not(:first-child) {
    margin-top: 5.6rem;
  }
  .partners li .u-list-grid--title {
    font-size: 3.2rem;
  }
}

.flex-col {
  display: block !important;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
}
.flex-col li:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .flex-col {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media screen and (min-width: 992px) {
  .flex-col {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

.flex-col2 {
  display: block !important;
}
.flex-col2 picture {
  float: none !important;
  max-width: inherit !important;
  margin-right: inherit !important;
  margin-bottom: 1.6rem;
}
.flex-col2 picture img {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 500px) {
  .flex-col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .flex-col2 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

.btn {
  padding: 0.8rem 1.6rem 0.8rem 4rem;
  text-decoration: none;
  -webkit-box-shadow: 4px 8px 20px -3px #888888;
  box-shadow: 4px 8px 20px -3px #888888;
  color: #fff !important;
}
.btn:hover {
  color: #fff;
}

.btn__cta, [id=moteur__recherche] [type=submit], [id=moteur__recherche] [type=reset] {
  background: #610d5a no-repeat 0.8rem;
  color: #fff;
  margin-top: 1.6rem;
  display: inline-block;
}
.btn__cta:hover, [id=moteur__recherche] [type=submit]:hover, [id=moteur__recherche] [type=reset]:hover {
  background-color: #88094f;
  color: #fff;
}

.btn__cta--plume {
  background-image: url("img/bg-cta-plume.png");
  background-size: 20px;
  background-position: 12px;
}

.btn__cta--attreve {
  background-image: url("img/bg-cta2-ar.png");
  background-size: 28px;
}

.btn__cta--tarot {
  background-image: url("img/bg-cta-tarot.png");
  background-size: 18px;
  background-position: 12px;
}

.btn__cta--loup {
  background-image: url("img/bg-cta-loup2.png");
  background-size: 25px;
}

.btn__cta--tambour {
  background-image: url("img/bg-cta-tambour.png");
  background-size: 28px;
}

.btn__cta--arbre {
  background-image: url("img/bg-cta-arbre.png");
  background-size: 28px;
}

.btn__cta--tipi {
  background-image: url("img/bg-cta-tipi.png");
  background-size: 24px;
}

.btn__cta--youtube,
.btn__cta--instagram,
.btn__cta--facebook {
  background-image: none;
  padding-left: 12px;
  fill: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn__cta--youtube svg,
.btn__cta--instagram svg,
.btn__cta--facebook svg {
  width: 3.2rem;
  margin-right: 0.8rem;
}

.btn2 {
  background: #610d5a no-repeat 0.8rem;
  color: #fff;
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  text-decoration: none;
  -webkit-box-shadow: 4px 8px 20px -3px #888888;
  box-shadow: 4px 8px 20px -3px #888888;
  color: #fff !important;
}
.btn2:hover {
  color: #fff;
}
.btn2:hover {
  background-color: #88094f;
  color: #fff;
}

[id=btn__effacer].btn {
  color: #350731 !important;
}
[id=btn__effacer].btn:hover {
  background-color: #350731;
  color: #fff !important;
}

.btn__cta--appeler,
.btn__cta--ecrire,
.btn__cta--plan {
  padding-left: 1.2rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading--skin-a {
  font-family: "alegreyablack";
  font-size: 3.2rem;
  line-height: 1.2;
}

.heading--skin-b, [id=resultat_recherche_deco] h3 {
  font-family: "Berkshire Swash";
  font-size: 2.4rem;
}

.heading--skin-c {
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .heading--skin-a {
    font-size: 4.4rem;
  }
  .heading--skin-b, [id=resultat_recherche_deco] h3 {
    font-size: 2.6rem;
  }
}
[id=moteur__recherche__container] {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  [id=moteur__recherche__container] {
    width: 80%;
    margin: 0 auto 2.4rem;
  }
}

[id=moteur__recherche] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
[id=moteur__recherche] input {
  display: inline-block;
  min-height: 4rem;
  font-size: 1.6rem;
  font-family: "pt_serifbold", verdana, arial;
}
[id=moteur__recherche] [type=submit] {
  padding: 0.8rem 1.6rem;
  margin-top: 0;
  border-width: 0;
  cursor: pointer;
}
[id=moteur__recherche] [type=reset] {
  background: #fff;
  color: #88094f;
  padding: 0.8rem 1.6rem;
  margin-top: 0;
  border-width: 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  [id=moteur__recherche] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [id=moteur__recherche] input {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  [id=moteur__recherche] [type=text] {
    padding: 0.8rem;
  }
  [id=moteur__recherche] [type=submit],
  [id=moteur__recherche] [type=reset] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

[id=resultat_recherche_insuffisant] {
  font-family: "pt_serifbold", verdana, arial;
}

[id=resultat_recherche_deco] [id=texterecherche] {
  font-family: "pt_serifbold", verdana, arial;
}

[id=mot_de_la_fin] {
  margin-top: 2.4rem;
}
[id=mot_de_la_fin] li {
  margin-bottom: 2.4rem;
}
[id=mot_de_la_fin] .resultats__titre {
  display: block;
}
[id=mot_de_la_fin] .resultats__rubrique {
  font-family: "pt_serifitalic", verdana, arial;
}
[id=mot_de_la_fin] .resultats__resume {
  display: block;
  margin-top: 0.8rem;
}
[id=moteur__recherche__page] {
  min-height: 50vh;
}

[id=breadcrumb] {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.6rem 1.6rem 0;
  color: #818180;
  margin-top: 1.2rem;
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
[id=breadcrumb] a {
  text-decoration: none;
  color: #818180;
}
[id=breadcrumb] ol {
  display: inline;
}
[id=breadcrumb] ol li {
  display: inline;
}
[id=breadcrumb] li:not(:first-child)::before {
  content: " › ";
  padding: 0 0.4rem 0;
}
[id=breadcrumb] [aria-current=page] {
  font-family: "pt_serifbold", verdana, arial;
}
@media screen and (min-width: 992px) {
  [id=breadcrumb] {
    max-width: 1400px;
    margin: 4.4rem auto 0;
    padding: 0;
    font-size: 1.6rem;
  }
  [id=breadcrumb] li:first-child::before {
    content: "Vous êtes ici 🌿 : ";
    padding-right: 0.4rem;
  }
}
@media screen and (min-width: 1600px) {
  [id=breadcrumb] {
    max-width: 1540px;
  }
}

.introduction {
  margin-bottom: 1.6rem;
}

.textenormal {
  font-family: "pt_serifregular", verdana, arial;
}

p {
  margin-bottom: 1.6rem;
}

.bg__colored--purple {
  background: #350731;
  background: rgba(236, 206, 69, 0.2392156863);
  color: #fff;
  text-shadow: 4px 2px 5px #29120B;
  padding: 2.4rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .para-text-img-gauche picture {
    float: left;
    max-width: 400px;
    margin-right: 2rem;
  }
}

[id=produitchoisi] p,
[id=soinchoisi] p,
[id=evtchoisi] p {
  background: #cbebcc;
  color: #040101;
  padding: 2.4rem;
  margin: 2.4rem 0;
}
@media screen and (min-width: 992px) {
  [id=produitchoisi] p,
  [id=soinchoisi] p,
  [id=evtchoisi] p {
    margin-left: 420px;
  }
}

@media screen and (min-width: 992px) {
  [id=produitchoisi] p,
  [id=evtchoisi] p {
    margin-left: 0;
  }
}

.definitionlist-skin--a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.definitionlist-skin--a p {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .definitionlist-skin--a {
    background: url("img/bg-dlist-etoiles.png") no-repeat;
    background-position: top left;
    min-height: 100px;
    min-height: 150px;
    background-size: 120px;
    padding-left: 6rem;
    padding-left: 110px;
  }
}

dl.definitionlist-skin--b dt {
  display: block;
  float: left;
}

.fitting-image {
  -o-object-position: 70% 15%;
  object-position: 70% 15%;
  -o-object-fit: 200px;
  object-fit: 200px;
  width: 100px;
}

@media screen and (min-width: 500px) {
  .img-aligned-left {
    float: left;
    width: 250px;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 500px) {
  .img-aligned-right {
    float: right;
    width: 250px;
    margin-left: 2rem;
  }
}

.grid-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 10px;
}
.grid-gallery li {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition: 0.3s;
  -webkit-transition: -webkit-filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-filter: brightness(100%) contrast(94%);
  filter: brightness(100%) contrast(94%);
}
.grid-gallery li:hover {
  -webkit-filter: brightness(100%) contrast(99%) saturate(198%) sepia(44%);
  filter: brightness(100%) contrast(99%) saturate(198%) sepia(44%);
}
.grid-gallery li picture:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.grid-gallery li.pano--verti {
  grid-row: span 2;
}
.grid-gallery li.pano--hori {
  grid-column: span 2;
}
.modal {
  display: none;
  /* Masquer la modale par défaut */
  position: fixed;
  z-index: 100;
  /* S'assurer qu'elle soit au-dessus de tout le contenu */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  /* Fond noir avec opacité */
  background-color: rgba(0, 0, 0, 0.8);
  /* Fond avec opacité */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  /* Ajustez la taille selon vos besoins */
  max-width: 900px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
}

.img__page {
  position: relative;
  display: inline-block;
}
.img__page img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.btn-loupe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 10px;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.btn-loupe:hover {
  background: rgba(0, 0, 0, 0.8);
}

thead,
tbody {
  border: 1px solid #26220e;
}

th,
td {
  padding: 0.8rem 1.2rem;
}

@media screen and (max-width: 767px) {
  thead,
  tbody {
    border: 0;
  }
  table {
    width: 100%;
  }
  thead {
    position: absolute;
    top: -9999px;
    left: -999px;
  }
  th,
  td {
    padding: 0;
  }
  td {
    padding-left: 0.4rem;
  }
  tr {
    padding: 0.8rem 1.2rem;
    border: 1px solid #26220e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  tr:not(:first-child) {
    margin-top: 1.6rem;
  }
  .responsive-row > * {
    display: inline-block;
  }
}
video {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 2.4rem;
  height: auto;
  aspect-ratio: 16/9;
  cursor: pointer;
}

/* utilitaire pour masquer visuellement mais garder accessible au besoin */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* cache initial de l'agenda */
#agenda-container.hidden {
  display: none;
}

/* style du spinner */
#loading-spinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1rem;
}

/* svg spinner */
.spinner {
  display: block;
}

.spinner .path {
  stroke: rgba(0, 0, 0, 0.2);
  stroke: currentColor;
  stroke-dasharray: 90;
  stroke-dashoffset: 60;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin 1s linear infinite, dash 1.2s ease-in-out infinite;
  animation: spin 1s linear infinite, dash 1.2s ease-in-out infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 90;
  }
  50% {
    stroke-dashoffset: 25;
  }
  100% {
    stroke-dashoffset: 90;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 90;
  }
  50% {
    stroke-dashoffset: 25;
  }
  100% {
    stroke-dashoffset: 90;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spinner .path {
    -webkit-animation: none;
    animation: none;
  }
}
/* masquer les événements passés */
.event-passe {
  display: none;
}

.produit__intro__infos p {
  margin-bottom: 0.4rem;
}

.tambours__intro__img {
  margin-bottom: 1.6rem;
}
.tambours__intro__img picture.img__page img {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .tambours__infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tambours__infos > div {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .tambours__infos [id=commandeProduit] {
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /* largeur naturelle du bouton */
    white-space: nowrap;
    /* évite le retour à la ligne */
  }
  .tambours__infos .produit__specifs span:not(:first-child)::before {
    content: "-";
    padding: 0 0.4rem;
  }
  .tambours__infos .produit__specifs span:not(:first-child).prix::before {
    content: "";
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .tambours__infos .produit__specifs > span {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .list-tambours-text .list-specifs > span {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .list-tambours-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .list-tambours-text .list-specifs {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .list-tambours-text .list-specifs span:nth-of-type(n+3)::before {
    content: "-";
    padding: 0 0.4rem;
  }
  .list-tambours-text .list-specifs span:nth-of-type(n+3).prix--container::before {
    content: "";
    padding: 0;
  }
  .list-tambours-text > .u-list--knowmore {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media screen and (min-width: 992px) {
  .produit__intro.col-unique {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .produit__intro.col-unique > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.fiche {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fiche.lazy {
  opacity: 0;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}

.fiche.loaded {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.print__only {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hidden-xs,
.hidden-md {
  display: none;
}

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