@charset "UTF-8";
/* purgecss start ignore */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.main_color, .has-main-color-color {
  color: #0B5060;
}

.snd_color, .has-snd-color-color {
  color: #D9F5ED;
}

.third_color, .has-third-color-color {
  color: #7CE797;
}

.has-grey-color {
  color: #4A4A4A;
}

.has-main-color-transparent-color {
  color: rgba(11, 80, 96, 0.76);
}

.has-snd-color-transparent-color {
  color: rgba(217, 245, 237, 0.76);
}

.has-third-color-transparent-color {
  color: rgba(124, 231, 151, 0.76);
}

.has-main-color-background-color {
  background: #0B5060;
}

.has-snd-color-background-color {
  background: #D9F5ED;
}

.has-third-color-background-color {
  background: #7CE797;
}

.has-grey-background-color {
  background: #4A4A4A;
}

.has-main-color-transparent-background-color {
  background: rgba(11, 80, 96, 0.76);
}

.has-snd-color-transparent-background-color {
  background: rgba(217, 245, 237, 0.76);
}

.has-third-color-transparent-background-color {
  background: rgba(124, 231, 151, 0.76);
}

body {
  --wp--style--global--wide-size: 1200px;
  --wp--style--root--padding-top: var(--wp--preset--spacing--40);
  --wp--style--root--padding-right: var(--wp--preset--spacing--30);
  --wp--style--root--padding-bottom: var(--wp--preset--spacing--40);
  --wp--style--root--padding-left: var(--wp--preset--spacing--30);
}
body main > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto !important;
  margin-right: auto !important;
}
body main .alignwide {
  max-width: var(--wp--style--global--wide-size) !important;
  margin-left: auto;
  margin-right: auto;
}
body .block-editor .wp-block[data-align=wide] {
  max-width: var(--wp--style--global--wide-size) !important;
}

.accordeon-column {
  position: relative;
}
.accordeon-column::before {
  position: absolute;
  content: "";
  z-index: 1;
  background-image: url("../../../images/vendors/gutenberg/motif_before.svg"), linear-gradient(to bottom, #0B5060 66.666%, #FFFFFF 50%);
  background-repeat: no-repeat;
  background-position: right top;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.wp-block-starter-accordeon:not(.accordeon_title) {
  margin-bottom: 20px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-starter-accordeon:not(.accordeon_title).alignwide {
  max-width: 1100px;
}
.wp-block-starter-accordeon:not(.accordeon_title).alignfull {
  max-width: calc(100vw - 30px);
}
.wp-block-starter-accordeon:not(.accordeon_title) .accordeon_title {
  position: relative;
  padding-right: 35px;
}
.wp-block-starter-accordeon:not(.accordeon_title) .accordeon_title p {
  font-weight: bold;
  margin-bottom: 0px;
}
.wp-block-starter-accordeon:not(.accordeon_title) .accordeon_title svg {
  position: absolute;
  top: 9px;
  right: 6px;
  transform: rotate(180deg);
  transition: 0.3s;
}
.wp-block-starter-accordeon:not(.accordeon_title) .accordeon_title[data-accordeon=open] svg {
  transform: rotate(0deg);
}
.wp-block-starter-accordeon:not(.accordeon_title) .accordeon_content {
  margin-top: 20px;
  padding-left: 25px;
  position: relative;
}
.wp-block-starter-accordeon:not(.accordeon_title) .accordeon_content::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #7CE797;
  display: block;
  position: absolute;
  left: 0;
}

.wp-block[data-align=wide] > .wp-block-starter-accordeon {
  max-width: 1100px;
}

.wp-block[data-align=full] > .wp-block-starter-accordeon {
  max-width: calc(100% - 30px);
}
.wp-block[data-align=full] > .wp-block-starter-accordeon * {
  max-width: unset;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  cursor: pointer !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  letter-spacing: 0.7px !important;
  padding: 12px 20px !important;
  display: block !important;
  letter-spacing: 3.22px !important;
  width: fit-content !important;
  border: 1px solid #0B5060 !important;
  background: #0B5060 !important;
  color: white !important;
  border-radius: 24px !important;
  font-feature-settings: "ss04" !important;
  text-transform: lowercase;
}
.wp-block-buttons .wp-block-button .wp-block-button__link::first-letter {
  text-transform: uppercase;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: unset !important;
  color: #0B5060 !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background: unset !important;
  color: #0B5060 !important;
  border: 1px solid #0B5060 !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white !important;
  background: #0B5060 !important;
}
.wp-block-buttons .wp-block-button.is-style-fill-light .wp-block-button__link {
  border: 1px solid white !important;
  background: white !important;
  color: #414B5A !important;
}
.wp-block-buttons .wp-block-button.is-style-fill-light .wp-block-button__link:hover {
  border: 1px solid #414B5A !important;
  background: #414B5A !important;
  color: white !important;
}
.wp-block-buttons .wp-block-button.is-style-outline-light .wp-block-button__link {
  background: unset !important;
  color: white !important;
  border: 1px solid white !important;
}
.wp-block-buttons .wp-block-button.is-style-outline-light .wp-block-button__link:hover {
  background: #FFFFFF !important;
  color: #414B5A !important;
}

.wp-block-columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}
.wp-block-columns.is-style-deco {
  position: relative;
}
.wp-block-columns.is-style-deco::before {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_before.svg");
  background-repeat: no-repeat;
  background-color: #0B5060;
  background-position: left center;
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}
.wp-block-columns.is-style-sndcolor {
  position: relative;
}
.wp-block-columns.is-style-sndcolor::before {
  content: "";
  background-color: #D9F5ED;
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}
.wp-block-columns.is-style-gradient {
  position: relative;
}
.wp-block-columns.is-style-gradient::before {
  content: "";
  background: linear-gradient(0deg, rgba(217, 245, 237, 0) -0.51%, #D9F5ED 143.49%, #D9F5ED 143.49%);
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.wp-block-columns.is-style-half-deco {
  position: relative;
}
.wp-block-columns.is-style-half-deco::before {
  position: absolute;
  content: "";
  z-index: 1;
  background-image: url("../../../images/vendors/gutenberg/motif_before.svg"), linear-gradient(to bottom, #0B5060 66.666%, #FFFFFF 50%);
  background-repeat: no-repeat;
  background-position: right top;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.wp-block-columns.is-style-half-gradient {
  position: relative;
}
.wp-block-columns.is-style-half-gradient::before {
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(217, 245, 237, 0) -0.51%, #D9F5ED 143.49%, #D9F5ED 143.49%);
  width: 100vw;
  height: 66.666%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.wp-block-columns.is-style-half-gradient > * {
  z-index: 1;
}
.wp-block-columns.alignwide {
  max-width: 1100px;
}
.wp-block-columns.alignfull {
  max-width: unset;
}
.wp-block-columns .wp-block-column {
  z-index: 1;
}

.editor-styles-wrapper {
  overflow: hidden;
}

.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background {
  opacity: 0 !important;
  transition: 0.5s;
  position: relative;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container::before, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background::before {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_before.svg");
  background-repeat: no-repeat;
  background-color: #ABABAB;
  background-position: left center;
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container::after, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background::after {
    content: "";
    background-image: url("../../../images/vendors/gutenberg/motif_after.png");
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 0;
    pointer-events: none;
  }
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .wp-block-cover__inner-container, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .wp-block-cover__inner-container {
  opacity: 1 !important;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .has-background-dim-0, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .has-background-dim-0 {
  opacity: 0 !important;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .has-background-dim-10, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .has-background-dim-10 {
  opacity: 0.1 !important;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .has-background-dim-20, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .has-background-dim-20 {
  opacity: 0.2 !important;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .has-background-dim-30, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .has-background-dim-30 {
  opacity: 0.3 !important;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .has-background-dim-40, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .has-background-dim-40 {
  opacity: 0.4 !important;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .has-background-dim, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .has-background-dim {
  opacity: 0.5 !important;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .has-background-dim-60, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .has-background-dim-60 {
  opacity: 0.6 !important;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .has-background-dim-70, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .has-background-dim-70 {
  opacity: 0.7 !important;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .has-background-dim-80, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .has-background-dim-80 {
  opacity: 0.8 !important;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .has-background-dim-90, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .has-background-dim-90 {
  opacity: 0.9 !important;
}
.wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container:hover .has-background-dim-100, .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background:hover .has-background-dim-100 {
  opacity: 1 !important;
}

.wp-block-cover.header-cover {
  position: relative;
}
.wp-block-cover.header-cover::before {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_header_before.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  display: block;
  width: 356px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.wp-block-cover.header-cover::after {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_header_after.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  display: block;
  width: 717px;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

.wp-block-cover.is-style-hover:has(img) {
  border-radius: 32px;
}

.wp-block-starter-form label {
  font-size: var(--font-size-texte);
  line-height: var(--line-height-texte);
  letter-spacing: var(--letter-spacing-texte);
  font-family: var(--font-family-texte);
}
.wp-block-starter-form select {
  font-size: var(--font-size-texte);
  line-height: var(--line-height-texte);
  letter-spacing: var(--letter-spacing-texte);
  font-family: var(--font-family-texte);
}
.wp-block-starter-form .wp-block-starter-input > .rich-text, .wp-block-starter-form .wp-block-starter-list-checkbox > .rich-text, .wp-block-starter-form .wp-block-starter-list-radio > .rich-text, .wp-block-starter-form .wp-block-starter-input-file > .rich-text {
  font-size: var(--font-size-texte);
  line-height: var(--line-height-texte);
  letter-spacing: var(--letter-spacing-texte);
  font-family: var(--font-family-texte);
}
.wp-block-starter-form .wp-block-starter-form-consentement-rgpd svg circle:last-child, .wp-block-starter-form .wp-block-starter-form-consentement-rgpd svg rect:last-child, .wp-block-starter-form .wp-block-starter-checkbox svg circle:last-child, .wp-block-starter-form .wp-block-starter-checkbox svg rect:last-child, .wp-block-starter-form .wp-block-starter-radio svg circle:last-child, .wp-block-starter-form .wp-block-starter-radio svg rect:last-child {
  fill: var(--snd-color);
}
.wp-block-starter-form div[type=submit], .wp-block-starter-form input[type=submit] {
  width: max-content;
  display: flex;
  padding: 12px 20px 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9999px;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: 1.92px;
  transition: transform 0.3s;
  border: 1px solid #0B5060;
  background-color: #0B5060;
  color: #fff;
  margin: 30px auto;
}
.wp-block-starter-form div[type=submit]:hover, .wp-block-starter-form input[type=submit]:hover {
  transform: scale(1.02);
}
.wp-block-starter-form .done-form, .wp-block-starter-form .fail-form {
  font-size: var(--font-size-texte);
  line-height: var(--line-height-texte);
  letter-spacing: var(--letter-spacing-texte);
  font-family: var(--font-family-texte);
  color: var(--main-color);
}

.wp-block-starter-form-consentement-rgpd input[type=checkbox] {
  display: none;
}
.wp-block-starter-form-consentement-rgpd svg {
  display: none;
}

.wp-block-starter-radio {
  margin: 10px 0 10px 0;
}
.wp-block-starter-radio input[type=radio] {
  position: static !important;
  opacity: 1 !important;
  margin: 0 10px 0 0 !important;
  accent-color: #7CE797;
}
.wp-block-starter-radio svg {
  display: none;
}

.wp-block-group.is-style-deco:not(.is-style-form, .is-style-gradient) {
  position: relative;
  background-color: #0B5060;
}
.wp-block-group.is-style-deco:not(.is-style-form, .is-style-gradient)::before {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_before.svg");
  background-repeat: no-repeat;
  background-color: #0B5060;
  background-position: left center;
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.wp-block-group.is-style-deco:not(.is-style-form, .is-style-gradient) > * {
  z-index: 1;
  position: relative;
}

.wp-block-group.is-style-form {
  position: relative;
  background-color: #0B5060;
}
.wp-block-group.is-style-form::before {
  content: "";
  background-image: url("../../../../assets/images/vendors/gutenberg/motif_before_form.svg");
  background-repeat: no-repeat;
  background-color: #0B5060;
  background-position: left center;
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.wp-block-group.is-style-form > * {
  z-index: 1;
  position: relative;
}

.wp-block-group.is-style-gradient {
  position: relative;
}
.wp-block-group.is-style-gradient::before {
  content: "";
  background: linear-gradient(0deg, rgba(217, 245, 237, 0) -0.51%, #D9F5ED 143.49%, #D9F5ED 143.49%);
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.wp-block-group.is-style-gradient > * {
  z-index: 1;
  position: relative;
}

.wp-block-group.is-style-sndcolor {
  position: relative;
  background-color: #0B5060;
}
.wp-block-group.is-style-sndcolor::before {
  content: "";
  background-color: #D9F5ED;
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.editor-styles-wrapper {
  overflow: hidden;
}

.wp-block-heading {
  font-family: "Manrope", sans-serif;
  margin: 0 auto;
}
.wp-block-heading:not([class*=is-style-]), .wp-block-heading.is-style-main_title {
  font-size: clamp(2.375rem, 2.1414rem + 0.9836vw, 3.125rem);
  line-height: clamp(2.8125rem, 2.54rem + 1.1475vw, 3.6875rem);
  letter-spacing: -0.5px;
  font-weight: 500;
  text-align: start;
}
.wp-block-heading.is-style-snd_title {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.1875rem, 2.0318rem + 0.6557vw, 2.6875rem);
  line-height: clamp(2.3125rem, 2.0594rem + 1.0656vw, 3.125rem);
  font-weight: 700;
  letter-spacing: 0%;
}
.wp-block-heading.is-style-third_title {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.875rem, 1.7193rem + 0.6557vw, 2.375rem);
  line-height: normal;
  font-weight: 300;
  letter-spacing: -0.38px;
}
.wp-block-heading.is-style-fourth_title {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.5rem, 1.4221rem + 0.3279vw, 1.75rem);
  line-height: 33px;
  font-weight: 500;
  letter-spacing: 0%;
}
.wp-block-heading strong, .wp-block-heading em {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
}

.editor-styles-wrapper .wp-block figure.wp-block-image {
  display: block;
}
.editor-styles-wrapper .wp-block figure.wp-block-image div {
  position: initial !important;
  min-width: 0 !important;
}
.editor-styles-wrapper .wp-block[data-align=center] figure.wp-block-image img {
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-block[data-align=right] figure.wp-block-image img {
  margin-left: auto;
}
.editor-styles-wrapper .wp-block[data-align=left] figure.wp-block-image img {
  margin-right: auto;
}

.wp-block-video {
  position: relative;
  z-index: 1;
}

.wp-block-latest-posts > li:not(.paginate, .filters_category, .loadmore), .wp-block-latest-posts .swiper .swiper-slide {
  position: relative;
  border-radius: 32px 32px 32px 32px;
  gap: 32px;
}
.wp-block-latest-posts > li:not(.paginate, .filters_category, .loadmore) .wp-block-latest-posts__featured-image, .wp-block-latest-posts .swiper .swiper-slide .wp-block-latest-posts__featured-image {
  border-radius: 32px 32px 0px 0px;
}
.wp-block-latest-posts > li:not(.paginate, .filters_category, .loadmore) .wp-block-latest-posts__featured-image ~ a:not(.wp-block-latest-posts__post-link), .wp-block-latest-posts .swiper .swiper-slide .wp-block-latest-posts__featured-image ~ a:not(.wp-block-latest-posts__post-link) {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.25rem, 0.893rem + 0.952vw, 1.75rem);
  font-weight: 700;
  line-height: clamp(1.375rem, 0.884rem + 1.31vw, 2.063rem);
  color: #0B5060;
}
.wp-block-latest-posts > li:not(.paginate, .filters_category, .loadmore) .wp-block-latest-posts__featured-image ~ a:not(.wp-block-latest-posts__post-link)::before, .wp-block-latest-posts .swiper .swiper-slide .wp-block-latest-posts__featured-image ~ a:not(.wp-block-latest-posts__post-link)::before {
  background-color: #D9F5ED;
}
.wp-block-latest-posts > li:not(.paginate, .filters_category, .loadmore) .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts .swiper .swiper-slide .wp-block-latest-posts__post-excerpt {
  color: #414B5A;
  font-family: "Manrope", sans-serif;
  font-size: clamp(0.875rem, 0.7188rem + 0.5vw, 1rem);
  line-height: clamp(1rem, 0.8438rem + 0.5vw, 1.125rem);
}
.wp-block-latest-posts > li:not(.paginate, .filters_category, .loadmore) .wp-block-latest-posts__post-link, .wp-block-latest-posts .swiper .swiper-slide .wp-block-latest-posts__post-link {
  font-family: "Manrope", sans-serif;
  position: relative;
  color: #0B5060;
  font-size: 18px;
  line-height: normal;
  text-transform: unset;
  font-weight: 600;
  letter-spacing: 0%;
}
.wp-block-latest-posts > li:not(.paginate, .filters_category, .loadmore) .wp-block-latest-posts__post-title::before, .wp-block-latest-posts .swiper .swiper-slide .wp-block-latest-posts__post-title::before {
  background-color: #7CE797 !important;
}
.wp-block-latest-posts > li:not(.paginate, .filters_category, .loadmore)::before, .wp-block-latest-posts .swiper .swiper-slide::before {
  content: "➔";
  position: absolute;
  bottom: 43px;
  right: 83px;
  color: #0B5060;
}
.wp-block-latest-posts .loadmore .wp-block-button__link {
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #0B5060;
  color: #FFFFFF;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: fit-content;
}
.wp-block-latest-posts .filters_category a::before {
  background: #0B5060;
}

ul li, ul em, ul strong, ol li, ol em, ol strong {
  font-family: var(--font-text);
  font-size: var(--font-size-text);
  font-weight: var(--font-weight-text);
  line-height: var(--line-height-text);
  letter-spacing: var(--letter-spacing-text);
}

.liste_cover:has(.is-style-hover) .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background {
  background: #0B5060 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100;
}
.liste_cover:has(.is-style-hover) .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background::before, .liste_cover:has(.is-style-hover) .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__background::after {
  display: none;
}
.liste_cover:has(.is-style-hover) .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container::before, .liste_cover:has(.is-style-hover) .wp-block-cover.is-style-hover:not(.block-editor-block-list__block) .wp-block-cover__inner-container::after {
  display: none;
}
.liste_cover:has(.is-style-hover) .wp-block-cover.is-style-hover:not(.block-editor-block-list__block):hover .wp-block-cover__background {
  opacity: 0.5 !important;
}
.liste_cover:has(.is-style-hover) .wp-block-cover.is-style-hover:not(.block-editor-block-list__block):hover .wp-block-cover__inner-container {
  opacity: 1 !important;
}

p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0.32px;
  font-style: normal;
  font-weight: 400;
}
p strong, p em, p a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

main > p {
  padding: 0 15px;
}

.wp-block-separator {
  margin-left: auto;
  margin-right: auto;
  opacity: 1 !important;
}

.wp-block-quote {
  position: relative !important;
  padding-top: 160px !important;
  border: none !important;
  min-height: 110px !important;
}
@media screen and (min-width: 476px) {
  .wp-block-quote {
    padding-top: 0 !important;
    padding-left: 210px !important;
    min-height: 110px !important;
  }
}
.wp-block-quote::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #819394;
  top: 155px;
  left: 10px;
}
@media screen and (min-width: 476px) {
  .wp-block-quote::before {
    left: 180px;
    top: 0;
    height: 100%;
    width: 1px;
  }
}
.wp-block-quote .quote_element {
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-quote .quote_element {
    top: 0;
  }
}
.wp-block-quote .quote_element svg path:nth-child(3), .wp-block-quote .quote_element svg path:nth-child(4) {
  stroke: #7CE797;
}
.wp-block-quote p.wp-block-paragraph, .wp-block-quote p {
  font-family: "Raleway";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: normal;
}
.wp-block-quote cite.wp-block-quote__citation, .wp-block-quote cite {
  font-size: clamp(0.75rem, 0.5938rem + 0.5vw, 0.875rem) !important;
  line-height: clamp(0.875rem, 0.7188rem + 0.5vw, 1rem);
}

.wp-block-group:has(.wp-block-quote) {
  display: flex;
  justify-content: center;
}

.editor-styles-wrapper .swiper .swiper-button-next, .editor-styles-wrapper .swiper .swiper-button-prev {
  bottom: 50% !important;
}

.wp-block-starter-carousel .swiper .swiper-wrapper .swiper-slide {
  border-radius: 32px;
}

div.wp-block-social-links p {
  text-transform: capitalize;
}
div.wp-block-social-links ul li:not(.wp-block-social-links__social-prompt) {
  background-color: black !important;
}
div.wp-block-social-links.is-style-logos-only ul li:not(.wp-block-social-links__social-prompt) {
  background-color: white !important;
}
div.wp-block-social-links.is-style-logos-only ul li:not(.wp-block-social-links__social-prompt) a.wp-block-social-link-anchor svg {
  fill: black !important;
}

.wp-block-columns.is-style-sndcolor div.wp-block-social-links ul li:not(.wp-block-social-links__social-prompt) {
  background-color: black !important;
}
.wp-block-columns.is-style-sndcolor div.wp-block-social-links.is-style-logos-only ul li:not(.wp-block-social-links__social-prompt) {
  background-color: transparent !important;
}
.wp-block-columns.is-style-sndcolor div.wp-block-social-links.is-style-logos-only ul li:not(.wp-block-social-links__social-prompt) a.wp-block-social-link-anchor svg {
  fill: black !important;
}

.wp-block-columns.is-style-deco div.wp-block-social-links p {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 24px;
}
.wp-block-columns.is-style-deco div.wp-block-social-links ul {
  border-top: unset;
  padding-top: unset !important;
}
.wp-block-columns.is-style-deco div.wp-block-social-links ul li:not(.wp-block-social-links__social-prompt) {
  background-color: #FFFFFF !important;
}
.wp-block-columns.is-style-deco div.wp-block-social-links.is-style-logos-only ul li:not(.wp-block-social-links__social-prompt) {
  background-color: transparent !important;
}
.wp-block-columns.is-style-deco div.wp-block-social-links.is-style-logos-only ul li:not(.wp-block-social-links__social-prompt) a.wp-block-social-link-anchor svg {
  fill: #FFFFFF !important;
}

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