@charset "UTF-8";
:root.md-dark {
  --md-sys-color-primary: rgb(198 198 198);
  --md-sys-color-surface-tint: rgb(198 198 198);
  --md-sys-color-on-primary: rgb(48 48 48);
  --md-sys-color-primary-container: rgb(0 0 0);
  --md-sys-color-on-primary-container: rgb(117 117 117);
  --md-sys-color-secondary: rgb(198 198 198);
  --md-sys-color-on-secondary: rgb(48 48 48);
  --md-sys-color-secondary-container: rgb(71 71 71);
  --md-sys-color-on-secondary-container: rgb(181 181 181);
  --md-sys-color-tertiary: rgb(198 198 198);
  --md-sys-color-on-tertiary: rgb(48 48 48);
  --md-sys-color-tertiary-container: rgb(0 0 0);
  --md-sys-color-on-tertiary-container: rgb(117 117 117);
  --md-sys-color-error: rgb(255 180 171);
  --md-sys-color-on-error: rgb(105 0 5);
  --md-sys-color-error-container: rgb(147 0 10);
  --md-sys-color-on-error-container: rgb(255 218 214);
  --md-sys-color-background: rgb(19 19 19);
  --md-sys-color-on-background: rgb(226 226 226);
  --md-sys-color-surface: rgb(19 19 19);
  --md-sys-color-on-surface: rgb(226 226 226);
  --md-sys-color-surface-variant: rgb(76 69 70);
  --md-sys-color-on-surface-variant: rgb(207 196 197);
  --md-sys-color-outline: rgb(152 142 144);
  --md-sys-color-outline-variant: rgb(76 69 70);
  --md-sys-color-shadow: rgb(0 0 0);
  --md-sys-color-scrim: rgb(0 0 0);
  --md-sys-color-inverse-surface: rgb(226 226 226);
  --md-sys-color-inverse-on-surface: rgb(48 48 48);
  --md-sys-color-inverse-primary: rgb(94 94 94);
  --md-sys-color-primary-fixed: rgb(226 226 226);
  --md-sys-color-on-primary-fixed: rgb(27 27 27);
  --md-sys-color-primary-fixed-dim: rgb(198 198 198);
  --md-sys-color-on-primary-fixed-variant: rgb(71 71 71);
  --md-sys-color-secondary-fixed: rgb(226 226 226);
  --md-sys-color-on-secondary-fixed: rgb(27 27 27);
  --md-sys-color-secondary-fixed-dim: rgb(198 198 198);
  --md-sys-color-on-secondary-fixed-variant: rgb(71 71 71);
  --md-sys-color-tertiary-fixed: rgb(226 226 226);
  --md-sys-color-on-tertiary-fixed: rgb(27 27 27);
  --md-sys-color-tertiary-fixed-dim: rgb(198 198 198);
  --md-sys-color-on-tertiary-fixed-variant: rgb(71 71 71);
  --md-sys-color-surface-dim: rgb(19 19 19);
  --md-sys-color-surface-bright: rgb(57 57 57);
  --md-sys-color-surface-container-lowest: rgb(14 14 14);
  --md-sys-color-surface-container-low: rgb(27 27 27);
  --md-sys-color-surface-container: rgb(31 31 31);
  --md-sys-color-surface-container-high: rgb(42 42 42);
  --md-sys-color-surface-container-highest: rgb(53 53 53);
  --primary: rgb(198, 198, 198);
}

:root.md-light {
  --md-sys-color-primary: rgb(0 0 0);
  --md-sys-color-surface-tint: rgb(94 94 94);
  --md-sys-color-on-primary: rgb(255 255 255);
  --md-sys-color-primary-container: rgb(27 27 27);
  --md-sys-color-on-primary-container: rgb(132 132 132);
  --md-sys-color-secondary: rgb(94 94 94);
  --md-sys-color-on-secondary: rgb(255 255 255);
  --md-sys-color-secondary-container: rgb(226 226 226);
  --md-sys-color-on-secondary-container: rgb(100 100 100);
  --md-sys-color-tertiary: rgb(0 0 0);
  --md-sys-color-on-tertiary: rgb(255 255 255);
  --md-sys-color-tertiary-container: rgb(27 27 27);
  --md-sys-color-on-tertiary-container: rgb(132 132 132);
  --md-sys-color-error: rgb(186 26 26);
  --md-sys-color-on-error: rgb(255 255 255);
  --md-sys-color-error-container: rgb(255 218 214);
  --md-sys-color-on-error-container: rgb(147 0 10);
  --md-sys-color-background: rgb(249 249 249);
  --md-sys-color-on-background: rgb(27 27 27);
  --md-sys-color-surface: rgb(249 249 249);
  --md-sys-color-on-surface: rgb(27 27 27);
  --md-sys-color-surface-variant: rgb(235 224 225);
  --md-sys-color-on-surface-variant: rgb(76 69 70);
  --md-sys-color-outline: rgb(126 117 118);
  --md-sys-color-outline-variant: rgb(207 196 197);
  --md-sys-color-shadow: rgb(0 0 0);
  --md-sys-color-scrim: rgb(0 0 0);
  --md-sys-color-inverse-surface: rgb(48 48 48);
  --md-sys-color-inverse-on-surface: rgb(241 241 241);
  --md-sys-color-inverse-primary: rgb(198 198 198);
  --md-sys-color-primary-fixed: rgb(226 226 226);
  --md-sys-color-on-primary-fixed: rgb(27 27 27);
  --md-sys-color-primary-fixed-dim: rgb(198 198 198);
  --md-sys-color-on-primary-fixed-variant: rgb(71 71 71);
  --md-sys-color-secondary-fixed: rgb(226 226 226);
  --md-sys-color-on-secondary-fixed: rgb(27 27 27);
  --md-sys-color-secondary-fixed-dim: rgb(198 198 198);
  --md-sys-color-on-secondary-fixed-variant: rgb(71 71 71);
  --md-sys-color-tertiary-fixed: rgb(226 226 226);
  --md-sys-color-on-tertiary-fixed: rgb(27 27 27);
  --md-sys-color-tertiary-fixed-dim: rgb(198 198 198);
  --md-sys-color-on-tertiary-fixed-variant: rgb(71 71 71);
  --md-sys-color-surface-dim: rgb(218 218 218);
  --md-sys-color-surface-bright: rgb(249 249 249);
  --md-sys-color-surface-container-lowest: rgb(255 255 255);
  --md-sys-color-surface-container-low: rgb(243 243 243);
  --md-sys-color-surface-container: rgb(238 238 238);
  --md-sys-color-surface-container-high: rgb(232 232 232);
  --md-sys-color-surface-container-highest: rgb(226 226 226);
  --primary: rgb(0,0,0);
}

.section__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.section-body__title {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.section-body__content {
  margin-bottom: 0.75rem;
  white-space: pre-line;
}

header {
  background-color: var(--md-sys-color-surface-container-lowest) !important;
  color: var(--md-sys-color-on-surface);
}

footer {
  background-color: var(--md-sys-color-surface-container-lowest);
  color: var(--md-sys-color-on-surface);
}

.section[data-type=carousel] {
  opacity: 0;
}
.section[data-type=carousel].echo-animate {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=carousel] .carousel-section {
  padding: 0px;
}
.section[data-type=carousel] .carousel-section .section-body {
  height: 70vh;
  background-size: cover;
}
.section[data-type=carousel] .carousel-section .section-body .section-body__block {
  display: inline-block;
  padding: 1.5rem;
  padding-bottom: 2.5rem;
  position: absolute;
  bottom: 2%;
  left: 50%; /* à 50%/50% du parent référent */
  transform: translateX(-50%); /* décalage de 50% de sa propre taille */
  /* From https://css.glass */
  background: rgb(from var(--md-sys-color-surface) r g b/0.71);
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
  color: var(--md-sys-color-on-surface);
}
.section[data-type=carousel] .carousel-section .section-body .section-body__block .section-body__title {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.section[data-type=carousel] .carousel-section .section-body .section-body__block .section-body__content {
  margin-bottom: 10px;
}
.section[data-type=carousel] .carousel-section .section-body .section-body__block .section-body__link {
  float: right;
  margin-bottom: 10px;
}

.section[data-type=collection] {
  padding: 20px 5px;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(1) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(2) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(3) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(4) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(5) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(6) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(7) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(8) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(9) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(10) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(11) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(12) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(13) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(14) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(15) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(16) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(17) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(18) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(19) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(20) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(21) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(22) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(23) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(24) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(25) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(26) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(27) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(28) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(29) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(30) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 6000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .section__title {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .section-body__link {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection] .section__title {
  opacity: 0;
  margin-bottom: 40px;
}
.section[data-type=collection] .section-body {
  text-align: center;
}
.section[data-type=collection] .section-body .section-body__link {
  opacity: 0;
}
.section[data-type=collection] .card-add {
  border: 5px solid #3024FF;
  background-color: rgba(0, 0, 0, 0);
}
.section[data-type=collection] .card-add #add-button {
  border-radius: 0;
  border: 0px solid var(--md-sys-color-primary);
}
.section[data-type=collection] .card-product {
  opacity: 0;
}

.section[data-type=gridtext].echo-animate .section__title {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(1) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(1) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(2) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(2) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(3) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(3) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(4) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(4) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(5) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(5) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(6) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(6) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(7) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(7) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(8) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(8) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(9) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(9) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(10) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(10) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(11) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(11) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(12) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(12) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(13) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(13) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(14) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(14) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(15) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(15) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(16) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(16) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(17) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(17) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(18) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(18) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(19) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(19) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(20) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(20) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(21) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(21) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(22) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(22) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(23) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(23) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(24) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(24) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(25) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(25) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(26) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(26) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(27) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(27) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(28) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(28) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(29) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(29) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(30) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 6000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(30) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 6000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext] .gridtext-section {
  padding-top: 30px;
  padding-bottom: 0;
}
.section[data-type=gridtext] .gridtext-section .section__title {
  opacity: 0;
}
.section[data-type=gridtext] .gridtext-section .section-body {
  width: 337px !important;
  margin: 10px;
  border: none;
  background-color: transparent;
  opacity: 0;
  overflow: hidden;
}
.section[data-type=gridtext] .gridtext-section .section-body .card-body {
  height: auto !important;
}
.section[data-type=gridtext] .gridtext-section .section-body__title {
  margin-bottom: 10px;
}
.section[data-type=gridtext] .gridtext-section .section-body__content {
  margin-bottom: 10px;
}
.section[data-type=gridtext] .gridtext-section .section-body__image {
  height: 350px;
  background-size: cover;
  border-radius: 0.25rem;
  transform: scale(1.25);
}
.section[data-type=gridtext] .gridtext-section .section-body__link {
  float: right;
}

.section[data-type=text_and_image].echo-animate .section-body__block {
  animation: fadeInLeft;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=text_and_image].echo-animate .section-body__image {
  animation: fadeInRight;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}

.section[data-type=image_and_text].echo-animate .section-body__image {
  animation: fadeInLeft;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=image_and_text].echo-animate .section-body__block {
  animation: fadeInRight;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}

.text_and_image,
.image_and_text {
  padding: 20px;
}
.text_and_image .section-body__image,
.image_and_text .section-body__image {
  border-radius: 16px;
  background-size: cover;
  opacity: 0;
}
@media (min-width: 768px) {
  .text_and_image .section-body__image,
  .image_and_text .section-body__image {
    margin: 0 auto;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .text_and_image .section-body__image,
  .image_and_text .section-body__image {
    margin: 20px auto;
    width: 100%;
    height: 300px;
  }
}
.text_and_image div:has(.section-body__block),
.image_and_text div:has(.section-body__block) {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .text_and_image div:has(.section-body__block),
  .image_and_text div:has(.section-body__block) {
    height: 400px;
  }
}
.text_and_image div:has(.section-body__block) .section-body__block,
.image_and_text div:has(.section-body__block) .section-body__block {
  display: block;
  width: 350px;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .text_and_image div:has(.section-body__block) .section-body__block,
  .image_and_text div:has(.section-body__block) .section-body__block {
    margin-bottom: 20px;
  }
}
.section[data-type=notices] {
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0;
}
.section[data-type=notices].echo-animate {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=notices] .section-body {
  text-align: center;
}
.section[data-type=notices] .section-body .section-body__image {
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 20px;
}
.section[data-type=landing_page] {
  opacity: 0;
  height: 80vh;
  overflow: hidden;
  position: relative;
}
.section[data-type=landing_page].echo-animate {
  opacity: 1;
}
.section[data-type=landing_page].echo-animate .section-body::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--md-sys-color-background);
  animation: fadeOut 1s ease-out forwards, blockNone 1s ease-out forwards;
}
.section[data-type=landing_page].echo-animate .section-body {
  animation: dezoomImg 1s ease-out forwards;
}
.section[data-type=landing_page].echo-animate .section-body__block {
  animation: fadeIn 0.3s ease-out 0.8s forwards;
}
.section[data-type=landing_page] .section-body {
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .section[data-type=landing_page] .section-body .section-body__block {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
    width: 90%;
  }
}
.section[data-type=landing_page] .section-body .section-body__block {
  opacity: 0;
  display: inline-block;
  padding: 20px 50px;
  /* From https://css.glass */
  background: rgb(from var(--md-sys-color-surface) r g b/0.71);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
  color: var(--md-sys-color-on-surface);
}
.section[data-type=landing_page] .section-body .section-body__block .section-body__title {
  font-size: 2rem;
  text-align: left;
}
.section[data-type=landing_page] .section-body .section-body__block .section-body__content {
  font-size: 1.5rem;
  text-align: left;
}
.section[data-type=landing_page] .section-body .section-body__block .section-body__link {
  font-size: 1.1rem;
  float: right;
}

.section[data-type=landing_video] {
  opacity: 0;
  height: 50vh;
  overflow: hidden;
  position: relative;
}
.section[data-type=landing_video].echo-animate {
  opacity: 1;
}
.section[data-type=landing_video].echo-animate .section-body::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--md-sys-color-background);
  animation: fadeOut 1s ease-out forwards, blockNone 1s ease-out forwards;
}
.section[data-type=landing_video].echo-animate .section-body {
  animation: dezoomImg 1s ease-out forwards;
}
.section[data-type=landing_video].echo-animate .section-body__block {
  animation: fadeIn 0.3s ease-out 0.8s forwards;
}
.section[data-type=landing_video] .section-body {
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .section[data-type=landing_video] .section-body .section-body__block {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
    width: 90%;
  }
}
.section[data-type=landing_video] .section-body .section-body__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section[data-type=landing_video] .section-body .section-body__video video {
  width: 100%;
}
.section[data-type=landing_video] .section-body .section-body__block {
  opacity: 0;
  display: inline-block;
  padding: 20px 50px;
  /* From https://css.glass */
  background: rgb(from var(--md-sys-color-surface) r g b/0.71);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
  color: var(--md-sys-color-on-surface);
}
.section[data-type=landing_video] .section-body .section-body__block .section-body__title {
  font-size: 2rem;
  text-align: left;
}
.section[data-type=landing_video] .section-body .section-body__block .section-body__content {
  font-size: 1.5rem;
  text-align: left;
}
.section[data-type=landing_video] .section-body .section-body__block .section-body__link {
  font-size: 1.1rem;
  float: right;
}

@media (min-width: 768px) {
  .section[data-type=landing_video] {
    height: 80vh;
  }
}
.section[data-type=new_landing] {
  overflow: hidden;
  height: 80vh;
  opacity: 0;
}
.section[data-type=new_landing].echo-animate {
  opacity: 1;
}
.section[data-type=new_landing].echo-animate .skew-landing-section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--md-sys-color-background);
  animation: fadeOut 1s ease-out forwards, blockNone 1s ease-out forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section {
  height: 100%;
  background-size: cover;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border-top: 5px solid var(--md-sys-color-primary);
  border-bottom: 5px solid var(--md-sys-color-primary);
  animation: dezoomImg 1s ease-out forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__block {
  display: inline-block;
  /* From https://css.glass */
  background: rgb(from var(--md-sys-color-surface) r g b/0.71);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
  color: var(--md-sys-color-on-surface);
  opacity: 0;
  animation: fadeIn 0.3s ease-out 0.8s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__block .section-body__title {
  font-size: 2rem;
  margin-bottom: 10px;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__block .section-body__content {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__block .section-body__link {
  font-size: 1.1rem;
  float: right;
}
@media (max-width: 991.98px) {
  .section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__block {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
    width: 90%;
  }
  .section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container:nth-of-type(n+5) {
    display: none;
  }
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container {
  width: 170px;
  height: 100%;
  overflow: hidden;
  transform: skew(-10deg); /*  translateY(100%); /* donne l’effet parallélogramme */
  position: relative;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container::before,
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container::after {
  position: absolute;
  top: -10%;
  left: 0%;
  width: 170px;
  height: 0%;
  content: "";
  background-color: #440000;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--1::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashDown 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 0.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--1::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashDownBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 0.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--1 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 1.29s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--2::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashUp 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 0.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--2::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashUpBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 0.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--2 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 1.54s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--3::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashDown 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.15s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--3::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashDownBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.15s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--3 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 1.79s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--4::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashUp 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.4s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--4::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashUpBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.4s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--4 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 2.04s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--5::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashDown 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--5::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashDownBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--5 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 2.29s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--6::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashUp 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--6::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashUpBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--6 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 2.54s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--7::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashDown 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.15s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--7::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashDownBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.15s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--7 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 2.79s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--8::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashUp 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.4s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--8::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashUpBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.4s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--8 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 3.04s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--9::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashDown 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--9::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashDownBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--9 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 3.29s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--10::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashUp 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--10::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashUpBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--10 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 3.54s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container img {
  position: absolute;
  top: 0;
  left: -100px;
  width: 200%;
  height: 100%;
  object-fit: cover;
  transform: skew(10deg) scale(1.2); /* on contre-skew l’image pour la redresser */
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--1 {
  animation: imgUpDown 0.5s ease-out 0.3s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--2 {
  animation: imgDownUp 0.5s ease-out 0.6s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--3 {
  animation: imgUpDown 0.5s ease-out 0.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--4 {
  animation: imgDownUp 0.5s ease-out 1.2s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--5 {
  animation: imgUpDown 0.5s ease-out 1.5s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--6 {
  animation: imgDownUp 0.5s ease-out 1.8s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--7 {
  animation: imgUpDown 0.5s ease-out 2.1s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--8 {
  animation: imgDownUp 0.5s ease-out 2.4s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--9 {
  animation: imgUpDown 0.5s ease-out 2.7s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--10 {
  animation: imgDownUp 0.5s ease-out 3s forwards;
}

@keyframes imgDownUp {
  0% {
    transform: skew(-10deg) translateY(100%); /* donne l’effet parallélogramme */
  }
  100% {
    transform: skew(-10deg) translateY(0%); /* donne l’effet parallélogramme */
  }
}
@keyframes imgUpDown {
  0% {
    transform: skew(-10deg) translateY(-100%); /* donne l’effet parallélogramme */
  }
  100% {
    transform: skew(-10deg) translateY(0%); /* donne l’effet parallélogramme */
  }
}
@keyframes slashUp {
  0% {
    top: 100%;
    height: 0%;
  }
  20% {
    height: 70%;
  }
  100% {
    top: -3%; /* donne l’effet parallélogramme */
    height: 3%;
  }
}
@keyframes slashUpBack {
  0% {
    top: 100%;
    height: 0%;
  }
  20% {
    height: 100%;
  }
  80% {
    height: 100%;
  }
  100% {
    top: -3%;
    height: 3%;
  }
}
@keyframes slashDown {
  0% {
    top: -3%; /* donne l’effet parallélogramme */
    height: 3%;
  }
  80% {
    height: 70%;
  }
  100% {
    top: 100%;
    height: 0%;
  }
}
@keyframes slashDownBack {
  0% {
    top: 0%;
    height: 0%;
  }
  80% {
    top: 0%;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0%;
  }
}
@keyframes imgOpacity {
  0% {
    opacity: 0;
    transform: skew(10deg) scale(1.1);
  }
  20% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: skew(10deg) scale(1);
  }
}
@keyframes blockNone {
  100% {
    z-index: 0;
  }
}
.section[data-type=cards] .cards-section {
  background-color: var(--md-sys-color-surface-container-lowest);
  padding-top: 50px;
  padding-bottom: 50px;
}
.section[data-type=cards] .cards-section .section__title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  opacity: 0;
}
.section[data-type=cards] .cards-section .row > * {
  opacity: 0;
}
.section[data-type=cards] .cards-section .section-body__title {
  font-size: 1.2rem;
}
.section[data-type=cards] .cards-section .section-body__link {
  margin-top: 20px;
  float: right;
}
.section[data-type=cards].echo-animate .section__title {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(1) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(2) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(3) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(4) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(5) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(6) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(7) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(8) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(9) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(10) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(11) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(12) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(13) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(14) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(15) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(16) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(17) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(18) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(19) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(20) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4000ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(21) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(22) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(23) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(24) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(25) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5000ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(26) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(27) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(28) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(29) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(30) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 6000ms;
  animation-fill-mode: forwards;
}

@media (min-width: 768px) {
  .section[data-type=richtext] {
    padding: 100px 10px;
  }
}
@media (max-width: 991.98px) {
  .section[data-type=richtext] {
    padding: 30px 10px;
  }
}
.section[data-type=richtext].echo-animate .section-body__title {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=richtext].echo-animate .section-body__content {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.section[data-type=richtext].echo-animate .section-body__link {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.section[data-type=richtext] .section-body {
  text-align: center;
}
.section[data-type=richtext] .section-body__title {
  font-size: 2.5rem;
  opacity: 0;
}
.section[data-type=richtext] .section-body__content {
  font-size: 1.8rem;
  opacity: 0;
}
.section[data-type=richtext] .section-body__link {
  opacity: 0;
}

.card-product {
  position: relative;
  display: inline-block;
  white-space: normal;
  width: 243px;
  /*
  //border-radius: 1.25em 1.25em 1.25em 1.25em;
  */
}
.card-product .card-body {
  position: relative;
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.card-product .img-card-product-container {
  display: block;
  content: "";
  overflow: hidden;
  height: 250px;
  border-radius: 20px 20px 0 0;
  background-size: cover;
  background-position: center top;
}
.card-product .img-card-product-container .img-card-product {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  width: 100%;
  object-fit: contain;
}
.card-product .card-price {
  display: block;
  padding: 5px 10px;
  content: attr(data-price);
  position: absolute;
  right: 5%;
  top: -20%;
  background-color: var(--md-sys-color-surface-container-highest);
  color: var(--md-sys-color-on-surface);
  text-align: right;
  font-weight: bold;
  border-radius: 0.5em;
}
.card-product .card-options {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.card-product.card-add {
  background-color: var(--md-sys-color-surface);
}

/*# sourceMappingURL=default-theme.css.map */
