/*
 * Theme variables
 */
/*
 * 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;
}
:root:where(.block-editor-iframe__html) {
  font-size: 0.069444444444444vw;
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) {
    font-size: 0.266666666666667vw;
  }
}
/* 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;
}
:root:where(.block-editor-iframe__html) .acf-block-preview *,
:root:where(.block-editor-iframe__html) .acf-block-preview ::before,
:root:where(.block-editor-iframe__html) .acf-block-preview ::after {
  background-repeat: no-repeat;
  mask-repeat: no-repeat;
  box-sizing: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview ::before,
:root:where(.block-editor-iframe__html) .acf-block-preview ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview html {
  box-sizing: border-box;
  cursor: default;
}
:root:where(.block-editor-iframe__html) .acf-block-preview body {
  margin: 0;
  cursor: default;
}
:root:where(.block-editor-iframe__html) .acf-block-preview nav ol,
:root:where(.block-editor-iframe__html) .acf-block-preview nav ul {
  list-style: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview sub,
:root:where(.block-editor-iframe__html) .acf-block-preview sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:root:where(.block-editor-iframe__html) .acf-block-preview sub {
  bottom: -0.25em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview sup {
  top: -0.5em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview ::selection {
  background-color: rgba(96,41,107,0.5);
  color: #fff;
  text-shadow: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview code {
  cursor: text;
}
:root:where(.block-editor-iframe__html) .acf-block-preview audio,
:root:where(.block-editor-iframe__html) .acf-block-preview canvas,
:root:where(.block-editor-iframe__html) .acf-block-preview iframe,
:root:where(.block-editor-iframe__html) .acf-block-preview img,
:root:where(.block-editor-iframe__html) .acf-block-preview svg,
:root:where(.block-editor-iframe__html) .acf-block-preview video {
  vertical-align: middle;
}
:root:where(.block-editor-iframe__html) .acf-block-preview figure {
  margin: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview figure img,
:root:where(.block-editor-iframe__html) .acf-block-preview figure video,
:root:where(.block-editor-iframe__html) .acf-block-preview figure object,
:root:where(.block-editor-iframe__html) .acf-block-preview figure embed,
:root:where(.block-editor-iframe__html) .acf-block-preview figure iframe {
  width: 100%;
  height: auto;
}
:root:where(.block-editor-iframe__html) .acf-block-preview svg {
  transition: fill 0.3s ease;
  color: inherit;
  fill: currentColor;
}
:root:where(.block-editor-iframe__html) .acf-block-preview table {
  border-collapse: collapse;
}
:root:where(.block-editor-iframe__html) .acf-block-preview button {
  border: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview button,
:root:where(.block-editor-iframe__html) .acf-block-preview input,
:root:where(.block-editor-iframe__html) .acf-block-preview optgroup,
:root:where(.block-editor-iframe__html) .acf-block-preview select,
:root:where(.block-editor-iframe__html) .acf-block-preview textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview label,
:root:where(.block-editor-iframe__html) .acf-block-preview button,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=file],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=reset],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=submit],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=button],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox] {
  cursor: pointer;
}
:root:where(.block-editor-iframe__html) .acf-block-preview button[disabled],
:root:where(.block-editor-iframe__html) .acf-block-preview input[disabled] {
  cursor: default;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview select:focus {
  outline: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview textarea {
  resize: vertical;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview a,
:root:where(.block-editor-iframe__html) .acf-block-preview area,
:root:where(.block-editor-iframe__html) .acf-block-preview button,
:root:where(.block-editor-iframe__html) .acf-block-preview input,
:root:where(.block-editor-iframe__html) .acf-block-preview label,
:root:where(.block-editor-iframe__html) .acf-block-preview select,
:root:where(.block-editor-iframe__html) .acf-block-preview summary,
:root:where(.block-editor-iframe__html) .acf-block-preview textarea,
:root:where(.block-editor-iframe__html) .acf-block-preview [tabindex] {
  touch-action: manipulation;
}
:root:where(.block-editor-iframe__html) .acf-block-preview :link,
:root:where(.block-editor-iframe__html) .acf-block-preview :visited {
  cursor: pointer;
  color: #1e90ff;
  transition: 0.3s ease;
  transition-property: opacity, color, background-color;
  -webkit-tap-highlight-color: #000;
}
:root:where(.block-editor-iframe__html) .acf-block-preview :link:hover,
:root:where(.block-editor-iframe__html) .acf-block-preview :visited:hover,
:root:where(.block-editor-iframe__html) .acf-block-preview :link:active,
:root:where(.block-editor-iframe__html) .acf-block-preview :visited:active {
  color: #000;
}
:root:where(.block-editor-iframe__html) .acf-block-preview a[href="tel"] {
  text-decoration: underline;
}
:root:where(.block-editor-iframe__html) .acf-block-preview [aria-busy="true"] {
  cursor: progress;
}
:root:where(.block-editor-iframe__html) .acf-block-preview [aria-controls] {
  cursor: pointer;
}
:root:where(.block-editor-iframe__html) .acf-block-preview [aria-hidden="false"][hidden]:not(:focus) {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}
:root:where(.block-editor-iframe__html) .acf-block-preview [aria-disabled] {
  cursor: default;
}
@media (prefers-reduced-motion: reduce) {
  :root:where(.block-editor-iframe__html) .acf-block-preview *,
  :root:where(.block-editor-iframe__html) .acf-block-preview ::before,
  :root:where(.block-editor-iframe__html) .acf-block-preview ::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
@keyframes button-link {
  from, to {
    background-position: 50%;
  }
  50% {
    background-position: 150%;
  }
  51% {
    background-position: -50%;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview :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");
}
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article {
  position: relative;
}
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article figure {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
  background-color: rgba(102,102,102,0.2);
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article figure img,
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article figure video,
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article figure object,
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article figure embed {
  object-fit: cover;
}
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article figure img {
  width: 100%;
  transition: transform 0.5s ease;
  transform: scale(1);
}
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article p {
  color: #60296b;
  font-size: 14px;
  font-weight: 400;
}
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article .article-info {
  display: flex;
  justify-content: space-between;
  margin-block-end: 16px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article .article-tags a {
  color: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article .article-title {
  max-width: 300px;
  margin-block-end: 16px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article .article-link {
  margin-block-end: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview article.block-article .article-link a {
  color: #60296b;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview article.block-article h3,
  :root:where(.block-editor-iframe__html) .acf-block-preview article.block-article .article-title {
    font-size: 22px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview article.block-article figure {
    margin-block-end: 24px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview article.block-article figure img {
    transition: transform 0.5s ease;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview article.block-article:hover figure img {
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview article.block-article h3,
  :root:where(.block-editor-iframe__html) .acf-block-preview article.block-article .article-title {
    font-size: 15px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview article.block-article figure {
    margin-block-end: 16px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block {
  background-color: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.has-background.has-prune-orange-gradient-1-gradient-background {
  background: var(--mdf-prune-orange-gradient-1);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.has-background.has-prune-orange-gradient-2-gradient-background {
  background: var(--mdf-prune-orange-gradient-2);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.has-background.has-color-prune-50-background-color {
  background-color: #f7f4f8;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.has-background.has-color-prune-400-background-color {
  color: #fff;
  background-color: #805489;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.has-background.has-color-orange-50-background-color {
  background-color: #fdece7;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block:not(.has-background,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block) + :not(.has-background) {
  padding-top: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual object,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual embed {
  object-fit: cover;
  object-position: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual img.attachment-transparent,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual video.attachment-transparent,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual object.attachment-transparent,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual embed.attachment-transparent {
  object-fit: contain;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual .user-consent-placeholder {
  width: 100%;
  height: 100%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual.visual-video {
  aspect-ratio: 16/9;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-visual.visual-video iframe {
  width: 100%;
  height: 100%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext a:not(.button) {
  color: #60296b;
  font-weight: 500;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext h3,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext h4,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext p,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext ul,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext ol,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext blockquote {
  margin-block-end: 1.5em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext ul {
  list-style: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext li {
  position: relative;
  margin-block-end: 1.2em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext blockquote {
  position: relative;
  font-style: italic;
  border-radius: 15px;
  background-color: #f7f4f8;
  margin-inline: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext blockquote em,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext blockquote i {
  font-style: normal;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext blockquote::before {
  content: '"';
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext blockquote > :last-child {
  margin-block-end: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext .block-picto {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  max-width: 180px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext .block-picto img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext .block-picto video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext .block-picto object,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext .block-picto embed {
  object-fit: contain;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext .block-picto img {
  aspect-ratio: auto !important;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext > :last-child {
  margin-block-end: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext .cta-link-wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  margin-block-start: 48px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-cta-wrapper {
  flex: 1 0 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block {
    padding-block: 120px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext ul {
    padding-inline-start: 54px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext li::before {
    left: -54px;
    width: 22px;
    height: 22px;
    background-size: 13px 9px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext blockquote {
    padding: 55px 38px 40px 38px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext blockquote::before {
    font-size: 3em;
    position: absolute;
    left: 0.25em;
    top: 0.25em;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block {
    padding-block: 60px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext {
    font-size: 15px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext ul {
    padding-inline-start: 34px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext li::before {
    left: -34px;
    width: 18px;
    height: 18px;
    background-size: 10px 7px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext blockquote {
    padding: 55px 32px 32px 38px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext blockquote::before {
    font-size: 2.5em;
    position: absolute;
    left: 0.45em;
    top: 0.35em;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block .block-richtext .cta-link-wrapper {
    justify-content: center;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .breadcrumb ul {
  display: flex;
  margin-block: 0;
  padding-inline-start: 0;
  gap: 5px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .breadcrumb ul li {
  font-size: 12px;
  color: rgba(96,41,107,0.45);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .breadcrumb ul li a,
:root:where(.block-editor-iframe__html) .acf-block-preview .breadcrumb ul li span {
  color: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .breadcrumb ul li::after {
  content: '/';
  margin-inline-start: 5px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .breadcrumb ul li:last-child::after {
  content: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button,
:root:where(.block-editor-iframe__html) .acf-block-preview [type=reset],
:root:where(.block-editor-iframe__html) .acf-block-preview [type=submit],
:root:where(.block-editor-iframe__html) .acf-block-preview [type=button],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=file] + label {
  --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: 15px;
  font-weight: 500;
  padding: 16px 24px;
  border: 1px solid var(--button-color);
  border-radius: 60px;
  transition: 0.3s ease;
  transition-property: background-color, color, border-color;
  text-decoration: none;
  text-align: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button:hover,
:root:where(.block-editor-iframe__html) .acf-block-preview [type=reset]:hover,
:root:where(.block-editor-iframe__html) .acf-block-preview [type=submit]:hover,
:root:where(.block-editor-iframe__html) .acf-block-preview [type=button]:hover,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=file] + label:hover {
  color: var(--button-color-text);
  border-color: var(--button-color-text);
  --button-color: transparent;
  --button-color-text: #60296b;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button:active,
:root:where(.block-editor-iframe__html) .acf-block-preview [type=reset]:active,
:root:where(.block-editor-iframe__html) .acf-block-preview [type=submit]:active,
:root:where(.block-editor-iframe__html) .acf-block-preview [type=button]:active,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=file] + label:active {
  box-shadow: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-outline {
  --button-color: transparent;
  --button-color-text: #60296b;
  border-color: var(--button-color-text);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-outline:hover {
  --button-color: #60296b;
  --button-color-text: #fff;
  border-color: var(--button-color);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-white {
  --button-color: #fff;
  --button-color-text: #60296b;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-white:hover {
  --button-color: #60296b;
  --button-color-text: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-light {
  --button-color: #cebdd1;
  --button-color-text: #60296b;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-light:hover {
  --button-color: #60296b;
  --button-color-text: #fff;
  border-color: var(--button-color);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-small {
  padding: 12px 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-large {
  padding: 24px 32px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-picto {
  display: flex;
  align-items: center;
  gap: 10px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-picto::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 22px;
  mask-image: var(--button-picto);
  mask-size: contain;
  mask-position: center;
  background-color: var(--button-color-text);
  transition: background-color 0.3s ease;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-donate {
  --button-color: #f8c4b5;
  --button-color-text: #35173b;
  --button-picto: var(--mdf-mask-donate);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-donate:hover {
  --button-color: #60296b;
  --button-color-text: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-donate::before {
  width: 23px;
  height: 24px;
  background-color: #e74010;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .button-small {
    padding: 12px 20px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .button-large {
    font-size: 18px;
    padding: 24px 32px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .button-large {
    font-size: 16px;
    padding: 24px 32px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-link {
  color: #35173b;
  text-decoration: none;
  display: flex;
  gap: 15px;
  align-items: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-link::before {
  content: '';
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  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: 13px;
  border-radius: 25px;
  border: 1px solid transparent;
  transition: 0.3s ease;
  transition-property: color, background-color, border-color;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-link:hover::before {
  background-color: #f7f4f8;
  border-color: #cebdd1;
  animation: 0.66667s button-link ease;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-link.button-white {
  color: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-link.button-white::before {
  background-color: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-link.button-white:hover {
  color: #cebdd1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .button-link.button-white:hover::before {
  background-color: #cebdd1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview form {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview form .form-errors {
  flex: 1 0 100%;
  color: #dc143c;
  font-size: 16px;
  list-style: none;
  padding-inline-start: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview form .field-errors {
  list-style: none;
  color: #dc143c;
  padding-inline-start: 0;
  margin-block: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview form .field {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview form .field.is-required .field-label::after {
  content: '*';
  margin-inline-start: 3px;
  color: #dc143c;
  font-size: 0.75em;
  vertical-align: top;
}
:root:where(.block-editor-iframe__html) .acf-block-preview select,
:root:where(.block-editor-iframe__html) .acf-block-preview textarea,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=text],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=password],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=search],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=email],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=number],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=tel],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=date],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=time],
:root:where(.block-editor-iframe__html) .acf-block-preview 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: 16px;
  border: 1px solid #ccc;
  border-radius: 15px;
  transition: 0.3s ease;
  transition-property: opacity, box-shadow, color, background-color, border-color;
  box-shadow: 0 0 0 0 transparent;
  text-overflow: ellipsis;
}
:root:where(.block-editor-iframe__html) .acf-block-preview select:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview textarea:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=text]:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=password]:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=search]:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=email]:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=number]:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=tel]:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=date]:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=time]:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=url]:focus {
  color: #60296b;
  border-color: #60296b;
  box-shadow: 0 0 2px 0 #60296b;
}
:root:where(.block-editor-iframe__html) .acf-block-preview select {
  appearance: none;
  padding-inline: 20px 52px;
  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: 12px;
  background-position: center right 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview textarea,
:root:where(.block-editor-iframe__html) .acf-block-preview select[size],
:root:where(.block-editor-iframe__html) .acf-block-preview select[multiple] {
  height: auto;
}
:root:where(.block-editor-iframe__html) .acf-block-preview textarea {
  min-height: 150px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=file]:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio]:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox]:focus,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=file]:active,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio]:active,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox]:active {
  box-shadow: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[disabled],
:root:where(.block-editor-iframe__html) .acf-block-preview select[disabled],
:root:where(.block-editor-iframe__html) .acf-block-preview textarea[disabled] {
  background-color: #eee;
}
:root:where(.block-editor-iframe__html) .acf-block-preview button[disabled],
:root:where(.block-editor-iframe__html) .acf-block-preview input[disabled],
:root:where(.block-editor-iframe__html) .acf-block-preview select[disabled],
:root:where(.block-editor-iframe__html) .acf-block-preview select[disabled] option,
:root:where(.block-editor-iframe__html) .acf-block-preview option[disabled],
:root:where(.block-editor-iframe__html) .acf-block-preview textarea[disabled] {
  box-shadow: none;
  -webkit-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio],
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox] {
  position: absolute;
  display: inherit;
  clip-path: rect(0 0 0 0);
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio] + label,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox] + label {
  position: relative;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio] + label:after,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox] + label:after,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio] + label:before,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio] + label:after,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox] + label:after {
  border: 1px solid #ccc;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio]:disabled + label,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox]:disabled + label {
  color: #888;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio]:disabled + label:before,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox]:disabled + label:before {
  border: #888;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio] + label {
  padding-left: 22px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio] + label:after,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio] + label:before {
  margin-top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio] + label:before {
  padding: 4px;
  background-clip: content-box;
  background-color: #60296b;
  transform: scale(0);
  transition: transform 0.1s ease;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio]:checked + label:before {
  transform: scale(1);
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=radio]:disabled + label:before {
  background-color: #888;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox] + label {
  padding-left: 32px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox] + label:after,
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox] + label:before {
  width: 24px;
  height: 24px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox] + label:after {
  border-radius: 5px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox] + label:before {
  content: '✓';
  line-height: 24px;
  font-size: 20px;
  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, 24px, 0);
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox]:checked + label:before {
  color: #60296b;
  transition: clip-path 0.15s ease;
  clip-path: rect(0, 24px, 24px, 0);
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=checkbox]:disabled + label:before {
  color: #888;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=file] {
  position: absolute;
  display: inherit;
  clip-path: rect(0 0 0 0);
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[value][type=email]:user-invalid,
:root:where(.block-editor-iframe__html) .acf-block-preview input[value][type=url]:user-invalid,
:root:where(.block-editor-iframe__html) .acf-block-preview input[value][type=date]:user-invalid,
:root:where(.block-editor-iframe__html) .acf-block-preview input[value][type=time]:user-invalid,
:root:where(.block-editor-iframe__html) .acf-block-preview input[value][type=tel]:user-invalid,
:root:where(.block-editor-iframe__html) .acf-block-preview input[value][type=number]:user-invalid,
:root:where(.block-editor-iframe__html) .acf-block-preview input[value][type=range]:user-invalid,
:root:where(.block-editor-iframe__html) .acf-block-preview input[value][pattern]:user-invalid {
  box-shadow: 0 0 2px 0 #f00;
  border-color: #dc143c;
  background-color: #ffc0cb;
  color: #dc143c;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input::placeholder,
:root:where(.block-editor-iframe__html) .acf-block-preview textarea::placeholder {
  color: #8b979d;
  transition: opacity 0.3s ease;
  opacity: 1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input:focus::placeholder,
:root:where(.block-editor-iframe__html) .acf-block-preview textarea:focus::placeholder {
  opacity: 0.5;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input:placeholder-shown,
:root:where(.block-editor-iframe__html) .acf-block-preview textarea:placeholder-shown {
  border: 1px solid #ccc;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=color] {
  border: 1px solid #ccc;
  border-radius: 2.5px;
  width: 50px;
  height: 30px;
  padding: 0;
  background-color: #fff;
  appearance: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=color]::-moz-color-swatch {
  border: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=color]::-webkit-color-swatch {
  border: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview input[type=search]::-webkit-search-decoration {
  display: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .link-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview p {
  margin-block: 0 1.2em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview ul,
:root:where(.block-editor-iframe__html) .acf-block-preview ol {
  padding-inline-start: 40px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview h1,
:root:where(.block-editor-iframe__html) .acf-block-preview h2,
:root:where(.block-editor-iframe__html) .acf-block-preview h3,
:root:where(.block-editor-iframe__html) .acf-block-preview 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;
}
:root:where(.block-editor-iframe__html) .acf-block-preview h1 a,
:root:where(.block-editor-iframe__html) .acf-block-preview h2 a,
:root:where(.block-editor-iframe__html) .acf-block-preview h3 a,
:root:where(.block-editor-iframe__html) .acf-block-preview h4 a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview h1 {
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview h1 {
    line-height: 1;
    font-size: 75px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview h1 {
    line-height: 1;
    font-size: 48px;
  }
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview h2 {
    line-height: 1;
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview h2 {
    line-height: 1;
    font-size: 27px;
  }
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview h4 {
    font-size: 18px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .user-consent-placeholder {
  background-color: rgba(102,102,102,0.2);
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .user-consent-placeholder {
    font-size: 15px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview body.archive .block-articles {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview body.archive header {
  display: flex;
  gap: 30px;
  margin-block-end: 60px;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview body.archive .block-article {
    flex: 0 0 calc(33.333333333333336% - 13.333333333333334px);
    min-height: 410px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview body.archive .block-article {
    flex: 1;
    min-height: 410px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.anchors-block {
  display: flex;
  flex-flow: wrap;
  column-gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.anchors-block h2 {
  flex: 1 100%;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.anchors-block .anchor-button {
    flex: 0 0 calc(33.333333333333336% - 13.333333333333334px);
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.anchors-block {
    gap: 20px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.anchors-block .anchor-button {
    flex: 0 0 100%;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.anchors-block .anchor-button {
  color: #35173b;
  text-decoration: none;
  display: flex;
  gap: 40px;
  align-items: center;
  border: 1.5px solid #8f6c96;
  border-radius: 15px;
  padding: 32px 32px 32px 24px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.anchors-block .anchor-button::after {
  content: '';
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  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: 10px;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: 0.3s ease;
  transition-property: color, background-color, border-color;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.anchors-block .anchor-button:hover {
  color: #fff;
  background-color: #60296b;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.anchors-block .anchor-button:hover::after {
  background-color: #35173b;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px -5px rgba(102,102,102,0.2);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare > div strong {
  font-weight: 500;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare > div span {
  font-weight: 500;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare-before {
  background-color: #fff;
  color: #60296b;
  border: 1px solid #f7f4f8;
  border-inline-end: none;
  border-radius: 15px 0 0 15px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare-after {
  background-color: #60296b;
  color: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare-source {
  font-size: 12px;
  text-align: center;
  margin-block-end: 0;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block {
    width: 100%;
    padding-inline: calc(50% - 420px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block h2 {
    margin-inline: 105px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare {
    min-height: 156px;
    margin-bottom: 10px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare > div {
    padding: 24px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare > div strong {
    font-size: 33px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare > div span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare {
    flex-flow: column;
    min-height: 156px;
    margin-bottom: 10px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare > div {
    padding: 24px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare > div strong {
    font-size: 24px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.compare-block .compare > div span {
    font-size: 16px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block header {
  margin-block-end: 60px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block header h2 {
  margin-block-end: 0.5em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block form {
  max-width: 840px;
  margin-inline: auto;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block .form-confirmation {
  font-size: 24px;
  text-align: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block .field-subject,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block .field-email,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block .field-firstname,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block .field-lastname {
  flex: 1 0 calc(50% - 10px);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block .field-message,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block .field-optin {
  flex: 1 100%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block .field-message textarea {
  min-height: 246px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block .field-submit {
  flex: 1 100%;
  align-items: flex-end;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block .user-consent-placeholder {
  width: 100%;
  background-color: transparent;
  padding-block: 5px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block .field-message-text {
  color: #cebdd1;
  font-size: 12px;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.contact-block header {
    max-width: 55%;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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: 15px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block .banner-title {
  display: flex;
  flex-flow: column;
  color: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block .banner-title strong {
  font-weight: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-default .block-banner {
  flex-flow: column;
  gap: 32px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-default .block-banner.icon-donate .banner-title::before {
  background-color: #e74010;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-default .banner-title {
  position: relative;
  padding-inline-start: 52px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-default .banner-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 17.5px);
  width: 35px;
  height: 35px;
  background-color: #fff;
  mask-image: var(--banner-icon);
  mask-size: contain;
  mask-position: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .block-banner.icon-donate .button {
  --button-color: #f8c4b5;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .block-banner.icon-donate .button::before {
  --button-color-text: #e74010;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .banner-title {
  display: flex;
  flex-flow: column;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .banner-title span {
  color: #cebdd1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .button {
  --button-picto: var(--banner-icon);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .button::before {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block .block-banner {
    padding-block: 60px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-default .block-banner {
    max-width: 840px;
    margin-inline: auto;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-default .banner-title {
    max-width: 440px;
    font-size: 22px;
    margin-inline: auto;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .block-banner {
    padding-inline: 64px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .banner-title {
    font-size: 33px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block .block-banner {
    padding-block: 32px;
    padding-inline: 40px;
    gap: 32px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .block-banner {
    flex-flow: column;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.cta-banner-block.is-style-fullwidth .banner-title {
    text-align: center;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-block {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-block h2 {
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-block-end: 48px;
  text-align: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-block h2 span {
  display: block;
  opacity: 0.75;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-block img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-block iframe {
  width: 475px;
  height: 440px;
  border: none;
  border-radius: 15px;
  backdrop-filter: blur(7.8px);
  border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-block {
    padding-block: 100px 180px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-block h2 {
    max-width: 610px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-cards {
  flex: 1;
  display: flex;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card {
  background-color: #f7f4f8;
  border: 1px solid #cebdd1;
  border-radius: 15px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card h3 {
  text-align: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card h3 strong {
  display: block;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card h3 span {
  display: block;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card .card-info {
  font-size: 15px;
  margin-block-end: 0;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block {
    display: flex;
    flex-flow: wrap;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block h2 {
    flex: 0 50%;
    padding-inline-end: 20%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-text {
    flex: 0 50%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-cards {
    margin-block: 100px 60px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card {
    padding: 65px 24px 24px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card h3 {
    margin-block-end: 32px;
    line-height: 1.2;
    font-size: 37px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card h3 strong {
    line-height: 1;
    font-size: 48px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card h3 span {
    font-size: 27px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-cards {
    flex-flow: column;
    margin-block: 60px 40px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card {
    padding: 32px 24px 24px;
    text-align: center;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card h3 {
    line-height: 1.2;
    font-size: 32px;
    margin-block-end: 24px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card h3 strong {
    line-height: 1;
    font-size: 40px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card h3 span {
    font-size: 18px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.donation-info-block .block-card .card-info {
    font-size: 15px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.emergency-block {
  display: flex;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.emergency-block .block-links {
  display: flex;
  padding-inline-start: 0;
  margin-block: 0;
  gap: 24px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.emergency-block .block-link {
  list-style: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.emergency-block .button-picto {
  --button-picto: var(--link-icon);
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.emergency-block {
    gap: 60px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.emergency-block h3 {
    flex: 0 1 38%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.emergency-block .block-links {
    flex: 1;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.emergency-block {
    flex-flow: column;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.emergency-block .block-links {
    flex-flow: wrap;
    justify-content: center;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.external-content-block .block-articles {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.external-content-block .block-article {
    flex: 0 0 calc(33.333333333333336% - 13.333333333333334px);
    min-height: 410px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.external-content-block .block-article {
    flex: 1;
    min-height: 410px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block {
  display: flex;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-questions {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question {
  border-radius: 15px;
  padding: 24px 32px;
  border: 1px solid #cebdd1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question summary::-webkit-details-marker {
  display: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question summary h3 {
  margin-block-end: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question summary button {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding-inline: 0;
  pointer-events: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question summary button::before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  background-size: 16px;
  background-image: var(--icon-closed);
  background-position: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-richtext li::before {
  background-color: #cebdd1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-richtext blockquote {
  background-color: #cebdd1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-richtext:last-child {
  margin-block-end: 8px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-richtext:not(:last-child) > :last-child {
  margin-block-end: 1.5em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-visuals {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin-block-end: 24px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-visuals figure {
  display: flex;
  flex-flow: column-reverse;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-visuals figure figcaption {
  font-weight: 600;
  margin-block-end: 24px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-visuals figure img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-visuals figure video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-visuals figure iframe,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-visuals figure .user-consent-placeholder {
  max-width: 100%;
  border-radius: 7.5px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-visuals figure iframe {
  aspect-ratio: 16/9;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-visuals:last-of-type {
  margin-block-end: 32px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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");
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question summary button::before {
  width: 32px;
  height: 32px;
  background-color: #60296b;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question .block-richtext > p:first-child,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question .block-richtext > ul:first-child li {
  margin-inline-end: 48px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question[open] summary {
  margin-block-end: 16px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question[open] summary button::before {
  background-image: var(--icon-opened);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.has-background .block-question {
  background-color: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.has-background .block-visuals figure {
  background-color: #f7f4f8;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block:not(.has-background) .block-question {
  background-color: #f7f4f8;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-content header {
    max-width: 90%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question h3 {
    flex: 0 55%;
    font-size: 22px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-visual {
    flex: 1 0 calc(50% - 10px);
    align-self: stretch;
    height: 750px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.is-style-fullwidth {
    flex-flow: column;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.is-style-fullwidth header {
    margin-block-end: 80px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.is-style-fullwidth .block-questions {
    max-width: 1064px;
    margin-inline: auto;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.is-style-fullwidth .block-visual {
    display: none;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.is-style-default {
    gap: 128px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.is-style-default .block-content {
    flex: 0 1 50%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.is-style-default header {
    margin-block: 45px 60px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.is-style-default.no-visual .block-content {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    gap: 128px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.is-style-default.no-visual .block-content header {
    flex: 0 1 50%;
    margin-block-start: 0;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block.is-style-default.no-visual .block-content .block-questions {
    flex: 1 0 calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block {
    flex-flow: column;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-question h3 {
    font-size: 18px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.faq-block .block-visual {
    display: none;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block {
  display: flex;
  position: relative;
  margin-block-end: -15px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block figure {
  display: flex;
  justify-content: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block figure img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block figure video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block figure object,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block figure embed {
  object-fit: cover;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block figure img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block figure video {
  width: 100%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block .hero-content h1,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block .hero-content p {
  letter-spacing: -0.03em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-homepage figure {
  flex: 1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-homepage .hero-content {
  position: absolute;
  inset: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-homepage .hero-content h1 {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block {
    padding: 0;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block .hero-content {
    padding-block-start: 142px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block .hero-content p {
    font-size: 22px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block .hero-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: calc(100% - 15px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-default {
    height: 600px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-default .hero-content {
    flex: 0 50%;
    padding-inline-start: calc(50% - 640px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-default .hero-title h1 {
    max-width: 62.5%;
    margin-block-end: 10px;
    word-wrap: normal;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-default .hero-title p {
    max-width: 80%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-default figure {
    flex: 0 50%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-default.no-visual .hero-content {
    flex-basis: 100%;
    width: 100%;
    padding-inline: calc(50% - 640px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .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: 128px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-default.no-visual .hero-title h1,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-default.no-visual .hero-title p {
    flex: 0 1 calc(50% - 64px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-homepage {
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) + 15px);
    min-height: 480px;
    max-height: 900px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-homepage .hero-content {
    width: 100%;
    padding-inline: calc(50% - 640px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.is-style-homepage .hero-content h1 {
    line-height: 0.95;
    font-size: 96px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block {
    display: flex;
    flex-flow: column;
    padding-block: 104px 0;
    padding-inline: 0;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block .breadcrumb {
    display: none;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block .hero-content {
    width: 100%;
    padding-inline: 20px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block .hero-content h1 {
    font-size: 36px;
    margin-block-end: 16px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block .hero-content p {
    font-size: 15px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block .breadcrumb {
    margin-block-end: 48px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block figure {
    height: 240px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block.no-visual .hero-content {
    padding-block-end: 96px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block + section,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block + p {
  position: relative;
  z-index: 1;
  border-radius: 15px 15px 0 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-block + p {
  background-color: #fff;
  padding-block-start: 60px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block {
  display: flex;
  position: relative;
  flex-flow: column;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block figure.content-visual img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block figure.content-visual video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block figure.content-visual object,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block figure.content-visual embed {
  object-fit: cover;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block figure.content-visual img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block figure.content-visual video {
  width: 100%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-title h1 {
  color: #fff;
  margin-block: 0;
  letter-spacing: -0.03em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-text p {
  color: #fff;
  letter-spacing: -0.03em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards {
  display: flex;
  gap: 32px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards .content-card {
  flex: 0 1 calc(33.333333333333336% - 40px);
  color: #fff;
  padding: 24px 40px;
  border-radius: 15px;
  background-color: rgba(192,192,192,0.2);
  border: 1px solid rgba(128,128,128,0.3);
  backdrop-filter: blur(7.8px);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards .content-card h3 {
  color: inherit;
  font-size: 30px;
  margin-block-end: 16px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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: 16px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards .content-card p {
  font-size: 16px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards .content-card > :last-child {
  margin-block-end: 0;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .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);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .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%);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block figure.content-visual {
    top: var(--header-top-offset);
    height: calc(100vh - var(--header-top-offset));
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .hero-content {
    --sticky-top-offset: calc(118px + 32px);
    position: sticky;
    top: calc(var(--header-offset) + var(--sticky-top-offset));
    padding-block-end: 32px;
    width: 100%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .hero-content p {
    font-size: 22px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-title {
    --sticky-top-offset: calc(118px + 32px);
    padding-inline: 48px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-title h1 {
    line-height: 0.95;
    font-size: 112px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-text {
    --sticky-top-offset: calc(118px + 32px + 220px);
    padding-inline: 80px;
    justify-content: flex-end;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-text p {
    line-height: 1.1;
    font-size: 40px;
    max-width: 820px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-text p:last-child {
    margin-block-end: 0;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards {
    --sticky-top-offset: calc(118px + 32px + 360px);
    width: 100%;
    padding-inline: calc(50% - 555px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards .content-card {
    min-height: 180px;
    transition: transform 0.5s ease-out 0.5s;
    transform: translate(0, 300%);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards .content-card:nth-child(1) {
    transition-duration: 0.5s;
    transition-delay: 0.2s;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards .content-card:nth-child(2) {
    transition-duration: 0.5s;
    transition-delay: 0.5s;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards .content-card:nth-child(3) {
    transition-duration: 0.5s;
    transition-delay: 0.8s;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards.content-visible .content-card {
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block figure.content-visual {
    top: var(--header-top-offset);
    height: calc(100vh - var(--header-top-offset));
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .hero-content {
    width: 100%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block .content-cards {
    flex-flow: column;
  }
}
@media only screen and (max-width: 600px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hero-homepage-block figure.content-visual {
    top: 0;
    height: 100vh;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview body.home #main-content .maison-des-femmes-block.hero-homepage-block ~ section {
  position: relative;
  background-color: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview body.home #footer {
  position: relative;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block header h2 {
  color: currentColor;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-card {
  position: relative;
  flex: 0 1 calc(33.333333333333336% - 13.333333333333334px);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  min-height: 350px;
  padding: 40px 24px 24px 24px;
  border-radius: 15px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-card h3 {
  color: currentColor;
  margin-block-end: 14px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-card hr {
  width: 100%;
  border-bottom-width: 0;
  margin-block: 0 32px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-card ul,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-card .button {
  margin-inline-start: 48px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-card ul {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 24px;
  padding-inline-start: 0;
  margin-block: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-card li {
  display: flex;
  gap: 20px;
  list-style: none;
  align-items: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-card li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-size: contain;
  mask-position: center;
  background-color: currentColor;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-card li.card-availability::before {
  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");
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-card li.card-contract::before {
  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");
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-card li.card-location::before {
  height: 22px;
  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");
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .fallback-text {
  color: #cebdd1;
  font-size: 22px;
  text-align: center;
  font-style: italic;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block.is-style-default .block-card {
  background-color: #fdece7;
  color: #35173b;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block.is-style-default .block-card hr {
  border-color: rgba(96,41,107,0.3);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block.is-style-dark .block-card {
  background-color: #60296b;
  color: #fff;
  background-image: var(--mdf-gradient-prune-dark);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block.is-style-dark .block-card hr {
  border-color: rgba(255,255,255,0.3);
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block header {
    display: flex;
    gap: 135px;
    margin-block-end: 60px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block header h2 {
    flex: 0 0 40%;
    color: currentColor;
    margin-block-end: 16px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block header p {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block header {
    margin-block-end: 40px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.hiring-block .block-cards {
    flex-flow: column;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block {
  padding-inline: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search {
  display: flex;
  gap: 10px;
  background-color: #cebdd1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-search {
  position: relative;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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: 16px 0;
  border-radius: 15px;
  margin-block: 0;
  list-style: none;
  box-shadow: 0 0 12px 2px rgba(128,84,137,0.15);
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-search ul li {
  line-height: 1.5;
  font-size: 15px;
  padding: 5px 24px;
  cursor: pointer;
  white-space: nowrap;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-search ul li strong {
  display: block;
  font-weight: 500;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-search ul li em {
  display: block;
  font-size: 12px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-search ul li strong,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-search ul li em {
  text-overflow: ellipsis;
  overflow: hidden;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-search ul li:hover {
  background-color: #cebdd1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-content: flex-start;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card {
  cursor: pointer;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card figure {
  display: flex;
  justify-content: center;
  border-radius: 15px;
  margin-block-end: 15px;
  overflow: hidden;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card figure img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card figure video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card figure object,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card figure embed {
  object-fit: cover;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card figure img {
  transform: scale(1);
  transition: transform 0.5s ease;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card h4 {
  font-size: 15px;
  font-weight: 400;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card-info {
  display: flex;
  gap: 10px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card .info-city {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8b979d;
  font-size: 12px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card .info-units {
  display: flex;
  gap: 2px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card .info-units .unit {
  text-indent: -9999px;
  width: 13px;
  height: 13px;
  overflow: hidden;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card .info-units .unit::before {
  flex-basis: 100%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card:hover figure img {
  transform: scale(1.05);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card:hover h4 {
  color: #805489;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block ul.info-units {
  list-style: none;
  padding-inline-start: 0;
  margin-block: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block ul.info-units li.unit {
  display: flex;
  font-size: 12px;
  align-items: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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: 5px;
  border-radius: 15px;
  mask-size: contain;
  mask-image: var(--unit-icon);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block ul.info-units li.unit.unite-coralis {
  --unit-color: #009a9b;
  --unit-icon: var(--icon-unite-violences);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block ul.info-units li.unit.unite-mutilations {
  --unit-color: #e74010;
  --unit-icon: var(--icon-unite-mutilations);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block ul.info-units li.unit.unite-sante {
  --unit-color: #2e8fce;
  --unit-icon: var(--icon-unite-sante);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block ul.info-units li.unit.unite-violences {
  --unit-color: #60296b;
  --unit-icon: var(--icon-unite-violences);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block ul.info-units li.unit.unite-enfant {
  --unit-color: #f39313;
  --unit-icon: var(--icon-unite-enfant);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block ul.info-units li.unit.unite-plainte {
  --unit-color: #4b5b63;
  --unit-icon: var(--icon-unite-plainte);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block ul.info-units li.unit.unite-mineurs {
  --unit-color: #8bacae;
  --unit-icon: var(--icon-unite-mineurs);
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block {
    padding-block-start: 32px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search {
    width: 100%;
    padding-inline: calc(50% - 640px);
    padding-block: 16px;
    margin-block-end: 45px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-search input {
    width: 275px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-services {
    margin-inline-end: 35px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-services select {
    width: 215px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-submit {
    margin-inline-end: 15px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-content {
    width: 100%;
    padding-inline: calc(50% - 640px);
    display: flex;
    gap: 96px;
    max-height: 50vw;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results {
    position: relative;
    flex: 0 452px;
    overflow-y: scroll;
    padding-inline-end: 32px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results::after {
    content: '';
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-image: linear-gradient(180deg, rgba(247,244,248,0), #f7f4f8);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card {
    flex: 0 calc(50% - 10px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card figure {
    height: 130px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card h4 {
    display: -webkit-box;
    min-height: 2.4em;
    margin-block-end: 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.5s ease;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block ul.info-units li.unit {
    font-size: 12px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-map {
    flex: 1;
    background-color: #c0c0c0;
    border-radius: 15px;
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block {
    padding-block-start: 32px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search {
    padding: 16px 20px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-search,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-services {
    width: 100%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-search input,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-services input,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-search select,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-search .field-services select {
    width: 100%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-content {
    display: flex;
    flex-flow: column;
    gap: 30px;
    padding: 16px 20px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-map {
    display: none;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results {
    order: 1;
    flex-flow: column;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    height: 100px;
    gap: 8px 20px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card figure {
    flex: 0 0 100px;
    aspect-ratio: 1.6;
    margin-block-end: 0;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card h4,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-results .result-card .result-card-info {
    width: calc(100% - 160px - 20px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block ul.info-units li.unit {
    font-size: 11px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-map {
    order: 0;
    height: 420px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .location-map .gm-style .gm-style-iw-c {
  padding-inline: 25px 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .location-map .gm-style .gm-style-iw-ch {
  padding-top: 15px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .location-map .gm-style .gm-style-iw-d {
  padding-inline-end: 25px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .location-map .gm-style .gm-style-iw-d html {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .location-map .gm-style .gm-style-iw-c {
    padding-inline: 25px 0;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .location-map .gm-style .gm-style-iw-d {
    padding-inline: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .location-map .gm-style .gm-style-iw-c {
    padding-inline: 10px 0;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .location-map .gm-style .gm-style-iw-d {
    padding-inline: 0 10px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-title {
  color: #e74010;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content {
  display: flex;
  flex-flow: wrap;
  max-width: 100%;
  text-align: left;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-info {
  flex: 0 1 calc(50% - 20px);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-info figure {
  display: flex;
  justify-content: center;
  height: 115px;
  border-radius: 15px;
  margin-block-end: 15px;
  overflow: hidden;
  background-color: rgba(102,102,102,0.2);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-info figure img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-info figure video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-info figure object,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-info figure embed {
  object-fit: cover;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-info .info-units {
  gap: 5px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-info .info-units .unit {
  margin-block-end: 8px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-info .info-units .unit::before {
  flex-basis: 22px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-contact {
  flex: 0 1 calc(50% - 20px);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content a {
  color: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .location-website {
  font-weight: 600;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .location-social {
  display: flex;
  gap: 6px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .location-social a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #60296b;
  text-indent: -9999px;
  overflow: hidden;
  mask-mode: luminance;
  -webkit-mask-mode: luminance;
  mask-size: contain;
  mask-position: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .location-social a.social-facebook {
  mask-image: var(--mdf-mask-facebook);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .location-social a.social-instagram {
  mask-image: var(--mdf-mask-instagram);
  mask-size: 120%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .location-social a.social-linkedin {
  mask-image: var(--mdf-mask-linkedin);
  mask-size: 92%;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-title {
    font-size: 18px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content {
    width: 610px;
    gap: 40px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content p {
    font-size: 15px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-info {
    width: calc(50% - 20px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content .popup-contact {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-title {
    font-size: 16px;
    margin-bottom: 0.6em;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content {
    flex-flow: column;
    gap: 20px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content ul.info-units li.unit {
    font-size: 8px;
    margin-block-end: 4px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content ul.info-units li.unit::before {
    flex-basis: 14px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.location-block .location-popup-content p {
    font-size: 11px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block > h2 {
  margin-block-end: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block > p {
  margin-block-end: 60px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .block-partners:not(.initialized) {
  display: flex;
  flex-flow: wrap;
  gap: 64px;
  justify-content: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .block-partners:not(.initialized) .block-partner {
  flex: 0 0 calc(33.333333333333336% - 42.666666666666664px);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .block-partners.initialized > div {
  display: flex;
  margin-block-end: 40px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .block-partners.initialized > div > div {
  display: flex;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .block-partners.initialized .block-partner {
  flex: 0 0 215px;
  padding-inline: 20px;
  cursor: grab;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .block-partner {
  display: flex;
  align-items: center;
  position: relative;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .block-partner .link-overlay {
  z-index: 1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .block-partner .link-overlay:hover + img {
  opacity: 0.6;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .block-partner img {
  opacity: 1;
  transition: opacity 0.3s ease;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .partners-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .partners-dots span {
  flex: 0 0 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #c0c0c0;
  cursor: pointer;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .partners-dots span.active {
  background-color: #000;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block .block-partners {
    width: 100%;
    padding-inline: calc(50% - 380px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block > h2,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block > p {
    width: 100%;
    padding-inline: calc(50% - 640px);
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block > h2,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.partners-block > p {
    padding-inline: 20px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block {
  counter-reset: process-step-count;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block h2 {
  text-align: center;
  margin-block-end: 50px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step {
  flex: 1;
  display: flex;
  flex-flow: wrap;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step h4 {
  flex: 1 1 100%;
  background-color: #60296b;
  color: #fff;
  font-size: 18px;
  padding: 24px;
  border-radius: 15px;
  margin-block-end: 0;
  text-align: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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: 15px;
  height: 92px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step .step-label::before {
  content: counter(process-step-count);
  flex: 0 0 34px;
  aspect-ratio: 1;
  background-color: #8f6c96;
  color: #fff;
  line-height: 34px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-care figure {
  flex: 0 1 calc(50% - 10px);
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 20px 55px 40px 55px;
  border: 1px solid #cebdd1;
  border-radius: 15px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-care figure img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-care figure video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-care figure object,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-care figure embed {
  object-fit: contain;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-care figure figcaption {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step {
    margin-block-end: 20px;
    gap: 20px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step .step-label {
    flex: 0 1 calc(50% - 10px);
    gap: 24px;
    padding-inline: 28px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-process {
    max-width: 850px;
    margin-inline: auto;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-care {
    margin-block-start: 100px;
    max-width: 1065px;
    margin-inline: auto;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-care figure {
    flex: 0 1 calc(50% - 10px);
    padding: 20px 55px 40px 55px;
    margin-block-end: 20px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step {
    margin-block-end: 10px;
    gap: 15px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step .step-label {
    flex: 1 100%;
    gap: 16px;
    font-size: 15px;
    padding-inline: 16px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-process {
    margin-block-start: 40px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-care {
    margin-block-start: 60px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.process-block .patient-step.patient-care figure {
    flex: 1 100%;
    padding: 24px 24px 40px 24px;
    margin-block-end: 15px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-cards {
  display: flex;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px -5px rgba(128,84,137,0.15);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card object,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card embed {
  object-fit: cover;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card figure {
  display: flex;
  justify-content: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card figure img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card figure video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card figure object,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card figure embed {
  object-fit: cover;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card .card-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card .card-content h3 {
  color: inherit;
  font-weight: 600;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-highlight {
  background-color: #fdece7;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-highlight .tag-highlight {
  position: absolute;
  left: 16px;
  top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.1;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  background-color: rgba(255,255,255,0.9);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-highlight .tag-highlight::before {
  content: '';
  background-color: #e74010;
  width: 12px;
  height: 12px;
  border-radius: 999px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-highlight .card-content {
  flex: 1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-highlight .card-content h3 {
  line-height: 1.1;
  font-size: 25px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-map {
  background-color: #60296b;
  color: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-map figure {
  flex: 1;
  position: relative;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-map figure::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -60px;
  display: inline-block;
  width: 100%;
  height: 75%;
  background-image: linear-gradient(rgba(96,41,107,0) 0%, #60296b 100%);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-map figure img {
  object-fit: contain;
  object-position: top;
  transform: translate(0, 60px);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-map .card-content {
  position: relative;
  z-index: 1;
  flex: 0 0 42.5%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-map .card-content h3 {
  margin-block-end: 25px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-map .card-content p {
  flex: 1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-title {
  background-color: #60296b;
  color: #fff;
  background-image: var(--mdf-gradient-prune);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-title .card-content {
  flex: 1;
  padding: 56px 32px 40px 32px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-title h3,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-title .card-subtitle {
  line-height: 1;
  font-size: 48px;
  font-weight: 600;
  margin-block: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-title .card-subtitle {
  flex: 1;
  color: #cebdd1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-social {
  color: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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: 32px 48px 40px 48px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-social .card-content h3 {
  color: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-social .card-content .menu-social {
  gap: 24px;
  justify-content: flex-start;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-social .card-content .menu-social li {
  width: 36px;
  height: 36px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-content .card-content {
  flex: 1;
  background-color: #fff;
  padding: 32px 48px 40px 32px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-content .card-text {
  flex: 1;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-cards {
    flex-flow: wrap;
    justify-content: center;
    max-width: 1064px;
    margin-inline: auto;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-cards-1 .block-card {
    flex: 1 0 100%;
    flex-flow: row;
    height: 320px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-cards-2 .block-card {
    flex: 0 1 calc(50% - 10px);
    flex-flow: column;
    height: 670px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-highlight figure {
    flex: 0 1 50%;
    max-width: 50%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-highlight .card-content {
    padding: 72px 40px 40px 40px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-map .card-content {
    padding: 0 75px 40px 48px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-cards {
    flex-flow: column;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card {
    flex-flow: column;
    height: 580px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-highlight figure {
    flex: 1;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-highlight .card-content {
    padding: 48px 32px 32px 32px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-map .card-content {
    padding: 0 32px 32px 32px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-title {
    height: 480px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-title h3,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-content-block .block-card.card-type-title .card-subtitle {
    line-height: 1.15;
    font-size: 36px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figures {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figure {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figure img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figure video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figure object,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figure embed {
  object-fit: cover;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figure figcaption {
  width: 100%;
  font-weight: 500;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figure figcaption strong {
  display: block;
  width: 100%;
  font-weight: 600;
  padding-block-end: 8px;
  border-block-end: 1px solid currentColor;
  margin-block-end: 16px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure {
  background-color: #464646;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure img {
  opacity: 0.7;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure figcaption strong {
  border-color: rgba(255,255,255,0.3);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block.is-style-simple .block-figures {
  justify-content: center;
  margin-inline: auto;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block.is-style-simple .block-figures-2 {
  max-width: 840px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block.is-style-simple .block-figures-2 .block-figure {
  flex: 0 0 calc(50% - 10px);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block.is-style-simple .block-figures-3 .block-figure {
  flex: 0 0 calc(33.333333333333336% - 13.333333333333334px);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block.is-style-simple .block-figure {
  background-color: #f7f4f8;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block.is-style-simple .block-figure img {
  display: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block.is-style-simple .block-figure figcaption {
  max-width: 300px;
  margin-inline: auto;
  color: #60296b;
  text-align: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block.is-style-simple .block-figure figcaption strong {
  border-color: rgba(96,41,107,0.3);
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figure figcaption strong {
    font-size: 40px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure {
    height: 390px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure figcaption {
    max-width: 310px;
    min-height: 165px;
    padding: 24px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block.is-style-simple .block-figure {
    min-height: 180px;
    padding-block: 24px;
    align-items: center;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block.is-style-simple .block-figure figcaption strong {
    max-width: 224px;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figures {
    flex-flow: column;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figure figcaption {
    font-size: 15px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block .block-figure figcaption strong {
    font-size: 40px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure {
    aspect-ratio: 1;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure figcaption {
    padding: 32px;
    max-width: 330px;
    min-height: 165px;
    font-size: 15px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block:not(.is-style-simple) .block-figure figcaption strong {
    font-size: 40px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-figure-block.is-style-simple figcaption {
    padding-block: 32px 48px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block header h2 {
  color: currentColor;
  margin-block-end: 16px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block .block-cards {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block .block-card {
  border-radius: 15px;
  padding: 40px 24px 24px 24px;
  position: relative;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block .block-card h3 {
  display: flex;
  align-items: center;
  color: currentColor;
  margin-block-end: 14px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block .block-card h3::before {
  width: 32px;
  height: 32px;
  margin-inline-end: 24px;
  background-color: currentColor;
  mask-size: contain;
  mask-position: center;
  mask-image: var(--card-icon);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block .block-card hr {
  border-bottom-width: 0;
  margin-block: 0 14px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block .block-card[style^="--card-icon:"] h3::before {
  content: '';
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block .block-card .button-link {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: calc(100% - 2 * 24px);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block.is-style-default .block-card {
  background-color: #60296b;
  color: #fff;
  background-image: var(--mdf-gradient-prune-dark);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block.is-style-default .block-card hr {
  border-color: rgba(255,255,255,0.3);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block.is-style-light .block-card {
  background-color: #fdece7;
  color: #35173b;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block.is-style-light .block-card hr {
  border-color: rgba(96,41,107,0.3);
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block header {
    margin-block-end: 60px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block .block-card {
    flex: 0 0 calc(33.333333333333336% - 13.333333333333334px);
    min-height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block header {
    margin-block-end: 40px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-info-block .block-card {
    flex: 1;
    min-height: 350px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-news-block header {
  display: flex;
  justify-content: space-between;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-news-block .block-articles {
  display: flex;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-news-block .block-article {
  position: relative;
  flex: 0 1 calc(50% - 10px);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-news-block .block-article figure {
  margin-block-end: 20px;
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-news-block .block-article {
    flex: 0 1 calc(50% - 10px);
    min-height: 440px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-news-block .block-articles {
    flex-flow: column;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-news-block .block-article {
    min-height: 280px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-page-block .block-articles {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-page-block .block-article {
  position: relative;
  flex: 1 1 calc(50% - 10px);
  max-width: 100%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-page-block .block-article figure {
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
  width: 100%;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-page-block .block-article {
    flex: 1 1 calc(50% - 10px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-page-block .block-article figure {
    height: 340px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-page-block .block-article {
    flex: 1 1 100%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.push-page-block .block-article figure {
    aspect-ratio: 16/9;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.social-link-block h2 {
  max-width: 685px;
  margin-inline: auto;
  text-align: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.social-link-block ul.menu {
  gap: 70px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.social-link-block li.menu-item {
  width: 65px;
  height: 65px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-members {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member {
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #f7f4f8;
  border-radius: 15px;
  padding: 50px 25px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member figure {
  position: relative;
  width: 185px;
  height: 185px;
  margin-block-end: 40px;
  display: flex;
  justify-content: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member figure img,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member figure video,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member figure object,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member figure embed {
  object-fit: cover;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member figure img {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member figure .link-profile {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #0072b1;
  border: 2px solid #fff;
  background-size: contain;
  background-position: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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: 24px;
  background-position: center;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member .member-name {
  font-size: 18px;
  margin-bottom: 5px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member .member-description {
  font-size: 15px;
  font-weight: 400;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-text {
  margin-block-start: 60px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-text p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1.5em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .block-cta-wrapper {
  margin-block-start: 30px;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member {
    flex: 0 calc(25% - 15px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member:nth-child(1) {
    margin-inline-start: calc(25% + 5px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member:nth-child(2) {
    margin-inline-end: calc(25% + 5px);
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.team-block .team-member {
    flex: 1 calc(50% - 10px);
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block blockquote,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block .quote-author {
  width: 100%;
  margin-inline: auto;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block blockquote {
  position: relative;
  font-style: italic;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block blockquote em,
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block blockquote i {
  font-style: normal;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block blockquote a {
  color: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block blockquote::before {
  content: '"';
  font-size: 4em;
  position: absolute;
  left: -0.5em;
  top: -0.75em;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block .quote-author {
  color: #60296b;
  font-weight: 300;
  margin-block-end: 0;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block {
    padding-block: 90px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block blockquote,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block .quote-author {
    max-width: 800px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block blockquote {
    font-size: 22px;
    margin-block-end: 16px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block .quote-author {
    line-height: 1.1;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block {
    padding-block: 60px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block blockquote,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block .quote-author {
    max-width: 80%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block blockquote {
    font-size: 18px;
    margin-block-end: 16px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.testimonial-block .quote-author {
    line-height: 1.1;
    font-size: 16px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block {
  display: flex;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block {
    flex-flow: row;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block .block-visual {
    flex: 1 0 calc(50% - 10px);
    align-self: stretch;
    max-height: 750px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.align,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.alignleft {
    gap: 80px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.align.no-visual .block-content,
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.alignleft.no-visual .block-content {
    flex-flow: row-reverse;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.alignright {
    flex-flow: row-reverse;
    gap: 128px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.alignright.no-visual .block-content {
    flex-flow: row;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block:not(.aligncenter) {
    align-items: center;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block:not(.aligncenter) figure img {
    aspect-ratio: 19/23;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block:not(.aligncenter) .block-content {
    flex: 0 1 50%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block:not(.aligncenter) .block-content h2 {
    margin-block-end: 60px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block:not(.aligncenter).no-visual {
    align-items: flex-start;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block:not(.aligncenter).no-visual .block-content {
    flex: 1 100%;
    display: flex;
    gap: 128px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block:not(.aligncenter).no-visual .block-content header {
    flex: 0 1 50%;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block:not(.aligncenter).no-visual .block-content .block-richtext {
    flex: 0 1 calc(50% - 10px);
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.aligncenter {
    flex-flow: column;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.aligncenter .block-content {
    max-width: 630px;
    margin-inline: auto;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.aligncenter .block-visual {
    width: auto;
    margin-inline: auto;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.aligncenter .block-visual + .block-content {
    margin-block-start: 30px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.aligncenter .block-content + .block-visual {
    margin-block-start: 48px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block.aligncenter .cta-link-wrapper {
    justify-content: center;
    margin-block: 1.5px 0;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block {
    flex-flow: column;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.text-visual-block:not(.no-visual) .block-content {
    margin-block-end: 30px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-events {
  position: relative;
  flex: 1 100%;
  list-style: none;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-events::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #60296b;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-event {
  width: calc(50% - 17px);
  margin-block-end: 32px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-event time {
  position: relative;
  display: block;
  font-weight: 600;
  padding-block-end: 10px;
  border-block-end: 1px solid rgba(96,41,107,0.3);
  margin-block-end: 10px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-event time::before {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #f39313;
  border: 1px solid #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-event:nth-child(odd) {
  margin-left: calc(50% + 17px);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-event:nth-child(odd) time::before {
  left: -25px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-event:nth-child(even) time {
  text-align: right;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-event:nth-child(even) time::before {
  right: -25px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-event:nth-child(even) p {
  text-align: right;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-events {
    padding-inline: calc(50% - 358px);
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-events {
    padding-inline: 0;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-event p {
    font-size: 14px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-event {
  transition: transform 0.33333s ease-out, opacity 0.5s linear;
  transform: translate(0, 200%);
  opacity: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.timeline-block .timeline-event.event-visible {
  transform: translate(0, 0);
  opacity: 1;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block > p {
  flex: 1 0 100%;
  font-weight: 400;
  margin-block-end: 10px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation {
  flex: 1;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation.situation-good {
  --situation-color: var(--color-good);
  --situation-image: var(--image-good);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation.situation-warning {
  --situation-color: var(--color-warning);
  --situation-image: var(--image-warning);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation.situation-danger {
  --situation-color: var(--color-danger);
  --situation-image: var(--image-danger);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation header {
  display: flex;
  align-items: center;
  background-color: var(--situation-color);
  color: #fff;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation header .situation-tagline {
  flex: 0 120px;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-inline: 24px;
  border-inline-end: 1px solid rgba(255,255,255,0.3);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .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;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation header h3 {
  flex: 1 0;
  color: currentColor;
  margin: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation ul {
  list-style: none;
  padding: 0;
  margin-inline: 20px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation ul li {
  font-weight: 400;
  padding-block: 10px;
  border-block-end: 1px solid rgba(96,41,107,0.3);
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation ul li:last-child {
  border-block-end: none;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block {
    flex-flow: wrap;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block > p {
    font-size: 36px;
    padding-inline-end: 570px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation header {
    height: 115px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation header .situation-tagline {
    line-height: 1.1;
    font-size: 9.5px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation header .situation-tagline::before {
    width: 56px;
    height: 44px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation header h3 {
    font-size: 22px;
    padding-inline: 24px 76px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block {
    flex-flow: column;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block > p {
    font-size: 24px;
    margin-block-end: 10px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation header {
    height: 75px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation header .situation-tagline {
    line-height: 1.1;
    font-size: 8px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation header .situation-tagline::before {
    width: 38px;
    height: 30px;
  }
  :root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block.violencemeter-block .block-situation header h3 {
    font-size: 18px;
    padding-inline: 24px 32px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview body.single-post .maison-des-femmes-block.hero-block .hero-content {
  display: flex;
  flex-flow: column;
}
:root:where(.block-editor-iframe__html) .acf-block-preview body.single-post .maison-des-femmes-block.hero-block .hero-title h1 {
  max-width: 100%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview body.single-post .maison-des-femmes-block.hero-block .hero-info {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview body.single-post .maison-des-femmes-block.hero-block .hero-info .article-tags {
  font-size: inherit;
  margin-block-end: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview body.single-post .maison-des-femmes-block.hero-block .hero-info .article-tags a {
  color: inherit;
}
:root:where(.block-editor-iframe__html) .acf-block-preview body.single-post .maison-des-femmes-block.hero-block .hero-info time {
  flex: 0 50%;
}
:root:where(.block-editor-iframe__html) .acf-block-preview body.single-post .maison-des-femmes-block.hero-block figure,
:root:where(.block-editor-iframe__html) .acf-block-preview body.single-post .maison-des-femmes-block.hero-block .hero-content {
  height: calc(100% - 15px);
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview body.single-post .maison-des-femmes-block.hero-block .hero-info {
    margin-block-end: 24px;
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview body.single-post .maison-des-femmes-block.hero-block .hero-info {
    margin-block-end: 24px;
  }
}
:root:where(.block-editor-iframe__html) .acf-block-preview main#main-content > p {
  width: 100%;
  font-size: 18px;
}
:root:where(.block-editor-iframe__html) .acf-block-preview main#main-content .wp-block-columns {
  margin-bottom: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview main#main-content .wp-block-column > :last-child {
  margin-bottom: 0;
}
:root:where(.block-editor-iframe__html) .acf-block-preview .maison-des-femmes-block {
  padding-block: 20px;
}
@media only screen and (min-width: 769px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview > section,
  :root:where(.block-editor-iframe__html) .acf-block-preview > p,
  :root:where(.block-editor-iframe__html) .acf-block-preview > ul,
  :root:where(.block-editor-iframe__html) .acf-block-preview > ol,
  :root:where(.block-editor-iframe__html) .acf-block-preview > .wp-block-columns,
  :root:where(.block-editor-iframe__html) .acf-block-preview > .wp-block-image {
    width: 100%;
    padding-inline: calc(50% - 640px);
  }
}
@media only screen and (max-width: 768px) {
  :root:where(.block-editor-iframe__html) .acf-block-preview > section,
  :root:where(.block-editor-iframe__html) .acf-block-preview > p,
  :root:where(.block-editor-iframe__html) .acf-block-preview > ul,
  :root:where(.block-editor-iframe__html) .acf-block-preview > ol,
  :root:where(.block-editor-iframe__html) .acf-block-preview > .wp-block-columns,
  :root:where(.block-editor-iframe__html) .acf-block-preview > .wp-block-image {
    width: 100%;
    padding-inline: 20px;
  }
}
/*# sourceMappingURL=style-editor.c60554498d.css.map */
