@charset "UTF-8";
p,
.has-base-font-size {
  line-height: 28px;
  letter-spacing: 0.02em;
}
@media (max-width: 781px) {
  p,
  .has-base-font-size {
    line-height: 20px;
  }
}

.has-xs-font-size {
  line-height: 17px;
}

.has-small-font-size {
  line-height: 22px;
  letter-spacing: 0.02em;
}
@media (max-width: 781px) {
  .has-small-font-size {
    line-height: 18px;
  }
}

.has-medium-font-size {
  line-height: 28px;
  letter-spacing: 0.02em;
}
@media (max-width: 781px) {
  .has-medium-font-size {
    line-height: 22px;
  }
}

.has-large-font-size {
  line-height: 29px;
  letter-spacing: 0.05em;
}
@media (max-width: 781px) {
  .has-large-font-size {
    line-height: 22px;
  }
}

.has-xl-font-size {
  line-height: 34px;
  letter-spacing: 0.02em;
}
@media (max-width: 781px) {
  .has-xl-font-size {
    line-height: 22px;
  }
}

.has-2-xl-font-size {
  line-height: 37px;
  letter-spacing: 0.02em;
}
@media (max-width: 781px) {
  .has-2-xl-font-size {
    line-height: 22px;
  }
}

.has-3-xl-font-size {
  line-height: normal;
  letter-spacing: 0.05em;
}

@media (max-width: 781px) {
  :root {
    --wp--preset--font-size--xs: 13px;
    --wp--preset--font-size--small: 15px;
    --wp--preset--font-size--medium: 18px;
    --wp--preset--font-size--large: 18px;
    --wp--preset--font-size--base: 16px;
    --wp--preset--font-size--xl: 18px;
    --wp--preset--font-size--2-xl: 18px;
    --wp--preset--font-size--3-xl: 40px;
  }
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
  h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .dao-is-like-heading {
    --wp--preset--font-size--xl: 26px;
    line-height: normal;
  }
}
.header.wp-block-template-part {
  padding: 0 30px;
}
.header.wp-block-template-part a {
  text-decoration: none;
}
.header.wp-block-template-part > .dao-header-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  max-width: 1920px;
  margin: 0 auto;
}
.header.wp-block-template-part nav.wp-block-navigation {
  padding: 5px 0;
}
.header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation__container {
  width: 100%;
  -webkit-column-gap: clamp(0.9375rem, -0.1339rem + 1.6741vw, 1.875rem);
     -moz-column-gap: clamp(0.9375rem, -0.1339rem + 1.6741vw, 1.875rem);
          column-gap: clamp(0.9375rem, -0.1339rem + 1.6741vw, 1.875rem);
}
.header.wp-block-template-part nav.wp-block-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: block !important;
}
.header.wp-block-template-part nav.wp-block-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  display: none !important;
}
@media (min-width: 1501px) {
  .header.wp-block-template-part nav.wp-block-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .header.wp-block-template-part nav.wp-block-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}
@media (max-width: 1500px) {
  .header.wp-block-template-part nav.wp-block-navigation .wp-block-navigation__responsive-container-close {
    margin-top: -10px;
  }
  .header.wp-block-template-part nav.wp-block-navigation .wp-block-navigation__responsive-container-close svg,
  .header.wp-block-template-part nav.wp-block-navigation .wp-block-navigation__responsive-container-open svg {
    width: 32px;
    height: 32px;
  }
  .header.wp-block-template-part nav.wp-block-navigation .wp-block-navigation__responsive-container {
    padding: 40px;
    background: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
  }
  .header.wp-block-template-part nav.wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
  .header.wp-block-template-part nav.wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    gap: 20px;
  }
  .header.wp-block-template-part nav.wp-block-navigation .wp-block-navigation__responsive-container ul.wp-block-navigation__container {
    margin-top: 20px;
    row-gap: 40px;
  }
}
.header.wp-block-template-part .wp-block-site-logo {
  z-index: 10;
  margin-bottom: -64px;
  max-width: 90px;
}
.header.wp-block-template-part .wp-block-site-logo .custom-logo-link {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header.wp-block-template-part .wp-block-site-logo .custom-logo-link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header.wp-block-template-part .dao-header-right-content {
  padding: 5px 0;
  gap: 30px;
}
.header.wp-block-template-part .dao-header-right-content p {
  font-size: 15px;
  line-height: 17px;
}
.header.wp-block-template-part .wp-block-search.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  gap: 0;
}
.header.wp-block-template-part .wp-block-search .wp-block-search__inside-wrapper {
  gap: 20px;
}
.header.wp-block-template-part .wp-block-search.wp-block-search__button-only .wp-block-search__input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--grey);
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.header.wp-block-template-part .wp-block-search.wp-block-search__button-only .wp-block-search__input:focus-visible {
  border-color: var(--wp--preset--color--black);
  outline-color: var(--wp--preset--color--black);
}
.header.wp-block-template-part .wp-block-search .wp-block-search__button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header.wp-block-template-part .wp-block-search .wp-block-search__button::before {
  content: "";
  background-image: url(../icons/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.header.wp-block-template-part .has-black-background-color .wp-block-search .wp-block-search__button::before {
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
}
.header.wp-block-template-part .dao-mobile-menu-top {
  width: 100%;
}
.header.wp-block-template-part .dao-mobile-menu-top .dao-mobile-menu-top-logo {
  margin-top: -80px;
  margin-bottom: 40px;
}
@media (min-width: 1501px) {
  .header.wp-block-template-part .dao-mobile-menu-top {
    display: none;
  }
}
.header.wp-block-template-part .dao-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 17px;
}
.header.wp-block-template-part .dao-language-switcher li {
  /* Ajoute un séparateur après chaque élément sauf le dernier */
}
.header.wp-block-template-part .dao-language-switcher li:not(.current-lang) a {
  color: var(--wp--preset--color--grey);
}
.header.wp-block-template-part .dao-language-switcher li:hover a {
  color: inherit;
}
.header.wp-block-template-part .dao-language-switcher li::after {
  content: "|";
  margin: 0 0.3em;
  color: var(--wp--preset--color--grey);
}
.header.wp-block-template-part .dao-language-switcher li:last-child::after {
  content: "";
  margin: 0;
}
@media (max-width: 1500px) {
  .header.wp-block-template-part .dao-language-switcher {
    display: none;
  }
}
.header.wp-block-template-part .dao-language-switcher-select {
  border: none;
  font-size: 17px;
  font-family: inherit;
  background-color: transparent;
  color: inherit;
}
@media (min-width: 1501px) {
  .header.wp-block-template-part .dao-language-switcher-select {
    display: none;
  }
}

@media (max-width: 1500px) {
  .dao-header-contact-link {
    display: none;
  }
}
@media (max-width: 781px) {
  .dao-header-right-content .dao-language-switcher-select-wrapper {
    display: none;
  }
}
body.admin-bar .header.wp-block-template-part {
  top: 32px;
}

.footer.wp-block-template-part > .dao-footer-container {
  padding: 124px 42px 30px;
}
.footer.wp-block-template-part a {
  text-decoration: none;
}
.footer.wp-block-template-part .wp-block-navigation ul li a {
  text-transform: uppercase;
}
.footer.wp-block-template-part .dao-back-to-top {
  position: fixed;
  bottom: 10px;
  right: 22px;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer.wp-block-template-part .dao-back-to-top:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 1024px) {
  .footer.wp-block-template-part > .dao-footer-container {
    padding: 50px 24px 22px;
  }
  .footer.wp-block-template-part .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .footer.wp-block-template-part .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: calc(33% - 1.5em) !important;
        flex-basis: calc(33% - 1.5em) !important;
  }
}
@media (max-width: 781px) {
  .footer.wp-block-template-part .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 1em) !important;
        flex-basis: calc(50% - 1em) !important;
  }
}

ul.wp-block-list {
  margin: 0 0 1em 0;
  padding-left: 0;
  list-style: none;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}
ul.wp-block-list li::before {
  content: "— ";
}
ul.wp-block-list li:last-child {
  margin-bottom: 0;
}

.wp-block-group.is-style-group-with-left-line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 781px) {
  .wp-block-group.is-style-group-with-left-line {
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    border-bottom: 4px solid var(--wp--preset--color--grey);
    margin-bottom: 10px;
  }
}
.wp-block-group.is-style-group-with-left-line p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 781px) {
  .wp-block-group.is-style-group-with-left-line p {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }
}
.wp-block-group.is-style-group-with-left-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 20px);
  background-color: var(--wp--preset--color--grey);
}
@media (max-width: 781px) {
  .wp-block-group.is-style-group-with-left-line::before {
    display: none;
  }
}
.wp-block-group.is-style-group-with-left-line em {
  font-size: 24px;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 781px) {
  .wp-block-group.is-style-group-with-left-line em {
    font-size: 18px;
    font-weight: 275;
    letter-spacing: 0.9px;
    line-height: 22px;
  }
}

:root,
:root body {
  scroll-behavior: smooth !important;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

:where(figure) {
  margin: 0;
}

.wp-block-column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wp-block-heading:first-child,
.dao-is-like-heading:first-child,
p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.dao-with-circle-background {
  position: relative;
}
.dao-with-circle-background::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(100px, 38.75vw, 500px);
  height: clamp(300px, 38.75vw, 500px);
  background-color: var(--wp--preset--color--light);
  border-radius: 50%;
}
@media (max-width: 781px) {
  .dao-with-circle-background::before {
    display: none;
  }
}

.logo-bretagne-lin {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.logo-bretagne-lin:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.dao-to-anim {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 0.8s ease-out, transform 1s ease-out;
  transition: opacity 0.8s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.dao-to-anim.wp-block-buttons {
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1s ease-out, transform 1.2s ease-out;
  transition: opacity 1s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
}
.dao-to-anim.wp-block-image {
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.4s ease-out;
  transition: opacity 1.2s ease-out, -webkit-transform 1.4s ease-out;
  transition: opacity 1.2s ease-out, transform 1.4s ease-out;
  transition: opacity 1.2s ease-out, transform 1.4s ease-out, -webkit-transform 1.4s ease-out;
}
.dao-to-anim.dao-to-anim-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wp-block-buttons > .wp-block-button {
  position: relative;
  margin-bottom: 6px;
}
.wp-block-buttons > .wp-block-button::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--black);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.wp-block-buttons > .wp-block-button:hover::after {
  -webkit-transform: scaleX(0.3);
          transform: scaleX(0.3);
}

ul.wp-block-list {
  margin: 0 0 1em 0;
  padding-left: 0;
  list-style: none;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}
ul.wp-block-list li::before {
  content: "— ";
}
ul.wp-block-list li:last-child {
  margin-bottom: 0;
}

p.is-style-text-with-bottom-line {
  position: relative;
  margin-bottom: 15px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
}
p.is-style-text-with-bottom-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 29px;
  height: 4px;
  background-color: var(--wp--preset--color--grey);
}

.wp-block-group.is-style-group-with-left-line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 781px) {
  .wp-block-group.is-style-group-with-left-line {
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    border-bottom: 4px solid var(--wp--preset--color--grey);
    margin-bottom: 10px;
  }
}
.wp-block-group.is-style-group-with-left-line p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 781px) {
  .wp-block-group.is-style-group-with-left-line p {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }
}
.wp-block-group.is-style-group-with-left-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 20px);
  background-color: var(--wp--preset--color--grey);
}
@media (max-width: 781px) {
  .wp-block-group.is-style-group-with-left-line::before {
    display: none;
  }
}
.wp-block-group.is-style-group-with-left-line em {
  font-size: 24px;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 781px) {
  .wp-block-group.is-style-group-with-left-line em {
    font-size: 18px;
    font-weight: 275;
    letter-spacing: 0.9px;
    line-height: 22px;
  }
}

@media (max-width: 781px) {
  .wp-block-columns.dao-mobile-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.dao-governance-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dao-governance-block.dao-governance-block-with-popup .dao-governance-featured-image {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.dao-governance-block.dao-governance-block-with-popup:hover .dao-governance-featured-image {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.dao-governance-block .dao-governance-featured-image {
  cursor: pointer;
  border-radius: 5px;
  max-width: 280px;
}
.dao-governance-block .dao-governance-name {
  margin-top: 10px;
  cursor: pointer;
  padding: 0 23px 20px;
}
.dao-governance-block .dao-governance-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.dao-governance-block .dao-governance-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content {
  position: relative;
  background-color: var(--wp--preset--color--light);
  padding: 45px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1045px;
  max-height: clamp(100px, 100vh - 40px, 675px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
.dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content .dao-governance-popup-close {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 47px;
  height: 47px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content .dao-governance-popup-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content .dao-governance-popup-close:hover {
  opacity: 0.8;
}
.dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content .dao-governance-popup-content-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: normal;
      align-self: normal;
}
.dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content .dao-governance-popup-content-image img {
  max-width: 100%;
  width: 400px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content .dao-governance-popup-content-text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: auto 0;
  padding: 100px 0;
  max-height: -webkit-fill-available;
  background-image: url(../images/dao-logo-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content .dao-governance-popup-content-text p {
  margin: 0;
  z-index: 2;
}
.dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content .dao-governance-popup-content-text .dao-governance-popup-content-text-name {
  margin-bottom: 40px;
  font-weight: 700;
}
.dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content .dao-governance-popup-content-text .dao-governance-popup-content-text-title {
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 781px) {
  .dao-governance-block .dao-governance-name {
    padding: 0;
  }
  .dao-governance-block .dao-governance-popup {
    height: 100vh;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
  .dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content .dao-governance-popup-content-image {
    max-width: 250px;
    margin: 0 auto;
  }
  .dao-governance-block .dao-governance-popup .dao-gouvernance-popup-content .dao-governance-popup-content-text {
    padding: 0;
    overflow: visible;
    height: auto;
  }
}

.dao-component-slider-image.swiper {
  --swiper-pagination-bottom: 20px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-color: var(--wp--preset--color--black);
  --swiper-navigation-color: var(--wp--preset--color--white);
  --swiper-navigation-top-offset: calc(50% - var(--swiper-pagination-bottom));
  --swiper-navigation-sides-offset: 35px;
  padding-bottom: 60px;
  max-width: calc(100% - 60px);
}
.dao-component-slider-image.swiper .swiper-slide {
  margin: 0;
}
.dao-component-slider-image.swiper .swiper-slide img {
  border-radius: 5px;
  width: 100%;
  height: clamp(520px, 75vh - 110px, 615px);
  -o-object-fit: cover;
     object-fit: cover;
}
.dao-component-slider-image.swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.dao-component-slider-image.swiper .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: width 0.3s ease, border-radius 0.3s ease;
  transition: width 0.3s ease, border-radius 0.3s ease;
}
.dao-component-slider-image.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 20px;
}

@media (max-width: 781px) {
  .dao-component-slider-image.swiper {
    --swiper-navigation-sides-offset: 12px;
    max-width: 100%;
  }
  .dao-component-slider-image.swiper .swiper-slide img {
    height: 500px;
  }
}
.dao-component-text-with-button {
  margin-bottom: 100px;
}
@media (max-width: 781px) {
  .dao-component-text-with-button {
    margin-bottom: 60px;
  }
}

.dao-component-grid-image {
  gap: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 781px) {
  .dao-component-grid-image {
    gap: 0;
    padding-right: 0;
    padding-left: 0;
    grid-template-columns: 1fr 1fr;
  }
}
.dao-component-grid-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 781px) {
  .dao-component-grid-image figure img {
    border-radius: 0;
  }
}

.dao-component-slider-timeline.swiper {
  --swiper-navigation-color: var(--wp--preset--color--black);
  --swiper-navigation-size: 35px;
}
.dao-component-slider-timeline.swiper .swiper-button-prev,
.dao-component-slider-timeline.swiper .swiper-button-next {
  height: 100%;
  top: 20px;
  padding: 0 clamp(10px, 3.12vw, 60px);
  background: rgba(153, 153, 153, 0.2);
  -webkit-backdrop-filter: blur(2.75px);
          backdrop-filter: blur(2.75px);
}
.dao-component-slider-timeline.swiper .swiper-button-prev {
  left: 0;
}
.dao-component-slider-timeline.swiper .swiper-button-next {
  right: 0;
}
@media (max-width: 781px) {
  .dao-component-slider-timeline.swiper {
    --swiper-navigation-size: 20px;
  }
}

.dao-section-group-in-numbers {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 781px) {
  .dao-section-group-in-numbers {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .dao-section-group-in-numbers .dao-section-group-in-numbers-background-container {
    position: relative;
  }
  .dao-section-group-in-numbers .dao-section-group-in-numbers-background-container::before, .dao-section-group-in-numbers .dao-section-group-in-numbers-background-container::after {
    content: "";
    position: absolute;
    top: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    z-index: -1;
  }
  .dao-section-group-in-numbers .dao-section-group-in-numbers-background-container:before {
    left: -20px;
    background-image: url(../images/dao-group-in-numbers-logo-background-left.svg);
    width: clamp(20px, 27.81vw, 530px);
  }
  .dao-section-group-in-numbers .dao-section-group-in-numbers-background-container::after {
    right: -20px;
    background-image: url(../images/dao-group-in-numbers-logo-background-right.svg);
    width: clamp(20px, 21.4vw, 411px);
  }
}
.dao-section-group-in-numbers .dao-section-group-in-numbers-title-container {
  max-width: 509px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 781px) {
  .dao-section-group-in-numbers .dao-section-group-in-numbers-title-container {
    max-width: 353px;
  }
}
.dao-section-group-in-numbers .dao-section-group-in-numbers-content-container {
  margin-bottom: 120px;
}
@media (max-width: 781px) {
  .dao-section-group-in-numbers .dao-section-group-in-numbers-content-container {
    margin-bottom: 50px;
  }
}
.dao-section-group-in-numbers .dao-section-group-in-numbers-columns {
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dao-section-group-in-numbers .dao-section-group-in-numbers-columns .wp-block-column:first-child,
.dao-section-group-in-numbers .dao-section-group-in-numbers-columns .wp-block-column:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 781px) {
  .dao-section-group-in-numbers .dao-section-group-in-numbers-columns .wp-block-column:first-child,
  .dao-section-group-in-numbers .dao-section-group-in-numbers-columns .wp-block-column:last-child {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 781px) {
  .dao-section-group-in-numbers .dao-section-group-in-numbers-columns .dao-section-group-in-numbers-column-center {
    display: none;
  }
}
.dao-section-group-in-numbers .dao-section-group-in-numbers-columns .dao-section-group-in-numbers-column-center .wp-block-image {
  max-width: 350px;
  margin: 0 auto;
}
.dao-section-group-in-numbers .dao-section-group-in-numbers-columns .dao-section-group-in-numbers-column-right-group {
  max-width: 253px;
  margin-right: 33px;
  margin-left: auto;
}
@media (max-width: 781px) {
  .dao-section-group-in-numbers .dao-section-group-in-numbers-columns .dao-section-group-in-numbers-column-right-group {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.dao-section-group-in-numbers .dao-section-group-in-numbers-columns .dao-section-group-in-numbers-column-right-group .is-style-group-with-left-line {
  margin-left: 0 !important;
}

.dao-section-image-and-text {
  margin-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
}
.dao-section-image-and-text:not(:last-child) {
  margin-bottom: 100px;
}
.dao-section-image-and-text.has-background {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 781px) {
  .dao-section-image-and-text {
    margin-top: 60px;
    padding: 0 20px;
  }
  .dao-section-image-and-text:not(:last-child) {
    margin-bottom: 60px;
  }
  .dao-section-image-and-text.has-background {
    margin: 0;
    padding: 60px 20px;
  }
}
.dao-section-image-and-text .wp-block-columns {
  gap: 30px;
}
.dao-section-image-and-text .wp-block-columns figure {
  height: 100%;
}
.dao-section-image-and-text .wp-block-columns figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dao-section-image-and-text .wp-block-columns > .wp-block-column:nth-child(2) {
  padding: 0 0 0 110px;
}
@media (max-width: 781px) {
  .dao-section-image-and-text .wp-block-columns > .wp-block-column:nth-child(2) {
    padding: 0;
  }
}

.dao-section-text-and-image {
  margin-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
}
.dao-section-text-and-image:not(:last-child) {
  margin-bottom: 100px;
}
.dao-section-text-and-image.has-background {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 781px) {
  .dao-section-text-and-image {
    margin-top: 60px;
    padding: 0 20px;
  }
  .dao-section-text-and-image:not(:last-child) {
    margin-bottom: 60px;
  }
  .dao-section-text-and-image.has-background {
    padding: 60px 20px;
  }
}
@media (max-width: 781px) {
  .dao-section-text-and-image .wp-block-columns figure {
    max-width: calc(100vw - 40px);
  }
}
.dao-section-text-and-image .wp-block-columns figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.dao-section-text-and-image .wp-block-columns > .wp-block-column:nth-child(1) {
  padding: 0 110px 0 0;
}
@media (max-width: 781px) {
  .dao-section-text-and-image .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .dao-section-text-and-image .wp-block-columns > .wp-block-column:nth-child(1) {
    padding: 0;
  }
  .dao-section-text-and-image .wp-block-columns > .wp-block-column:nth-child(1) .wp-block-group > * {
    margin-left: 0 !important;
  }
}
@media (max-width: 781px) {
  .dao-section-text-and-image.dao-section-text-and-image--no-reverse .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dao-section-text-and-image.dao-section-text-and-image--no-reverse .wp-block-columns > .wp-block-column:nth-child(1) .wp-block-heading {
    margin-top: 0 !important;
  }
}

.dao-section-hero {
  background-color: var(--wp--preset--color--light);
  max-width: calc(100% - 60px);
  margin: 0 auto;
  min-height: 520px;
  height: calc(75vh - 110px);
  max-height: 615px;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.dao-section-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dao-section-hero .wp-block-heading {
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  z-index: 2;
}
.dao-section-hero .yoast-breadcrumbs, .dao-section-hero .rank-math-breadcrumb {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  z-index: 2;
}
.dao-section-hero .yoast-breadcrumbs > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.dao-section-hero .yoast-breadcrumbs a, .dao-section-hero .rank-math-breadcrumb a {
  text-decoration: none;
}

@media (max-width: 781px) {
  .dao-section-hero {
    max-width: 100%;
    border-radius: 0;
    min-height: 360px;
  }
  .dao-section-hero .wp-block-heading {
    font-size: 45px;
    letter-spacing: 2.5px;
  }
  .dao-section-hero .yoast-breadcrumbs {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .dao-section-hero .wp-block-heading {
    font-size: 9vw;
    letter-spacing: 2.5px;
  }
}
.dao-section-page-menu {
  max-width: calc(100% - 60px);
  margin: 20px auto;
  padding: 38px 28px;
  border-radius: 5px;
}
.dao-section-page-menu .wp-block-navigation {
  font-size: 17px;
}
.dao-section-page-menu .wp-block-navigation .wp-block-navigation__container {
  gap: 80px;
}
@media (max-width: 781px) {
  .dao-section-page-menu {
    max-width: calc(100% - 40px);
    padding: 17px 28px;
  }
  .dao-section-page-menu .wp-block-navigation .wp-block-navigation__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
  .dao-section-page-menu .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item {
    width: 100%;
    padding: 11px 0;
  }
  .dao-section-page-menu .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item:not(:first-child) {
    border-top: 1px solid var(--wp--preset--color--white);
  }
}

.dao-section-dao-meaning {
  margin: 0 0 80px 0;
  position: relative;
}
@media (max-width: 781px) {
  .dao-section-dao-meaning {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.dao-section-dao-meaning .dao-section-dao-meaning-content-container {
  padding: 80px 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.42%, var(--wp--preset--color--white)), color-stop(99.62%, var(--wp--preset--color--light)));
  background: linear-gradient(180deg, var(--wp--preset--color--white) 0.42%, var(--wp--preset--color--light) 99.62%);
  position: static;
}
@media (max-width: 781px) {
  .dao-section-dao-meaning .dao-section-dao-meaning-content-container {
    padding: 40px 20px;
  }
}
.dao-section-dao-meaning .dao-section-dao-meaning-content-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dao-logo-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.dao-section-content-with-aside-images {
  margin-top: 100px;
  margin-bottom: 100px;
}
.dao-section-content-with-aside-images > .dao-content-with-aside-images-introduction.has-background {
  padding: 80px 0;
}
@media (max-width: 781px) {
  .dao-section-content-with-aside-images > .dao-content-with-aside-images-introduction {
    padding: 0 20px;
  }
  .dao-section-content-with-aside-images > .dao-content-with-aside-images-introduction.has-background {
    padding: 60px 0;
  }
}
.dao-section-content-with-aside-images > .dao-section-text-and-image .wp-block-columns > .wp-block-column:nth-child(1) {
  padding: 0;
}
.dao-section-content-with-aside-images > .dao-section-text-and-image .wp-block-columns > .wp-block-column:nth-child(1) > .wp-block-group {
  padding: 0 110px 0 20px;
}
.dao-section-content-with-aside-images > .dao-section-text-and-image .wp-block-columns > .wp-block-column:nth-child(2) {
  margin-left: 0;
}
.dao-section-content-with-aside-images > .dao-section-image-and-text .dao-simple-image-and-text-text-column {
  padding: 20px 20px 20px 120px;
}
@media (max-width: 781px) {
  .dao-section-content-with-aside-images {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .dao-section-content-with-aside-images > .dao-section-text-and-image .wp-block-columns > .wp-block-column:nth-child(1) {
    padding: 0;
  }
  .dao-section-content-with-aside-images > .dao-section-text-and-image .wp-block-columns > .wp-block-column:nth-child(1) > .wp-block-group {
    padding: 0;
  }
  .dao-section-content-with-aside-images > .dao-section-image-and-text .dao-simple-image-and-text-text-column {
    padding: 0;
  }
}

.dao-section-showroom {
  position: relative;
}
.dao-section-showroom .dao-title-with-shape {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 180px;
  background-image: url("../images/dao-shape.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dao-section-showroom .dao-title-with-shape p,
.dao-section-showroom .dao-title-with-shape .wp-block-heading {
  margin: 0;
  padding-top: 20px;
}
.dao-section-showroom > .wp-block-columns {
  gap: 0;
}
.dao-section-showroom > .wp-block-columns .wp-block-column {
  padding: 0;
}
.dao-section-showroom > .wp-block-columns .wp-block-column .dao-showroom-image {
  padding: 250px 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dao-section-showroom > .wp-block-columns .wp-block-column .dao-showroom-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.dao-section-showroom > .wp-block-columns .wp-block-column .dao-showroom-image p {
  position: relative;
  z-index: 2;
}
@media (max-width: 781px) {
  .dao-section-showroom .dao-title-with-shape {
    height: 120px;
  }
  .dao-section-showroom > .wp-block-columns .wp-block-column .dao-showroom-image {
    padding: 100px 20px;
  }
}

.dao-section-governance {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 781px) {
  .dao-section-governance {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 60px 20px;
  }
}
.dao-section-governance.has-background {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 781px) {
  .dao-section-governance.has-background {
    padding: 60px 20px;
  }
}
.dao-section-governance .dao-governance-grid {
  gap: 30px;
}

.dao-section-text-with-bg-img {
  padding: 80px 0;
}
.dao-section-text-with-bg-img .wp-block-group p:first-child {
  margin-top: 0;
}
.dao-section-text-with-bg-img .wp-block-group p:last-child {
  margin-bottom: 0;
}
@media (max-width: 781px) {
  .dao-section-text-with-bg-img {
    padding: 30px 20px;
  }
}

.dao-section-photos-grid {
  padding: 40px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, var(--wp--preset--color--light)), to(var(--wp--preset--color--light)));
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--wp--preset--color--light) 50%, var(--wp--preset--color--light) 100%);
}
.dao-section-photos-grid .dao-photos-grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.dao-section-photos-grid .dao-photos-grid.dao-photos-grid-style-2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dao-section-photos-grid .dao-photos-grid.dao-photos-grid-style-2 .wp-block-image:nth-child(2) {
  margin-top: 80px;
}
.dao-section-photos-grid .dao-photos-grid.dao-photos-grid-style-2 .wp-block-image:nth-child(3) {
  margin-top: 40px;
}
.dao-section-photos-grid.dao-section-photos-grid-bg-top {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--wp--preset--color--light)), color-stop(50%, var(--wp--preset--color--light)), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(to bottom, var(--wp--preset--color--light) 0%, var(--wp--preset--color--light) 50%, transparent 50%, transparent 100%);
}
.dao-section-photos-grid.dao-section-photos-grid-bg-top .dao-photos-grid.dao-photos-grid-style-2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dao-section-photos-grid.dao-section-photos-grid-bg-top .dao-photos-grid.dao-photos-grid-style-2 .wp-block-image:nth-child(1) {
  margin-top: 40px;
}
.dao-section-photos-grid.dao-section-photos-grid-bg-top .dao-photos-grid.dao-photos-grid-style-2 .wp-block-image:nth-child(2) {
  margin-top: 0;
}
.dao-section-photos-grid.dao-section-photos-grid-bg-top .dao-photos-grid.dao-photos-grid-style-2 .wp-block-image:nth-child(3) {
  margin-top: 80px;
}
.dao-section-photos-grid.dao-section-photos-grid-bg-center {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), color-stop(25%, var(--wp--preset--color--light)), color-stop(75%, var(--wp--preset--color--light)), color-stop(75%, transparent), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, transparent 25%, var(--wp--preset--color--light) 25%, var(--wp--preset--color--light) 75%, transparent 75%, transparent 100%);
}
.dao-section-photos-grid.dao-section-photos-grid-no-bg {
  background: none;
}
.dao-section-photos-grid.dao-section-photos-grid--bretagne-lin {
  text-align: center;
}
.dao-section-photos-grid.dao-section-photos-grid-img-same-size figure {
  height: 100%;
}
.dao-section-photos-grid.dao-section-photos-grid-img-same-size figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 781px) {
  .dao-section-photos-grid {
    padding: 20px;
  }
}/*# sourceMappingURL=main.css.map */