@charset "UTF-8";
body {
  --wp--style--root--padding-right: 15px;
  --wp--style--root--padding-left: 15px;
}

.toggle-specs {
  position: fixed;
  bottom: 15px;
  right: 80px;
  background: #46af09;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 99;
  font-size: 0;
  cursor: pointer;
  background-image: url("/wp-content/themes/vivaldi-child/assets/img/divers/info.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: top 13px center;
}

.variable-width.hide {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.toggle-containers-helpers {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #46af09;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 99;
  font-size: 0;
  cursor: pointer;
  background-image: url("/wp-content/themes/vivaldi-child/assets/img/divers/containers.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: top 13px center;
}

.containers-helpers {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  pointer-events: none;
}
.containers-helpers.hide {
  display: none;
}
.containers-helpers .contentsize,
.containers-helpers .widesize,
.containers-helpers .fullsize {
  position: fixed;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  height: 30px;
  text-transform: uppercase;
  padding: 7px 8px;
  box-sizing: border-box;
}
.containers-helpers .contentsize::before, .containers-helpers .contentsize::after,
.containers-helpers .widesize::before,
.containers-helpers .widesize::after,
.containers-helpers .fullsize::before,
.containers-helpers .fullsize::after {
  max-width: 100%;
}
.containers-helpers .contentsize::before,
.containers-helpers .widesize::before,
.containers-helpers .fullsize::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100vh;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: solid 1px rgba(90, 221, 13, 0.4);
  border-right: solid 1px rgba(90, 221, 13, 0.4);
}
.containers-helpers .contentsize::after,
.containers-helpers .widesize::after,
.containers-helpers .fullsize::after {
  content: "";
  display: block;
  padding: 7px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  font-weight: 700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}
.containers-helpers .contentsize {
  z-index: 1;
  top: 60px;
  background-image: linear-gradient(135deg, #c9c9c9 8.33%, #e0e0e0 8.33%, #e0e0e0 50%, #c9c9c9 50%, #c9c9c9 58.33%, #e0e0e0 58.33%, #e0e0e0 100%);
  background-size: 8.49px 8.49px;
}
.containers-helpers .contentsize::before, .containers-helpers .contentsize::after {
  width: 960px;
}
.containers-helpers .contentsize::after {
  content: "Normal (960px)";
  background: #aaf07e;
}
.containers-helpers .widesize {
  z-index: 2;
  top: 30px;
  background: #b3b3b3;
  background-image: linear-gradient(135deg, #a3a3a3 8.33%, #c2c2c2 8.33%, #c2c2c2 50%, #a3a3a3 50%, #a3a3a3 58.33%, #c2c2c2 58.33%, #c2c2c2 100%);
  background-size: 8.49px 8.49px;
}
.containers-helpers .widesize::before, .containers-helpers .widesize::after {
  width: 1440px;
}
.containers-helpers .widesize::after {
  content: "Large (1440px)";
  background: #8bde56;
}
.containers-helpers .fullsize {
  z-index: 3;
  top: 0;
  background: #808080;
}
.containers-helpers .fullsize::before, .containers-helpers .fullsize::after {
  width: 100%;
}
.containers-helpers .fullsize::after {
  content: "Pleine largeur (100%)";
  background: #6dc435;
}

.variable-width {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.variable-width .width-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.variable-width .width-options .item-width {
  border: solid 1px #FFFFFF;
  padding: 6px 8px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  border-radius: 7px;
  cursor: pointer;
}
.variable-width .width-options .item-width.active {
  border-color: #8bde56;
  background: #8bde56;
  color: #000000;
}
.variable-width .width-options .item-width:not(.active):hover {
  background: rgba(139, 222, 86, 0.4);
}

.style-options {
  position: absolute;
  top: 0;
  right: 0;
  background: #e0fccf;
  border-left: dashed 2px #5add0d;
  border-bottom: dashed 2px #5add0d;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #191919;
  opacity: 0;
  z-index: 99;
}
.style-options .item-style {
  padding: 8px 14px;
  cursor: pointer;
}
.style-options .item-style.active {
  background: #8bde56;
}

.variable-width li kbd {
  background: #ce30c5;
  padding: 4px 6px;
  border-radius: 4px;
  line-height: 1;
  font-size: 14px;
  position: relative;
  top: -1px;
  margin-left: 4px;
  color: #FFF;
}
.variable-width + .wp-block-group {
  outline: dashed 2px transparent;
  position: relative;
}
.variable-width + .wp-block-group:hover {
  outline-color: #5add0d;
}
.variable-width + .wp-block-group:hover .style-options {
  opacity: 1;
}

@media (min-width: 992px) {
  .menu-components-helpers {
    position: fixed;
    top: 150px;
    right: 0;
    padding: 0;
    list-style-type: none;
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 3;
  }
  .menu-components-helpers li {
    margin-bottom: 2px;
  }
  .menu-components-helpers a {
    width: 36px;
    height: 36px;
    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;
    font-size: 0;
    background: #8bde56;
    color: #000;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
  }
  .menu-components-helpers a::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
  }
  .menu-components-helpers a[data-anchor=".block-title"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--title");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-text"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--text");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-ws-featured-content"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--featured");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-list"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--list");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-ws-button"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--button");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-ws-documents"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--document");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-ws-image"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--photo");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-ws-video"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--video");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-ws-banner"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--banner");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-ws-faq"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--faq");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-ws-slider"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--gallery");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-ws-socialwall"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--socialwall");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-ws-columns"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--columns");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a[data-anchor=".block-ws-share"]::before {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--share");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-components-helpers a:hover {
    width: auto;
    font-size: 14px;
    padding: 0 10px;
  }
  .menu-components-helpers a:hover::before {
    margin-right: 5px;
  }
}
/* SIDE PANEL */
body.panel-open {
  overflow: hidden;
}

.panel-fixe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  margin: 0 !important;
}

.panel-fixe .panel-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  max-width: none;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}

.panel-fixe .panel-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  margin: 0;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0);
  z-index: 3;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.45s, -webkit-box-shadow 0.25s;
  transition: -webkit-transform 0.45s, -webkit-box-shadow 0.25s;
  transition: transform 0.45s, box-shadow 0.25s;
  transition: transform 0.45s, box-shadow 0.25s, -webkit-transform 0.45s, -webkit-box-shadow 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 560px;
}

.panel-fixe .panel-header {
  border-bottom: solid 1px #E5E5E5;
  padding: 15px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel-fixe .panel-footer {
  border-top: solid 1px #E5E5E5;
  padding: 15px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.panel-fixe .panel-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  font-size: 24px;
}

.panel-fixe .panel-close {
  width: 45px;
  height: 45px;
  font-size: 0;
  border: solid 1px #F1F1F1;
  border-radius: 50px;
  position: relative;
  margin-left: auto;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.panel-fixe .panel-close::before {
  content: "×";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  color: #313131;
  -webkit-mask-size: 12px auto;
          mask-size: 12px auto;
}

.panel-fixe .panel-content {
  padding: 30px;
  height: 100%;
  overflow: auto;
}

.panel-fixe.open {
  pointer-events: all;
  z-index: 100;
}

.panel-fixe.open .panel-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.panel-fixe.open .panel-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.panel-fixe .results-count {
  display: contents;
}

/* With popup display */
@media (min-width: 992px) {
  .panel-fixe.panel-popup {
    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;
  }
  .panel-fixe.panel-popup .panel-inner {
    position: relative;
    height: 100%;
    max-height: 85vh;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.35s;
    transition: opacity 0.25s, -webkit-transform 0.35s;
    transition: transform 0.35s, opacity 0.25s;
    transition: transform 0.35s, opacity 0.25s, -webkit-transform 0.35s;
  }
  .panel-fixe.panel-popup.open .panel-inner {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.block-editor-block-list__block .panel-fixe {
  position: static;
  pointer-events: all;
}
.block-editor-block-list__block .panel-fixe .panel-overlay {
  display: none;
}
.block-editor-block-list__block .panel-fixe .panel-inner {
  position: static;
  max-width: none;
  -webkit-transform: none;
          transform: none;
}

:root {
  --color-1: #87A7AC;
  --color-2: #E7B97F;
  --color-neutral-1: #EAE6D8;
  --color-neutral-2: #E4EDEE;
  --color-accent: #677A67;
  --color-text: #43484D;
  --fs-text: var(--wp--preset--font-size--medium);
}

body {
  color: var(--color-text);
  font-size: var(--fs-text);
}

a {
  color: var(--color-1);
}
a:focus {
  outline: dashed 1px gray;
}

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

h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child {
  margin-top: 0;
}

.card {
  position: relative;
}
.card .cardlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}

.wp-block-ws-library-ws-list-childs .list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.text-formatted ul,
.text-formatted ol,
.text-formatted li,
.entry-content ul,
.entry-content ol,
.entry-content li {
  padding: 0;
  list-style-type: none;
}
.text-formatted li,
.entry-content li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.3;
}
.text-formatted ul li::before,
.text-formatted ol li::before,
.entry-content ul li::before,
.entry-content ol li::before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjIiIGhlaWdodD0iNC4xOTkiIHZpZXdCb3g9IjAgMCA0LjIgNC4xOTkiPgogIDxjaXJjbGUgaWQ9ImRvdC1zdmdyZXBvLWNvbSIgY3g9IjEuNSIgY3k9IjEuNSIgcj0iMS41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjYgMC42KSIgZmlsbD0iIzEyMTkyMyIgc3Ryb2tlPSIjMTIxOTIzIiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjIiIGhlaWdodD0iNC4xOTkiIHZpZXdCb3g9IjAgMCA0LjIgNC4xOTkiPgogIDxjaXJjbGUgaWQ9ImRvdC1zdmdyZXBvLWNvbSIgY3g9IjEuNSIgY3k9IjEuNSIgcj0iMS41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjYgMC42KSIgZmlsbD0iIzEyMTkyMyIgc3Ryb2tlPSIjMTIxOTIzIiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L3N2Zz4=");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-1);
}
.text-formatted ul ul,
.text-formatted ul ol,
.text-formatted ol ul,
.text-formatted ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-top: 10px;
}
.text-formatted ul ul li::before,
.text-formatted ul ol li::before,
.text-formatted ol ul li::before,
.text-formatted ol ol li::before,
.entry-content ul ul li::before,
.entry-content ul ol li::before,
.entry-content ol ul li::before,
.entry-content ol ol li::before {
  opacity: 0.6;
}
.text-formatted ol,
.entry-content ol {
  counter-reset: compteur;
}
.text-formatted ol li,
.entry-content ol li {
  counter-increment: compteur;
}
.text-formatted ol li::before,
.entry-content ol li::before {
  content: counter(compteur) ".";
  font-weight: 700;
  top: 0;
  height: auto;
  -webkit-mask-image: none;
          mask-image: none;
  background: 0 none;
  color: var(--color-1);
}

.btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.25;
  padding: 15px 26px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: color 0.25s, background-color 0.25s, border 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, background-color 0.25s, border 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, background-color 0.25s, border 0.25s, box-shadow 0.25s;
  transition: color 0.25s, background-color 0.25s, border 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: var(--color-1);
  color: #FFFFFF;
  border: 0 none;
}
.btn.btn-icon .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #000;
  vertical-align: middle;
  position: relative;
  left: 0;
  margin-top: -3px;
  margin-right: 4px;
  background: #FFF;
}
.btn.btn-icon.icon-search .icon {
  -webkit-mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#divers--loupe");
          mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#divers--loupe");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.btn.btn-icon.icon-other .icon {
  -webkit-mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#divers--clock");
          mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#divers--clock");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):focus {
  background: #414141;
  color: #FFFFFF;
}

.paragraph--type--documents,
.wp-block-ws-library-ws-documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.paragraph--type--documents .media-document .file,
.wp-block-ws-library-ws-documents .media-document .file {
  background: 0 none;
  padding: 0;
}
.paragraph--type--documents .media-document a,
.paragraph--type--documents .link-document,
.wp-block-ws-library-ws-documents .media-document a,
.wp-block-ws-library-ws-documents .link-document {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
  padding-left: 30px;
  position: relative;
}
.paragraph--type--documents .media-document a::before,
.paragraph--type--documents .link-document::before,
.wp-block-ws-library-ws-documents .media-document a::before,
.wp-block-ws-library-ws-documents .link-document::before {
  content: "";
  background: var(--color-1);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE0IDIwIj4KICA8ZyBpZD0iZG93bmxvYWQiIGRhdGEtbmFtZT0iSW50ZXJmYWNlIC8gRG93bmxvYWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01IC0yKSI+CiAgICA8cGF0aCBpZD0idmVjdG9yIiBkPSJNNiwyMUgxOE0xMiwzVjE3bTAsMCw1LTVtLTUsNUw3LDEyIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE0IDIwIj4KICA8ZyBpZD0iZG93bmxvYWQiIGRhdGEtbmFtZT0iSW50ZXJmYWNlIC8gRG93bmxvYWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01IC0yKSI+CiAgICA8cGF0aCBpZD0idmVjdG9yIiBkPSJNNiwyMUgxOE0xMiwzVjE3bTAsMCw1LTVtLTUsNUw3LDEyIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4=");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}

.wp-block-ws-library-ws-video .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 520px;
}

.paragraph--type--faq,
.wp-block-ws-library-ws-faq {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--type--faq details summary,
.wp-block-ws-library-ws-faq details summary {
  list-style-type: none;
}
.paragraph--type--faq details summary::-webkit-details-marker,
.wp-block-ws-library-ws-faq details summary::-webkit-details-marker {
  display: none;
}
.paragraph--type--faq details summary:focus,
.wp-block-ws-library-ws-faq details summary:focus {
  outline: dashed 1px gray;
}
.paragraph--type--faq details,
.wp-block-ws-library-ws-faq details {
  border-bottom: solid 1px #E7E7E7;
}
.paragraph--type--faq details .field--name-name,
.paragraph--type--faq details .faq-question,
.wp-block-ws-library-ws-faq details .field--name-name,
.wp-block-ws-library-ws-faq details .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 20px 0;
  padding-right: 35px;
  cursor: pointer;
  position: relative;
  color: var(--color-1);
}
.paragraph--type--faq details .field--name-name::after,
.paragraph--type--faq details .faq-question::after,
.wp-block-ws-library-ws-faq details .field--name-name::after,
.wp-block-ws-library-ws-faq details .faq-question::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  background: var(--color-1);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OC41MDYiIGhlaWdodD0iMjQuNzAyIiB2aWV3Qm94PSIwIDAgNDguNTA2IDI0LjcwMiI+CiAgPHBhdGggaWQ9IlRyYWPDqV8xMTUxNzQiIGRhdGEtbmFtZT0iVHJhY8OpIDExNTE3NCIgZD0iTS0xMzI4Mi45MDYtMjQ3Ni40NThsMjAuOCwxOC42NzEsMjAuNjQ4LTE4LjY3MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMyODYuNDM3IDI0NzkuOTg5KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI1Ii8+Cjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OC41MDYiIGhlaWdodD0iMjQuNzAyIiB2aWV3Qm94PSIwIDAgNDguNTA2IDI0LjcwMiI+CiAgPHBhdGggaWQ9IlRyYWPDqV8xMTUxNzQiIGRhdGEtbmFtZT0iVHJhY8OpIDExNTE3NCIgZD0iTS0xMzI4Mi45MDYtMjQ3Ni40NThsMjAuOCwxOC42NzEsMjAuNjQ4LTE4LjY3MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMyODYuNDM3IDI0NzkuOTg5KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI1Ii8+Cjwvc3ZnPg==");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.paragraph--type--faq details .field--name-field-reponse,
.paragraph--type--faq details .faq-answer,
.wp-block-ws-library-ws-faq details .field--name-field-reponse,
.wp-block-ws-library-ws-faq details .faq-answer {
  padding-bottom: 20px;
  padding-right: 50px;
  line-height: 1.5;
}
.paragraph--type--faq details[open] .field--name-name::after,
.paragraph--type--faq details[open] .faq-question::after,
.wp-block-ws-library-ws-faq details[open] .field--name-name::after,
.wp-block-ws-library-ws-faq details[open] .faq-question::after {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

.wp-block-ws-library-ws-share {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-ws-library-ws-share .share-subtitle {
  font-size: 0.85em;
}
.wp-block-ws-library-ws-share .share-title {
  color: var(--color-1);
  margin-bottom: 10px;
}

.paragraph--type--photo .group-media,
.wp-block-ws-library-ws-image .group-media {
  position: relative;
}
.paragraph--type--photo .group-media a,
.wp-block-ws-library-ws-image .group-media a {
  display: block;
}
.paragraph--type--photo .group-media img,
.wp-block-ws-library-ws-image .group-media img {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--type--photo .group-media .group-infos,
.paragraph--type--photo .group-media .credits,
.wp-block-ws-library-ws-image .group-media .group-infos,
.wp-block-ws-library-ws-image .group-media .credits {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000000;
  color: #FFFFFF;
  padding: 6px 12px;
  font-size: 14px;
  text-align: right;
  max-width: 320px;
  pointer-events: none;
}
.paragraph--type--photo .group-media .group-infos .field--name-field-copyright,
.paragraph--type--photo .group-media .credits .field--name-field-copyright,
.wp-block-ws-library-ws-image .group-media .group-infos .field--name-field-copyright,
.wp-block-ws-library-ws-image .group-media .credits .field--name-field-copyright {
  font-size: 12px;
}

.wp-block-ws-library-ws-slider .splide {
  padding-bottom: 60px;
}
.wp-block-ws-library-ws-slider .splide .splide__arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-ws-library-ws-slider .splide .splide__arrows .splide__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: static;
  -webkit-transform: none;
          transform: none;
  height: auto;
  width: auto;
  padding: 17px;
}
.wp-block-ws-library-ws-slider .splide .splide__arrows .splide__arrow svg {
  fill: #FFFFFF;
}
.wp-block-ws-library-ws-slider .splide .splide__arrows .splide__arrow.btn-prev svg {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.wp-block-ws-library-ws-slider .splide .splide__slide img {
  width: 100%;
}

.wp-block-ws-library-ws-banner .group-media img {
  display: block;
  width: 100%;
}

.block-ws-image[data-style=example-1] .wrapper,
.block-ws-video[data-style=example-1] .wrapper {
  padding: 45px 60px 0 45px;
  position: relative;
  overflow: hidden;
}
.block-ws-image[data-style=example-1] .wrapper::before,
.block-ws-video[data-style=example-1] .wrapper::before {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  position: absolute;
  top: -90px;
  right: -90px;
  background: 0 none;
  outline: solid 60px rgba(179, 222, 249, 0.7);
  z-index: 2;
  border-radius: 50%;
}
.block-ws-image[data-style=example-1] .wrapper::after,
.block-ws-video[data-style=example-1] .wrapper::after {
  content: "";
  background: #062344;
  position: absolute;
  top: 0;
  left: 0;
  right: 100px;
  bottom: 160px;
  border-radius: 80px 12px 12px 12px;
  z-index: -1;
}
.block-ws-image[data-style=example-1] .group-media,
.block-ws-video[data-style=example-1] .group-media {
  border-radius: 50px 12px 12px 12px;
  overflow: hidden;
  z-index: 1;
}
.block-ws-image[data-style=example-1] .group-media .wp-block-video,
.block-ws-video[data-style=example-1] .group-media .wp-block-video {
  margin: 0;
}
.block-ws-image[data-style=example-1] .caption,
.block-ws-video[data-style=example-1] .caption {
  background: rgb(80, 160, 210);
  color: #FFF;
  border-radius: 10px;
  padding: 12px 18px;
  position: relative;
  margin-top: 10px;
  margin-left: 0;
  max-width: 520px;
}
.block-ws-image[data-style=example-1] .credits,
.block-ws-video[data-style=example-1] .credits {
  right: 0;
  max-width: none;
  text-align: center;
  background: rgba(4, 21, 41, 0.9);
  border-radius: 12px 0 0;
}

.wp-block-ws-library-ws-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.block-ws-featured-content[data-style=example-1] .wp-block-ws-library-ws-featured-content {
  padding: 30px;
  border-radius: 50px 0 50px 50px;
  background: #062344;
  border: 0 none;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.block-ws-featured-content[data-style=example-1] .wp-block-ws-library-ws-featured-content::before {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  position: absolute;
  top: -90px;
  right: -90px;
  outline: solid 60px rgba(179, 222, 249, 0.4);
  z-index: -1;
  border-radius: 50%;
}
.block-ws-featured-content[data-style=example-1] .wp-block-ws-library-ws-featured-content h2,
.block-ws-featured-content[data-style=example-1] .wp-block-ws-library-ws-featured-content .h2,
.block-ws-featured-content[data-style=example-1] .wp-block-ws-library-ws-featured-content h3,
.block-ws-featured-content[data-style=example-1] .wp-block-ws-library-ws-featured-content .h3,
.block-ws-featured-content[data-style=example-1] .wp-block-ws-library-ws-featured-content h4,
.block-ws-featured-content[data-style=example-1] .wp-block-ws-library-ws-featured-content .h4,
.block-ws-featured-content[data-style=example-1] .wp-block-ws-library-ws-featured-content a {
  color: inherit;
}
.block-ws-featured-content[data-style=example-1] .wp-block-ws-library-ws-featured-content .btn {
  background: #FFF;
  color: #000;
}

.block-ws-documents[data-style=example-1] .wp-block-ws-library-ws-documents .link-document {
  padding-left: 40px;
  text-decoration: none;
  font-weight: 700;
  color: #062344;
  padding-right: 8px;
  -webkit-transition: padding 0.25s;
  transition: padding 0.25s;
}
.block-ws-documents[data-style=example-1] .wp-block-ws-library-ws-documents .link-document::before {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  top: 7px;
  left: 5px;
}
.block-ws-documents[data-style=example-1] .wp-block-ws-library-ws-documents .link-document::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: rgb(80, 160, 210);
  position: absolute;
  left: 0;
  z-index: -1;
  border-radius: 40px 16px 40px 40px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.block-ws-documents[data-style=example-1] .wp-block-ws-library-ws-documents .link-document:hover {
  padding-left: 48px;
  padding-right: 0;
}
.block-ws-documents[data-style=example-1] .wp-block-ws-library-ws-documents .link-document:hover::after {
  background: #062344;
}

.block-list[data-style=example-1] ul li::before {
  top: 3px;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#divers--list");
          mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#divers--list");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #062344;
}
.block-list[data-style=example-1] ul li ul li::before {
  background: rgb(80, 160, 210);
}
.block-list[data-style=example-1] ol li {
  padding-left: 30px;
}
.block-list[data-style=example-1] ol li::before {
  background: #062344;
  padding: 3px 4px;
  line-height: 1;
  border-radius: 15px 6px 15px 15px;
  color: #FFF;
  font-size: 12px;
  height: 16px;
  top: 1px;
  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;
}
.block-list[data-style=example-1] ol li ol li::before {
  opacity: 0.7;
  background: rgb(80, 160, 210);
}
.block-list[data-style=example-1] ol li ol li ol li::before {
  opacity: 0.4;
}

.block-ws-button[data-style=example-1] .btn {
  --color-1: rgba(80, 160, 210, 1);
  --color-1-alpha-50: rgba(80, 160, 210, 0.3);
  --color-2: rgba(6, 35, 68, 1);
  --color-2-alpha-30: rgba(6, 35, 68, 0.3);
  display: inline-block;
  vertical-align: top;
  padding: 14px 30px;
  padding-bottom: 12px;
  background: var(--color-2);
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: padding 0.35s 0.1s;
  transition: padding 0.35s 0.1s;
}
.block-ws-button[data-style=example-1] .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background: var(--color-1);
  border-radius: 0;
  -webkit-transform: translateX(-50%) skewX(0);
          transform: translateX(-50%) skewX(0);
  outline: solid 0 var(--color-1-alpha-50);
  -webkit-transition: width 0.45s, outline 0.45s, -webkit-transform 0.45s;
  transition: width 0.45s, outline 0.45s, -webkit-transform 0.45s;
  transition: transform 0.45s, width 0.45s, outline 0.45s;
  transition: transform 0.45s, width 0.45s, outline 0.45s, -webkit-transform 0.45s;
}
.block-ws-button[data-style=example-1] .btn:hover::before {
  width: 0;
  outline: solid 50px var(--color-1-alpha-50);
  -webkit-transform: translateX(-50%) skewX(-60deg);
          transform: translateX(-50%) skewX(-60deg);
}

.block-ws-slider[data-style=example-1] .splide__slide {
  padding: 15px 0 0 15px;
  position: relative;
}
.block-ws-slider[data-style=example-1] .splide__slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  bottom: 30px;
  background: #062344;
  border-radius: 30px;
  z-index: -1;
}
.block-ws-slider[data-style=example-1] .splide__slide img {
  border-radius: 30px;
}
.block-ws-slider[data-style=example-1] .splide__arrows .splide__arrow {
  border-radius: 50px;
  background: rgb(80, 160, 210);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.block-title[data-style=example-1] .wp-block-heading {
  --height: 40px;
  --color: rgba(80, 160, 210, 1);
  color: #062344;
  position: relative;
  overflow: hidden;
  padding-left: calc(var(--height) + 10px);
  min-height: var(--height);
}
.block-title[data-style=example-1] .wp-block-heading::before {
  content: "";
  display: block;
  width: var(--height);
  height: var(--height);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px 10px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--color);
}
.block-title[data-style=example-1] .wp-block-heading strong {
  text-transform: uppercase;
  color: var(--color);
}
.block-title[data-style=example-1] h2,
.block-title[data-style=example-1] h3,
.block-title[data-style=example-1] h4 {
  font-weight: 700;
}
.block-title[data-style=example-1] h2.wp-block-heading {
  --height: 40px;
  --color: rgba(80, 160, 210, 1);
}
.block-title[data-style=example-1] h3.wp-block-heading {
  --height: 30px;
}
.block-title[data-style=example-1] h4.wp-block-heading {
  --height: 20px;
}

.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column {
  margin: 0;
}
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .wrapper,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column:nth-of-type(2) .wrapper {
  background: #062344;
  border-radius: 50px 0 50px 50px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-left: -75px;
  padding: 30px;
  padding-left: 45px;
  margin-right: 0;
}
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .wrapper h2,
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .wrapper .h2,
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .wrapper h3,
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .wrapper .h3,
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .wrapper h4,
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .wrapper .h4,
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .wrapper a,
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .wrapper p,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column:nth-of-type(2) .wrapper h2,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column:nth-of-type(2) .wrapper .h2,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column:nth-of-type(2) .wrapper h3,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column:nth-of-type(2) .wrapper .h3,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column:nth-of-type(2) .wrapper h4,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column:nth-of-type(2) .wrapper .h4,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column:nth-of-type(2) .wrapper a,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column:nth-of-type(2) .wrapper p {
  color: #FFFFFF;
}
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .group-media,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column .group-media {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .group-media::before,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column .group-media::before {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  position: absolute;
  top: -90px;
  right: -90px;
  outline: solid 60px rgba(179, 222, 249, 0.4);
  z-index: 1;
  border-radius: 50%;
}
.block-ws-columns[data-style=example-1] [data-type="ws-library/ws-column"] .wp-block-ws-library-ws-image .group-media .credits,
.block-ws-columns[data-style=example-1] .wp-block-ws-library-ws-column .wp-block-ws-library-ws-image .group-media .credits {
  display: none;
}