:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
}
.widget-picto-overlay {
  background-color: #edf5fa;
  padding: 40px 0 48px;
  position: relative;
}
@media (min-width: 768px) {
  .widget-picto-overlay {
    padding: 48px 0;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay {
    padding: 56px 0;
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay {
    padding: 64px 0;
  }
}
.widget-picto-overlay:before {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media (max-width: 767px) {
  .widget-picto-overlay-introduction p {
    font-family: ZurichSans-Regular, Arial, sans-serif;
    font-size: 16px;
  }
}
.widget-picto-overlay-journey {
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey {
    margin-top: 48px;
  }
}
.widget-picto-overlay-journey ul {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul {
    flex-direction: row;
  }
}
.widget-picto-overlay-journey ul li {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .widget-picto-overlay-journey ul li {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-journey ul li {
    margin: 0 30px 0 0;
  }
}
.widget-picto-overlay-journey ul li:first-child {
  justify-content: flex-start;
  margin-bottom: 55px;
  z-index: 1;
}
@media (min-width: 768px) {
  .widget-picto-overlay-journey ul li:first-child {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:first-child {
    margin-bottom: 0;
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-journey ul li:first-child {
    margin-right: 80px;
  }
}
.widget-picto-overlay-journey ul li:first-child:before {
  background-color: #2167ae;
  content: "";
  display: block;
  height: calc(50% + 15px);
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 50%;
  width: 4px;
  z-index: -1;
}
@media (min-width: 768px) {
  .widget-picto-overlay-journey ul li:first-child:before {
    height: calc(50% + 20px);
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:first-child:before {
    height: 4px;
    margin-left: 0;
    margin-top: -2px;
    top: 130px;
    width: calc(50% + 15px);
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-journey ul li:first-child:before {
    top: 150px;
    width: calc(50% + 20px);
  }
}
.widget-picto-overlay-journey ul li:first-child:after {
  border: 24px solid rgba(33, 103, 174, 0);
  border-top-color: #2167ae;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -24px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 15px);
  transform: scaleX(50%);
  width: 0;
}
@media (min-width: 768px) {
  .widget-picto-overlay-journey ul li:first-child:after {
    top: calc(100% + 20px);
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:first-child:after {
    left: calc(100% + 15px);
    margin-left: 0;
    margin-top: -24px;
    top: 130px;
    transform: scaleY(50%) rotate(-90deg);
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-journey ul li:first-child:after {
    left: calc(100% + 20px);
    top: 150px;
  }
}
.widget-picto-overlay-journey ul li:first-child img {
  height: 228px;
  width: 228px;
}
@media (min-width: 768px) {
  .widget-picto-overlay-journey ul li:first-child img {
    height: 280px;
    width: 280px;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:first-child img {
    height: 260px;
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-journey ul li:first-child img {
    height: 300px;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:not(:first-child) {
    justify-content: flex-start;
    padding-top: 65px;
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-journey ul li:not(:first-child) {
    padding-top: 80px;
  }
}
.widget-picto-overlay-journey ul li:not(:first-child):before {
  border: 1px dashed #5495cf;
  bottom: 39px;
  content: "";
  display: block;
  height: 108px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  width: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .widget-picto-overlay-journey ul li:not(:first-child):before {
    bottom: 50px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:not(:first-child):before {
    bottom: auto;
    height: 0;
    left: auto;
    margin-left: 0;
    margin-top: -1px;
    right: 65px;
    top: 130px;
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-journey ul li:not(:first-child):before {
    right: 70px;
    top: 150px;
    width: 190px;
  }
}
.widget-picto-overlay-journey ul li:not(:first-child) button {
  text-decoration: none;
}
.widget-picto-overlay-journey
  ul
  li:not(:first-child)
  button.is-active
  figure
  img,
.widget-picto-overlay-journey ul li:not(:first-child) button:hover figure img {
  opacity: 0;
}
.widget-picto-overlay-journey
  ul
  li:not(:first-child)
  button.is-active
  figure
  img
  + img,
.widget-picto-overlay-journey
  ul
  li:not(:first-child)
  button:hover
  figure
  img
  + img {
  opacity: 1;
  transition: opacity 0s 0s;
}
.widget-picto-overlay-journey
  ul
  li:not(:first-child)
  button.is-active
  figure
  figcaption,
.widget-picto-overlay-journey
  ul
  li:not(:first-child)
  button:hover
  figure
  figcaption {
  color: #23366f;
}
.widget-picto-overlay-journey ul li:not(:first-child) figure {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  position: relative;
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure {
    flex-direction: column;
  }
}
.widget-picto-overlay-journey ul li:not(:first-child) figure img {
  border-radius: 50%;
  height: 78px;
  margin: 0;
  opacity: 1;
  transition: opacity 0.25s;
  width: 78px;
  z-index: 2;
}
@media (min-width: 768px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure img {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure img {
    height: 130px;
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure img {
    height: 140px;
    width: 140px;
  }
}
.widget-picto-overlay-journey ul li:not(:first-child) figure img + img {
  margin-left: -78px;
  opacity: 0;
  transition: opacity 0.15s 0.15s;
  z-index: 1;
}
@media (min-width: 768px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure img + img {
    margin-left: -100px;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure img + img {
    margin-left: 0;
    margin-top: -130px;
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure img + img {
    margin-top: -140px;
  }
}
.widget-picto-overlay-journey ul li:not(:first-child) figure:after {
  border-radius: 50%;
  box-shadow: 4px 4px 10px 0 rgba(35, 54, 111, 0.2);
  content: "";
  display: block;
  height: 78px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 78px;
}
@media (min-width: 768px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure:after {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure:after {
    height: 130px;
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure:after {
    height: 140px;
    width: 140px;
  }
}
.widget-picto-overlay-journey ul li:not(:first-child) figure figcaption {
  align-items: flex-end;
  color: #2167ae;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-family: ZurichSans-Regular, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  line-height: 1.25;
  position: absolute;
  right: 90px;
  text-align: right;
  top: 0;
  width: calc(50vw - 66px);
}
@media (min-width: 768px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure figcaption {
    font-size: 20px;
    right: 125px;
    width: 210px;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure figcaption {
    align-items: center;
    font-family: ZurichSans-Light, Arial, sans-serif;
    font-size: 18px;
    height: auto;
    line-height: 1.3;
    margin-top: 32px;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-journey ul li:not(:first-child) figure figcaption {
    font-size: 20px;
    line-height: 1.25;
    width: 160px;
  }
}
.widget-picto-overlay-journey
  ul
  li:not(:first-child):nth-child(odd)
  figure
  figcaption {
  align-items: flex-start;
  left: 90px;
  right: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .widget-picto-overlay-journey
    ul
    li:not(:first-child):nth-child(odd)
    figure
    figcaption {
    left: 125px;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey
    ul
    li:not(:first-child):nth-child(odd)
    figure
    figcaption {
    align-items: center;
    left: auto;
    text-align: center;
  }
}
.widget-picto-overlay-journey ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .widget-picto-overlay-journey ul li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .widget-picto-overlay-stories {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
/* @media (min-width: 992px) {
  .widget-picto-overlay-stories {
    flex-direction: column;
    overflow: visible;
  }
} */
.low-resolution .widget-picto-overlay-stories {
  bottom: 0;
  max-height: 540px;
  top: auto;
}
.widget-picto-overlay-stories article {
  background-color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: all;
  position: fixed;
  top: 0;
  transform: translateY(100vh);
  transition: all 0.4s ease-in-out;
  width: 100vw;
  z-index: 1001;
}
.widget-picto-overlay-stories article:after,
.widget-picto-overlay-stories article:before {
  background: linear-gradient(180deg, #fff 0, #fff 60%, hsla(0, 0%, 100%, 0));
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .widget-picto-overlay-stories article:after,
  .widget-picto-overlay-stories article:before {
    background: linear-gradient(180deg, #fff 0, #fff 50%, hsla(0, 0%, 100%, 0));
    height: 50px;
    width: calc(100% - 20px);
  }
}
.widget-picto-overlay-stories article:before {
  top: 0;
}
.widget-picto-overlay-stories article:after {
  bottom: 0;
  height: 60px;
  transform: rotate(180deg);
}
.widget-picto-overlay-stories article.is-displayed {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .widget-picto-overlay-stories article {
    align-self: center;
    border-radius: 8px;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.07),
      0 6px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 18px 0 rgba(0, 0, 0, 0.03);
    display: flex;
    height: auto;
    left: auto;
    max-height: 515px;
    padding: 0;
    position: absolute;
    top: auto;
    width: 555px;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .widget-picto-overlay-stories article {
    align-self: flex-start;
    max-height: 80%;
    transform: translateX(-100vw);
  }
  .widget-picto-overlay-stories article:nth-child(2n) {
    transform: translateX(-100vw);
  }
  .widget-picto-overlay-stories article:first-child {
    align-self: flex-end;
    transform: translateX(100vw);
  }
  .widget-picto-overlay-stories article.is-displayed {
    transform: translateX(0);
  }
}
.low-resolution .widget-picto-overlay-stories article {
  max-height: 70vh;
}
.widget-picto-overlay-story {
  height: 100%;
  overflow: auto;
  padding: 72px 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .widget-picto-overlay-story {
    overscroll-behavior: contain;
  }
}
@media (min-width: 768px) {
  .widget-picto-overlay-story {
    height: auto;
    max-height: 100%;
    padding: 48px 40px;
  }
}
.widget-picto-overlay-story img {
  display: block;
  height: 90px;
  margin: 0 auto 24px;
  width: auto;
}
@media (min-width: 992px) {
  .widget-picto-overlay-story img {
    display: none;
  }
}
.widget-picto-overlay-story-headline {
  font-family: ZurichSans-SemiBold, Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .widget-picto-overlay-story-headline {
    font-size: 28px;
    text-align: left;
  }
}
.widget-picto-overlay-story p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .widget-picto-overlay-story p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .widget-picto-overlay-story p {
    font-size: 20px;
  }
}
.low-resolution .widget-picto-overlay-story p {
  font-size: 18px;
}
.widget-picto-overlay-close {
  position: absolute;
  right: calc(var(--scrollbar-width) / 2);
  top: 0;
}
@media (max-width: 767px) {
  .widget-picto-overlay-is-displayed body {
    height: 100vh;
    overflow-y: hidden;
  }
}
