::-webkit-scrollbar {
  width: 12px;
  height: 16px;
  background: 0 none;
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
  background-color: rgb(64, 64, 64);
}

::-webkit-scrollbar-track {
  background-color: var(--wp--preset--color--pastel-blue);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--wp--preset--color--medium-blue);
  background-clip: padding-box;
  border: 3px solid transparent;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
  background-color: var(--wp--preset--color--midnight-blue);
}

::-webkit-scrollbar-button:single-button {
  display: block;
  background-size: 10px;
  background-repeat: no-repeat;
}

::-webkit-scrollbar-button:single-button:vertical {
  height: 12px;
  width: 14px;
  background-position: center 4px;
}
::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="$color-thumb"><polygon points="0,0 100,0 50,50"/></svg>');
}
::-webkit-scrollbar-button:single-button:vertical:increment:hover, ::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="$color-thumb-hover"><polygon points="0,0 100,0 50,50"/></svg>');
}
::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="$color-thumb"><polygon points="50,00 0,50 100,50"/></svg>');
}
::-webkit-scrollbar-button:single-button:vertical:decrement:hover, ::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="$color-thumb-hover"><polygon points="50,00 0,50 100,50"/></svg>');
}
::-webkit-scrollbar-button:single-button:horizontal {
  height: 12px;
  width: 12px;
  background-position: 3px 3px;
}
::-webkit-scrollbar-button:single-button:horizontal:decrement {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="$color-thumb"><polygon points="0,50 50,100 50,0"/></svg>');
}
::-webkit-scrollbar-button:single-button:horizontal:decrement:hover, ::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="$color-thumb-hover"><polygon points="0,50 50,100 50,0"/></svg>');
}
::-webkit-scrollbar-button:single-button:horizontal:increment {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="$color-thumb"><polygon points="0,0 0,100 50,50"/></svg>');
}
::-webkit-scrollbar-button:single-button:horizontal:increment:hover, ::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="$color-thumb-hover"><polygon points="0,0 0,100 50,50"/></svg>');
}

body::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
}
body::-webkit-scrollbar {
  width: 16px;
}

:root {
  --decadeTop: 0;
  --menuHeight: 0;
}
@media (min-width: 992px) {
  :root {
    --menuHeight: 80px;
  }
  :root body.admin-bar {
    --decadeTop: 32px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  color: var(--wp--preset--color--midnight-blue);
  --wp--style--root--padding-left: 15px;
  --wp--style--root--padding-right: 15px;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

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

a:focus {
  outline: none;
}

button,
input,
select,
textarea {
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input,
select,
textarea {
  max-width: none;
  width: 100%;
}

input,
textarea {
  font-size: 16px;
  border: solid 1px;
  border-radius: 22px;
  padding: 10px 18px;
  color: var(--wp--preset--color--midnight-blue);
}

details summary:focus {
  outline: none;
}

h1,
.h1 {
  color: var(--wp--preset--color--medium-blue);
  font-size: 24px;
  max-width: 600px;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media (min-width: 1470px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .front h1,
  .front .h1 {
    font-size: 34px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Quicksand", "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 700;
}

h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin: 0;
  margin-bottom: 15px;
  line-height: 1;
  color: var(--wp--preset--color--midnight-blue);
}

h2,
.h2 {
  font-size: 26px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}

h4,
.h4 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--midnight-blue);
  font-weight: 700;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
a:where(:not(.wp-element-button)):hover, a:where(:not(.wp-element-button)):focus {
  color: var(--wp--preset--color--light-blue);
}

ul.wp-block-list,
ol.wp-block-list,
.faq-answer ul,
.faq-answer ol {
  list-style-type: none;
  padding: 0;
}
ul.wp-block-list > li,
ol.wp-block-list > li,
.faq-answer ul > li,
.faq-answer ol > li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
  min-height: 16px;
  position: relative;
}
ul.wp-block-list > li::before,
ol.wp-block-list > li::before,
.faq-answer ul > li::before,
.faq-answer ol > li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--half-circle");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
ul.wp-block-list > li ol,
ul.wp-block-list > li ul,
ol.wp-block-list > li ol,
ol.wp-block-list > li ul,
.faq-answer ul > li ol,
.faq-answer ul > li ul,
.faq-answer ol > li ol,
.faq-answer ol > li ul {
  margin-top: 15px;
  margin-bottom: -5px;
}

ul.wp-block-list:last-child,
.faq-answer ul:last-child {
  margin-bottom: 0;
}
ul.wp-block-list > li::after,
.faq-answer ul > li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--wp--preset--color--coral-red);
  border-radius: 8px;
  position: absolute;
  top: 14px;
  left: 7px;
}
ul.wp-block-list > li li::after,
.faq-answer ul > li li::after {
  background: var(--wp--preset--color--pale-yellow);
}

ol.wp-block-list,
.faq-answer ol {
  counter-reset: numero;
}
ol.wp-block-list > li,
.faq-answer ol > li {
  counter-increment: numero;
}
ol.wp-block-list > li::before,
.faq-answer ol > li::before {
  top: 1px;
}
ol.wp-block-list > li::after,
.faq-answer ol > li::after {
  content: counter(numero);
  position: absolute;
  font-weight: 700;
  z-index: 2;
  top: 5px;
  left: 10px;
  color: var(--wp--preset--color--coral-red);
}

.yoast-breadcrumbs {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}
.yoast-breadcrumbs a {
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 992px) {
  .yoast-breadcrumbs {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.leaflet-popup-content-wrapper {
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.leaflet-popup-tip {
  background: var(--wp--preset--color--midnight-blue);
}

.leaflet-popup-content {
  margin: 0;
  width: 220px;
}
.leaflet-popup-content .card .group-content .field-title {
  font-size: 16px;
}

.leaflet-popup-close-button {
  display: none;
}

.faq-item .faq-question {
  list-style-type: none;
  padding: 20px 15px;
  padding-top: 25px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 54px;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  z-index: 0;
  -webkit-transition: padding 0.25s;
  transition: padding 0.25s;
}
.faq-item .faq-question::before {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: solid 2px var(--wp--preset--color--golden-yellow);
  border-bottom: solid 2px var(--wp--preset--color--golden-yellow);
  border-radius: 0 0 0 22px;
}
.faq-item .faq-question .icon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 28px;
  right: 9px;
  z-index: 1;
  background: var(--wp--preset--color--midnight-blue);
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--chevron");
          mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--chevron");
  -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;
}
.faq-item .faq-question::-webkit-details-marker {
  display: none;
}
.faq-item .faq-question:hover::after {
  opacity: 1;
  -webkit-transform: rotateZ(-8deg) skewX(-12deg) scale(1.2) translateX(4px) translateY(1px);
          transform: rotateZ(-8deg) skewX(-12deg) scale(1.2) translateX(4px) translateY(1px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.25s;
  transition: opacity 0.1s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.1s;
  transition: transform 0.25s, opacity 0.1s, -webkit-transform 0.25s;
}
.faq-item .faq-answer {
  padding: 10px 15px;
  padding-top: 0;
  padding-right: 50px;
  line-height: 1.5;
}
.faq-item.open .faq-question .icon {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

.faq-item .faq-answer {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s;
  transition: height 0.35s;
}
.faq-item.open .faq-answer {
  height: var(--height);
}

.wp-block-button:not(.btn-contact) {
  position: relative;
  padding-top: 3px;
}
.wp-block-button:not(.btn-contact)::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--shape-btn");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.wp-block-button:not(.btn-contact) .wp-element-button {
  vertical-align: middle;
  border: none;
  background: var(--wp--preset--color--midnight-blue);
  color: var(--wp--preset--color--white);
  overflow: hidden;
  position: relative;
  font-weight: 700;
  z-index: 1;
  font-size: 16px;
  padding: 15px 16px;
  padding-bottom: 13px;
  border-radius: 22px;
  padding-right: 58px;
  -webkit-transition: color 0.4s 0.3s;
  transition: color 0.4s 0.3s;
}
@media (min-width: 992px) {
  .wp-block-button:not(.btn-contact) .wp-element-button {
    font-size: 18px;
  }
}
.wp-block-button:not(.btn-contact) .wp-element-button::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0.01, 0.25, 1);
          transition-timing-function: cubic-bezier(0.7, 0.01, 0.25, 1);
  background: var(--wp--preset--color--pastel-blue);
  border-bottom: solid 54px #768DB5;
}
.wp-block-button:not(.btn-contact) .wp-element-button:hover {
  color: var(--wp--preset--color--midnight-blue);
}
.wp-block-button:not(.btn-contact) .wp-element-button:hover::before {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.wp-block-button:not(.btn-contact) .wp-element-button:focus {
  outline: none;
}

@media (max-width: 991px) {
  .wp-block-button.btn-contact .wp-element-button {
    background: var(--wp--preset--color--light-blue);
    border-radius: 22px;
    color: var(--wp--preset--color--midnight-blue);
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 32px;
  }
  .wp-block-button.btn-contact .wp-element-button::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: var(--wp--preset--color--midnight-blue);
    -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--email");
            mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--email");
    -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;
    margin-right: 8px;
    margin-top: 1px;
  }
}

.editor-visual-editor__post-title-wrapper {
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.25);
            transform: translate(-50%, -50%) scale(1.25);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.25);
            transform: translate(-50%, -50%) scale(1.25);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.wp-block-ws-library-ws-3-slides {
  margin: 15px -15px;
}
@media (max-width: 991px) {
  .wp-block-ws-library-ws-3-slides .slider-container {
    display: none;
  }
  .wp-block-ws-library-ws-3-slides .slider-texts {
    overflow: auto;
  }
  .wp-block-ws-library-ws-3-slides .slider-texts .slide-text {
    min-width: 85vw;
    width: 85vw;
  }
}
.wp-block-ws-library-ws-3-slides .slider-texts {
  padding: 0 15px;
}
.wp-block-ws-library-ws-3-slides .slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2px;
  padding-bottom: 8px;
}
.wp-block-ws-library-ws-3-slides .slide-text .group-media {
  margin-bottom: 10px;
  position: relative;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-ws-library-ws-3-slides .slide-text .group-media::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background: var(--wp--preset--color--golden-yellow);
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0 0 25px var(--wp--preset--color--pale-yellow);
          box-shadow: 0 0 0 25px var(--wp--preset--color--pale-yellow);
  z-index: -1;
}
@media (max-width: 991px) {
  .wp-block-ws-library-ws-3-slides .slide-text .group-media .field-image {
    position: relative;
  }
  .wp-block-ws-library-ws-3-slides .slide-text .group-media .field-image::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("/wp-content/themes/vivaldi/assets/img/brand/logo-light.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px auto;
    background-position: bottom 0 right 15px;
    position: absolute;
    bottom: 0;
    right: -10px;
  }
}
.wp-block-ws-library-ws-3-slides .slide-text .group-media img {
  display: block;
  height: 180px;
  width: auto;
  margin: auto;
}
.wp-block-ws-library-ws-3-slides .slide-text .group-content {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wp-block-ws-library-ws-3-slides .slide-text .group-content .field-title {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
}
.wp-block-ws-library-ws-3-slides .slide-text .group-content .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 15px 20px;
  border-radius: 22px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wp-block-ws-library-ws-3-slides .slide-text .group-content .description p {
  margin: 0;
  width: 100%;
}
.wp-block-ws-library-ws-3-slides .slide-text:nth-of-type(1) .group-content .field-title {
  color: var(--wp--preset--color--light-blue);
}
.wp-block-ws-library-ws-3-slides .slide-text:nth-of-type(1) .group-content .description {
  background: var(--wp--preset--color--very-light-blue);
}
.wp-block-ws-library-ws-3-slides .slide-text:nth-of-type(2) .group-content .field-title {
  color: var(--wp--preset--color--midnight-blue);
}
.wp-block-ws-library-ws-3-slides .slide-text:nth-of-type(2) .group-content .description {
  background: var(--wp--preset--color--pastel-blue);
}
.wp-block-ws-library-ws-3-slides .slide-text:nth-of-type(3) .group-content .field-title {
  color: var(--wp--preset--color--golden-yellow);
}
.wp-block-ws-library-ws-3-slides .slide-text:nth-of-type(3) .group-content .description {
  background: var(--wp--preset--color--pale-yellow);
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-3-slides {
    margin: 45px -15px;
  }
  .wp-block-ws-library-ws-3-slides .slider-container {
    width: 25%;
    min-width: 25%;
    padding: 0 15px;
    position: relative;
  }
  .wp-block-ws-library-ws-3-slides .slider-container::before {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    background: var(--wp--preset--color--golden-yellow);
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    -webkit-animation: pulse 3s ease-in-out infinite;
            animation: pulse 3s ease-in-out infinite;
  }
  .wp-block-ws-library-ws-3-slides .slider-container::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("/wp-content/themes/vivaldi/assets/img/brand/logo-light.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px auto;
    background-position: bottom 0 right 15px;
    position: absolute;
    bottom: 30px;
    right: 0;
  }
  .wp-block-ws-library-ws-3-slides .slide-image {
    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;
  }
  .wp-block-ws-library-ws-3-slides .slide-image .field-image img {
    width: 240px;
    height: 240px;
    margin: auto;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wp-block-ws-library-ws-3-slides .slide-text {
    width: 33.33%;
    padding: 0 15px;
  }
  .wp-block-ws-library-ws-3-slides .slide-text .group-media img {
    max-width: 100%;
  }
  .wp-block-ws-library-ws-3-slides .slide-text .group-content .field-title {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .wp-block-ws-library-ws-3-slides .slide-text .group-content .description {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .wp-block-ws-library-ws-3-slides .slide-text:not(.active) {
    opacity: 0.4;
  }
  .wp-block-ws-library-ws-3-slides .slide-text:not(.active) .group-content .field-title {
    color: var(--wp--preset--color--midnight-blue);
  }
  .wp-block-ws-library-ws-3-slides .slide-text:not(.active) .group-content .description {
    background: transparent;
  }
  .wp-block-ws-library-ws-3-slides .slider-navigation {
    max-width: 80px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wp-block-ws-library-ws-3-slides .slider-navigation .slider-nav-button {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    background: 0 none;
    border: 0 none;
    font-size: 0;
    padding: 0;
  }
  .wp-block-ws-library-ws-3-slides .slider-navigation .slider-nav-button::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: var(--wp--preset--color--midnight-blue);
    -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--chevron");
            mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--chevron");
    -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;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
  }
  .wp-block-ws-library-ws-3-slides .slider-navigation .slider-nav-button.prev::before {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  .wp-block-ws-library-ws-3-slides .slider-navigation .slider-nav-button.next {
    margin-left: auto;
  }
  .wp-block-ws-library-ws-3-slides .slider-navigation .slider-nav-button.next::before {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .wp-block-ws-library-ws-3-slides .slider-navigation .slider-nav-button:hover::before {
    background: var(--wp--preset--color--golden-yellow);
  }
}

main {
  min-height: 400px;
  padding-bottom: 45px;
}

.wp-block-ws-library-ws-header-image .event-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  padding-bottom: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-ws-library-ws-header-image .event-infos .field-is-complet {
  padding: 4px 8px;
  padding-top: 6px;
  background: var(--wp--preset--color--coral-red);
  border-radius: 22px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
}
.wp-block-ws-library-ws-header-image .event-infos .field-date,
.wp-block-ws-library-ws-header-image .event-infos .field-location {
  padding: 4px 8px;
  padding-top: 6px;
  background: var(--wp--preset--color--pale-yellow);
  border-radius: 30px;
  line-height: 1;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.card {
  border-radius: 22px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 40px;
}
.card::before {
  content: "";
  display: block;
  height: 30px;
  width: 140px;
  border-left: solid 2px var(--wp--preset--color--golden-yellow);
  border-bottom: solid 2px var(--wp--preset--color--golden-yellow);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 22px;
  -webkit-transition: width 0.35s ease-in-out;
  transition: width 0.35s ease-in-out;
}
.card .group-media {
  position: relative;
  min-height: 160px;
  background: #000000;
}
.card .group-media::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
}
.card .group-media::after {
  content: "";
  display: block;
  height: 80%;
  width: 100%;
  background-image: url("/wp-content/themes/vivaldi/assets/img/sprite/shapes/shape-card.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: bottom -1px right 0;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.card .group-media img {
  display: block;
  width: 100%;
  height: auto;
}
.card .group-top {
  position: absolute;
  top: 10px;
  left: 15px;
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  pointer-events: none;
}
.card .group-top .field-is-complet {
  display: inline-block;
  padding: 4px 8px;
  background: var(--wp--preset--color--coral-red);
  border-radius: 22px;
  line-height: 1;
  margin-top: 3px;
}
.card .group-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-bottom: 5px;
}
.card .group-infos .field-date,
.card .group-infos .field-location {
  padding: 4px 8px;
  background: var(--wp--preset--color--gray);
  border-radius: 30px;
  line-height: 1;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}
.card .group-content {
  padding: 10px;
}
.card .group-content .field-title {
  font-size: 18px;
}
.card .field-link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.card .field-link a::before, .card .field-link a::after {
  content: "";
  display: block;
  position: absolute;
}
.card .field-link a::before {
  width: 40px;
  height: 36px;
  border: solid 2px var(--wp--preset--color--midnight-blue);
  bottom: 0;
  right: 0;
  border-radius: 22px;
  background: var(--wp--preset--color--white);
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.card .field-link a::after {
  width: 10px;
  height: 10px;
  bottom: 14px;
  right: 17px;
  -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--plus");
          mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--plus");
  -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: var(--wp--preset--color--midnight-blue);
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
@media (min-width: 992px) {
  .card:hover::before, .card:focus::before {
    width: calc(100% - 60px);
  }
  .card:hover .field-link a, .card:focus .field-link a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
  }
  .card:hover .field-link a::before, .card:focus .field-link a::before {
    background: var(--wp--preset--color--midnight-blue);
  }
  .card:hover .field-link a::after, .card:focus .field-link a::after {
    background: var(--wp--preset--color--white);
  }
}

.wp-block-heading.is-style-right {
  position: relative;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-heading.is-style-right::after {
  content: "";
  display: block;
  min-width: 28px;
  width: 28px;
  height: 50px;
  margin-top: 4px;
  margin-left: 15px;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#shapes--shape-title-2");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .wp-block-heading.is-style-right::after {
    min-width: 36px;
    width: 36px;
    height: 66px;
  }
}
@media (max-width: 991px) {
  .wp-block-heading.is-style-right::after {
    margin-left: auto;
    margin-right: -15px;
  }
}
.wp-block-heading.is-style-left {
  position: relative;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-heading.is-style-left::before {
  content: "";
  display: block;
  width: 55px;
  min-width: 55px;
  height: 100px;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#shapes--shape-title-2");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
  -webkit-transform: rotateY(180deg) rotateX(180deg);
          transform: rotateY(180deg) rotateX(180deg);
}
@media (min-width: 992px) {
  .wp-block-heading.is-style-left {
    min-height: 145px;
  }
  .wp-block-heading.is-style-left::before {
    width: 80px;
    height: 145px;
  }
}
@media (max-width: 991px) {
  .wp-block-heading.is-style-left::before {
    margin-left: -15px;
  }
}
.wp-block-heading.is-style-focus {
  position: relative;
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-heading.is-style-focus::before, .wp-block-heading.is-style-focus::after {
  content: "";
  display: block;
}
.wp-block-heading.is-style-focus::before {
  min-width: 33px;
  height: 38px;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#shapes--shape-title-1");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-top: -15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 992px) {
  .wp-block-heading.is-style-focus::before {
    min-width: 44px;
    height: 51px;
    margin-top: -25px;
  }
}
.wp-block-heading.is-style-focus::after {
  width: 22px;
  min-width: 22px;
  height: 26px;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#shapes--shape-title-3");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  margin-bottom: -15px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 992px) {
  .wp-block-heading.is-style-focus::after {
    min-width: 30px;
    height: 35px;
    margin-bottom: -25px;
  }
}
@media (min-width: 992px) {
  .wp-block-heading.is-style-focus {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.wp-block-heading.has-text-align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-heading.has-text-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-heading.has-text-align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 992px) {
  h3.wp-block-heading.is-style-left {
    min-height: 105px;
  }
  h3.wp-block-heading.is-style-left::before {
    width: 60px;
    height: 105px;
  }
  h3.wp-block-heading.is-style-right {
    min-height: 44px;
  }
  h3.wp-block-heading.is-style-right::after {
    width: 24px;
    height: 44px;
  }
  h3.wp-block-heading.is-style-focus {
    min-height: 34px;
  }
  h3.wp-block-heading.is-style-focus::before {
    height: 34px;
    min-width: 30px;
  }
  h3.wp-block-heading.is-style-focus::after {
    min-width: 15px;
    height: 25px;
    margin-bottom: -15px;
  }
  h4.wp-block-heading.is-style-left {
    min-height: 70px;
  }
  h4.wp-block-heading.is-style-left::before {
    width: 40px;
    height: 70px;
  }
  h4.wp-block-heading.is-style-right {
    min-height: 44px;
  }
  h4.wp-block-heading.is-style-right::after {
    width: 12px;
    height: 22px;
  }
  h4.wp-block-heading.is-style-focus {
    min-height: 26px;
  }
  h4.wp-block-heading.is-style-focus::before {
    height: 26px;
    min-width: 24px;
  }
  h4.wp-block-heading.is-style-focus::after {
    min-width: 10px;
    height: 22px;
    margin-bottom: -15px;
  }
}
.wp-block-ws-library-ws-slider {
  margin: 30px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-slider {
    margin: 45px 0;
  }
}
.wp-block-ws-library-ws-slider .splide {
  margin: 0 -15px;
  padding-bottom: 60px;
  position: relative;
}
.wp-block-ws-library-ws-slider .splide__slide {
  padding: 0 15px;
}
.wp-block-ws-library-ws-slider .splide__slide img {
  width: 100%;
  max-width: 100%;
  border-radius: 22px;
}
.wp-block-ws-library-ws-slider .splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-ws-library-ws-slider .splide__arrow {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  top: 0;
  background: 0 none;
  width: 40px;
  height: 40px;
  margin: 0 6px;
}
.wp-block-ws-library-ws-slider .splide__arrow::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 9px;
  left: 9px;
  z-index: 1;
  background: var(--wp--preset--color--midnight-blue);
  -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--chevron");
          mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--chevron");
  -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;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.wp-block-ws-library-ws-slider .splide__arrow.btn-prev::after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.wp-block-ws-library-ws-slider .splide__arrow.btn-next::after {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-slider .splide__arrow:hover::after {
    background: var(--wp--preset--color--coral-red);
  }
}
.wp-block-ws-library-ws-slider .splide__arrow svg {
  display: none;
}

@-webkit-keyframes pulse-circle {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    opacity: 0.9;
  }
}

@keyframes pulse-circle {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    opacity: 0.9;
  }
}
.wp-block-ws-library-ws-list-pictos,
.wp-block-ws-library-ws-list-pictos .block-editor-block-list__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.wp-block-ws-library-ws-list-pictos .block-editor-block-list__block {
  width: 100%;
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  padding: 0 15px;
  cursor: default;
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon .group-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  min-width: 90px;
  min-height: 90px;
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon .group-media .field-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon .group-media .field-image::before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--wp--preset--color--light-blue);
  outline: solid 12px var(--wp--preset--color--light-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  opacity: 0.7;
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon .group-media img {
  width: 42px;
  height: auto;
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon .group-content {
  width: calc(100% - 80px);
  font-weight: 700;
  text-align: center;
  padding-left: 30px;
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon .group-content p {
  margin: 0;
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon .cardlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 0;
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon:nth-of-type(4n + 1) .group-media .field-image::before,
.wp-block-ws-library-ws-list-pictos .block-editor-block-list__block:nth-of-type(4n + 1) .group-media .field-image::before {
  background: var(--wp--preset--color--purple);
  outline-color: rgba(129, 145, 175, 0.4);
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon:nth-of-type(4n + 2) .group-media .field-image::before,
.wp-block-ws-library-ws-list-pictos .block-editor-block-list__block:nth-of-type(4n + 2) .group-media .field-image::before {
  background: var(--wp--preset--color--pale-yellow);
  outline-color: rgba(252, 221, 153, 0.4);
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon:nth-of-type(4n + 3) .group-media .field-image::before,
.wp-block-ws-library-ws-list-pictos .block-editor-block-list__block:nth-of-type(4n + 3) .group-media .field-image::before {
  background: var(--wp--preset--color--coral-red);
  outline-color: rgba(231, 97, 72, 0.4);
}
.wp-block-ws-library-ws-list-pictos .ws-text-icon:nth-of-type(4n + 4) .group-media .field-image::before,
.wp-block-ws-library-ws-list-pictos .block-editor-block-list__block:nth-of-type(4n + 4) .group-media .field-image::before {
  background: var(--wp--preset--color--light-blue);
  outline-color: rgba(119, 193, 222, 0.4);
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-list-pictos .ws-text-icon,
  .wp-block-ws-library-ws-list-pictos .block-editor-block-list__block {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-block-ws-library-ws-list-pictos .ws-text-icon .group-media,
  .wp-block-ws-library-ws-list-pictos .block-editor-block-list__block .group-media {
    margin-bottom: 5px;
  }
  .wp-block-ws-library-ws-list-pictos .ws-text-icon .group-content,
  .wp-block-ws-library-ws-list-pictos .block-editor-block-list__block .group-content {
    padding: 0;
    width: 100%;
  }
  .wp-block-ws-library-ws-list-pictos .block-editor-block-list__block .ws-text-icon {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wp-block-ws-library-ws-list-pictos .ws-text-icon,
  .wp-block-ws-library-ws-list-pictos .block-editor-block-list__block {
    width: 25%;
  }
  .wp-block-ws-library-ws-list-pictos .block-editor-block-list__block .ws-text-icon {
    width: 100%;
  }
}

.wp-block-ws-library-ws-image .wrapper {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-image .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block-ws-library-ws-image .caption {
  font-size: 14px;
}
.wp-block-ws-library-ws-image .group-media {
  position: relative;
}
.wp-block-ws-library-ws-image .group-media::before {
  content: "";
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 1;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#shapes--shape-title-2");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
  pointer-events: none;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-image .group-media::before {
    width: 260px;
    height: 260px;
    right: -135px;
  }
}
.wp-block-ws-library-ws-image .group-media img {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  width: 100%;
}
.wp-block-ws-library-ws-image .group-media .credits {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(4, 36, 96, 0.6);
  padding: 6px 16px;
  font-size: 14px;
  color: var(--wp--preset--color--white);
  border-radius: 22px 0 22px 0;
  max-width: 320px;
  text-align: right;
  pointer-events: none;
}

.wp-block-ws-library-ws-columns .wp-block-ws-library-ws-image .group-media::before {
  width: 120px;
  height: 120px;
  right: -40px;
  top: -30px;
}
.wp-block-ws-library-ws-columns .wp-block-ws-library-ws-image .wrapper {
  padding-bottom: 0;
  border-radius: 22px;
}

@media (min-width: 992px) {
  .wp-block-ws-library-ws-columns .wp-block-ws-library-ws-column {
    margin: 0;
  }
}
.wp-block-ws-library-ws-column p:first-child {
  margin-top: 0;
}
.wp-block-ws-library-ws-column .wrapper.has-background {
  padding: 15px;
  border-radius: 22px;
}
.wp-block-ws-library-ws-column .wrapper.has-background.background-beige {
  background: var(--wp--preset--color--beige);
}
@media (min-width: 1470px) {
  .wp-block-ws-library-ws-column .wrapper.has-background {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .wp-block-ws-library-ws-columns .wp-block-ws-library-ws-column:first-child .wrapper.has-background {
    margin-right: -75px;
    padding-right: 75px;
  }
}
@media (min-width: 1470px) {
  .wp-block-ws-library-ws-columns .wp-block-ws-library-ws-column:first-child .wrapper.has-background {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-columns .wp-block-ws-library-ws-column:last-child .wrapper.has-background {
    margin-left: -75px;
    padding-left: 75px;
  }
}
@media (min-width: 1470px) {
  .wp-block-ws-library-ws-columns .wp-block-ws-library-ws-column:last-child .wrapper.has-background {
    padding-right: 30px;
  }
}

.wp-block-ws-library-ws-video .wrapper {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-video .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block-ws-library-ws-video .group-media {
  position: relative;
  overflow: hidden;
  background: var(--wp--preset--color--beige);
  border-radius: 22px;
  padding: 30px;
}
.wp-block-ws-library-ws-video .group-media .wp-block-video,
.wp-block-ws-library-ws-video .group-media .wp-block-embed {
  margin: 0;
  width: 100%;
}
.wp-block-ws-library-ws-video .group-media video,
.wp-block-ws-library-ws-video .group-media iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.wp-block-ws-library-ws-video h2 {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 30px;
  padding-left: 20px;
  font-size: 36px;
  padding-top: 60px;
  color: var(--wp--preset--color--white);
  font-family: "Quicksand", "Trebuchet MS", Helvetica, sans-serif;
  text-align: right;
  text-transform: uppercase;
  line-height: 1;
}

.faq-items {
  max-width: 720px;
  margin: auto;
}

.wp-block-ws-library-ws-faq-custom .category-switcher {
  text-align: center;
}
.wp-block-ws-library-ws-faq-custom .category-switcher ul {
  display: inline-block;
  padding-left: 80px;
  list-style-type: none;
  position: relative;
}
.wp-block-ws-library-ws-faq-custom .category-switcher ul::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#shapes--shape-faq");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.wp-block-ws-library-ws-faq-custom .category-switcher ul::after {
  content: "Je suis";
  position: absolute;
  top: 60px;
  left: 0;
  font-weight: 700;
}
.wp-block-ws-library-ws-faq-custom .category-switcher ul li {
  text-align: left;
  font-weight: 700;
  font-size: 22px;
  padding: 5px 0;
  padding-top: 0;
  margin-bottom: 8px;
  opacity: 0.6;
  border-bottom: solid 2px transparent;
  cursor: pointer;
}
.wp-block-ws-library-ws-faq-custom .category-switcher ul li.active {
  opacity: 1;
  border-bottom: solid 2px var(--wp--preset--color--golden-yellow);
}

@-webkit-keyframes logo {
  0% {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes logo {
  0% {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.wp-block-ws-library-ws-header-image-full .wrapper {
  position: relative;
}
.wp-block-ws-library-ws-header-image-full .group-media {
  position: relative;
  overflow: hidden;
  margin-left: auto;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-image-full .group-media {
    height: 540px;
    max-width: calc(100% - 240px);
  }
}
@media (min-width: 1200px) {
  .wp-block-ws-library-ws-header-image-full .group-media {
    height: 680px;
    max-width: calc(100% - 320px);
  }
}
@media (min-width: 1470px) {
  .wp-block-ws-library-ws-header-image-full .group-media {
    height: 840px;
    max-width: calc(100% - 640px);
  }
}
.wp-block-ws-library-ws-header-image-full .group-media::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#shapes--shape-title-2");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-35px) rotateY(180deg);
          transform: translateX(-35px) rotateY(180deg);
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-image-full .group-media::after {
    top: -5px;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .wp-block-ws-library-ws-header-image-full .group-media::after {
    width: 320px;
    height: 320px;
    -webkit-transform: translateX(-60px) rotateY(180deg);
            transform: translateX(-60px) rotateY(180deg);
  }
}
.wp-block-ws-library-ws-header-image-full .group-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 100%;
}
.wp-block-ws-library-ws-header-image-full .group-content {
  padding: 0 15px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-image-full .group-content {
    position: absolute;
    margin-top: -75px;
    top: 260px;
    max-width: 440px;
  }
}
@media (min-width: 1200px) {
  .wp-block-ws-library-ws-header-image-full .group-content {
    top: 260px;
    max-width: 520px;
  }
}
@media (min-width: 1470px) {
  .wp-block-ws-library-ws-header-image-full .group-content {
    top: 260px;
    max-width: 860px;
    margin-left: calc((100vw - var(--wp--style--global--wide-size)) / 2 - 7.5px);
  }
}
.wp-block-ws-library-ws-header-image-full .site-logo {
  max-width: 180px;
}
.wp-block-ws-library-ws-header-image-full .site-logo .logo {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-animation: logo 1.2s ease-in-out alternate;
          animation: logo 1.2s ease-in-out alternate;
}
@media (min-width: 1200px) {
  .wp-block-ws-library-ws-header-image-full .site-logo {
    max-width: 320px;
  }
}
.wp-block-ws-library-ws-header-image-full .site-logo img,
.wp-block-ws-library-ws-header-image-full .site-logo svg {
  width: 100%;
  height: auto;
}

.wp-block-ws-library-ws-header-image {
  margin-bottom: 30px;
}
.wp-block-ws-library-ws-header-image .group-content {
  padding: 15px;
  padding-bottom: 30px;
  background: var(--wp--preset--color--beige);
  border-radius: 22px;
  position: relative;
}
.wp-block-ws-library-ws-header-image .group-content::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background-image: url("/wp-content/themes/vivaldi/assets/img/brand/logo-light.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  bottom: -6px;
}
.wp-block-ws-library-ws-header-image .group-content h1 {
  margin: 0;
  text-align: center;
  max-width: none;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-image .group-content {
    padding: 30px;
  }
}

.wp-block-ws-library-ws-documents .link-document {
  color: var(--wp--preset--color--midnight-blue);
  font-weight: 700;
  text-decoration: none;
  padding: 4px;
  padding-left: 34px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: padding 0.25s, color 0.25s;
  transition: padding 0.25s, color 0.25s;
}
.wp-block-ws-library-ws-documents .link-document::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 6px;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--download");
          mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--download");
  -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: var(--wp--preset--color--coral-red);
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.wp-block-ws-library-ws-documents .link-document::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--half-circle");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.wp-block-ws-library-ws-documents .link-document:hover, .wp-block-ws-library-ws-documents .link-document:focus {
  color: var(--wp--preset--color--light-blue);
}
.wp-block-ws-library-ws-documents .link-document:hover::before, .wp-block-ws-library-ws-documents .link-document:focus::before {
  background: var(--wp--preset--color--light-blue);
}

.block-conferences-formations .wp-block-heading {
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .block-conferences-formations .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-conferences-formations .wp-block-ws-library-ws-list-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .block-conferences-formations .wp-block-ws-library-ws-list-content .list-items {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .block-conferences .list-items > .item,
  .block-formations .list-items > .item {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .block-conferences .list-items > .item,
  .block-formations .list-items > .item {
    width: 50%;
  }
}

.block-conferences .card {
  outline: solid 15px rgba(252, 221, 153, 0.4);
}
.block-conferences .list-items {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 992px) {
  .block-conferences {
    padding-right: 30px;
  }
  .block-conferences .list-items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.block-logotop {
  display: none;
  text-align: center;
  pointer-events: none;
}
.block-logotop a {
  display: inline-block;
  pointer-events: all;
}
.block-logotop img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .block-logotop {
    position: fixed;
    left: 0;
    right: 0;
    top: 40px;
    text-align: left !important;
    padding-left: var(--wp--style--root--padding-left) !important;
    padding-right: var(--wp--style--root--padding-right) !important;
    z-index: 4;
  }
  .block-logotop p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: var(--wp--preset--color--white);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  }
  .block-logotop img {
    margin: 0;
  }
}

header {
  margin: 0;
}

body:not(.home):not(.block-editor-page):not(.mce-content-body) {
  padding-top: 15px;
}
@media (min-width: 992px) {
  body:not(.home):not(.block-editor-page):not(.mce-content-body) {
    padding-top: 135px;
  }
}
body:not(.home):not(.block-editor-page):not(.mce-content-body) .block-logotop {
  display: block;
  text-align: center;
}

.block-maptext .wp-block-ws-library-ws-column {
  padding: 0 15px;
}
.block-maptext .wp-block-ws-library-ws-column .wp-block-ws-library-ws-image .group-media::before,
.block-maptext .wp-block-ws-library-ws-column .wp-block-ws-library-ws-image .credits {
  display: none;
}
.block-maptext .wp-block-ws-library-ws-column .wp-block-ws-library-ws-image .group-media {
  margin-left: -15px;
}
.block-maptext .wp-block-ws-library-ws-column .wp-block-ws-library-ws-image .wrapper {
  padding: 0;
  margin-left: 0;
}
@media (max-width: 991px) {
  .block-maptext .wp-block-ws-library-ws-column:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .block-maptext .wp-block-ws-library-ws-column {
    padding-left: 0;
  }
}
.block-maptext .block-text {
  max-width: 680px;
}

.block-socialwall {
  padding: 0 15px;
}

.block-missions,
.block-conferences-formations,
.block-socialwall,
.block-faq {
  margin-top: 45px;
  margin-bottom: 45px;
}

.block-maptext {
  margin-top: 45px;
}

.block-socialwalltitle {
  margin-top: 45px;
}
.block-socialwalltitle > .wp-block-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-socialwalltitle .item-linkedin {
  margin: 0;
}
.block-socialwalltitle .item-linkedin a {
  display: block;
  font-size: 0;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: var(--wp--preset--color--medium-blue);
  -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--linkedin");
          mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--linkedin");
  -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;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  margin-left: 10px;
  margin-top: 7px;
}
@media (min-width: 992px) {
  .block-socialwalltitle .item-linkedin a {
    margin-left: 30px;
    margin-top: 20px;
  }
  .block-socialwalltitle .item-linkedin a:hover {
    background: var(--wp--preset--color--light-blue);
  }
}

.block-conferences-formations .wp-block-ws-library-ws-column:not(:has(.wp-block-ws-library-ws-list-events)) {
  display: none;
}

.wpcf7 {
  max-width: 720px;
  margin: auto;
}
.wpcf7 label {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.wpcf7 .wpcf7-not-valid-tip {
  text-transform: none;
  font-weight: 700;
  margin-top: 3px;
}
.wpcf7 .wpcf7-submit {
  cursor: pointer;
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--midnight-blue);
  border: 0 none;
  font-weight: 700;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  width: auto;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-submit:focus {
  background: var(--wp--preset--color--medium-blue);
}

.list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.list-items > .item {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.list-items > .item > .card {
  height: 100%;
}
@media (max-width: 991px) {
  .list-items > .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .list-items > .item, .list-items.list-2-2-2 > .item, .list-items.list-2-2-3 > .item, .list-items.list-2-2-4 > .item, .list-items.list-2-3-3 > .item, .list-items.list-2-3-4 > .item, .list-items.list-2-4-4 > .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .list-items.list-1-2-2 > .item {
    width: 50%;
  }
  .list-items > .item, .list-items.list-2-3-3 > .item, .list-items.list-2-3-4 > .item {
    width: 33.33%;
  }
  .list-items.list-2-4-4 > .item {
    width: 25%;
  }
}
@media (min-width: 1470px) {
  .list-items.list-1-1-2 > .item {
    width: 50%;
  }
  .list-items.list-2-2-3 > .item, .list-items.list-2-3-3 > .item {
    width: 33.33%;
  }
  .list-items.list-2-2-4 > .item, .list-items.list-2-3-4 > .item {
    width: 25%;
  }
}

.listing-facets {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}
.listing-facets.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing-facets::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .listing-facets {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.listing-facets .facette {
  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: 420px;
  min-height: 380px;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-height: 100%;
  overflow: hidden;
}
.listing-facets .facette .facet-inner {
  overflow: auto;
  padding: 15px 18px;
  background: var(--wp--preset--color--white);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 992px) {
  .listing-facets .facette .facet-inner {
    max-height: calc(100vh - 300px);
  }
}
.listing-facets .facet-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--wp--preset--color--midnight-blue);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  min-height: 50px;
}
.listing-facets .facet-header .facet-title {
  padding: 12px 18px;
  padding-bottom: 6px;
}
.listing-facets .facet-header .facet-close {
  font-size: 0;
  height: 40px;
  width: 40px;
  margin-left: auto;
  position: relative;
  background: var(--wp--preset--color--midnight-blue);
  cursor: pointer;
  margin-right: 6px;
  border-radius: 7px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.listing-facets .facet-header .facet-close:hover, .listing-facets .facet-header .facet-close:focus {
  background: var(--wp--preset--color--midnight-blue);
}
.listing-facets .facet-header .facet-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--cross");
          mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--cross");
  -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;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #000;
  pointer-events: none;
}
.listing-facets .facet-title {
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  top: 15px;
  left: 20px;
  font-family: "Quicksand", "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
.listing-facets .facet-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px 20px;
  overflow: hidden;
  min-height: 50px;
  background: var(--wp--preset--color--white);
}
.listing-facets .facet-buttons .facet-close {
  text-transform: none;
}
.listing-facets .facet-buttons .btn {
  cursor: pointer;
}
.listing-facets .facetwp-toggle {
  margin-top: 5px;
  color: var(--wp--preset--color--midnight-blue);
  font-size: 14px;
}
.listing-facets .facet-label {
  margin-bottom: 10px;
}
.listing-facets .link-reset {
  font-size: 14px;
  border: 0 none;
  padding: 0;
  background: 0 none;
  margin-right: auto;
  color: var(--wp--preset--color--midnight-blue);
  text-decoration: underline;
  cursor: pointer;
}
.listing-facets .facet-wrap {
  margin-bottom: 15px;
}
.listing-facets .facet-wrap:last-child {
  margin-bottom: 0;
}
.listing-facets .facetwp-facet {
  margin-bottom: 15px;
}
.listing-facets .facetwp-facet:last-child {
  margin-bottom: 0;
}
.listing-facets .facetwp-facet.wrapper-dates label {
  font-weight: 700;
  min-width: 50px;
  display: inline-block;
}
.listing-facets .facetwp-facet.wrapper-dates input {
  width: 100%;
}
.listing-facets .facetwp-facet.wrapper-dates .date-du,
.listing-facets .facetwp-facet.wrapper-dates .date-au {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listing-facets .facetwp-facet.wrapper-dates .date-du {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .listing-facets .facetwp-facet.wrapper-dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .listing-facets .facetwp-facet.wrapper-dates .date-du,
  .listing-facets .facetwp-facet.wrapper-dates .date-au {
    -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: flex-start;
    width: 50%;
  }
  .listing-facets .facetwp-facet.wrapper-dates .date-du {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.listing-facets .facetwp-counter {
  color: var(--wp--preset--color--midnight-blue);
}
.listing-facets .facetwp-checkbox {
  background: 0 none;
  padding: 4px 0;
  padding-left: 35px;
  position: relative;
}
.listing-facets .facetwp-checkbox::before {
  content: "";
  height: 15px;
  width: 15px;
  background: var(--wp--preset--color--white);
  -webkit-box-shadow: 0 0 0 4px var(--wp--preset--color--white), 0 0 0 5px var(--wp--preset--color--midnight-blue);
          box-shadow: 0 0 0 4px var(--wp--preset--color--white), 0 0 0 5px var(--wp--preset--color--midnight-blue);
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 2px;
}
.listing-facets .facetwp-checkbox.checked {
  background: 0 none;
}
.listing-facets .facetwp-checkbox.checked::before {
  background: var(--wp--preset--color--midnight-blue);
  -webkit-box-shadow: 0 0 0 4px var(--wp--preset--color--white), 0 0 0 5px var(--wp--preset--color--midnight-blue);
          box-shadow: 0 0 0 4px var(--wp--preset--color--white), 0 0 0 5px var(--wp--preset--color--midnight-blue);
}

.listing-header .results,
.facetwp-template .results {
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 4px;
  height: 50px;
  color: var(--wp--preset--color--midnight-blue);
}

.listing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.listing-header .toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
  gap: 3px;
}
.listing-header .toggle-container .toggle-btn {
  background: 0 none;
  border: solid 2px var(--wp--preset--color--midnight-blue);
  padding: 10px 16px;
  min-height: 36px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
  gap: 10px;
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  -webkit-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
.listing-header .toggle-container .toggle-btn::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: var(--wp--preset--color--midnight-blue);
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.listing-header .toggle-container .toggle-btn.toggle-list::before {
  -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--grid");
          mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--grid");
  -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;
}
.listing-header .toggle-container .toggle-btn.toggle-map::before {
  -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--map");
          mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--map");
  -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;
}
.listing-header .toggle-container .toggle-btn.toggle-facets::before {
  -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--settings");
          mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--settings");
  -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;
}
.listing-header .toggle-container .toggle-btn.toggle-facets {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: auto;
}
.listing-header .toggle-container .toggle-btn:focus {
  outline: none;
}
@media (max-width: 991px) {
  .listing-header .results,
  .listing-header .toggle-container {
    width: 100%;
  }
  .listing-header .toggle-container {
    width: 100%;
  }
  .listing-header .toggle-container .toggle-btn.toggle-map, .listing-header .toggle-container .toggle-btn.toggle-list {
    font-size: 0;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .listing-header .toggle-container .toggle-btn.toggle-map, .listing-header .toggle-container .toggle-btn.toggle-list {
    display: none;
  }
  .listing-header .toggle-container .toggle-btn:hover, .listing-header .toggle-container .toggle-btn:focus, .listing-header .toggle-container .toggle-btn.active {
    background: var(--wp--preset--color--midnight-blue);
    color: var(--wp--preset--color--white);
  }
  .listing-header .toggle-container .toggle-btn:hover::before, .listing-header .toggle-container .toggle-btn:focus::before, .listing-header .toggle-container .toggle-btn.active::before {
    background: var(--wp--preset--color--white);
  }
}

.facetwp-selections {
  position: relative;
  z-index: 1;
}
.facetwp-selections ul {
  list-style: none;
  padding-left: 0;
}
.facetwp-selections li {
  position: relative;
  padding: 10px;
  margin: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 34px;
}
.facetwp-selections li .facetwp-selection-label {
  font-weight: 700;
}
.facetwp-selections li .facetwp-selection-value {
  position: relative;
  padding: 10px;
  padding-right: 16px;
  cursor: pointer;
}
.facetwp-selections li .facetwp-selection-value::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--wp--preset--color--midnight-blue);
  border-radius: 5px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.facetwp-selections li .facetwp-selection-value:hover::before {
  opacity: 1;
}
.facetwp-selections li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--wp--preset--color--midnight-blue);
  border-radius: 5px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
}

.facetwp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
}
.facetwp-pager > .facetwp-page {
  padding: 8px 6px;
  background: var(--wp--preset--color--midnight-blue);
  color: var(--wp--preset--color--white);
  margin: 0 3px;
  margin-bottom: 6px;
  border-radius: 50px;
  min-width: 32px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
.facetwp-pager > .facetwp-page:hover, .facetwp-pager > .facetwp-page:focus, .facetwp-pager > .facetwp-page.active {
  background: var(--wp--preset--color--midnight-blue);
  color: var(--wp--preset--color--midnight-blue);
}

.post-footer {
  padding: 10px;
}
.post-footer a {
  font-weight: 400;
  font-size: 14px;
}
.post-footer .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--coral-red);
}
.post-footer ul {
  gap: 0;
}
.post-footer ul li::after {
  content: " - ";
  margin: 0 5px;
}
.post-footer ul li:last-child::after {
  display: none;
}

footer {
  overflow: hidden;
}
footer a:hover {
  text-decoration: none;
}
footer .main-footer {
  padding: 0;
}
footer .footer-col-1,
footer .footer-col-2 {
  padding: 15px;
  background: var(--wp--preset--color--beige);
}
footer .footer-col-1 {
  border-radius: 22px 22px 0 0;
}
footer .footer-col-2 {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 22px 22px;
}
footer .footer-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-col-3 .block-utile {
  height: 100%;
}
footer .block-social,
footer .block-utile {
  padding: 15px;
}
footer .block-utile {
  border-radius: 0 0 0 22px;
  background: var(--wp--preset--color--gray);
  color: var(--wp--preset--color--medium-blue);
}
footer .block-utile .wp-block-navigation {
  max-width: 260px;
  margin: auto;
  width: 100%;
}
footer .block-utile p {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Quicksand", "Trebuchet MS", Helvetica, sans-serif;
}
footer .block-utile a {
  padding-left: 30px;
  position: relative;
}
footer .block-utile a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--list");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
footer .block-utile a:hover {
  text-decoration: none;
}
footer .wp-block-site-title a {
  text-transform: uppercase;
  color: var(--wp--preset--color--medium-blue);
  font-family: "Quicksand", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
}
footer .block-phone {
  margin-top: 10px;
  padding-left: 42px;
  position: relative;
}
footer .block-phone,
footer .block-phone a {
  color: var(--wp--preset--color--medium-blue);
  font-size: 18px;
}
footer .block-phone a {
  text-decoration: none;
}
footer .block-phone a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: var(--wp--preset--color--medium-blue);
  -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--phone");
          mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--phone");
  -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;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
footer .block-social {
  background-image: url("/wp-content/themes/vivaldi/assets/img/brand/logo-light.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top left;
  font-weight: 700;
}
@media (max-width: 991px) {
  footer .block-social {
    padding-left: 100px;
  }
}
footer .link-mail a {
  position: relative;
  padding: 8px 0;
  padding-left: 42px;
  font-size: 18px;
  color: var(--wp--preset--color--medium-blue);
  text-decoration: none;
  text-transform: none;
}
footer .link-mail a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: var(--wp--preset--color--medium-blue);
  -webkit-mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--email");
          mask-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--email");
  -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;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
footer .block-financement p {
  color: var(--wp--preset--color--medium-blue);
  font-size: 16px;
  font-family: "Quicksand", "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
footer .block-financement img {
  max-width: 165px;
}
footer .wp-block-site-logo img {
  max-width: 210px;
}
footer .wp-block-ws-library-ws-image {
  margin-top: 15px;
  width: 100%;
}
footer .wp-block-ws-library-ws-image .wrapper {
  padding: 0;
  margin: 0;
  max-width: none;
}
footer .wp-block-ws-library-ws-image .group-media::before {
  display: none;
}
footer .wp-block-ws-library-ws-image .group-media img {
  border-radius: 0;
  max-width: 220px;
}
footer .wp-block-ws-library-ws-image .credits {
  display: none;
}
@media (min-width: 992px) {
  footer .footer-col-1,
  footer .footer-col-2 {
    border-radius: 0;
  }
  footer .footer-col-1 {
    position: relative;
  }
  footer .footer-col-1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: calc((100vw - 1440px) / 2 - 8px);
    background: var(--wp--preset--color--beige);
    border-radius: 22px 0 0 22px;
  }
  footer .footer-col-2 {
    border-radius: 0 22px 22px 0;
  }
  footer .block-utile {
    position: relative;
  }
  footer .block-utile::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 800px;
    background: var(--wp--preset--color--gray);
  }
  footer .block-financement {
    max-width: 330px;
  }
  footer .block-financement p {
    font-size: 18px;
  }
  footer .block-financement img {
    margin: 25px 0;
    max-width: 280px;
  }
  footer .wp-block-site-title a {
    font-size: 18px;
  }
}
footer .block-phone a:hover,
footer .link-mail a:hover {
  color: var(--wp--preset--color--coral-red);
}
footer .block-phone a:hover::before,
footer .link-mail a:hover::before {
  background: var(--wp--preset--color--coral-red);
}
footer .block-utile .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--light-blue);
}
@media (min-width: 1470px) {
  footer .block-social,
  footer .block-utile {
    padding-left: 120px;
  }
}

.menu-area {
  border-radius: 50px;
}
@media (max-width: 991px) {
  .menu-area {
    margin: 0 -45px;
    border-radius: 22px;
  }
  .menu-area .wp-block-navigation {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-area .wp-block-navigation .wp-block-navigation__responsive-container-open {
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#menu--burger");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-area .wp-block-navigation .wp-block-navigation__responsive-container-open svg {
    display: none;
  }
  .menu-area .wp-block-navigation .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .menu-area .wp-block-buttons {
    margin-left: auto;
  }
}

:not(.is-root-container) .menu-area {
  position: fixed;
  z-index: 3;
  left: 15px;
  right: 15px;
  top: 40px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  :not(.is-root-container) .menu-area {
    margin: 0 -45px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 45px;
  }
}

@media (min-width: 992px) {
  :not(.is-root-container) body:not(.home) .menu-area {
    left: 145px;
  }
}
@media (min-width: 1470px) {
  :not(.is-root-container) body:not(.home) .menu-area {
    left: 210px;
  }
}

@media (max-width: 991px) {
  .menu-area .wp-block-navigation__responsive-container {
    top: 45px;
    left: 15px;
    right: 15px;
    bottom: 115px;
    border-radius: 22px;
  }
}
.menu-area .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--midnight-blue);
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#shapes--shape-title-2");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-position: bottom right -20px;
}
.menu-area .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  text-align: center;
  color: var(--wp--preset--color--white);
}
@media (min-width: 992px) {
  .menu-area .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    text-align: left;
  }
}
.menu-area .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover, .menu-area .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:focus {
  text-decoration: none;
}
.menu-area .wp-block-navigation .wp-block-navigation__submenu-icon {
  display: none;
}
@media (min-width: 992px) {
  .menu-area .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    border: 0 none;
    overflow: hidden !important;
    padding: 20px 15px;
    padding-bottom: 15px;
    background: 0 none;
    text-align: left;
  }
  .menu-area .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container::before {
    content: "";
    display: block;
    position: absolute;
    background: var(--wp--preset--color--midnight-blue);
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 22px;
  }
  .menu-area .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    position: relative;
    padding: 5px 0;
    padding-left: 30px;
  }
  .menu-area .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--list");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .menu-area .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item {
    padding: 26px 0;
  }
}
.menu-area .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  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;
}
.menu-area .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation__submenu-container {
  padding: 15px;
  padding-bottom: 0;
}
.menu-area .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menu-area .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 5px;
}
.menu-area .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  position: relative;
  padding-left: 30px;
}
.menu-area .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item__content::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--list");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-area .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content.current-menu-ancestor,
.menu-area .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover, .menu-area .wp-block-navigation .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content {
  color: var(--wp--preset--color--light-blue);
}
@media (min-width: 992px) {
  .menu-area .btn-contact {
    padding-left: 45px;
  }
  .menu-area .btn-contact .wp-element-button {
    font-weight: 700;
    padding: 26px 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .menu-area .btn-contact .wp-element-button:hover {
    color: var(--wp--preset--color--light-blue);
  }
}

@media (min-width: 992px) {
  .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
  .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
  .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    min-width: 220px;
  }
}