@charset 'utf-8';
/*
 * import variables from json file
 * opts:
 *   hash: allow hash access to nested variables
 *         cf. stylus-lang.com/docs/hashes.html
 *   leave-strings: don't interpret data types
 * alt.: vars = json(...)
 */
/*
 * import js plugin
 * cf. stylus-lang.com/docs/bifs.html#usepath
 */
/*
 * Theme variables
 */
/*
 * Normalized and default style
 */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(html) {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */
:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, pre, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(button) {
  text-transform: none;
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}
/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(select) {
  text-transform: none;
}
/**
 * Remove the margin in Firefox and Safari.
 */
:where(textarea) {
  margin: 0;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2rem; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:where(:-moz-ui-invalid) {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: fit-content;
}
:where(dialog:not([open])) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
:where(summary) {
  display: list-item;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  box-sizing: border-box;
  cursor: default;
}
body {
  margin: 0;
  cursor: default;
}
nav ol,
nav ul {
  list-style: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
::selection {
  background-color: rgba(96,41,107,0.5);
  color: #fff;
  text-shadow: none;
}
code {
  cursor: text;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
figure img,
figure video,
figure object,
figure embed,
figure iframe {
  width: 100%;
  height: auto;
}
svg {
  transition: fill 0.3s ease;
  color: inherit;
  fill: currentColor;
}
table {
  border-collapse: collapse;
}
button {
  border: none;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
label,
button,
input[type=file],
input[type=radio],
input[type=reset],
input[type=submit],
input[type=button],
input[type=checkbox] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input:focus,
select:focus {
  outline: 0;
}
textarea {
  resize: vertical;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}
:link,
:visited {
  cursor: pointer;
  color: #1e90ff;
  transition: 0.3s ease;
  transition-property: opacity, color, background-color;
  -webkit-tap-highlight-color: #000;
}
:link:hover,
:visited:hover,
:link:active,
:visited:active {
  color: #000;
}
a[href="tel"] {
  text-decoration: underline;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-hidden="false"][hidden]:not(:focus) {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}
[aria-disabled] {
  cursor: default;
}
/*
 * Helpers and mixins
 */
/*
 * Fonts
 *
 * This theme use `postcss-font-magician` and will automagically
 * include any Google Font reference in the stylesheets
 */
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Light.woff2") format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-LightItalic.woff2") format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Regular.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Italic.woff2") format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Medium.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-MediumItalic.woff2") format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-SemiBold.woff2") format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-SemiBoldItalic.woff2") format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: fallback;
}
/*
 * Elements
 */
@keyframes button-link {
  from, to {
    background-position: 50%;
  }
  50% {
    background-position: 150%;
  }
  51% {
    background-position: -50%;
  }
}
:root {
  --mdf-gradient-prune: linear-gradient(135deg, #60296b 5%, #bc50d1 192%);
  --mdf-gradient-prune-dark: linear-gradient(135deg, #35173b 0%, #60296b 78%);
  --mdf-prune-orange-gradient-1: linear-gradient(90deg, #ffe3f4 0%, #fcf2f2 50%, #ffeee8 100%);
  --mdf-prune-orange-gradient-2: linear-gradient(90deg, #ffe0e9 0%, #ffd4bd 33%, #fcf2f2 66%, #f7e9fd 100%);
  --mdf-icon-linkedin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512' fill='white'%3E%3Ccircle cx='104' cy='104' r='48'/%3E%3Cpath stroke='white' stroke-width='86' d='M237 178v259M104 178v259'/%3E%3Cpath d='M279 293c0-26 18-53 48-53 31 0 43 24 43 59v138h86V289c0-80-42-116-99-116-45 0-67 25-78 42'/%3E%3C/svg%3E");
  --mdf-mask-donate: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org%2F2000%2Fsvg' width='23' height='24' viewBox='0 0 23 24'%3E%3Cpath fill='black' d='M11.87 6c.166-.17.189-.345.252-.499.495-1.213 1.148-2.324 2.107-3.232.822-.78 1.766-1.333 2.907-1.498 1.433-.207 2.664.223 3.7 1.21.963.915 1.48 2.074 1.713 3.362.346 1.93.073 3.806-.555 5.64-.898 2.625-2.391 4.89-4.247 6.93-1.511 1.66-3.23 3.081-5.076 4.354-.421.29-.838.588-1.274.855-.473.289-.799.182-1.01-.328-.079-.188-.215-.303-.348-.43-1.282-1.226-2.57-2.446-3.8-3.726-1.48-1.54-2.867-3.156-4.021-4.96C1.293 12.233.536 10.712.18 9.018c-.234-1.116-.264-2.233.044-3.343A5.12 5.12 0 0 1 4.83 1.909c2.75-.183 4.84 1.003 6.44 3.163.213.286.39.599.6.927Z'/%3E%3C/svg%3E");
  --mdf-mask-facebook: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' width='30' height='30'%3E%3Cpath fill='white' d='M500 250C500 111.93 388.07 0 250 0S0 111.93 0 250c0 117.24 80.72 215.62 189.61 242.64V326.4h-51.55V250h51.55v-32.92c0-85.09 38.51-124.53 122.05-124.53 15.84 0 43.17 3.11 54.35 6.21v69.25c-5.9-.62-16.15-.93-28.88-.93-40.99 0-56.83 15.53-56.83 55.9V250h81.66l-14.03 76.4H280.3v171.77C404.07 483.22 500 377.82 500 250Z'/%3E%3Cpath fill='black' d='m347.92 326.4 14.03-76.4h-81.66v-27.02c0-40.37 15.84-55.9 56.83-55.9 12.73 0 22.98.31 28.88.93V98.76c-11.18-3.11-38.51-6.21-54.35-6.21-83.54 0-122.05 39.44-122.05 124.53V250h-51.55v76.4h51.55v166.24c19.34 4.8 39.57 7.36 60.39 7.36 10.25 0 20.36-.63 30.29-1.83V326.4h67.64Z'/%3E%3C/svg%3E");
  --mdf-mask-instagram: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='15%25'/%3E%3Cg stroke='%23fff' stroke-width='36'%3E%3Crect width='364' height='364' x='74' y='74' rx='92'/%3E%3Ccircle cx='256' cy='256' r='85'/%3E%3C/g%3E%3Ccircle cx='362' cy='150' r='24' fill='%23fff'/%3E%3C/svg%3E");
  --mdf-mask-linkedin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='black'%3E%3Crect width='512' height='512' fill='white' rx='15%25'/%3E%3Ccircle cx='104' cy='104' r='48'/%3E%3Cpath stroke='black' stroke-width='86' d='M237 178v259M104 178v259'/%3E%3Cpath d='M279 293c0-26 18-53 48-53 31 0 43 24 43 59v138h86V289c0-80-42-116-99-116-45 0-67 25-78 42'/%3E%3C/svg%3E");
  --mdf-mask-youtube: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' fill='black' rx='15%25'/%3E%3Cpath fill='white' d='M467 149c-5-19-20-34-39-39-34-9-172-9-172-9s-138 0-172 9c-19 5-34 20-39 39-9 35-9 107-9 107s0 72 9 107c5 19 20 34 39 39 34 9 172 9 172 9s138 0 172-9c19-5 34-20 39-39 9-35 9-107 9-107s0-72-9-107'/%3E%3Cpath fill='black' d='M211 321l115-65-115-65v130'/%3E%3C/svg%3E");
}
article.block-article {
  position: relative;
}
article.block-article figure {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 15rem;
  background-color: rgba(102,102,102,0.2);
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
article.block-article figure img,
article.block-article figure video,
article.block-article figure object,
article.block-article figure embed {
  object-fit: cover;
}
article.block-article figure img {
  width: 100%;
  transition: transform 0.5s ease;
  transform: scale(1);
}
article.block-article p {
  color: #60296b;
  font-size: 14rem;
  font-weight: 400;
}
article.block-article .article-info {
  display: flex;
  justify-content: space-between;
  margin-block-end: 16rem;
}
article.block-article .article-tags a {
  color: inherit;
}
article.block-article .article-title {
  max-width: 300rem;
  margin-block-end: 16rem;
}
article.block-article .article-link {
  margin-block-end: 0;
}
article.block-article .article-link a {
  color: #60296b;
}
.maison-des-femmes-block {
  background-color: #fff;
}
.maison-des-femmes-block.has-background.has-prune-orange-gradient-1-gradient-background {
  background: var(--mdf-prune-orange-gradient-1);
}
.maison-des-femmes-block.has-background.has-prune-orange-gradient-2-gradient-background {
  background: var(--mdf-prune-orange-gradient-2);
}
.maison-des-femmes-block.has-background.has-color-prune-50-background-color {
  background-color: #f7f4f8;
}
.maison-des-femmes-block.has-background.has-color-prune-400-background-color {
  color: #fff;
  background-color: #805489;
}
.maison-des-femmes-block.has-background.has-color-orange-50-background-color {
  background-color: #fdece7;
}
.maison-des-femmes-block:not(.has-background,
.maison-des-femmes-block.hero-block) + :not(.has-background) {
  padding-top: 0;
}
.maison-des-femmes-block .block-visual {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 15rem;
}
.maison-des-femmes-block .block-visual img,
.maison-des-femmes-block .block-visual video,
.maison-des-femmes-block .block-visual object,
.maison-des-femmes-block .block-visual embed {
  object-fit: cover;
  object-position: center;
}
.maison-des-femmes-block .block-visual img.attachment-transparent,
.maison-des-femmes-block .block-visual video.attachment-transparent,
.maison-des-femmes-block .block-visual object.attachment-transparent,
.maison-des-femmes-block .block-visual embed.attachment-transparent {
  object-fit: contain;
}
.maison-des-femmes-block .block-visual .user-consent-placeholder {
  width: 100%;
  height: 100%;
}
.maison-des-femmes-block .block-visual.visual-video {
  aspect-ratio: 16/9;
}
.maison-des-femmes-block .block-visual.visual-video iframe {
  width: 100%;
  height: 100%;
}
.maison-des-femmes-block .block-richtext a:not(.button) {
  color: #60296b;
  font-weight: 500;
}
.maison-des-femmes-block .block-richtext h3,
.maison-des-femmes-block .block-richtext h4,
.maison-des-femmes-block .block-richtext p,
.maison-des-femmes-block .block-richtext ul,
.maison-des-femmes-block .block-richtext ol,
.maison-des-femmes-block .block-richtext blockquote {
  margin-block-end: 1.5em;
}
.maison-des-femmes-block .block-richtext ul {
  list-style: none;
}
.maison-des-femmes-block .block-richtext li {
  position: relative;
  margin-block-end: 1.2em;
}
.maison-des-femmes-block .block-richtext li::before {
  content: '';
  position: absolute;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9'%3E%3Cpath stroke='%2360296B' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='m11.5.848-7.25 7-3.25-3'/%3E%3C/svg%3E");
  background-position: center;
  background-color: #f7f4f8;
  border-radius: 50%;
}
.maison-des-femmes-block .block-richtext blockquote {
  position: relative;
  font-style: italic;
  border-radius: 15rem;
  background-color: #f7f4f8;
  margin-inline: 0;
}
.maison-des-femmes-block .block-richtext blockquote em,
.maison-des-femmes-block .block-richtext blockquote i {
  font-style: normal;
}
.maison-des-femmes-block .block-richtext blockquote::before {
  content: '"';
}
.maison-des-femmes-block .block-richtext blockquote > :last-child {
  margin-block-end: 0;
}
.maison-des-femmes-block .block-richtext .block-picto {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  max-width: 180rem;
}
.maison-des-femmes-block .block-richtext .block-picto img,
.maison-des-femmes-block .block-richtext .block-picto video,
.maison-des-femmes-block .block-richtext .block-picto object,
.maison-des-femmes-block .block-richtext .block-picto embed {
  object-fit: contain;
}
.maison-des-femmes-block .block-richtext .block-picto img {
  aspect-ratio: auto !important;
}
.maison-des-femmes-block .block-richtext > :last-child {
  margin-block-end: 0;
}
.maison-des-femmes-block .block-richtext .cta-link-wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 24rem;
  margin-block-start: 48rem;
}
.maison-des-femmes-block .block-cta-wrapper {
  flex: 1 0 100%;
  display: flex;
  justify-content: center;
}
.breadcrumb ul {
  display: flex;
  margin-block: 0;
  padding-inline-start: 0;
  gap: 5rem;
}
.breadcrumb ul li {
  font-size: 12rem;
  color: rgba(96,41,107,0.45);
}
.breadcrumb ul li a,
.breadcrumb ul li span {
  color: inherit;
}
.breadcrumb ul li::after {
  content: '/';
  margin-inline-start: 5rem;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.button,
[type=reset],
[type=submit],
[type=button],
input[type=file] + label,
li.menu-item.action-donate a,
li.menu-item.action-donate span {
  --button-color: #60296b;
  --button-color-text: #fff;
  display: inline-block;
  width: auto;
  background-color: var(--button-color);
  color: var(--button-color-text);
  font-family: Inter, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
  line-height: 1.2;
  font-size: 15rem;
  font-weight: 500;
  padding: 16rem 24rem;
  border: 1px solid var(--button-color);
  border-radius: 60rem;
  transition: 0.3s ease;
  transition-property: background-color, color, border-color;
  text-decoration: none;
  text-align: center;
}
.button:hover,
[type=reset]:hover,
[type=submit]:hover,
[type=button]:hover,
input[type=file] + label:hover,
li.menu-item.action-donate a:hover,
li.menu-item.action-donate span:hover {
  color: var(--button-color-text);
  border-color: var(--button-color-text);
  --button-color: transparent;
  --button-color-text: #60296b;
}
.button:active,
[type=reset]:active,
[type=submit]:active,
[type=button]:active,
input[type=file] + label:active,
li.menu-item.action-donate a:active,
li.menu-item.action-donate span:active {
  box-shadow: none;
}
.button-outline,
li.menu-item.action-donate a-outline,
li.menu-item.action-donate span-outline {
  --button-color: transparent;
  --button-color-text: #60296b;
  border-color: var(--button-color-text);
}
.button-outline:hover,
li.menu-item.action-donate a-outline:hover,
li.menu-item.action-donate span-outline:hover {
  --button-color: #60296b;
  --button-color-text: #fff;
  border-color: var(--button-color);
}
.button-white,
li.menu-item.action-donate a-white,
li.menu-item.action-donate span-white {
  --button-color: #fff;
  --button-color-text: #60296b;
}
.button-white:hover,
li.menu-item.action-donate a-white:hover,
li.menu-item.action-donate span-white:hover {
  --button-color: #60296b;
  --button-color-text: #fff;
}
.button-light,
li.menu-item.action-donate a-light,
li.menu-item.action-donate span-light {
  --button-color: #cebdd1;
  --button-color-text: #60296b;
}
.button-light:hover,
li.menu-item.action-donate a-light:hover,
li.menu-item.action-donate span-light:hover {
  --button-color: #60296b;
  --button-color-text: #fff;
  border-color: var(--button-color);
}
.button-small,
li.menu-item.action-donate a-small,
li.menu-item.action-donate span-small {
  padding: 12rem 20rem;
}
.button-large,
li.menu-item.action-donate a-large,
li.menu-item.action-donate span-large {
  padding: 24rem 32rem;
}
.button-picto,
li.menu-item.action-donate a-picto,
li.menu-item.action-donate span-picto,
li.menu-item.action-donate a,
li.menu-item.action-donate span {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.button-picto::before,
li.menu-item.action-donate a-picto::before,
li.menu-item.action-donate span-picto::before,
li.menu-item.action-donate a::before,
li.menu-item.action-donate span::before {
  content: '';
  display: inline-block;
  width: 27rem;
  height: 22rem;
  -webkit-mask-image: var(--button-picto);
  mask-image: var(--button-picto);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--button-color-text);
  transition: background-color 0.3s ease;
}
.button-donate,
li.menu-item.action-donate a-donate,
li.menu-item.action-donate span-donate,
li.menu-item.action-donate a,
li.menu-item.action-donate span {
  --button-color: #f8c4b5;
  --button-color-text: #35173b;
  --button-picto: var(--mdf-mask-donate);
}
.button-donate:hover,
li.menu-item.action-donate a-donate:hover,
li.menu-item.action-donate span-donate:hover,
li.menu-item.action-donate a:hover,
li.menu-item.action-donate span:hover {
  --button-color: #60296b;
  --button-color-text: #fff;
}
.button-donate::before,
li.menu-item.action-donate a-donate::before,
li.menu-item.action-donate span-donate::before,
li.menu-item.action-donate a::before,
li.menu-item.action-donate span::before {
  width: 23rem;
  height: 24rem;
  background-color: #e74010;
}
.button-link {
  color: #35173b;
  text-decoration: none;
  display: flex;
  gap: 15rem;
  align-items: center;
}
.button-link::before {
  content: '';
  flex: 0 0 50rem;
  width: 50rem;
  height: 50rem;
  background-color: #cebdd1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath fill='%2335173B' d='M12.994 6.5a1.306 1.306 0 0 0-.44-.975L6.497.196a.78.78 0 0 0-1.03 1.171l4.68 4.117a.136.136 0 0 1-.09.236H.788a.78.78 0 0 0 0 1.56h9.268a.136.136 0 0 1 .09.238l-4.679 4.116a.78.78 0 1 0 1.03 1.17l6.056-5.329a1.305 1.305 0 0 0 .441-.975Z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 13rem;
  border-radius: 25rem;
  border: 1px solid transparent;
  transition: 0.3s ease;
  transition-property: color, background-color, border-color;
}
.button-link:hover::before {
  background-color: #f7f4f8;
  border-color: #cebdd1;
  animation: 0.66667s button-link ease;
}
.button-link.button-white {
  color: #fff;
}
.button-link.button-white::before {
  background-color: #fff;
}
.button-link.button-white:hover {
  color: #cebdd1;
}
.button-link.button-white:hover::before {
  background-color: #cebdd1;
}
form {
  display: flex;
  flex-flow: wrap;
  gap: 20rem;
}
form .form-errors {
  flex: 1 0 100%;
  color: #dc143c;
  font-size: 16rem;
  list-style: none;
  padding-inline-start: 0;
}
form .field-errors {
  list-style: none;
  color: #dc143c;
  padding-inline-start: 0;
  margin-block: 0;
}
form .field {
  display: flex;
  flex-flow: column;
  gap: 10rem;
}
form .field.is-required .field-label::after {
  content: '*';
  margin-inline-start: 3rem;
  color: #dc143c;
  font-size: 0.75em;
  vertical-align: top;
}
select,
textarea,
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=number],
input[type=tel],
input[type=date],
input[type=time],
input[type=url] {
  font-family: Inter, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
  font-size: inherit;
  background-color: #fff;
  color: #8b979d;
  outline: 0;
  vertical-align: top;
  padding: 16rem;
  border: 1px solid #ccc;
  border-radius: 15rem;
  transition: 0.3s ease;
  transition-property: opacity, box-shadow, color, background-color, border-color;
  box-shadow: 0 0 0 0 transparent;
  text-overflow: ellipsis;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=url]:focus {
  color: #60296b;
  border-color: #60296b;
  box-shadow: 0 0 2rem 0 #60296b;
}
select {
  appearance: none;
  padding-inline: 20rem 52rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='%234b5b63' d='M7 7.333a.99.99 0 0 1-.719-.281l-5-5a.964.964 0 0 1 0-1.406.964.964 0 0 1 1.407 0L7 4.927 11.281.646a.964.964 0 0 1 1.406 0 .964.964 0 0 1 0 1.406l-5 5A.97.97 0 0 1 7 7.333Z'/%3E%3C/svg%3E");
  background-size: 12rem;
  background-position: center right 20rem;
}
textarea,
select[size],
select[multiple] {
  height: auto;
}
textarea {
  min-height: 150rem;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
input[type=file]:active,
input[type=radio]:active,
input[type=checkbox]:active {
  box-shadow: none;
}
input[disabled],
select[disabled],
textarea[disabled] {
  background-color: #eee;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
option[disabled],
textarea[disabled] {
  box-shadow: none;
  -webkit-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}
input[type=radio],
input[type=checkbox] {
  position: absolute;
  display: inherit;
  clip-path: rect(0 0 0 0);
}
input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
}
input[type=radio] + label:after,
input[type=checkbox] + label:after,
input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
input[type=radio] + label:after,
input[type=checkbox] + label:after {
  border: 1px solid #ccc;
}
input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  color: #888;
}
input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  border: #888;
}
input[type=radio] + label {
  padding-left: 22rem;
}
input[type=radio] + label:after,
input[type=radio] + label:before {
  margin-top: 1px;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
}
input[type=radio] + label:before {
  padding: 4rem;
  background-clip: content-box;
  background-color: #60296b;
  transform: scale(0);
  transition: transform 0.1s ease;
}
input[type=radio]:checked + label:before {
  transform: scale(1);
}
input[type=radio]:disabled + label:before {
  background-color: #888;
}
input[type=checkbox] + label {
  padding-left: 32rem;
}
input[type=checkbox] + label:after,
input[type=checkbox] + label:before {
  width: 24rem;
  height: 24rem;
}
input[type=checkbox] + label:after {
  border-radius: 5rem;
}
input[type=checkbox] + label:before {
  content: '✓';
  line-height: 24rem;
  font-size: 20rem;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', 'Droid Sans', Tahoma, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 700;
  color: transparent;
  -webkit-user-select: none;
  user-select: none;
  clip-path: rect(0, 0, 24rem, 0);
}
input[type=checkbox]:checked + label:before {
  color: #60296b;
  transition: clip-path 0.15s ease;
  clip-path: rect(0, 24rem, 24rem, 0);
}
input[type=checkbox]:disabled + label:before {
  color: #888;
}
input[type=file] {
  position: absolute;
  display: inherit;
  clip-path: rect(0 0 0 0);
}
input[value][type=email]:user-invalid,
input[value][type=url]:user-invalid,
input[value][type=date]:user-invalid,
input[value][type=time]:user-invalid,
input[value][type=tel]:user-invalid,
input[value][type=number]:user-invalid,
input[value][type=range]:user-invalid,
input[value][pattern]:user-invalid {
  box-shadow: 0 0 2rem 0 #f00;
  border-color: #dc143c;
  background-color: #ffc0cb;
  color: #dc143c;
}
input::placeholder,
textarea::placeholder {
  color: #8b979d;
  transition: opacity 0.3s ease;
  opacity: 1;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0.5;
}
input:placeholder-shown,
textarea:placeholder-shown {
  border: 1px solid #ccc;
}
input[type=color] {
  border: 1px solid #ccc;
  border-radius: 2.5rem;
  width: 50rem;
  height: 30rem;
  padding: 0;
  background-color: #fff;
  appearance: none;
}
input[type=color]::-moz-color-swatch {
  border: none;
}
input[type=color]::-webkit-color-swatch {
  border: none;
}
input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type=search]::-webkit-search-decoration {
  display: none;
}
.link-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
p {
  margin-block: 0 1.2em;
}
ul,
ol {
  padding-inline-start: 40rem;
}
h1,
h2,
h3,
h4 {
  color: #35173b;
  font-family: Inter, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
  font-weight: 500;
  overflow-wrap: break-word;
  margin-block: 0 1.25em;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
h1 {
  font-weight: 600;
}
.user-consent-placeholder {
  background-color: rgba(102,102,102,0.2);
}
/*
 * Layout
 */
body > footer {
  position: relative;
  margin-block-start: -15rem;
}
body > footer .footer-main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  border-radius: 15rem 15rem 0 0;
  background-color: #f3f7f7;
}
body > footer .footer-main .brand-logo {
  position: relative;
  display: flex;
  justify-content: center;
}
body > footer .footer-main .brand-logo img,
body > footer .footer-main .brand-logo video,
body > footer .footer-main .brand-logo object,
body > footer .footer-main .brand-logo embed {
  object-fit: contain;
}
body > footer .footer-legal {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 13rem;
  background-color: #60296b;
  color: #f7f4f8;
}
body > footer .footer-legal p {
  margin-block: 0;
}
body > footer .footer-legal li.menu-item {
  line-height: 1.5;
  font-size: 13rem;
}
body > footer .footer-legal li.menu-item a:hover {
  color: #cebdd1;
}
body > footer::before {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  background-color: #fff;
  width: 100vw;
  height: 100%;
}
body.home > footer::before,
body.page-template-page-contact > footer::before {
  background-image: var(--mdf-prune-orange-gradient-1);
}
#footer-newsletter {
  display: flex;
  flex-flow: wrap;
  width: 435rem;
  gap: 16rem;
}
#footer-newsletter h3 {
  margin-block-end: 0;
}
#footer-newsletter p {
  line-height: 1.5;
  font-size: 12rem;
  margin-block-end: 0;
}
#footer-newsletter p a {
  color: inherit;
}
#footer-newsletter .field-email input {
  padding: 12rem 20rem;
  background-color: transparent;
  border-color: #35173b;
  border-radius: 999rem;
}
#footer-newsletter .field-submit input {
  width: 48rem;
  height: 48rem;
  padding: 0;
  text-indent: -9999rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath fill='%2335173B' d='M12.994 6.5a1.306 1.306 0 0 0-.44-.975L6.497.196a.78.78 0 0 0-1.03 1.171l4.68 4.117a.136.136 0 0 1-.09.236H.788a.78.78 0 0 0 0 1.56h9.268a.136.136 0 0 1 .09.238l-4.679 4.116a.78.78 0 1 0 1.03 1.17l6.056-5.329a1.305 1.305 0 0 0 .441-.975Z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 13rem;
  --button-color: #cebdd1;
}
#footer-newsletter .field-submit input:hover {
  --button-color: transparent;
}
#footer-social li.menu-item {
  background-color: #60296b;
}
body > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255,255,255,0.75);
  box-shadow: 0 0 20rem 0 rgba(128,84,137,0.15);
  border-radius: 15rem;
  padding-inline: 24rem;
  backdrop-filter: blur(7.8rem);
}
body > header .brand-logo {
  display: flex;
  position: relative;
}
#donate-mobile {
  text-indent: -9999rem;
  gap: 0;
  padding: 12rem;
  line-height: 0;
  font-size: 0;
}
html {
  font-size: 0.069444444444444vw;
/*
   * jumpy scroll bar fix
   */
/* 1st alt -- force vertical scrollbar */
/* 2rd alt -- force width, hide part of the page under scrollbar, disable h-scroll */
/* 3rd alt -- force margin, assert 'overflow: auto', async  */
}
body {
  background-color: transparent;
  color: #35173b;
  font-family: Inter, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16rem;
  letter-spacing: -3%;
  --header-top-offset: var(--wp-admin--admin-bar--height, 0px);
}
body:after {
  content: '';
  display: block;
  clear: both;
}
main {
  min-height: calc(100vh - 300rem);
}
nav ul {
  list-style: none;
  padding-inline-start: 0;
  margin-block: 0;
}
nav ul.menu {
  display: flex;
}
nav ul.sub-menu {
  display: flex;
}
nav li.menu-item a,
nav li.menu-item span {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#main-nav {
  height: 100%;
}
#main-nav ul.sub-menu {
  flex-flow: column;
}
#main-nav li.menu-item {
  display: flex;
}
#main-nav li.menu-item.menu-item-has-children {
  position: relative;
}
#main-nav li.menu-item.menu-item-has-children > a,
#main-nav li.menu-item.menu-item-has-children > span {
  display: flex;
  align-items: center;
}
#main-nav li.menu-item.menu-item-has-children > a::after,
#main-nav li.menu-item.menu-item-has-children > span::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3E%3Cpath stroke='%23B69DBB' stroke-width='.7' fill='none' stroke-linecap='round' stroke-linejoin='round' d='m1.25.5 3 3 3-3'/%3E%3C/svg%3E");
  background-size: contain;
}
#main-nav > ul.menu {
  height: 100%;
}
#main-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:first-child {
  margin-block-start: 0;
}
#main-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:last-child {
  margin-block-end: 0;
}
li.menu-item.action-donate a,
li.menu-item.action-donate span {
  padding-block: 10rem;
}
ul.menu-social {
  display: flex;
  list-style: none;
  padding-inline-start: 0;
  margin-block: 0;
  justify-content: center;
}
ul.menu-social li.menu-item {
  background-color: currentColor;
  mask-mode: luminance;
  -webkit-mask-mode: luminance;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
ul.menu-social li.menu-item.link-facebook {
  -webkit-mask-image: var(--mdf-mask-facebook);
  mask-image: var(--mdf-mask-facebook);
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
ul.menu-social li.menu-item.link-instagram {
  -webkit-mask-image: var(--mdf-mask-instagram);
  mask-image: var(--mdf-mask-instagram);
  -webkit-mask-size: 116%;
  mask-size: 116%;
}
ul.menu-social li.menu-item.link-linkedin {
  -webkit-mask-image: var(--mdf-mask-linkedin);
  mask-image: var(--mdf-mask-linkedin);
  -webkit-mask-size: 90%;
  mask-size: 90%;
}
ul.menu-social li.menu-item.link-youtube {
  -webkit-mask-image: var(--mdf-mask-youtube);
  mask-image: var(--mdf-mask-youtube);
  -webkit-mask-size: 110%;
  mask-size: 110%;
}
ul.menu-social li.menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -9999rem;
}
#emergency-action {
  position: fixed;
  z-index: 5;
  bottom: 24rem;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  gap: 10rem;
}
#emergency-action .button {
  box-shadow: 0 0 12rem 2rem rgba(128,84,137,0.25);
}
#emergency-action .action-emergency {
  --button-picto: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 22' width='27' height='22'%3E%3Cpath d='M14.675 9.638c0-.122.002-.244 0-.366a1.038 1.038 0 0 0-.237-.665 1.155 1.155 0 0 0-.69-.366c-.132-.01-.265-.005-.396-.005a1.65 1.65 0 0 0-.321.02c-.531.127-.832.518-.84 1.036-.013.97 0 1.943 0 2.913v.483c0 .048 0 .096.002.144.005.092 0 .063.04.203.011.038.023.075.037.111l.005.012a1.571 1.571 0 0 0 .116.195l.046.057c.048.05.132.13.136.133.005.005.13.085.186.116.087.047.031.028.155.063.214.06.417.051.707.051.16-.003.37-.05.486-.114.17-.095.279-.186.346-.274.142-.188.179-.262.218-.505-.01.07.004-.115.005-.17.003-.48 0-.96 0-1.44V9.638l-.001.001ZM13.5 0C6.044 0 0 4.58 0 10.229c0 2.208.924 4.253 2.494 5.925.506.539.6 1.333.238 1.972L1.373 20.52c-.464.817.38 1.749 1.274 1.407l5.227-1.998a1.787 1.787 0 0 1 1.103-.06c1.414.381 2.936.589 4.523.589 7.456 0 13.5-4.58 13.5-10.229C27 4.58 20.956 0 13.5 0ZM8.564 8.965a.78.78 0 0 0-.159-.32 1.143 1.143 0 0 0-.484-.357 1.06 1.06 0 0 0-.703-.01c-.123.033-.068.015-.154.062a1.69 1.69 0 0 0-.173.107 1.865 1.865 0 0 0-.169.161c-.15.193-.218.398-.224.56-.003.07-.002.067-.001.123 0 .016.01.105.01.119.01.054.026.108.042.162.005.017.042.103.043.109.203.401.549.577.96.593 1.378.055 2.537 1.083 2.537 2.464 0 1.34-1.158 2.464-2.537 2.464-1.38 0-2.538-1.124-2.538-2.464 0-.928 1.482-.926 1.482 0 0 .16-.002.136.042.285a.78.78 0 0 0 .158.32c.095.133.315.3.484.357.27.089.45.082.703.01.124-.033.068-.015.155-.062a1.686 1.686 0 0 0 .173-.107 1.864 1.864 0 0 0 .168-.161c.15-.193.218-.398.225-.56.003-.07.003-.067.001-.123 0-.016-.01-.105-.01-.119a1.84 1.84 0 0 0-.042-.162c-.005-.017-.042-.103-.043-.109-.203-.401-.549-.577-.96-.593-1.377-.055-2.537-1.083-2.537-2.464S6.17 6.786 7.55 6.786c1.38 0 2.538 1.124 2.538 2.464 0 .928-1.482.926-1.482 0 0-.16.002-.136-.041-.285h-.001Zm7.517 4.377c-.267 1.104-1.32 1.847-2.462 1.872-.441 0-.874-.009-1.29-.17-.595-.231-1.103-.663-1.373-1.234-.289-.611-.25-1.242-.25-1.895v-1.97c0-.532-.033-1.068.175-1.573.424-1.028 1.407-1.576 2.521-1.576 1.034 0 2.016.424 2.486 1.368.275.554.266 1.116.266 1.709v1.963c0 .494.044 1.02-.074 1.505l.001.001Zm4.383-4.366a.781.781 0 0 0-.159-.319 1.144 1.144 0 0 0-.484-.357 1.06 1.06 0 0 0-.703-.012c-.124.035-.068.017-.154.063a1.704 1.704 0 0 0-.173.108 1.863 1.863 0 0 0-.17.16c-.15.194-.217.399-.224.56-.003.07-.002.068-.001.123 0 .016.01.106.01.12.01.054.026.108.042.161.005.017.042.103.043.11.203.4.55.576.96.593 1.378.054 2.538 1.082 2.538 2.464 0 1.38-1.158 2.464-2.538 2.464s-2.538-1.125-2.538-2.464c0-.928 1.482-.926 1.482 0 0 .16-.002.136.042.284a.78.78 0 0 0 .158.32c.095.134.315.3.485.357.268.09.449.082.703.011.123-.034.067-.016.154-.063a1.682 1.682 0 0 0 .173-.107 1.86 1.86 0 0 0 .168-.16c.15-.194.218-.399.225-.56.003-.07.003-.068.002-.123 0-.016-.01-.106-.01-.12a1.853 1.853 0 0 0-.043-.161c-.005-.017-.042-.104-.043-.11-.203-.4-.549-.576-.96-.593-1.377-.054-2.537-1.083-2.537-2.464 0-1.38 1.158-2.464 2.538-2.464s2.537 1.124 2.537 2.464c0 .928-1.482.926-1.482 0 0-.16.002-.136-.041-.285Z'/%3E%3C/svg%3E");
}
#emergency-action .action-emergency:hover {
  --button-color: #cebdd1;
}
#emergency-action .action-exit {
  --button-picto: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 23' width='26' height='23'%3E%3Cpath d='m8.112 15.336 3.145-3.145c.18-.181.284-.431.284-.687a.977.977 0 0 0-.284-.686L8.111 7.673a.972.972 0 0 0-1.656.686c0 .26.1.503.284.687l1.49 1.488H.97a.972.972 0 0 0 0 1.941h7.256l-1.488 1.488a.963.963 0 0 0-.284.687c0 .259.101.502.284.686a.995.995 0 0 0 1.373 0ZM14.893 22.78a.976.976 0 0 0 .806.202l9.231-1.853a.974.974 0 0 0 .78-.952V2.824a.973.973 0 0 0-.78-.952L15.699.02a.968.968 0 0 0-1.161.952v.882H9.513a.972.972 0 0 0-.971.97v2.343a.972.972 0 0 0 1.941 0V3.794h4.053v15.413h-4.053v-1.373a.972.972 0 0 0-1.941 0v2.343c0 .535.435.97.97.97h5.024v.883c0 .291.13.565.356.75Zm2.759-12.365a1.086 1.086 0 0 1 0 2.17 1.087 1.087 0 0 1-1.086-1.084c0-.599.487-1.086 1.086-1.086Z'/%3E%3C/svg%3E");
}
/*
 * Content
 */
body.archive .block-articles {
  display: flex;
  flex-flow: wrap;
  gap: 20rem;
}
body.archive header {
  display: flex;
  gap: 30rem;
  margin-block-end: 60rem;
}
.maison-des-femmes-block.anchors-block {
  display: flex;
  flex-flow: wrap;
  column-gap: 20rem;
}
.maison-des-femmes-block.anchors-block h2 {
  flex: 1 100%;
}
.maison-des-femmes-block.anchors-block .anchor-button {
  color: #35173b;
  text-decoration: none;
  display: flex;
  gap: 40rem;
  align-items: center;
  border: 1.5px solid #8f6c96;
  border-radius: 15rem;
  padding: 32rem 32rem 32rem 24rem;
}
.maison-des-femmes-block.anchors-block .anchor-button::after {
  content: '';
  flex: 0 0 40rem;
  width: 40rem;
  height: 40rem;
  background-color: #60296b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath fill='white' d='M12.994 6.5a1.306 1.306 0 0 0-.44-.975L6.497.196a.78.78 0 0 0-1.03 1.171l4.68 4.117a.136.136 0 0 1-.09.236H.788a.78.78 0 0 0 0 1.56h9.268a.136.136 0 0 1 .09.238l-4.679 4.116a.78.78 0 1 0 1.03 1.17l6.056-5.329a1.305 1.305 0 0 0 .441-.975Z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 10rem;
  border-radius: 20rem;
  border: 1px solid transparent;
  transition: 0.3s ease;
  transition-property: color, background-color, border-color;
}
.maison-des-femmes-block.anchors-block .anchor-button:hover {
  color: #fff;
  background-color: #60296b;
}
.maison-des-femmes-block.anchors-block .anchor-button:hover::after {
  background-color: #35173b;
}
.maison-des-femmes-block.compare-block .compare {
  display: flex;
  border-radius: 15rem;
  overflow: hidden;
  box-shadow: 0 0 15rem -5rem rgba(102,102,102,0.2);
}
.maison-des-femmes-block.compare-block .compare > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.maison-des-femmes-block.compare-block .compare > div strong {
  font-weight: 500;
}
.maison-des-femmes-block.compare-block .compare > div span {
  font-weight: 500;
}
.maison-des-femmes-block.compare-block .compare-before {
  background-color: #fff;
  color: #60296b;
  border: 1px solid #f7f4f8;
  border-inline-end: none;
  border-radius: 15rem 0 0 15rem;
}
.maison-des-femmes-block.compare-block .compare-after {
  background-color: #60296b;
  color: #fff;
}
.maison-des-femmes-block.compare-block .compare-source {
  font-size: 12rem;
  text-align: center;
  margin-block-end: 0;
}
.maison-des-femmes-block.contact-block header {
  margin-block-end: 60rem;
}
.maison-des-femmes-block.contact-block header h2 {
  margin-block-end: 0.5em;
}
.maison-des-femmes-block.contact-block form {
  max-width: 840rem;
  margin-inline: auto;
}
.maison-des-femmes-block.contact-block .form-confirmation {
  font-size: 24rem;
  text-align: center;
}
.maison-des-femmes-block.contact-block .field-subject,
.maison-des-femmes-block.contact-block .field-email,
.maison-des-femmes-block.contact-block .field-firstname,
.maison-des-femmes-block.contact-block .field-lastname {
  flex: 1 0 calc(50% - 10rem);
}
.maison-des-femmes-block.contact-block .field-message,
.maison-des-femmes-block.contact-block .field-optin {
  flex: 1 100%;
}
.maison-des-femmes-block.contact-block .field-message textarea {
  min-height: 246rem;
}
.maison-des-femmes-block.contact-block .field-submit {
  flex: 1 100%;
  align-items: flex-end;
}
.maison-des-femmes-block.cta-banner-block .block-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #60296b;
  color: #fff;
  border-radius: 15rem;
}
.maison-des-femmes-block.cta-banner-block .banner-title {
  display: flex;
  flex-flow: column;
  color: #fff;
}
.maison-des-femmes-block.cta-banner-block .banner-title strong {
  font-weight: inherit;
}
.maison-des-femmes-block.cta-banner-block.is-style-default .block-banner {
  flex-flow: column;
  gap: 32rem;
}
.maison-des-femmes-block.cta-banner-block.is-style-default .block-banner.icon-donate .banner-title::before {
  background-color: #e74010;
}
.maison-des-femmes-block.cta-banner-block.is-style-default .banner-title {
  position: relative;
  padding-inline-start: 52rem;
}
.maison-des-femmes-block.cta-banner-block.is-style-default .banner-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 17.5rem);
  width: 35rem;
  height: 35rem;
  background-color: #fff;
  -webkit-mask-image: var(--banner-icon);
  mask-image: var(--banner-icon);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.maison-des-femmes-block.cta-banner-block.is-style-fullwidth .block-banner.icon-donate .button {
  --button-color: #f8c4b5;
}
.maison-des-femmes-block.cta-banner-block.is-style-fullwidth .block-banner.icon-donate .button::before {
  --button-color-text: #e74010;
}
.maison-des-femmes-block.cta-banner-block.is-style-fullwidth .block-banner.icon-donate .button:hover {
  --button-color-text: #35173b;
  --button-color: #fdece7;
  border-color: var(--button-color);
}
.maison-des-femmes-block.cta-banner-block.is-style-fullwidth .banner-title {
  display: flex;
  flex-flow: column;
}
.maison-des-femmes-block.cta-banner-block.is-style-fullwidth .banner-title span {
  color: #cebdd1;
}
.maison-des-femmes-block.cta-banner-block.is-style-fullwidth .button {
  --button-picto: var(--banner-icon);
}
.maison-des-femmes-block.cta-banner-block.is-style-fullwidth .button::before {
  width: 24rem;
  height: 24rem;
}
.maison-des-femmes-block.donation-block {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.maison-des-femmes-block.donation-block h2 {
  position: relative;
  color: #fff;
  font-size: 48rem;
  font-weight: 600;
  margin-block-end: 48rem;
  text-align: center;
}
.maison-des-femmes-block.donation-block h2 span {
  display: block;
  opacity: 0.75;
}
.maison-des-femmes-block.donation-block img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.maison-des-femmes-block.donation-block iframe {
  width: 475rem;
  height: 440rem;
  border: none;
  border-radius: 15rem;
  backdrop-filter: blur(7.8rem);
  border: 1px solid rgba(255,255,255,0.2);
}
.maison-des-femmes-block.donation-info-block .block-cards {
  flex: 1;
  display: flex;
  gap: 20rem;
}
.maison-des-femmes-block.donation-info-block .block-card {
  background-color: #f7f4f8;
  border: 1px solid #cebdd1;
  border-radius: 15rem;
}
.maison-des-femmes-block.donation-info-block .block-card h3 {
  text-align: center;
}
.maison-des-femmes-block.donation-info-block .block-card h3 strong {
  display: block;
}
.maison-des-femmes-block.donation-info-block .block-card h3 span {
  display: block;
}
.maison-des-femmes-block.donation-info-block .block-card .card-info {
  font-size: 15rem;
  margin-block-end: 0;
}
.maison-des-femmes-block.emergency-block {
  display: flex;
}
.maison-des-femmes-block.emergency-block .block-links {
  display: flex;
  padding-inline-start: 0;
  margin-block: 0;
  gap: 24rem;
}
.maison-des-femmes-block.emergency-block .block-link {
  list-style: none;
}
.maison-des-femmes-block.emergency-block .button-picto {
  --button-picto: var(--link-icon);
}
.maison-des-femmes-block.external-content-block .block-articles {
  display: flex;
  flex-flow: wrap;
  gap: 20rem;
}
.maison-des-femmes-block.faq-block {
  display: flex;
}
.maison-des-femmes-block.faq-block .block-questions {
  display: flex;
  flex-flow: column;
  gap: 20rem;
}
.maison-des-femmes-block.faq-block .block-question {
  border-radius: 15rem;
  padding: 24rem 32rem;
  border: 1px solid #cebdd1;
}
.maison-des-femmes-block.faq-block .block-question summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 20rem;
}
.maison-des-femmes-block.faq-block .block-question summary::-webkit-details-marker {
  display: none;
}
.maison-des-femmes-block.faq-block .block-question summary h3 {
  margin-block-end: 0;
}
.maison-des-femmes-block.faq-block .block-question summary button {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding-inline: 0;
  pointer-events: none;
}
.maison-des-femmes-block.faq-block .block-question summary button::before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  background-size: 16rem;
  background-image: var(--icon-closed);
  background-position: center;
}
.maison-des-femmes-block.faq-block .block-richtext li::before {
  background-color: #cebdd1;
}
.maison-des-femmes-block.faq-block .block-richtext blockquote {
  background-color: #cebdd1;
}
.maison-des-femmes-block.faq-block .block-richtext:last-child {
  margin-block-end: 8rem;
}
.maison-des-femmes-block.faq-block .block-richtext:not(:last-child) > :last-child {
  margin-block-end: 1.5em;
}
.maison-des-femmes-block.faq-block .block-visuals {
  display: flex;
  flex-flow: column;
  gap: 32rem;
  margin-block-end: 24rem;
}
.maison-des-femmes-block.faq-block .block-visuals figure {
  display: flex;
  flex-flow: column-reverse;
  background-color: #fff;
  padding: 20rem;
  border-radius: 15rem;
}
.maison-des-femmes-block.faq-block .block-visuals figure figcaption {
  font-weight: 600;
  margin-block-end: 24rem;
}
.maison-des-femmes-block.faq-block .block-visuals figure img,
.maison-des-femmes-block.faq-block .block-visuals figure video,
.maison-des-femmes-block.faq-block .block-visuals figure iframe,
.maison-des-femmes-block.faq-block .block-visuals figure .user-consent-placeholder {
  max-width: 100%;
  border-radius: 7.5rem;
}
.maison-des-femmes-block.faq-block .block-visuals figure iframe {
  aspect-ratio: 16/9;
}
.maison-des-femmes-block.faq-block .block-visuals:last-of-type {
  margin-block-end: 32rem;
}
.maison-des-femmes-block.faq-block .block-question summary {
  --icon-opened: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M1 6.835H13' stroke='white' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E");
  --icon-closed: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M1 6.835H13' stroke='white' stroke-width='1.67' stroke-linecap='round'/%3E%3Cpath d='M6.835 1V13' stroke='white' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E");
}
.maison-des-femmes-block.faq-block .block-question summary button::before {
  width: 32rem;
  height: 32rem;
  background-color: #60296b;
}
.maison-des-femmes-block.faq-block .block-question .block-richtext > p:first-child,
.maison-des-femmes-block.faq-block .block-question .block-richtext > ul:first-child li {
  margin-inline-end: 48rem;
}
.maison-des-femmes-block.faq-block .block-question[open] summary {
  margin-block-end: 16rem;
}
.maison-des-femmes-block.faq-block .block-question[open] summary button::before {
  background-image: var(--icon-opened);
}
.maison-des-femmes-block.faq-block.has-background .block-question {
  background-color: #fff;
}
.maison-des-femmes-block.faq-block.has-background .block-visuals figure {
  background-color: #f7f4f8;
}
.maison-des-femmes-block.faq-block:not(.has-background) .block-question {
  background-color: #f7f4f8;
}
.maison-des-femmes-block.hero-block {
  display: flex;
  position: relative;
  margin-block-end: -15rem;
}
.maison-des-femmes-block.hero-block figure {
  display: flex;
  justify-content: center;
}
.maison-des-femmes-block.hero-block figure img,
.maison-des-femmes-block.hero-block figure video,
.maison-des-femmes-block.hero-block figure object,
.maison-des-femmes-block.hero-block figure embed {
  object-fit: cover;
}
.maison-des-femmes-block.hero-block figure img,
.maison-des-femmes-block.hero-block figure video {
  width: 100%;
}
.maison-des-femmes-block.hero-block .hero-content h1,
.maison-des-femmes-block.hero-block .hero-content p {
  letter-spacing: -0.03em;
}
.maison-des-femmes-block.hero-block.is-style-homepage figure {
  flex: 1;
}
.maison-des-femmes-block.hero-block.is-style-homepage .hero-content {
  position: absolute;
  inset: 0;
}
.maison-des-femmes-block.hero-block.is-style-homepage .hero-content h1 {
  color: #fff;
}
.maison-des-femmes-block.hero-block + section,
.maison-des-femmes-block.hero-block + p {
  position: relative;
  z-index: 1;
  border-radius: 15rem 15rem 0 0;
}
.maison-des-femmes-block.hero-block + p {
  background-color: #fff;
  padding-block-start: 60rem;
}
.maison-des-femmes-block.hero-homepage-block {
  display: flex;
  position: relative;
  flex-flow: column;
}
.maison-des-femmes-block.hero-homepage-block figure.content-visual {
  position: fixed;
  inset: 0;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  background-color: #805489;
}
.maison-des-femmes-block.hero-homepage-block figure.content-visual img,
.maison-des-femmes-block.hero-homepage-block figure.content-visual video,
.maison-des-femmes-block.hero-homepage-block figure.content-visual object,
.maison-des-femmes-block.hero-homepage-block figure.content-visual embed {
  object-fit: cover;
}
.maison-des-femmes-block.hero-homepage-block figure.content-visual img,
.maison-des-femmes-block.hero-homepage-block figure.content-visual video {
  width: 100%;
}
.maison-des-femmes-block.hero-homepage-block .hero-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
  --sticky-top-offset: 0;
}
.maison-des-femmes-block.hero-homepage-block .content-title h1 {
  color: #fff;
  margin-block: 0;
  letter-spacing: -0.03em;
}
.maison-des-femmes-block.hero-homepage-block .content-text p {
  color: #fff;
  letter-spacing: -0.03em;
}
.maison-des-femmes-block.hero-homepage-block .content-cards {
  display: flex;
  gap: 32rem;
}
.maison-des-femmes-block.hero-homepage-block .content-cards .content-card {
  flex: 0 1 calc(33.333333333333336% - 40rem);
  color: #fff;
  padding: 24rem 40rem;
  border-radius: 15rem;
  background-color: rgba(192,192,192,0.2);
  border: 1px solid rgba(128,128,128,0.3);
  backdrop-filter: blur(7.8rem);
}
.maison-des-femmes-block.hero-homepage-block .content-cards .content-card h3 {
  color: inherit;
  font-size: 30rem;
  margin-block-end: 16rem;
}
.maison-des-femmes-block.hero-homepage-block .content-cards .content-card hr {
  border-color: rgba(255,255,255,0.3);
  border-bottom: none;
  margin-block: 16rem;
}
.maison-des-femmes-block.hero-homepage-block .content-cards .content-card p {
  font-size: 16rem;
}
.maison-des-femmes-block.hero-homepage-block .content-cards .content-card > :last-child {
  margin-block-end: 0;
}
body.home #main-content .maison-des-femmes-block.hero-homepage-block ~ section {
  position: relative;
  background-color: #fff;
}
body.home #footer {
  position: relative;
}
.maison-des-femmes-block.hiring-block header h2 {
  color: currentColor;
}
.maison-des-femmes-block.hiring-block .block-cards {
  display: flex;
  justify-content: center;
  gap: 20rem;
}
.maison-des-femmes-block.hiring-block .block-card {
  position: relative;
  flex: 0 1 calc(33.333333333333336% - 13.33333rem);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  min-height: 350rem;
  padding: 40rem 24rem 24rem 24rem;
  border-radius: 15rem;
}
.maison-des-femmes-block.hiring-block .block-card h3 {
  color: currentColor;
  margin-block-end: 14rem;
}
.maison-des-femmes-block.hiring-block .block-card hr {
  width: 100%;
  border-bottom-width: 0;
  margin-block: 0 32rem;
}
.maison-des-femmes-block.hiring-block .block-card ul,
.maison-des-femmes-block.hiring-block .block-card .button {
  margin-inline-start: 48rem;
}
.maison-des-femmes-block.hiring-block .block-card ul {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 24rem;
  padding-inline-start: 0;
  margin-block: 0;
}
.maison-des-femmes-block.hiring-block .block-card li {
  display: flex;
  gap: 20rem;
  list-style: none;
  align-items: center;
}
.maison-des-femmes-block.hiring-block .block-card li::before {
  content: '';
  display: inline-block;
  width: 20rem;
  height: 20rem;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: currentColor;
}
.maison-des-femmes-block.hiring-block .block-card li.card-availability::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' fill='none' viewBox='0 0 18 20'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 15.22v-.077m4.5.077v-.077m0-4.114v-.078m4 .078v-.078M2 6.914h14M3.81 1v1.543M14 1v1.543m0 0H4c-1.657 0-3 1.381-3 3.086v10.285C1 17.62 2.343 19 4 19h10c1.657 0 3-1.381 3-3.086V5.63c0-1.705-1.343-3.086-3-3.086Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' fill='none' viewBox='0 0 18 20'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 15.22v-.077m4.5.077v-.077m0-4.114v-.078m4 .078v-.078M2 6.914h14M3.81 1v1.543M14 1v1.543m0 0H4c-1.657 0-3 1.381-3 3.086v10.285C1 17.62 2.343 19 4 19h10c1.657 0 3-1.381 3-3.086V5.63c0-1.705-1.343-3.086-3-3.086Z'/%3E%3C/svg%3E");
}
.maison-des-femmes-block.hiring-block .block-card li.card-contract::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M13.059 13.199a1 1 0 0 0 .632-1.898l-.316.949-.316.949ZM10 11.125H9a1 1 0 0 0 .684.949l.316-.949Zm1-4.704a1 1 0 1 0-2 0h2Zm2.375 5.829.316-.949-3.375-1.125-.316.949-.316.949 3.375 1.125.316-.949ZM10 11.125h1V6.421H9v4.704h1ZM19 10h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10h-1Zm-9 9v-1a8 8 0 0 1-8-8H0c0 5.523 4.477 10 10 10v-1Zm-9-9h1a8 8 0 0 1 8-8V0C4.477 0 0 4.477 0 10h1Zm9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10v1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M13.059 13.199a1 1 0 0 0 .632-1.898l-.316.949-.316.949ZM10 11.125H9a1 1 0 0 0 .684.949l.316-.949Zm1-4.704a1 1 0 1 0-2 0h2Zm2.375 5.829.316-.949-3.375-1.125-.316.949-.316.949 3.375 1.125.316-.949ZM10 11.125h1V6.421H9v4.704h1ZM19 10h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10h-1Zm-9 9v-1a8 8 0 0 1-8-8H0c0 5.523 4.477 10 10 10v-1Zm-9-9h1a8 8 0 0 1 8-8V0C4.477 0 0 4.477 0 10h1Zm9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10v1Z'/%3E%3C/svg%3E");
}
.maison-des-femmes-block.hiring-block .block-card li.card-location::before {
  height: 22rem;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' fill='none' viewBox='0 0 18 22'%3E%3Cpath stroke='black' stroke-width='2' d='M8.513 20.2s7.513-6.678 7.513-11.687A7.513 7.513 0 0 0 1 8.513C1 13.522 8.513 20.2 8.513 20.2Z'/%3E%3Cpath stroke='black' stroke-width='2' d='M10.913 8.2a2.4 2.4 0 1 1-4.8 0 2.4 2.4 0 0 1 4.8 0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' fill='none' viewBox='0 0 18 22'%3E%3Cpath stroke='black' stroke-width='2' d='M8.513 20.2s7.513-6.678 7.513-11.687A7.513 7.513 0 0 0 1 8.513C1 13.522 8.513 20.2 8.513 20.2Z'/%3E%3Cpath stroke='black' stroke-width='2' d='M10.913 8.2a2.4 2.4 0 1 1-4.8 0 2.4 2.4 0 0 1 4.8 0Z'/%3E%3C/svg%3E");
}
.maison-des-femmes-block.hiring-block .fallback-text {
  color: #cebdd1;
  font-size: 22rem;
  text-align: center;
  font-style: italic;
}
.maison-des-femmes-block.hiring-block.is-style-default .block-card {
  background-color: #fdece7;
  color: #35173b;
}
.maison-des-femmes-block.hiring-block.is-style-default .block-card hr {
  border-color: rgba(96,41,107,0.3);
}
.maison-des-femmes-block.hiring-block.is-style-dark .block-card {
  background-color: #60296b;
  color: #fff;
  background-image: var(--mdf-gradient-prune-dark);
}
.maison-des-femmes-block.hiring-block.is-style-dark .block-card hr {
  border-color: rgba(255,255,255,0.3);
}
.maison-des-femmes-block.location-block {
  padding-inline: 0;
}
.maison-des-femmes-block.location-block .location-search {
  display: flex;
  gap: 10rem;
  background-color: #cebdd1;
}
.maison-des-femmes-block.location-block .location-search .field-search {
  position: relative;
}
.maison-des-femmes-block.location-block .location-search .field-search ul {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #f7f4f8;
  color: #60296b;
  padding: 16rem 0;
  border-radius: 15rem;
  margin-block: 0;
  list-style: none;
  box-shadow: 0 0 12rem 2rem rgba(128,84,137,0.15);
  max-height: 200rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.maison-des-femmes-block.location-block .location-search .field-search ul li {
  line-height: 1.5;
  font-size: 15rem;
  padding: 5rem 24rem;
  cursor: pointer;
  white-space: nowrap;
}
.maison-des-femmes-block.location-block .location-search .field-search ul li strong {
  display: block;
  font-weight: 500;
}
.maison-des-femmes-block.location-block .location-search .field-search ul li em {
  display: block;
  font-size: 12rem;
}
.maison-des-femmes-block.location-block .location-search .field-search ul li strong,
.maison-des-femmes-block.location-block .location-search .field-search ul li em {
  text-overflow: ellipsis;
  overflow: hidden;
}
.maison-des-femmes-block.location-block .location-search .field-search ul li:hover {
  background-color: #cebdd1;
}
.maison-des-femmes-block.location-block .location-results {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-content: flex-start;
  gap: 20rem;
}
.maison-des-femmes-block.location-block .location-results .result-card {
  cursor: pointer;
}
.maison-des-femmes-block.location-block .location-results .result-card figure {
  display: flex;
  justify-content: center;
  border-radius: 15rem;
  margin-block-end: 15rem;
  overflow: hidden;
}
.maison-des-femmes-block.location-block .location-results .result-card figure img,
.maison-des-femmes-block.location-block .location-results .result-card figure video,
.maison-des-femmes-block.location-block .location-results .result-card figure object,
.maison-des-femmes-block.location-block .location-results .result-card figure embed {
  object-fit: cover;
}
.maison-des-femmes-block.location-block .location-results .result-card figure img {
  transform: scale(1);
  transition: transform 0.5s ease;
}
.maison-des-femmes-block.location-block .location-results .result-card h4 {
  font-size: 15rem;
  font-weight: 400;
}
.maison-des-femmes-block.location-block .location-results .result-card-info {
  display: flex;
  gap: 10rem;
}
.maison-des-femmes-block.location-block .location-results .result-card .info-city {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8b979d;
  font-size: 12rem;
}
.maison-des-femmes-block.location-block .location-results .result-card .info-units {
  display: flex;
  gap: 2rem;
}
.maison-des-femmes-block.location-block .location-results .result-card .info-units .unit {
  text-indent: -9999rem;
  width: 13rem;
  height: 13rem;
  overflow: hidden;
}
.maison-des-femmes-block.location-block .location-results .result-card .info-units .unit::before {
  flex-basis: 100%;
}
.maison-des-femmes-block.location-block .location-results .result-card:hover figure img {
  transform: scale(1.05);
}
.maison-des-femmes-block.location-block .location-results .result-card:hover h4 {
  color: #805489;
}
.maison-des-femmes-block.location-block ul.info-units {
  list-style: none;
  padding-inline-start: 0;
  margin-block: 0;
}
.maison-des-femmes-block.location-block ul.info-units li.unit {
  display: flex;
  font-size: 12rem;
  align-items: center;
}
.maison-des-femmes-block.location-block ul.info-units li.unit::before {
  content: '';
  flex: 0 0 auto;
  aspect-ratio: 1;
  background-color: var(--unit-color, #c0c0c0);
  margin-inline-end: 5rem;
  border-radius: 15rem;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: var(--unit-icon);
  mask-image: var(--unit-icon);
}
.maison-des-femmes-block.location-block ul.info-units li.unit.unite-coralis {
  --unit-color: #009a9b;
  --unit-icon: var(--icon-unite-violences);
}
.maison-des-femmes-block.location-block ul.info-units li.unit.unite-mutilations {
  --unit-color: #e74010;
  --unit-icon: var(--icon-unite-mutilations);
}
.maison-des-femmes-block.location-block ul.info-units li.unit.unite-sante {
  --unit-color: #2e8fce;
  --unit-icon: var(--icon-unite-sante);
}
.maison-des-femmes-block.location-block ul.info-units li.unit.unite-violences {
  --unit-color: #60296b;
  --unit-icon: var(--icon-unite-violences);
}
.maison-des-femmes-block.location-block ul.info-units li.unit.unite-enfant {
  --unit-color: #f39313;
  --unit-icon: var(--icon-unite-enfant);
}
.maison-des-femmes-block.location-block ul.info-units li.unit.unite-plainte {
  --unit-color: #4b5b63;
  --unit-icon: var(--icon-unite-plainte);
}
.maison-des-femmes-block.location-block ul.info-units li.unit.unite-mineurs {
  --unit-color: #4b5b63;
  --unit-icon: var(--icon-unite-mineurs);
}
.location-map .gm-style .gm-style-iw-c {
  padding-inline: 25rem 0;
}
.location-map .gm-style .gm-style-iw-ch {
  padding-top: 15rem;
}
.location-map .gm-style .gm-style-iw-d {
  padding-inline-end: 25rem;
}
.location-map .gm-style .gm-style-iw-d html {
  margin-top: 0;
}
.maison-des-femmes-block.location-block .location-popup-title {
  color: #e74010;
}
.maison-des-femmes-block.location-block .location-popup-content {
  display: flex;
  flex-flow: wrap;
  max-width: 100%;
  text-align: left;
}
.maison-des-femmes-block.location-block .location-popup-content .popup-info {
  flex: 0 1 calc(50% - 20rem);
}
.maison-des-femmes-block.location-block .location-popup-content .popup-info figure {
  display: flex;
  justify-content: center;
  height: 115rem;
  border-radius: 15rem;
  margin-block-end: 15rem;
  overflow: hidden;
  background-color: rgba(102,102,102,0.2);
}
.maison-des-femmes-block.location-block .location-popup-content .popup-info figure img,
.maison-des-femmes-block.location-block .location-popup-content .popup-info figure video,
.maison-des-femmes-block.location-block .location-popup-content .popup-info figure object,
.maison-des-femmes-block.location-block .location-popup-content .popup-info figure embed {
  object-fit: cover;
}
.maison-des-femmes-block.location-block .location-popup-content .popup-info .info-units {
  gap: 5rem;
}
.maison-des-femmes-block.location-block .location-popup-content .popup-info .info-units .unit {
  margin-block-end: 8rem;
}
.maison-des-femmes-block.location-block .location-popup-content .popup-info .info-units .unit::before {
  flex-basis: 22rem;
}
.maison-des-femmes-block.location-block .location-popup-content .popup-contact {
  flex: 0 1 calc(50% - 20rem);
}
.maison-des-femmes-block.location-block .location-popup-content a {
  color: inherit;
}
.maison-des-femmes-block.location-block .location-popup-content .location-website {
  font-weight: 600;
}
.maison-des-femmes-block.location-block .location-popup-content .location-social {
  display: flex;
  gap: 6rem;
}
.maison-des-femmes-block.location-block .location-popup-content .location-social a {
  display: inline-block;
  width: 18rem;
  height: 18rem;
  background-color: #60296b;
  text-indent: -9999rem;
  overflow: hidden;
  mask-mode: luminance;
  -webkit-mask-mode: luminance;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.maison-des-femmes-block.location-block .location-popup-content .location-social a.social-facebook {
  -webkit-mask-image: var(--mdf-mask-facebook);
  mask-image: var(--mdf-mask-facebook);
}
.maison-des-femmes-block.location-block .location-popup-content .location-social a.social-instagram {
  -webkit-mask-image: var(--mdf-mask-instagram);
  mask-image: var(--mdf-mask-instagram);
  -webkit-mask-size: 120%;
  mask-size: 120%;
}
.maison-des-femmes-block.location-block .location-popup-content .location-social a.social-linkedin {
  -webkit-mask-image: var(--mdf-mask-linkedin);
  mask-image: var(--mdf-mask-linkedin);
  -webkit-mask-size: 92%;
  mask-size: 92%;
}
.maison-des-femmes-block.partners-block > h2 {
  margin-block-end: 20rem;
}
.maison-des-femmes-block.partners-block > p {
  margin-block-end: 60rem;
}
.maison-des-femmes-block.partners-block .block-partners:not(.initialized) {
  display: flex;
  flex-flow: wrap;
  gap: 64rem;
  justify-content: center;
}
.maison-des-femmes-block.partners-block .block-partners:not(.initialized) .block-partner {
  flex: 0 0 calc(33.333333333333336% - 42.66667rem);
}
.maison-des-femmes-block.partners-block .block-partners.initialized > div {
  display: flex;
  margin-block-end: 40rem;
}
.maison-des-femmes-block.partners-block .block-partners.initialized > div > div {
  display: flex;
}
.maison-des-femmes-block.partners-block .block-partners.initialized .block-partner {
  flex: 0 0 215rem;
  padding-inline: 20rem;
  cursor: grab;
}
.maison-des-femmes-block.partners-block .block-partner {
  display: flex;
  align-items: center;
  position: relative;
}
.maison-des-femmes-block.partners-block .block-partner .link-overlay {
  z-index: 1;
}
.maison-des-femmes-block.partners-block .block-partner .link-overlay:hover + img {
  opacity: 0.6;
}
.maison-des-femmes-block.partners-block .block-partner img {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.maison-des-femmes-block.partners-block .partners-dots {
  display: flex;
  justify-content: center;
  gap: 8rem;
  padding: 16rem;
}
.maison-des-femmes-block.partners-block .partners-dots span {
  flex: 0 0 8rem;
  height: 8rem;
  border-radius: 4rem;
  background-color: #c0c0c0;
  cursor: pointer;
}
.maison-des-femmes-block.partners-block .partners-dots span.active {
  background-color: #000;
}
.maison-des-femmes-block.process-block {
  counter-reset: process-step-count;
}
.maison-des-femmes-block.process-block h2 {
  text-align: center;
  margin-block-end: 50rem;
}
.maison-des-femmes-block.process-block .patient-step {
  flex: 1;
  display: flex;
  flex-flow: wrap;
}
.maison-des-femmes-block.process-block .patient-step h4 {
  flex: 1 1 100%;
  background-color: #60296b;
  color: #fff;
  font-size: 18rem;
  padding: 24rem;
  border-radius: 15rem;
  margin-block-end: 0;
  text-align: center;
}
.maison-des-femmes-block.process-block .patient-step .step-label {
  counter-increment: process-step-count;
  display: flex;
  align-items: center;
  border: 1px solid #cebdd1;
  border-radius: 15rem;
  height: 92rem;
}
.maison-des-femmes-block.process-block .patient-step .step-label::before {
  content: counter(process-step-count);
  flex: 0 0 34rem;
  aspect-ratio: 1;
  background-color: #8f6c96;
  color: #fff;
  line-height: 34rem;
  font-size: 18rem;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
}
.maison-des-femmes-block.process-block .patient-step.patient-care figure {
  flex: 0 1 calc(50% - 10rem);
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 20rem 55rem 40rem 55rem;
  border: 1px solid #cebdd1;
  border-radius: 15rem;
}
.maison-des-femmes-block.process-block .patient-step.patient-care figure img,
.maison-des-femmes-block.process-block .patient-step.patient-care figure video,
.maison-des-femmes-block.process-block .patient-step.patient-care figure object,
.maison-des-femmes-block.process-block .patient-step.patient-care figure embed {
  object-fit: contain;
}
.maison-des-femmes-block.process-block .patient-step.patient-care figure figcaption {
  font-size: 22rem;
  font-weight: 500;
}
.maison-des-femmes-block.push-content-block .block-cards {
  display: flex;
  gap: 20rem;
}
.maison-des-femmes-block.push-content-block .block-card {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 15rem;
  overflow: hidden;
  box-shadow: 0 0 15rem -5rem rgba(128,84,137,0.15);
}
.maison-des-femmes-block.push-content-block .block-card img,
.maison-des-femmes-block.push-content-block .block-card video,
.maison-des-femmes-block.push-content-block .block-card object,
.maison-des-femmes-block.push-content-block .block-card embed {
  object-fit: cover;
}
.maison-des-femmes-block.push-content-block .block-card figure {
  display: flex;
  justify-content: center;
}
.maison-des-femmes-block.push-content-block .block-card figure img,
.maison-des-femmes-block.push-content-block .block-card figure video,
.maison-des-femmes-block.push-content-block .block-card figure object,
.maison-des-femmes-block.push-content-block .block-card figure embed {
  object-fit: cover;
}
.maison-des-femmes-block.push-content-block .block-card .card-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.maison-des-femmes-block.push-content-block .block-card .card-content h3 {
  color: inherit;
  font-weight: 600;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-highlight {
  background-color: #fdece7;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-highlight .tag-highlight {
  position: absolute;
  left: 16rem;
  top: 20rem;
  display: flex;
  align-items: center;
  gap: 8rem;
  line-height: 1.1;
  font-size: 15rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8rem 14rem;
  border-radius: 999rem;
  background-color: rgba(255,255,255,0.9);
}
.maison-des-femmes-block.push-content-block .block-card.card-type-highlight .tag-highlight::before {
  content: '';
  background-color: #e74010;
  width: 12rem;
  height: 12rem;
  border-radius: 999rem;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-highlight .card-content {
  flex: 1;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-highlight .card-content h3 {
  line-height: 1.1;
  font-size: 25rem;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-map {
  background-color: #60296b;
  color: #fff;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-map figure {
  flex: 1;
  position: relative;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-map figure::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -60rem;
  display: inline-block;
  width: 100%;
  height: 75%;
  background-image: linear-gradient(rgba(96,41,107,0) 0%, #60296b 100%);
}
.maison-des-femmes-block.push-content-block .block-card.card-type-map figure img {
  object-fit: contain;
  object-position: top;
  transform: translate(0, 60rem);
}
.maison-des-femmes-block.push-content-block .block-card.card-type-map .card-content {
  position: relative;
  z-index: 1;
  flex: 0 0 42.5%;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-map .card-content h3 {
  margin-block-end: 25rem;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-map .card-content p {
  flex: 1;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-title {
  background-color: #60296b;
  color: #fff;
  background-image: var(--mdf-gradient-prune);
}
.maison-des-femmes-block.push-content-block .block-card.card-type-title .card-content {
  flex: 1;
  padding: 56rem 32rem 40rem 32rem;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-title h3,
.maison-des-femmes-block.push-content-block .block-card.card-type-title .card-subtitle {
  line-height: 1;
  font-size: 48rem;
  font-weight: 600;
  margin-block: 0;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-title .card-subtitle {
  flex: 1;
  color: #cebdd1;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-social {
  color: #fff;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-social figure {
  flex: 0 1 55%;
  background-color: rgba(102,102,102,0.2);
  max-height: 55%;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-social .card-content {
  flex: 1;
  background-image: linear-gradient(135deg, #6b0584 0%, #9a2861 50%, #d56350 100%);
  padding: 32rem 48rem 40rem 48rem;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-social .card-content h3 {
  color: inherit;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-social .card-content .menu-social {
  gap: 24rem;
  justify-content: flex-start;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-social .card-content .menu-social li {
  width: 36rem;
  height: 36rem;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-content figure {
  flex: 0 1 45%;
  background-color: rgba(102,102,102,0.2);
  max-height: 45%;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-content .card-content {
  flex: 1;
  background-color: #fff;
  padding: 32rem 48rem 40rem 32rem;
}
.maison-des-femmes-block.push-content-block .block-card.card-type-content .card-text {
  flex: 1;
}
.maison-des-femmes-block.push-figure-block .block-figures {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 20rem;
}
.maison-des-femmes-block.push-figure-block .block-figure {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  border-radius: 15rem;
  overflow: hidden;
}
.maison-des-femmes-block.push-figure-block .block-figure img,
.maison-des-femmes-block.push-figure-block .block-figure video,
.maison-des-femmes-block.push-figure-block .block-figure object,
.maison-des-femmes-block.push-figure-block .block-figure embed {
  object-fit: cover;
}
.maison-des-femmes-block.push-figure-block .block-figure figcaption {
  width: 100%;
  font-weight: 500;
}
.maison-des-femmes-block.push-figure-block .block-figure figcaption strong {
  display: block;
  width: 100%;
  font-weight: 600;
  padding-block-end: 8rem;
  border-block-end: 1px solid currentColor;
  margin-block-end: 16rem;
}
.maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure {
  background-color: #464646;
}
.maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure img {
  opacity: 0.7;
}
.maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
.maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure figcaption strong {
  border-color: rgba(255,255,255,0.3);
}
.maison-des-femmes-block.push-figure-block.is-style-simple .block-figures {
  justify-content: center;
  margin-inline: auto;
}
.maison-des-femmes-block.push-figure-block.is-style-simple .block-figures-2 {
  max-width: 840rem;
}
.maison-des-femmes-block.push-figure-block.is-style-simple .block-figures-2 .block-figure {
  flex: 0 0 calc(50% - 10rem);
}
.maison-des-femmes-block.push-figure-block.is-style-simple .block-figures-3 .block-figure {
  flex: 0 0 calc(33.333333333333336% - 13.33333rem);
}
.maison-des-femmes-block.push-figure-block.is-style-simple .block-figure {
  background-color: #f7f4f8;
}
.maison-des-femmes-block.push-figure-block.is-style-simple .block-figure img {
  display: none;
}
.maison-des-femmes-block.push-figure-block.is-style-simple .block-figure figcaption {
  max-width: 300rem;
  margin-inline: auto;
  color: #60296b;
  text-align: center;
}
.maison-des-femmes-block.push-figure-block.is-style-simple .block-figure figcaption strong {
  border-color: rgba(96,41,107,0.3);
}
.maison-des-femmes-block.push-info-block header h2 {
  color: currentColor;
  margin-block-end: 16rem;
}
.maison-des-femmes-block.push-info-block .block-cards {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 20rem;
}
.maison-des-femmes-block.push-info-block .block-card {
  border-radius: 15rem;
  padding: 40rem 24rem 24rem 24rem;
  position: relative;
}
.maison-des-femmes-block.push-info-block .block-card h3 {
  display: flex;
  align-items: center;
  color: currentColor;
  margin-block-end: 14rem;
}
.maison-des-femmes-block.push-info-block .block-card h3::before {
  width: 32rem;
  height: 32rem;
  margin-inline-end: 24rem;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: var(--card-icon);
  mask-image: var(--card-icon);
}
.maison-des-femmes-block.push-info-block .block-card hr {
  border-bottom-width: 0;
  margin-block: 0 14rem;
}
.maison-des-femmes-block.push-info-block .block-card[style^="--card-icon:"] h3::before {
  content: '';
}
.maison-des-femmes-block.push-info-block .block-card .button-link {
  position: absolute;
  left: 24rem;
  bottom: 24rem;
  width: calc(100% - 2 * 24rem);
}
.maison-des-femmes-block.push-info-block.is-style-default .block-card {
  background-color: #60296b;
  color: #fff;
  background-image: var(--mdf-gradient-prune-dark);
}
.maison-des-femmes-block.push-info-block.is-style-default .block-card hr {
  border-color: rgba(255,255,255,0.3);
}
.maison-des-femmes-block.push-info-block.is-style-light .block-card {
  background-color: #fdece7;
  color: #35173b;
}
.maison-des-femmes-block.push-info-block.is-style-light .block-card hr {
  border-color: rgba(96,41,107,0.3);
}
.maison-des-femmes-block.push-news-block header {
  display: flex;
  justify-content: space-between;
}
.maison-des-femmes-block.push-news-block .block-articles {
  display: flex;
  gap: 20rem;
}
.maison-des-femmes-block.push-news-block .block-article {
  position: relative;
  flex: 0 1 calc(50% - 10rem);
}
.maison-des-femmes-block.push-news-block .block-article figure {
  margin-block-end: 20rem;
  box-shadow: 0 0 4rem rgba(0,0,0,0.15);
}
.maison-des-femmes-block.push-page-block .block-articles {
  display: flex;
  flex-flow: wrap;
  gap: 20rem;
}
.maison-des-femmes-block.push-page-block .block-article {
  position: relative;
  flex: 1 1 calc(50% - 10rem);
  max-width: 100%;
}
.maison-des-femmes-block.push-page-block .block-article figure {
  box-shadow: 0 0 4rem rgba(0,0,0,0.15);
  width: 100%;
}
.maison-des-femmes-block.social-link-block h2 {
  max-width: 685rem;
  margin-inline: auto;
  text-align: center;
}
.maison-des-femmes-block.social-link-block ul.menu {
  gap: 70rem;
}
.maison-des-femmes-block.social-link-block li.menu-item {
  width: 65rem;
  height: 65rem;
}
.maison-des-femmes-block.team-block .team-members {
  display: flex;
  flex-flow: wrap;
  gap: 20rem;
}
.maison-des-femmes-block.team-block .team-member {
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #f7f4f8;
  border-radius: 15rem;
  padding: 50rem 25rem;
}
.maison-des-femmes-block.team-block .team-member figure {
  position: relative;
  width: 185rem;
  height: 185rem;
  margin-block-end: 40rem;
  display: flex;
  justify-content: center;
}
.maison-des-femmes-block.team-block .team-member figure img,
.maison-des-femmes-block.team-block .team-member figure video,
.maison-des-femmes-block.team-block .team-member figure object,
.maison-des-femmes-block.team-block .team-member figure embed {
  object-fit: cover;
}
.maison-des-femmes-block.team-block .team-member figure img {
  border-radius: 50%;
  overflow: hidden;
  border: 2rem solid #fff;
}
.maison-des-femmes-block.team-block .team-member figure .link-profile {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  text-indent: -9999rem;
  background-color: #0072b1;
  border: 2rem solid #fff;
  background-size: contain;
  background-position: center;
}
.maison-des-femmes-block.team-block .team-member figure .link-profile.link-linkedin::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: var(--mdf-icon-linkedin);
  background-size: 24rem;
  background-position: center;
}
.maison-des-femmes-block.team-block .team-member .member-name {
  font-size: 18rem;
  margin-bottom: 5rem;
}
.maison-des-femmes-block.team-block .team-member hr {
  width: 30%;
  border-width: 0;
  border-block-start: 1px solid rgba(96,41,107,0.3);
}
.maison-des-femmes-block.team-block .team-member .member-description {
  font-size: 15rem;
  font-weight: 400;
}
.maison-des-femmes-block.team-block .team-text {
  margin-block-start: 60rem;
}
.maison-des-femmes-block.team-block .team-text p {
  font-size: 18rem;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.maison-des-femmes-block.team-block .block-cta-wrapper {
  margin-block-start: 30rem;
}
.maison-des-femmes-block.testimonial-block blockquote,
.maison-des-femmes-block.testimonial-block .quote-author {
  width: 100%;
  margin-inline: auto;
}
.maison-des-femmes-block.testimonial-block blockquote {
  position: relative;
  font-style: italic;
}
.maison-des-femmes-block.testimonial-block blockquote em,
.maison-des-femmes-block.testimonial-block blockquote i {
  font-style: normal;
}
.maison-des-femmes-block.testimonial-block blockquote a {
  color: inherit;
}
.maison-des-femmes-block.testimonial-block blockquote::before {
  content: '"';
  font-size: 4em;
  position: absolute;
  left: -0.5em;
  top: -0.75em;
}
.maison-des-femmes-block.testimonial-block .quote-author {
  color: #60296b;
  font-weight: 300;
  margin-block-end: 0;
}
.maison-des-femmes-block.text-visual-block {
  display: flex;
}
.maison-des-femmes-block.timeline-block .timeline-events {
  position: relative;
  flex: 1 100%;
  list-style: none;
}
.maison-des-femmes-block.timeline-block .timeline-events::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #60296b;
}
.maison-des-femmes-block.timeline-block .timeline-event {
  width: calc(50% - 17rem);
  margin-block-end: 32rem;
}
.maison-des-femmes-block.timeline-block .timeline-event time {
  position: relative;
  display: block;
  font-weight: 600;
  padding-block-end: 10rem;
  border-block-end: 1px solid rgba(96,41,107,0.3);
  margin-block-end: 10rem;
}
.maison-des-femmes-block.timeline-block .timeline-event time::before {
  content: '';
  position: absolute;
  bottom: -8rem;
  width: 16rem;
  height: 16rem;
  border-radius: 10rem;
  background-color: #f39313;
  border: 1px solid #fff;
}
.maison-des-femmes-block.timeline-block .timeline-event:nth-child(odd) {
  margin-left: calc(50% + 17rem);
}
.maison-des-femmes-block.timeline-block .timeline-event:nth-child(odd) time::before {
  left: -25rem;
}
.maison-des-femmes-block.timeline-block .timeline-event:nth-child(even) time {
  text-align: right;
}
.maison-des-femmes-block.timeline-block .timeline-event:nth-child(even) time::before {
  right: -25rem;
}
.maison-des-femmes-block.timeline-block .timeline-event:nth-child(even) p {
  text-align: right;
}
.maison-des-femmes-block.timeline-block .timeline-event {
  transition: transform 0.33333s ease-out, opacity 0.5s linear;
  transform: translate(0, 200%);
  opacity: 0;
}
.maison-des-femmes-block.timeline-block .timeline-event.event-visible {
  transform: translate(0, 0);
  opacity: 1;
}
.maison-des-femmes-block.violencemeter-block {
  --color-good: #67bb9b;
  --color-warning: #f39313;
  --color-danger: #e74010;
  --image-good: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Ccircle cx='22' cy='22' r='21.175' stroke='white' stroke-width='1.65'/%3E%3Ccircle cx='22' cy='22' r='19' fill='white' stroke='white' stroke-width='0.647059'/%3E%3Cpath d='M22 15.1526V32.5004' stroke='%2367bb9b' stroke-width='2.47' stroke-linecap='round'/%3E%3Cpath d='M22 13.5005L13.7391 21.7614' stroke='%2367bb9b' stroke-width='2.47' stroke-linecap='round'/%3E%3Cpath d='M22 13.5005L30.2609 21.7614' stroke='%2367bb9b' stroke-width='2.47' stroke-linecap='round'/%3E%3C/svg%3E");
  --image-warning: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='43' viewBox='0 0 48 43'%3E%3Cpath fill='%23fff' d='M44.563 41.963H3.52c-2.706 0-4.397-2.884-3.044-5.192l2.78-4.743L20.998 1.764c1.353-2.307 4.734-2.307 6.087 0l8.375 14.288 12.145 20.72c1.353 2.307-.338 5.19-3.042 5.19Z'/%3E%3Cpath fill='%23F39313' d='M44.562 40.375H3.52a1.872 1.872 0 0 1-1.648-.937c-.165-.281-.496-1.027 0-1.873L22.393 2.558c.496-.845 1.317-.936 1.648-.936.33 0 1.151.09 1.647.936l20.52 35.007c.495.846.165 1.592 0 1.874a1.87 1.87 0 0 1-1.646.936ZM24.041 2.415c-.237 0-.674.07-.95.54L2.57 37.962a1.03 1.03 0 0 0 0 1.079c.118.202.399.54.95.54h41.043c.55 0 .83-.338.948-.54.118-.2.275-.609 0-1.079L24.99 2.955a1.065 1.065 0 0 0-.95-.54Z'/%3E%3Cpath fill='%23F39313' d='M25.808 34.828a2.44 2.44 0 0 0 0-3.487 2.53 2.53 0 0 0-3.54 0 2.44 2.44 0 0 0 0 3.487 2.53 2.53 0 0 0 3.54 0ZM26.698 16.374l-.749 10.734c-.064.995-.912 1.757-1.912 1.757-.045 0-.084 0-.128-.005a1.9 1.9 0 0 1-1.785-1.752l-.744-10.734c-.044-1.854 1.306-2.782 2.657-2.782a2.79 2.79 0 0 1 1.597.49c.162.112.315.253.448.408.395.457.636 1.083.617 1.884Z'/%3E%3C/svg%3E");
  --image-danger: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45'%3E%3Ccircle cx='22' cy='22.534' r='21.175' fill='%23e74010' stroke='%23fff' stroke-width='1.65'/%3E%3Ccircle cx='22' cy='22.533' r='19.088' fill='%23fff' stroke='%23fff' stroke-width='.647'/%3E%3Cpath stroke='%23e74010' stroke-linecap='round' stroke-width='5.47' d='M12.941 22.534h18.442'/%3E%3C/svg%3E");
  display: flex;
  gap: 20rem;
}
.maison-des-femmes-block.violencemeter-block > p {
  flex: 1 0 100%;
  font-weight: 400;
  margin-block-end: 10rem;
}
.maison-des-femmes-block.violencemeter-block .block-situation {
  flex: 1;
  background-color: #fff;
  border-radius: 15rem;
  overflow: hidden;
}
.maison-des-femmes-block.violencemeter-block .block-situation.situation-good {
  --situation-color: var(--color-good);
  --situation-image: var(--image-good);
}
.maison-des-femmes-block.violencemeter-block .block-situation.situation-warning {
  --situation-color: var(--color-warning);
  --situation-image: var(--image-warning);
}
.maison-des-femmes-block.violencemeter-block .block-situation.situation-danger {
  --situation-color: var(--color-danger);
  --situation-image: var(--image-danger);
}
.maison-des-femmes-block.violencemeter-block .block-situation header {
  display: flex;
  align-items: center;
  background-color: var(--situation-color);
  color: #fff;
}
.maison-des-femmes-block.violencemeter-block .block-situation header .situation-tagline {
  flex: 0 120rem;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-inline: 24rem;
  border-inline-end: 1px solid rgba(255,255,255,0.3);
}
.maison-des-femmes-block.violencemeter-block .block-situation header .situation-tagline::before {
  content: '';
  display: inline-block;
  background-image: var(--situation-image);
  background-position: center;
  background-size: contain;
}
.maison-des-femmes-block.violencemeter-block .block-situation header h3 {
  flex: 1 0;
  color: currentColor;
  margin: 0;
}
.maison-des-femmes-block.violencemeter-block .block-situation ul {
  list-style: none;
  padding: 0;
  margin-inline: 20rem;
}
.maison-des-femmes-block.violencemeter-block .block-situation ul li {
  font-weight: 400;
  padding-block: 10rem;
  border-block-end: 1px solid rgba(96,41,107,0.3);
}
.maison-des-femmes-block.violencemeter-block .block-situation ul li:last-child {
  border-block-end: none;
}
body.single-post .maison-des-femmes-block.hero-block .hero-content {
  display: flex;
  flex-flow: column;
}
body.single-post .maison-des-femmes-block.hero-block .hero-title h1 {
  max-width: 100%;
}
body.single-post .maison-des-femmes-block.hero-block .hero-info {
  display: flex;
  justify-content: space-between;
  font-size: 15rem;
}
body.single-post .maison-des-femmes-block.hero-block .hero-info .article-tags {
  font-size: inherit;
  margin-block-end: 0;
}
body.single-post .maison-des-femmes-block.hero-block .hero-info .article-tags a {
  color: inherit;
}
body.single-post .maison-des-femmes-block.hero-block .hero-info time {
  flex: 0 50%;
}
body.single-post .maison-des-femmes-block.hero-block figure,
body.single-post .maison-des-femmes-block.hero-block .hero-content {
  height: calc(100% - 15rem);
}
main#main-content > p {
  width: 100%;
  font-size: 18rem;
}
main#main-content .wp-block-columns {
  margin-bottom: 0;
}
main#main-content .wp-block-column > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px){
  article.block-article h3,
  article.block-article .article-title {
    font-size: 22rem;
  }
  article.block-article figure {
    margin-block-end: 24rem;
  }
  article.block-article figure img {
    transition: transform 0.5s ease;
  }
  article.block-article:hover figure img {
    transform: scale(1.05);
  }
  .maison-des-femmes-block {
    padding-block: 120rem;
  }
  .maison-des-femmes-block .block-richtext ul {
    padding-inline-start: 54rem;
  }
  .maison-des-femmes-block .block-richtext li::before {
    left: -54rem;
    width: 22rem;
    height: 22rem;
    background-size: 13rem 9rem;
  }
  .maison-des-femmes-block .block-richtext blockquote {
    padding: 55rem 38rem 40rem 38rem;
  }
  .maison-des-femmes-block .block-richtext blockquote::before {
    font-size: 3em;
    position: absolute;
    left: 0.25em;
    top: 0.25em;
  }
  .button-small,
  li.menu-item.action-donate a-small,
  li.menu-item.action-donate span-small {
    padding: 12rem 20rem;
  }
  .button-large,
  li.menu-item.action-donate a-large,
  li.menu-item.action-donate span-large {
    font-size: 18rem;
    padding: 24rem 32rem;
  }
  h1 {
    line-height: 1;
    font-size: 75rem;
  }
  h2 {
    line-height: 1;
    font-size: 48rem;
  }
  h3 {
    font-size: 32rem;
  }
  h4 {
    font-size: 22rem;
  }
  body > footer {
    max-width: 1380rem;
    margin-inline: auto;
  }
  body > footer .footer-main {
    flex-direction: column;
    height: 245rem;
    padding: 50rem 128rem;
  }
  body > footer .footer-main .brand-logo {
    margin-block-end: 24rem;
    height: 85rem;
  }
  body > footer .footer-legal {
    padding: 10rem 128rem;
  }
  body > footer .footer-legal ul.menu {
    gap: 50rem;
  }
  #footer-newsletter h3 {
    font-size: 24rem;
  }
  #footer-main ul.menu {
    flex-flow: column;
    padding-inline-start: 10rem;
    border-inline-start: 1px solid #35173b;
    gap: 10rem;
  }
  #footer-main li.menu-item {
    line-height: 1.5;
    font-size: 20rem;
  }
  #footer-main li.menu-item:first-child {
    margin-block-start: -7.5rem;
  }
  #footer-main li.menu-item:last-child {
    margin-block-end: -7.5rem;
  }
  #footer-main li.menu-item a::after {
    content: '';
    display: inline-block;
    width: 18rem;
    height: 8rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='8' viewBox='0 0 18 8'%3E%3Cpath fill='%2335173B' d='M17.354 4.354a.5.5 0 0 0 0-.708L14.172.464a.5.5 0 1 0-.708.708L16.293 4l-2.829 2.828a.5.5 0 1 0 .708.708l3.182-3.182ZM0 4v.5h17v-1H0V4Z'/%3E%3C/svg%3E");
    background-size: contain;
    vertical-align: middle;
    margin-inline-start: 10rem;
    transform: translate(0, 0);
    transition: transform 0.3s ease;
  }
  #footer-main li.menu-item a:hover::after {
    transform: translate(5rem, 0);
  }
  #footer-social ul.menu {
    gap: 12rem;
  }
  #footer-social li.menu-item {
    width: 18rem;
    height: 18rem;
  }
  body > header {
    position: fixed;
    z-index: 10;
    top: calc(24rem + var(--header-top-offset));
    left: calc(50% - 640rem);
    width: 100%;
    height: 70rem;
    max-width: 1280rem;
  }
  body > header .brand-logo {
    width: 48rem;
    height: 44rem;
    transform: scale(1) translate(0, -4%);
    transition: transform 0.3s ease;
    transform-origin: 0 center;
  }
  body > header.header-sticky {
    top: var(--header-top-offset);
    height: 118rem;
    border-radius: 0 0 15rem 15rem;
  }
  body > header.header-sticky .brand-logo {
    transform: scale(1.875) translate(0, -4%);
  }
  #main-nav-mobile {
    display: none;
  }
  #donate-mobile {
    display: none;
  }
  main > section,
  main > p,
  main > ul,
  main > ol,
  main > .wp-block-columns,
  main > .wp-block-image {
    width: 100%;
    padding-inline: calc(50% - 640rem);
  }
  nav li.menu-item {
    font-size: 15rem;
  }
  #main-nav ul.menu {
    justify-content: space-between;
    gap: 50rem;
  }
  #main-nav ul.sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% + 5rem);
    min-width: 300rem;
    background-color: #f3f7f7;
    padding: 24rem 24rem 32rem 24rem;
    border-radius: 15rem;
    transform: translate(-50%, 0);
  }
  #main-nav ul.sub-menu::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 10rem;
    transform: translate(-50%, -100%);
  }
  #main-nav li.menu-item {
    display: flex;
    align-items: center;
  }
  #main-nav li.menu-item.menu-item-has-children > a,
  #main-nav li.menu-item.menu-item-has-children > span {
    display: flex;
    background-color: transparent;
    height: 46rem;
    border-radius: 25rem;
    gap: 6rem;
    transition: 0.3s ease;
    transition-property: color, background-color;
    padding-inline-start: 20rem !important;
  }
  #main-nav li.menu-item.menu-item-has-children > a::after,
  #main-nav li.menu-item.menu-item-has-children > span::after {
    content: '';
    width: 8rem;
    height: 4rem;
    margin-top: 2rem;
  }
  #main-nav li.menu-item.menu-item-has-children:hover > a,
  #main-nav li.menu-item.menu-item-has-children:hover > span {
    color: #fff;
    background-color: #60296b;
  }
  #main-nav li.menu-item.menu-item-has-children:hover > ul.sub-menu {
    display: flex;
  }
  #main-nav > ul.menu > li.menu-item {
    justify-content: center;
  }
  #main-nav > ul.menu > li.menu-item > a,
  #main-nav > ul.menu > li.menu-item > span {
    padding-inline: 15rem;
  }
  #main-nav > ul.menu > li.menu-item > ul.sub-menu {
    box-shadow: 0 0 12rem 2rem rgba(128,84,137,0.15);
  }
  #main-nav > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
    color: #805489;
    line-height: 1.35;
    font-size: 16rem;
    margin-block: 4rem;
  }
  #emergency-action {
    right: 24rem;
  }
  body.archive .block-article {
    flex: 0 0 calc(33.333333333333336% - 13.33333rem);
    min-height: 410rem;
  }
  .maison-des-femmes-block.anchors-block .anchor-button {
    flex: 0 0 calc(33.333333333333336% - 13.33333rem);
  }
  .maison-des-femmes-block.compare-block {
    width: 100%;
    padding-inline: calc(50% - 420rem);
  }
  .maison-des-femmes-block.compare-block h2 {
    margin-inline: 105rem;
  }
  .maison-des-femmes-block.compare-block .compare {
    min-height: 156rem;
    margin-bottom: 10rem;
  }
  .maison-des-femmes-block.compare-block .compare > div {
    padding: 24rem;
  }
  .maison-des-femmes-block.compare-block .compare > div strong {
    font-size: 33rem;
  }
  .maison-des-femmes-block.compare-block .compare > div span {
    font-size: 22rem;
  }
  .maison-des-femmes-block.contact-block header {
    max-width: 55%;
  }
  .maison-des-femmes-block.cta-banner-block .block-banner {
    padding-block: 60rem;
  }
  .maison-des-femmes-block.cta-banner-block.is-style-default .block-banner {
    max-width: 840rem;
    margin-inline: auto;
  }
  .maison-des-femmes-block.cta-banner-block.is-style-default .banner-title {
    max-width: 440rem;
    font-size: 22rem;
    margin-inline: auto;
  }
  .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .block-banner {
    padding-inline: 64rem;
  }
  .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .banner-title {
    font-size: 33rem;
  }
  .maison-des-femmes-block.donation-block {
    padding-block: 100rem 180rem;
  }
  .maison-des-femmes-block.donation-block h2 {
    max-width: 610rem;
  }
  .maison-des-femmes-block.donation-info-block {
    display: flex;
    flex-flow: wrap;
  }
  .maison-des-femmes-block.donation-info-block h2 {
    flex: 0 50%;
    padding-inline-end: 20%;
  }
  .maison-des-femmes-block.donation-info-block .block-text {
    flex: 0 50%;
  }
  .maison-des-femmes-block.donation-info-block .block-cards {
    margin-block: 100rem 60rem;
  }
  .maison-des-femmes-block.donation-info-block .block-card {
    padding: 65rem 24rem 24rem;
  }
  .maison-des-femmes-block.donation-info-block .block-card h3 {
    margin-block-end: 32rem;
    line-height: 1.2;
    font-size: 37rem;
  }
  .maison-des-femmes-block.donation-info-block .block-card h3 strong {
    line-height: 1;
    font-size: 48rem;
  }
  .maison-des-femmes-block.donation-info-block .block-card h3 span {
    font-size: 27rem;
  }
  .maison-des-femmes-block.emergency-block {
    gap: 60rem;
  }
  .maison-des-femmes-block.emergency-block h3 {
    flex: 0 1 38%;
  }
  .maison-des-femmes-block.emergency-block .block-links {
    flex: 1;
    justify-content: flex-end;
  }
  .maison-des-femmes-block.external-content-block .block-article {
    flex: 0 0 calc(33.333333333333336% - 13.33333rem);
    min-height: 410rem;
  }
  .maison-des-femmes-block.faq-block .block-content header {
    max-width: 90%;
  }
  .maison-des-femmes-block.faq-block .block-question h3 {
    flex: 0 55%;
    font-size: 22rem;
  }
  .maison-des-femmes-block.faq-block .block-visual {
    flex: 1 0 calc(50% - 10rem);
    align-self: stretch;
    height: 750rem;
  }
  .maison-des-femmes-block.faq-block.is-style-fullwidth {
    flex-flow: column;
  }
  .maison-des-femmes-block.faq-block.is-style-fullwidth header {
    margin-block-end: 80rem;
  }
  .maison-des-femmes-block.faq-block.is-style-fullwidth .block-questions {
    max-width: 1064rem;
    margin-inline: auto;
  }
  .maison-des-femmes-block.faq-block.is-style-fullwidth .block-visual {
    display: none;
  }
  .maison-des-femmes-block.faq-block.is-style-default {
    gap: 128rem;
  }
  .maison-des-femmes-block.faq-block.is-style-default .block-content {
    flex: 0 1 50%;
  }
  .maison-des-femmes-block.faq-block.is-style-default header {
    margin-block: 45rem 60rem;
  }
  .maison-des-femmes-block.faq-block.is-style-default.no-visual .block-content {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    gap: 128rem;
  }
  .maison-des-femmes-block.faq-block.is-style-default.no-visual .block-content header {
    flex: 0 1 50%;
    margin-block-start: 0;
  }
  .maison-des-femmes-block.faq-block.is-style-default.no-visual .block-content .block-questions {
    flex: 1 0 calc(50% - 10rem);
  }
  .maison-des-femmes-block.hero-block {
    padding: 0;
  }
  .maison-des-femmes-block.hero-block .hero-content {
    padding-block-start: 142rem;
  }
  .maison-des-femmes-block.hero-block .hero-content p {
    font-size: 22rem;
  }
  .maison-des-femmes-block.hero-block .hero-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: calc(100% - 15rem);
  }
  .maison-des-femmes-block.hero-block.is-style-default {
    height: 600rem;
  }
  .maison-des-femmes-block.hero-block.is-style-default .hero-content {
    flex: 0 50%;
    padding-inline-start: calc(50% - 640rem);
  }
  .maison-des-femmes-block.hero-block.is-style-default .hero-title h1 {
    max-width: 62.5%;
    margin-block-end: 10rem;
    word-wrap: normal;
  }
  .maison-des-femmes-block.hero-block.is-style-default .hero-title p {
    max-width: 80%;
  }
  .maison-des-femmes-block.hero-block.is-style-default figure {
    flex: 0 50%;
  }
  .maison-des-femmes-block.hero-block.is-style-default.no-visual .hero-content {
    flex-basis: 100%;
    width: 100%;
    padding-inline: calc(50% - 640rem);
  }
  .maison-des-femmes-block.hero-block.is-style-default.no-visual .hero-title {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 128rem;
  }
  .maison-des-femmes-block.hero-block.is-style-default.no-visual .hero-title h1,
  .maison-des-femmes-block.hero-block.is-style-default.no-visual .hero-title p {
    flex: 0 1 calc(50% - 64rem);
  }
  .maison-des-femmes-block.hero-block.is-style-homepage {
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) + 15rem);
    min-height: 480rem;
    max-height: 900rem;
  }
  .maison-des-femmes-block.hero-block.is-style-homepage .hero-content {
    width: 100%;
    padding-inline: calc(50% - 640rem);
  }
  .maison-des-femmes-block.hero-block.is-style-homepage .hero-content h1 {
    line-height: 0.95;
    font-size: 96rem;
  }
  .maison-des-femmes-block.hero-homepage-block {
    padding: 0;
    position: relative;
    height: calc(3 * (100vh - var(--header-top-offset)));
    max-height: calc(3 * 56.25vw);
    justify-content: space-evenly;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: rect(0 100% 100% 0);
  }
  .maison-des-femmes-block.hero-homepage-block.hero-absolute .hero-content {
    position: absolute;
    top: auto;
    bottom: calc(var(--absolute-top-offset) - var(--sticky-top-offset));
    transform: translate(0, 100%);
  }
  .maison-des-femmes-block.hero-homepage-block figure.content-visual {
    top: var(--header-top-offset);
    height: calc(100vh - var(--header-top-offset));
  }
  .maison-des-femmes-block.hero-homepage-block .hero-content {
    --sticky-top-offset: calc(118rem + 32rem);
    position: sticky;
    top: calc(var(--header-offset) + var(--sticky-top-offset));
    padding-block-end: 32rem;
    width: 100%;
  }
  .maison-des-femmes-block.hero-homepage-block .hero-content p {
    font-size: 22rem;
  }
  .maison-des-femmes-block.hero-homepage-block .content-title {
    --sticky-top-offset: calc(118rem + 32rem);
    padding-inline: 48rem;
  }
  .maison-des-femmes-block.hero-homepage-block .content-title h1 {
    line-height: 0.95;
    font-size: 112rem;
  }
  .maison-des-femmes-block.hero-homepage-block .content-text {
    --sticky-top-offset: calc(118rem + 32rem + 220rem);
    padding-inline: 80rem;
    justify-content: flex-end;
  }
  .maison-des-femmes-block.hero-homepage-block .content-text p {
    line-height: 1.1;
    font-size: 40rem;
    max-width: 820rem;
  }
  .maison-des-femmes-block.hero-homepage-block .content-text p:last-child {
    margin-block-end: 0;
  }
  .maison-des-femmes-block.hero-homepage-block .content-cards {
    --sticky-top-offset: calc(118rem + 32rem + 360rem);
    width: 100%;
    padding-inline: calc(50% - 555rem);
  }
  .maison-des-femmes-block.hero-homepage-block .content-cards .content-card {
    min-height: 180rem;
    transition: transform 0.5s ease-out 0.5s;
    transform: translate(0, 300%);
  }
  .maison-des-femmes-block.hero-homepage-block .content-cards .content-card:nth-child(1) {
    transition-duration: 0.5s;
    transition-delay: 0.2s;
  }
  .maison-des-femmes-block.hero-homepage-block .content-cards .content-card:nth-child(2) {
    transition-duration: 0.5s;
    transition-delay: 0.5s;
  }
  .maison-des-femmes-block.hero-homepage-block .content-cards .content-card:nth-child(3) {
    transition-duration: 0.5s;
    transition-delay: 0.8s;
  }
  .maison-des-femmes-block.hero-homepage-block .content-cards.content-visible .content-card {
    transform: translate(0, 0);
  }
  .maison-des-femmes-block.hiring-block header {
    display: flex;
    gap: 135rem;
    margin-block-end: 60rem;
  }
  .maison-des-femmes-block.hiring-block header h2 {
    flex: 0 0 40%;
    color: currentColor;
    margin-block-end: 16rem;
  }
  .maison-des-femmes-block.hiring-block header p {
    flex: 1;
  }
  .maison-des-femmes-block.location-block {
    padding-block-start: 32rem;
  }
  .maison-des-femmes-block.location-block .location-search {
    width: 100%;
    padding-inline: calc(50% - 640rem);
    padding-block: 16rem;
    margin-block-end: 45rem;
  }
  .maison-des-femmes-block.location-block .location-search .field-search input {
    width: 275rem;
  }
  .maison-des-femmes-block.location-block .location-search .field-services {
    margin-inline-end: 35rem;
  }
  .maison-des-femmes-block.location-block .location-search .field-services select {
    width: 215rem;
  }
  .maison-des-femmes-block.location-block .location-search .field-submit {
    margin-inline-end: 15rem;
  }
  .maison-des-femmes-block.location-block .location-content {
    width: 100%;
    padding-inline: calc(50% - 640rem);
    display: flex;
    gap: 96rem;
    max-height: 50vw;
  }
  .maison-des-femmes-block.location-block .location-results {
    position: relative;
    flex: 0 452rem;
    overflow-y: scroll;
    padding-inline-end: 32rem;
  }
  .maison-des-femmes-block.location-block .location-results::after {
    content: '';
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48rem;
    background-image: linear-gradient(180deg, rgba(247,244,248,0), #f7f4f8);
  }
  .maison-des-femmes-block.location-block .location-results .result-card {
    flex: 0 calc(50% - 10rem);
  }
  .maison-des-femmes-block.location-block .location-results .result-card figure {
    height: 130rem;
  }
  .maison-des-femmes-block.location-block .location-results .result-card h4 {
    display: -webkit-box;
    min-height: 2.4em;
    margin-block-end: 5rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.5s ease;
  }
  .maison-des-femmes-block.location-block ul.info-units li.unit {
    font-size: 12rem;
  }
  .maison-des-femmes-block.location-block .location-map {
    flex: 1;
    background-color: #c0c0c0;
    border-radius: 15rem;
    aspect-ratio: 1/1;
  }
  .location-map .gm-style .gm-style-iw-c {
    padding-inline: 25rem 0;
  }
  .location-map .gm-style .gm-style-iw-d {
    padding-inline: 0 25rem;
  }
  .maison-des-femmes-block.location-block .location-popup-title {
    font-size: 18rem;
  }
  .maison-des-femmes-block.location-block .location-popup-content {
    width: 610rem;
    gap: 40rem;
  }
  .maison-des-femmes-block.location-block .location-popup-content p {
    font-size: 15rem;
  }
  .maison-des-femmes-block.location-block .location-popup-content .popup-info {
    width: calc(50% - 20rem);
  }
  .maison-des-femmes-block.location-block .location-popup-content .popup-contact {
    width: calc(50% - 20rem);
  }
  .maison-des-femmes-block.partners-block .block-partners {
    width: 100%;
    padding-inline: calc(50% - 380rem);
  }
  .maison-des-femmes-block.partners-block > h2,
  .maison-des-femmes-block.partners-block > p {
    width: 100%;
    padding-inline: calc(50% - 640rem);
  }
  .maison-des-femmes-block.process-block .patient-step {
    margin-block-end: 20rem;
    gap: 20rem;
  }
  .maison-des-femmes-block.process-block .patient-step .step-label {
    flex: 0 1 calc(50% - 10rem);
    gap: 24rem;
    padding-inline: 28rem;
  }
  .maison-des-femmes-block.process-block .patient-step.patient-process {
    max-width: 850rem;
    margin-inline: auto;
  }
  .maison-des-femmes-block.process-block .patient-step.patient-care {
    margin-block-start: 100rem;
    max-width: 1065rem;
    margin-inline: auto;
  }
  .maison-des-femmes-block.process-block .patient-step.patient-care figure {
    flex: 0 1 calc(50% - 10rem);
    padding: 20rem 55rem 40rem 55rem;
    margin-block-end: 20rem;
  }
  .maison-des-femmes-block.push-content-block .block-cards {
    flex-flow: wrap;
    justify-content: center;
    max-width: 1064rem;
    margin-inline: auto;
  }
  .maison-des-femmes-block.push-content-block .block-cards-1 .block-card {
    flex: 1 0 100%;
    flex-flow: row;
    height: 320rem;
  }
  .maison-des-femmes-block.push-content-block .block-cards-2 .block-card {
    flex: 0 1 calc(50% - 10rem);
    flex-flow: column;
    height: 670rem;
  }
  .maison-des-femmes-block.push-content-block .block-card.card-type-highlight figure {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .maison-des-femmes-block.push-content-block .block-card.card-type-highlight .card-content {
    padding: 72rem 40rem 40rem 40rem;
  }
  .maison-des-femmes-block.push-content-block .block-card.card-type-map .card-content {
    padding: 0 75rem 40rem 48rem;
  }
  .maison-des-femmes-block.push-figure-block .block-figure figcaption strong {
    font-size: 40rem;
  }
  .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure {
    height: 390rem;
  }
  .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure figcaption {
    max-width: 310rem;
    min-height: 165rem;
    padding: 24rem;
  }
  .maison-des-femmes-block.push-figure-block.is-style-simple .block-figure {
    min-height: 180rem;
    padding-block: 24rem;
    align-items: center;
  }
  .maison-des-femmes-block.push-figure-block.is-style-simple .block-figure figcaption strong {
    max-width: 224rem;
    margin-inline: auto;
  }
  .maison-des-femmes-block.push-info-block header {
    margin-block-end: 60rem;
  }
  .maison-des-femmes-block.push-info-block .block-card {
    flex: 0 0 calc(33.333333333333336% - 13.33333rem);
    min-height: 350rem;
  }
  .maison-des-femmes-block.push-news-block .block-article {
    flex: 0 1 calc(50% - 10rem);
    min-height: 440rem;
  }
  .maison-des-femmes-block.push-page-block .block-article {
    flex: 1 1 calc(50% - 10rem);
  }
  .maison-des-femmes-block.push-page-block .block-article figure {
    height: 340rem;
  }
  .maison-des-femmes-block.team-block .team-member {
    flex: 0 calc(25% - 15rem);
  }
  .maison-des-femmes-block.team-block .team-member:nth-child(1) {
    margin-inline-start: calc(25% + 5rem);
  }
  .maison-des-femmes-block.team-block .team-member:nth-child(2) {
    margin-inline-end: calc(25% + 5rem);
  }
  .maison-des-femmes-block.testimonial-block {
    padding-block: 90rem;
  }
  .maison-des-femmes-block.testimonial-block blockquote,
  .maison-des-femmes-block.testimonial-block .quote-author {
    max-width: 800rem;
  }
  .maison-des-femmes-block.testimonial-block blockquote {
    font-size: 22rem;
    margin-block-end: 16rem;
  }
  .maison-des-femmes-block.testimonial-block .quote-author {
    line-height: 1.1;
    font-size: 16rem;
  }
  .maison-des-femmes-block.text-visual-block {
    flex-flow: row;
  }
  .maison-des-femmes-block.text-visual-block .block-visual {
    flex: 1 0 calc(50% - 10rem);
    align-self: stretch;
    max-height: 750rem;
  }
  .maison-des-femmes-block.text-visual-block.align,
  .maison-des-femmes-block.text-visual-block.alignleft {
    gap: 80rem;
  }
  .maison-des-femmes-block.text-visual-block.align.no-visual .block-content,
  .maison-des-femmes-block.text-visual-block.alignleft.no-visual .block-content {
    flex-flow: row-reverse;
  }
  .maison-des-femmes-block.text-visual-block.alignright {
    flex-flow: row-reverse;
    gap: 128rem;
  }
  .maison-des-femmes-block.text-visual-block.alignright.no-visual .block-content {
    flex-flow: row;
  }
  .maison-des-femmes-block.text-visual-block:not(.aligncenter) {
    align-items: center;
  }
  .maison-des-femmes-block.text-visual-block:not(.aligncenter) figure img {
    aspect-ratio: 19/23;
  }
  .maison-des-femmes-block.text-visual-block:not(.aligncenter) .block-content {
    flex: 0 1 50%;
  }
  .maison-des-femmes-block.text-visual-block:not(.aligncenter) .block-content h2 {
    margin-block-end: 60rem;
  }
  .maison-des-femmes-block.text-visual-block:not(.aligncenter).no-visual {
    align-items: flex-start;
  }
  .maison-des-femmes-block.text-visual-block:not(.aligncenter).no-visual .block-content {
    flex: 1 100%;
    display: flex;
    gap: 128rem;
  }
  .maison-des-femmes-block.text-visual-block:not(.aligncenter).no-visual .block-content header {
    flex: 0 1 50%;
  }
  .maison-des-femmes-block.text-visual-block:not(.aligncenter).no-visual .block-content .block-richtext {
    flex: 0 1 calc(50% - 10rem);
  }
  .maison-des-femmes-block.text-visual-block.aligncenter {
    flex-flow: column;
  }
  .maison-des-femmes-block.text-visual-block.aligncenter .block-content {
    max-width: 630rem;
    margin-inline: auto;
  }
  .maison-des-femmes-block.text-visual-block.aligncenter .block-visual {
    width: auto;
    margin-inline: auto;
  }
  .maison-des-femmes-block.text-visual-block.aligncenter .block-visual + .block-content {
    margin-block-start: 30rem;
  }
  .maison-des-femmes-block.text-visual-block.aligncenter .block-content + .block-visual {
    margin-block-start: 48rem;
  }
  .maison-des-femmes-block.text-visual-block.aligncenter .cta-link-wrapper {
    justify-content: center;
    margin-block: 1.5px 0;
  }
  .maison-des-femmes-block.timeline-block .timeline-events {
    padding-inline: calc(50% - 358rem);
  }
  .maison-des-femmes-block.violencemeter-block {
    flex-flow: wrap;
  }
  .maison-des-femmes-block.violencemeter-block > p {
    font-size: 36rem;
    padding-inline-end: 570rem;
  }
  .maison-des-femmes-block.violencemeter-block .block-situation header {
    height: 115rem;
  }
  .maison-des-femmes-block.violencemeter-block .block-situation header .situation-tagline {
    line-height: 1.1;
    font-size: 9.5rem;
  }
  .maison-des-femmes-block.violencemeter-block .block-situation header .situation-tagline::before {
    width: 56rem;
    height: 44rem;
  }
  .maison-des-femmes-block.violencemeter-block .block-situation header h3 {
    font-size: 22rem;
    padding-inline: 24rem 76rem;
  }
  body.single-post .maison-des-femmes-block.hero-block .hero-info {
    margin-block-end: 24rem;
  }
}
@media only screen and (max-width: 768px){
  article.block-article h3,
  article.block-article .article-title {
    font-size: 15rem;
  }
  article.block-article figure {
    margin-block-end: 16rem;
  }
  .maison-des-femmes-block {
    padding-block: 60rem;
  }
  .maison-des-femmes-block .block-richtext {
    font-size: 15rem;
  }
  .maison-des-femmes-block .block-richtext ul {
    padding-inline-start: 34rem;
  }
  .maison-des-femmes-block .block-richtext li::before {
    left: -34rem;
    width: 18rem;
    height: 18rem;
    background-size: 10rem 7rem;
  }
  .maison-des-femmes-block .block-richtext blockquote {
    padding: 55rem 32rem 32rem 38rem;
  }
  .maison-des-femmes-block .block-richtext blockquote::before {
    font-size: 2.5em;
    position: absolute;
    left: 0.45em;
    top: 0.35em;
  }
  .maison-des-femmes-block .block-richtext .cta-link-wrapper {
    justify-content: center;
  }
  .button-large,
  li.menu-item.action-donate a-large,
  li.menu-item.action-donate span-large {
    font-size: 16rem;
    padding: 24rem 32rem;
  }
  h1 {
    line-height: 1;
    font-size: 48rem;
  }
  h2 {
    line-height: 1;
    font-size: 27rem;
  }
  h3 {
    font-size: 24rem;
  }
  h4 {
    font-size: 18rem;
  }
  .user-consent-placeholder {
    font-size: 15rem;
  }
  body > footer .footer-main {
    justify-content: space-between;
    gap: 32rem;
    padding-block: 32rem 24rem;
    padding-inline: 40rem;
  }
  body > footer .footer-main #footer-newsletter {
    order: 0;
  }
  body > footer .footer-main .brand-logo {
    order: 1;
    height: 90rem;
  }
  body > footer .footer-main #footer-social {
    order: 2;
    width: 80rem;
  }
  body > footer .footer-main #footer-main {
    order: 3;
  }
  body > footer .footer-legal {
    flex-flow: wrap;
    padding: 10rem;
  }
  body > footer .footer-legal .legal-copyright {
    font-size: 10rem;
    margin-block-end: 8rem;
  }
  body > footer .footer-legal ul.menu {
    display: flex;
    justify-content: space-between;
    gap: 16rem;
  }
  #footer-newsletter h3 {
    font-size: 14rem;
    font-weight: 400;
    text-align: center;
    width: 100%;
  }
  #footer-newsletter p {
    text-align: center;
  }
  #footer-newsletter .field-email {
    width: calc(100% - 64rem);
  }
  #footer-main {
    align-self: center;
  }
  #footer-main li.menu-item {
    line-height: 1.5;
    font-size: 16rem;
    padding-inline: 10rem;
  }
  #footer-main li.menu-item:first-child {
    padding-inline-start: 0;
  }
  #footer-main li.menu-item:last-child {
    padding-inline-end: 0;
    border-inline-end: none;
  }
  #footer-social ul.menu {
    gap: 20rem;
    flex-flow: wrap;
  }
  #footer-social li.menu-item {
    flex: 1 1 calc(50% - 10rem);
    height: 32rem;
  }
  body > header {
    position: fixed;
    z-index: 10;
    top: calc(10rem + var(--header-top-offset));
    left: 10rem;
    width: calc(100% - 20rem);
    height: 70rem;
  }
  #main-nav {
    display: none;
    position: absolute;
    left: -10rem;
    top: -10rem;
    width: 100vw;
    height: 100vh;
    background-color: #f3f7f7;
    max-height: 100vh;
    overflow-y: scroll;
  }
  .header-open #main-nav {
    display: flex;
  }
  #main-nav-mobile {
    position: relative;
    z-index: 1;
    width: 40rem;
    height: 40rem;
    padding: 0;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='29' viewBox='0 0 40 29'%3E%3Crect y='3.10257' width='40' height='4' rx='2' fill='black'/%3E%3Crect y='12.1026' width='40' height='4' rx='2' fill='black'/%3E%3Crect y='21.1026' width='40' height='4' rx='2' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='29' viewBox='0 0 40 29'%3E%3Crect y='3.10257' width='40' height='4' rx='2' fill='black'/%3E%3Crect y='12.1026' width='40' height='4' rx='2' fill='black'/%3E%3Crect y='21.1026' width='40' height='4' rx='2' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #35173b;
  }
  html {
    font-size: 0.266666666666667vw;
  }
  main > section,
  main > p,
  main > ul,
  main > ol,
  main > .wp-block-columns,
  main > .wp-block-image {
    width: 100%;
    padding-inline: 20rem;
  }
  nav li.menu-item {
    font-size: 20rem;
  }
  #main-nav {
    padding: 120rem 35rem 0 55rem;
  }
  #main-nav ul.menu {
    flex-flow: column;
    width: 100%;
  }
  #main-nav ul.sub-menu {
    display: none;
  }
  #main-nav li.menu-item {
    flex-flow: column;
  }
  #main-nav li.menu-item.menu-open ul.sub-menu {
    display: flex;
    gap: 20rem;
    margin-block-start: 20rem;
  }
  #main-nav li.menu-item.menu-item-has-children {
    padding-block: 32rem;
    border-block-end: 1px solid #35173b;
  }
  #main-nav li.menu-item.menu-item-has-children > a,
  #main-nav li.menu-item.menu-item-has-children span {
    justify-content: space-between;
  }
  #main-nav li.menu-item.menu-item-has-children > a::after,
  #main-nav li.menu-item.menu-item-has-children span::after {
    content: '';
    width: 10rem;
    height: 5rem;
  }
  #main-nav > ul.menu > li.menu-item {
    align-items: stretch;
  }
  li.menu-item.action-donate {
    margin-block: 32rem;
    padding-block-end: calc(env(safe-area-inset-bottom) + 32rem);
  }
  li.menu-item.action-donate a,
  li.menu-item.action-donate span {
    justify-content: center;
  }
  #emergency-action {
    align-items: flex-end;
    right: 20rem;
  }
  #emergency-action .button {
    text-indent: -9999rem;
    gap: 0;
    line-height: 0;
    font-size: 0;
  }
  body.archive .block-article {
    flex: 1;
    min-height: 410rem;
  }
  .maison-des-femmes-block.anchors-block {
    gap: 20rem;
  }
  .maison-des-femmes-block.anchors-block .anchor-button {
    flex: 0 0 100%;
  }
  .maison-des-femmes-block.compare-block .compare {
    flex-flow: column;
    min-height: 156rem;
    margin-bottom: 10rem;
  }
  .maison-des-femmes-block.compare-block .compare > div {
    padding: 24rem;
  }
  .maison-des-femmes-block.compare-block .compare > div strong {
    font-size: 24rem;
  }
  .maison-des-femmes-block.compare-block .compare > div span {
    font-size: 16rem;
  }
  .maison-des-femmes-block.cta-banner-block .block-banner {
    padding-block: 32rem;
    padding-inline: 40rem;
    gap: 32rem;
  }
  .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .block-banner {
    flex-flow: column;
  }
  .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .banner-title {
    text-align: center;
  }
  .maison-des-femmes-block.donation-info-block .block-cards {
    flex-flow: column;
    margin-block: 60rem 40rem;
  }
  .maison-des-femmes-block.donation-info-block .block-card {
    padding: 32rem 24rem 24rem;
    text-align: center;
  }
  .maison-des-femmes-block.donation-info-block .block-card h3 {
    line-height: 1.2;
    font-size: 32rem;
    margin-block-end: 24rem;
  }
  .maison-des-femmes-block.donation-info-block .block-card h3 strong {
    line-height: 1;
    font-size: 40rem;
  }
  .maison-des-femmes-block.donation-info-block .block-card h3 span {
    font-size: 18rem;
  }
  .maison-des-femmes-block.donation-info-block .block-card .card-info {
    font-size: 15rem;
  }
  .maison-des-femmes-block.emergency-block {
    flex-flow: column;
  }
  .maison-des-femmes-block.emergency-block .block-links {
    flex-flow: wrap;
    justify-content: center;
  }
  .maison-des-femmes-block.external-content-block .block-article {
    flex: 1;
    min-height: 410rem;
  }
  .maison-des-femmes-block.faq-block {
    flex-flow: column;
  }
  .maison-des-femmes-block.faq-block .block-question h3 {
    font-size: 18rem;
  }
  .maison-des-femmes-block.faq-block .block-visual {
    display: none;
  }
  .maison-des-femmes-block.hero-block {
    display: flex;
    flex-flow: column;
    padding-block: 104rem 0;
    padding-inline: 0;
  }
  .maison-des-femmes-block.hero-block .breadcrumb {
    display: none;
  }
  .maison-des-femmes-block.hero-block .hero-content {
    width: 100%;
    padding-inline: 20rem;
  }
  .maison-des-femmes-block.hero-block .hero-content h1 {
    font-size: 36rem;
    margin-block-end: 16rem;
  }
  .maison-des-femmes-block.hero-block .hero-content p {
    font-size: 15rem;
  }
  .maison-des-femmes-block.hero-block .breadcrumb {
    margin-block-end: 48rem;
  }
  .maison-des-femmes-block.hero-block figure {
    height: 240rem;
  }
  .maison-des-femmes-block.hero-block.no-visual .hero-content {
    padding-block-end: 96rem;
  }
  .maison-des-femmes-block.hero-homepage-block figure.content-visual {
    top: var(--header-top-offset);
    height: calc(100vh - var(--header-top-offset));
  }
  .maison-des-femmes-block.hero-homepage-block .hero-content {
    width: 100%;
  }
  .maison-des-femmes-block.hero-homepage-block .content-cards {
    flex-flow: column;
  }
  .maison-des-femmes-block.hiring-block header {
    margin-block-end: 40rem;
  }
  .maison-des-femmes-block.hiring-block .block-cards {
    flex-flow: column;
  }
  .maison-des-femmes-block.location-block {
    padding-block-start: 32rem;
  }
  .maison-des-femmes-block.location-block .location-search {
    padding: 16rem 20rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .maison-des-femmes-block.location-block .location-search .field-search,
  .maison-des-femmes-block.location-block .location-search .field-services {
    width: 100%;
  }
  .maison-des-femmes-block.location-block .location-search .field-search input,
  .maison-des-femmes-block.location-block .location-search .field-services input,
  .maison-des-femmes-block.location-block .location-search .field-search select,
  .maison-des-femmes-block.location-block .location-search .field-services select {
    width: 100%;
  }
  .maison-des-femmes-block.location-block .location-content {
    display: flex;
    flex-flow: column;
    gap: 30rem;
    padding: 16rem 20rem;
  }
  .maison-des-femmes-block.location-block .location-map {
    display: none;
  }
  .maison-des-femmes-block.location-block .location-results {
    order: 1;
    flex-flow: column;
  }
  .maison-des-femmes-block.location-block .location-results .result-card {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    height: 100rem;
    gap: 8rem 20rem;
  }
  .maison-des-femmes-block.location-block .location-results .result-card figure {
    flex: 0 0 100rem;
    aspect-ratio: 1.6;
    margin-block-end: 0;
  }
  .maison-des-femmes-block.location-block .location-results .result-card h4,
  .maison-des-femmes-block.location-block .location-results .result-card .result-card-info {
    width: calc(100% - 160rem - 20rem);
  }
  .maison-des-femmes-block.location-block ul.info-units li.unit {
    font-size: 11rem;
  }
  .maison-des-femmes-block.location-block .location-map {
    order: 0;
    height: 420rem;
  }
  .location-map .gm-style .gm-style-iw-c {
    padding-inline: 10rem 0;
  }
  .location-map .gm-style .gm-style-iw-d {
    padding-inline: 0 10rem;
  }
  .maison-des-femmes-block.location-block .location-popup-title {
    font-size: 16rem;
    margin-bottom: 0.6em;
  }
  .maison-des-femmes-block.location-block .location-popup-content {
    flex-flow: column;
    gap: 20rem;
  }
  .maison-des-femmes-block.location-block .location-popup-content ul.info-units li.unit {
    font-size: 8rem;
    margin-block-end: 4rem;
  }
  .maison-des-femmes-block.location-block .location-popup-content ul.info-units li.unit::before {
    flex-basis: 14rem;
  }
  .maison-des-femmes-block.location-block .location-popup-content p {
    font-size: 11rem;
  }
  .maison-des-femmes-block.partners-block > h2,
  .maison-des-femmes-block.partners-block > p {
    padding-inline: 20rem;
  }
  .maison-des-femmes-block.process-block .patient-step {
    margin-block-end: 10rem;
    gap: 15rem;
  }
  .maison-des-femmes-block.process-block .patient-step .step-label {
    flex: 1 100%;
    gap: 16rem;
    font-size: 15rem;
    padding-inline: 16rem;
  }
  .maison-des-femmes-block.process-block .patient-step.patient-process {
    margin-block-start: 40rem;
  }
  .maison-des-femmes-block.process-block .patient-step.patient-care {
    margin-block-start: 60rem;
  }
  .maison-des-femmes-block.process-block .patient-step.patient-care figure {
    flex: 1 100%;
    padding: 24rem 24rem 40rem 24rem;
    margin-block-end: 15rem;
  }
  .maison-des-femmes-block.push-content-block .block-cards {
    flex-flow: column;
  }
  .maison-des-femmes-block.push-content-block .block-card {
    flex-flow: column;
    height: 580rem;
  }
  .maison-des-femmes-block.push-content-block .block-card.card-type-highlight figure {
    flex: 1;
  }
  .maison-des-femmes-block.push-content-block .block-card.card-type-highlight .card-content {
    padding: 48rem 32rem 32rem 32rem;
  }
  .maison-des-femmes-block.push-content-block .block-card.card-type-map .card-content {
    padding: 0 32rem 32rem 32rem;
  }
  .maison-des-femmes-block.push-content-block .block-card.card-type-title {
    height: 480rem;
  }
  .maison-des-femmes-block.push-content-block .block-card.card-type-title h3,
  .maison-des-femmes-block.push-content-block .block-card.card-type-title .card-subtitle {
    line-height: 1.15;
    font-size: 36rem;
  }
  .maison-des-femmes-block.push-figure-block .block-figures {
    flex-flow: column;
  }
  .maison-des-femmes-block.push-figure-block .block-figure figcaption {
    font-size: 15rem;
  }
  .maison-des-femmes-block.push-figure-block .block-figure figcaption strong {
    font-size: 40rem;
  }
  .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure {
    aspect-ratio: 1;
  }
  .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure figcaption {
    padding: 32rem;
    max-width: 330rem;
    min-height: 165rem;
    font-size: 15rem;
  }
  .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure figcaption strong {
    font-size: 40rem;
  }
  .maison-des-femmes-block.push-figure-block.is-style-simple figcaption {
    padding-block: 32rem 48rem;
  }
  .maison-des-femmes-block.push-info-block header {
    margin-block-end: 40rem;
  }
  .maison-des-femmes-block.push-info-block .block-card {
    flex: 1;
    min-height: 350rem;
  }
  .maison-des-femmes-block.push-news-block .block-articles {
    flex-flow: column;
  }
  .maison-des-femmes-block.push-news-block .block-article {
    min-height: 280rem;
  }
  .maison-des-femmes-block.push-page-block .block-article {
    flex: 1 1 100%;
  }
  .maison-des-femmes-block.push-page-block .block-article figure {
    aspect-ratio: 16/9;
  }
  .maison-des-femmes-block.team-block .team-member {
    flex: 1 calc(50% - 10rem);
  }
  .maison-des-femmes-block.testimonial-block {
    padding-block: 60rem;
  }
  .maison-des-femmes-block.testimonial-block blockquote,
  .maison-des-femmes-block.testimonial-block .quote-author {
    max-width: 80%;
  }
  .maison-des-femmes-block.testimonial-block blockquote {
    font-size: 18rem;
    margin-block-end: 16rem;
  }
  .maison-des-femmes-block.testimonial-block .quote-author {
    line-height: 1.1;
    font-size: 16rem;
  }
  .maison-des-femmes-block.text-visual-block {
    flex-flow: column;
  }
  .maison-des-femmes-block.text-visual-block:not(.no-visual) .block-content {
    margin-block-end: 30rem;
  }
  .maison-des-femmes-block.timeline-block .timeline-events {
    padding-inline: 0;
  }
  .maison-des-femmes-block.timeline-block .timeline-event p {
    font-size: 14rem;
  }
  .maison-des-femmes-block.violencemeter-block {
    flex-flow: column;
  }
  .maison-des-femmes-block.violencemeter-block > p {
    font-size: 24rem;
    margin-block-end: 10rem;
  }
  .maison-des-femmes-block.violencemeter-block .block-situation header {
    height: 75rem;
  }
  .maison-des-femmes-block.violencemeter-block .block-situation header .situation-tagline {
    line-height: 1.1;
    font-size: 8rem;
  }
  .maison-des-femmes-block.violencemeter-block .block-situation header .situation-tagline::before {
    width: 38rem;
    height: 30rem;
  }
  .maison-des-femmes-block.violencemeter-block .block-situation header h3 {
    font-size: 18rem;
    padding-inline: 24rem 32rem;
  }
  body.single-post .maison-des-femmes-block.hero-block .hero-info {
    margin-block-end: 24rem;
  }
}
@media only screen and (max-width: 600px){
  body > header {
    position: sticky;
    top: 10rem;
    margin-block-start: 10rem;
  }
  #main-nav {
    top: calc(0px - 10rem - var(--header-top-offset));
  }
  .maison-des-femmes-block.hero-homepage-block figure.content-visual {
    top: 0;
    height: 100vh;
  }
}
@media (prefers-reduced-motion: reduce){
  *,
  ::before,
  ::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
/*# sourceMappingURL=style.e9c6515acc.css.map */
