/* input(568,1): run-time error CSS1019: Unexpected token, found '}' */
@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Roman.woff2?v=Oq1SVcIsBaiDdwp36Ul8igoI0a8') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Light.woff2?v=r3IEka6xIvvOgKstn47PqyMeHPA') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Medium.woff2?v=jVrEXkIkPPPZXPcUc8i0Shi7RHE') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Bold.woff2?v=cgpLUmq0BZcglByT8jE0NJnnN74') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Thin.woff2?v=DFXAOrxf6T9k_O63PP3DGzflUMk') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


.middle-content {
    max-width: 1640px;
    margin: 0 auto;
}

.boxed-content {
    max-width: 1440px;
    margin: 0 auto;
}

.min-width-content {
    max-width: 1080px;
    margin: 0 auto;
}

.min-width-content-markdown {
    max-width: 1080px;
    margin: 0 auto;
}


.max-width-content {
    width: 100%;
    max-width: none;
    margin: 0;
}

.hide-footer{
    display: none;
}

html, body, a {
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
    text-decoration: none;
    color: inherit;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --body-font--helvetica-neue: 'Helvetica Neue Custom', sans-serif;
    --body-font--helvetica-neue-light: 'Helvetica Neue Custom', sans-serif;
    --body-font--helvetica-neue-medium: 'Helvetica Neue Custom', sans-serif;
    --body-font--helvetica-neue-bold: 'Helvetica Neue Custom', sans-serif;
    --body-font--helvetica-neue-thin: 'Helvetica Neue Custom', sans-serif;
    --blue: #512CDE;
    --cyan: #5EBCCB;
    --cyan-logo-nti: #0095DD;
    --blue-ibmi: #66C6E2;
    --black: #000000;
    --light-black: #1D1D1F;
    --video-intro: #040B10;
    --white: #fff;
    --lawngreen: #7cfc00;
    --cornflowerblue: #6495ed;
    --light-grey: rgb(243 247 249 / 37%);
    --light-grey-hover: rgb(206 225 235 / 17%);
    --price-cards: rgb(243 243 243 / 85%);
    --grey-home-button: #b1b1b1;
    --news-category-btn: rgba(89, 74, 226, 0.058823529411764705);
    --dotnet: #63217A;
    --grey: #f5f5f7;
    --ancre: #06c;
    --font-grey: rgb(255, 255, 255);
    --title-grey: #747474;
    --font-dark-grey: #493f3f;
    --font-grey-p: #6e6e73;
    --font-dark-parallax: #969697;
    --font-cards-product: #2c2c2c;
    --border-faq: #d2d2d7;
    --nav-grey: rgba(245,245,247,.8);
    --pastel-blue: #E8F2F8;
    --pastel-purple: #4C5C84;
    --pastel-green: #d3ffd1;
    --text: #212121;
    --base-font: 16px;
}

.vbp-header-menu-button__svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transform: scaleX(-1);
}

.vbp-header-menu-button__svg line {
    stroke: var(--black);
    stroke-dasharray: 100%;
    stroke-dashoffset: 0%;
    transition: transform 0.3s, stroke-dashoffset .4s;
    transform-origin: center;
    stroke-width: 3px;
}

.vbp-header-menu-button__svg .top {
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(35%);
    -ms-transform: translateY(35%);
    -o-transform: translateY(35%);
}

.vbp-header-menu-button__svg .middle {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition: opacity .3s, transform .3s;
    -webkit-transition: opacity .3s, transform .3s;
    -moz-transition: opacity .3s, transform .3s;
    -o-transition: opacity .3s, transform .3s;
}

.vbp-header-menu-button__svg .bottom {
    transform: translateY(33%);
    -webkit-transform: translateY(33%);
    -moz-transform: translateY(33%);
    -ms-transform: translateY(33%);
    -o-transform: translateY(33%);
}

body.menu-open .vbp-header-menu-button__svg .top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    stroke-linecap: round;
}

body.menu-open .vbp-header-menu-button__svg .middle {
    transform: scaleX(0.1);
    -webkit-transform: scaleX(0.1);
    -moz-transform: scaleX(0.1);
    -ms-transform: scaleX(0.1);
    -o-transform: scaleX(0.1);
    opacity: 0;
}

body.menu-open .vbp-header-menu-button__svg line.bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    stroke-linecap: round;
}

body.menu-open .vbp-header-menu-button__svg .bottom {
    stroke-dashoffset: 0%;
}

body.menu-open .vbp-header-menu-button__svg .top {
    stroke-dashoffset: 0%;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-grey);
    backdrop-filter: blur(6px);
    transition: box-shadow 0.5s ease, filter 0.3s ease;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    min-height: 48px;
    margin: 0 auto;
    padding: 0 24px;
    top: 0;
}

.nav-mobile-menu {
    display: flex;
    justify-content: space-between;
    flex: 4;
    justify-content: center;
}

.brand-link {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--body-font--helvetica-neue-thin);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    text-decoration: none;
    color: var(--black);
}

.brand-link img {
    width: 28px;
    height: 28px;
}

.home-link-mobile {
    display: none;
}

.nav-items-center a:not(.brand-link) {
    font-family: var(--body-font--helvetica-neue-thin);
    border-radius: 50px;
    padding: 5px 10px;
    transition: background-color 0.5s ease;
    color: var(--black);
    font-size: 14px;
    position: relative;
    letter-spacing: -0.01em;
    line-height: 1;
    font-weight: 300;
}

.nav-items-center .nav-link-center {
    position: relative;
}

.active-header {
    color: var(--blue) !important;
    font-weight: 500;
}

.mobile-menu {
    display: none;
    width: 100%;
    flex-direction: column;
}

.nav-items-center {
    display: flex;
    justify-content: center;
    gap: 55px;
    align-items: center;
}

.nav-item-burger {
    display: none;
    top: 41px;
    right: 41px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.nav-container.fade-in {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.nav-container.fade-out {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.nav-items-center .nav-link-center-action {
    background-color: var(--blue);
    font-family: var(--body-font--helvetica-neue);
    color: var(--white) !important;
    border: none;
    box-sizing: border-box;
    border-radius: 999px;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
}

.site-footer {
    width: 100%;
    background: var(--grey);
    margin: 0 auto;
    padding: 0 16px;
}

.footer-top {
  padding: 40px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    align-items: start;
    padding-top: 30px;
}

.footer-accordion {
    width: 100%;
    padding-bottom: 10px;
    background: none;
    border: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-family: var(--body-font--helvetica-neue);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--black);
    cursor: pointer;
}

.footer-acc-icon {
    transition: transform .2s ease;
}

.footer-col h3 {
  font-family: var(--body-font--helvetica-neue);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 12px 0;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col a {
  display: inline-block;
  font-family: var(--body-font--helvetica-neue);
  font-size: 17px;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.022em;
  color: var(--title-grey);
  text-decoration: none;
  padding-bottom: 4px; 
  position: relative;
  transition: color .25s ease;
}

.footer-col a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px; 
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width .25s ease;
}
.footer-col a:hover {
  color: var(--ancre, #0a66c2);
}
.footer-col a:hover::after { width: 100%; }

.footer-bottom {
  text-align: center;
  padding: 0 0 40px 0;
}

.footer-bottom p {
  margin: 0;
  font-family: var(--body-font--helvetica-neue);
  font-size: 15px;
  color: var(--title-grey);
}

@media ( max-width: 1440px) {
    footer {
        padding: 20px 20px;
    }
}

@media (max-width: 1050px) {
    .nav-link-center {
        display: none;
    }

    .nav-items-center .brand-text {
        display: none;
    }
    .nav-items-center .brand-link img {
        display: block;
        width: 28px;
        height: 28px;
    }

    .nav-items-center {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        padding-top: 0;
        width: 100%;
        will-change: transform, opacity;
    }

    .nav-container {
        padding: 0px 20px;
    }

    .nav-item-burger {
        border: none;
        background: transparent;
        display: block;
        top: 11px;
        right: 10px;
    }

    .nav-mobile-menu {
        flex-direction: column;
        padding-top: 0 !important;
    }

    .nav-items-center a:not(.brand-link){
        display: none;
        padding: 0;
    }

    body.menu-open .nav-items-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-top: 10px;
    }

    body.menu-open .nav-items-center .nav-link-center, .nav-link-center-action {
        display: block;
        font-size: 28px;
        line-height: 1.1428571429;
        font-weight: 600;
        letter-spacing: .007em;
        animation: menuSlideDown .30s ease-out both;
    }
        
    body .menu-closing .nav-items-center .nav-link-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding-top: 10px;
    }

    body.menu-closing .nav-items-center .nav-link-center, .nav-link-center-action {
        display: block;
        font-size: 28px;
        line-height: 1.1428571429;
        font-weight: 600;
        letter-spacing: .007em;
        width: 100%;
        padding: 0;
        animation: menuSlideUp .24s ease-in both;
    }

    body.menu-open .nav-items-center .nav-link-center-action,
    body.menu-closing .nav-items-center .nav-link-center-action {
        display: inline-block;
        width: auto;
        padding: 0;
        font-size: 28px;
        line-height: 1.3;
        font-weight: 600;
        color: var(--blue) !important;
        animation: menuSlideDown .30s ease-out both;
        background-color: transparent;
    }

    @keyframes menuSlideDown {
        from {
            transform: translateY(-14px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes menuSlideUp {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(-14px);
            opacity: 0;
        }
    }

    .home-link-mobile {
        display: block;
    }

    .mobile-menu-overlay {
        display: none !important;
    }

    .footer-top {
        padding: 32px 0;
    }

    .footer-col h3 {
        font-size: 22px;
    }

    .footer-col a {
        font-size: 16px;
    }

    .footer-bottom {
        padding: 0 0 32px 0;
    }
}

@media (min-width: 736px) {
    .footer-accordion {
        pointer-events: none;
    }

    .footer-acc-icon {
        display: none;
    }
    .footer-col ul {
        display: block !important;
        height: auto !important;
    }
}

@media (max-width: 735px) {
  .site-footer {
    padding: 0 14px;
  }

  .footer-grid {
      grid-template-columns: 1fr;
      gap: 18px;
  }
  
  .footer-col ul {
      display: none;
      padding-top: 0;
  }
  
  .footer-accordion[aria-expanded="true"] + ul {
      display: block;
      padding-left: 0;
  }
  
  .footer-accordion[aria-expanded="true"] .footer-acc-icon {
      transform: rotate(180deg);
  
  }
    .footer-col a::after {
        content: none;
    }
  .footer-top {
    padding: 24px 0;
  }

  .footer-col h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer-col a {
    font-size: 16px;
  }

  .footer-bottom {
    padding: 0 0 50px 0;
  }

  .footer-bottom p {
    font-size: 14px;
  }
}

.about-mea {
    height: 25vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    z-index: 2;
    position: relative;
    min-height: 185px
}

.about-mea-inner {
    width: 100%;
    max-width: var(--max-width-content);
    display: flex;
    justify-content: center
}

.about-mea-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    height: auto
}

    .about-mea-container h1 {
        font-family: var(--body-font--helvetica-neue);
        font-size: 65px;
        line-height: 1.05;
        font-weight: 600;
        letter-spacing: -.015em;
        overflow: hidden;
    }

        .about-mea-container h1 span {
            color: var(--title-grey);
            font-weight: 500;
            font-size: 55px
        }

    .about-mea-container h2 {
        font-family: var(--body-font--helvetica-neue);
        font-size: 24px;
        line-height: 1.2;
        font-weight: 400;
        color: var(--title-grey);
        text-align: right;
        overflow: hidden;
    }

.about-mea-video {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative
}

.about-mea-picture video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.about-mea-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    padding: 15px 30px;
    width: 600px;
    height: 400px;
    z-index: 2
}

    .about-mea-overlay p {
        opacity: 0;
        animation: fadeIn 1s ease forwards
    }

        .about-mea-overlay p:first-child {
            font-family: var(--body-font--helvetica-neue);
            font-size: 28px;
            line-height: 1.125;
            font-weight: 600;
            letter-spacing: .004em;
            color: var(--white);
            margin-bottom: 25px;
            animation-delay: .3s
        }

        .about-mea-overlay p:last-child {
            font-family: var(--body-font--helvetica-neue);
            font-size: 19px;
            font-weight: 400;
            line-height: 1.19048;
            letter-spacing: .011em;
            font-weight: 300;
            color: var(--white);
            animation-delay: .6s
        }

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.about-content {
    background-color: var(--grey);
    padding: 100px 0;
    height: auto
}

    .about-content p {
        font-family: var(--body-font--dm);
        font-size: 20px;
        font-weight: 400;
        color: var(--text);
        line-height: 1.6em;
        text-align: justify;
        margin-bottom: 40px
    }

.about-content-text {
    padding: 0 80px
}

    .about-content-text h2 {
        font-family: var(--body-font--helvetica-neue);
        font-size: 36px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 80px
    }

    .about-content-text p {
        font-family: var(--body-font--helvetica-neue);
        font-size: 21px;
        line-height: 1.19048;
        font-weight: 400;
        letter-spacing: .0023em;
        color: var(--black);
        margin-bottom: 30px
    }

.about-content-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    padding-top: 50px
}

.about-quote {
    background-color: var(--black);
    padding-bottom: 100px
}

.about-quote-container {
    position: relative
}

.about-quote-picture {
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

    .about-quote-picture img {
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .5));
        max-width: 150px;
        max-height: 150px;
        border-radius: 90px
    }

.about-quote-text {
    padding: 0 20%
}

    .about-quote-text p {
        font-family: var(--body-font--helvetica-neue);
        font-size: 21px;
        line-height: 1.1666666667;
        font-weight: 300;
        letter-spacing: .009em;
        color: var(--white);
        text-align: left;
        margin-bottom: 15px
    }

.quote-decoration {
    position: absolute;
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    font-family: 'Times New Roman',Georgia,serif;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.quote-decoration-top {
    top: -90px;
    left: 0
}

.quote-decoration-bottom {
    bottom: -120px;
    right: 0
}

.quote-separator {
    margin: 60px auto 40px;
    height: 1px;
    width: 100%;
    max-width: 250px;
    background-color: var(--white);
    opacity: .5
}

.quote-author-laurent {
    margin-top: 80px
}

    .quote-author-laurent p {
        color: var(--font-grey) !important;
        text-align: center;
        margin-bottom: 5px !important;
        font-weight: 300
    }

.about-quote-text blockquote {
    position: relative
}

.about-logo-partner {
    padding: 100px 20px;
    background-color: var(--white);
    text-align: center
}

.about-logo-partner-container {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap
}

.partner-logo-card {
    width: 180px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center
}

.partner-logo-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .partner-logo-inner img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
        display: block
    }

.about-timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    align-items: baseline;
    width: 100%;
    height: auto;
    padding: 0 0 100px 0
}

    .about-timeline-header h2 {
        font-family: var(--body-font--helvetica-neue);
        font-size: 65px;
        line-height: 1.05;
        font-weight: 600;
        letter-spacing: -.015em;
        color: var(--black)
    }

    .about-timeline-header p {
        font-family: var(--body-font--helvetica-neue);
        font-size: 24px;
        line-height: 1.2;
        font-weight: 400;
        color: var(--title-grey);
        text-align: right
    }

.timeline-accordion-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    background-color: var(--grey);
    border-radius: 28px;
    height: 850px;
    min-height: 850px;
    overflow: hidden
}

.timeline-accordion-left {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow-y: auto;
    padding: 0 20px 0 40px
}

.timeline-items-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.timeline-item {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.timeline-title.accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 20px;
    cursor: pointer;
    font: inherit;
    text-align: left;
    color: var(--black);
}

.timeline-title h3 {
    font-family: var(--body-font--helvetica-neue);
    font-size: 28px;
    line-height: 1.1428571429;
    font-weight: 600;
    letter-spacing: .007em;
    margin: 0;
    flex: 1;
    text-align: left
}

.timeline-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition: transform .3s ease;
    margin-left: 20px
}

.timeline-item.active .timeline-icon {
    transform: rotate(180deg)
}

.timeline-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease,opacity .4s ease;
    opacity: 0;
    padding: 0 20px
}

    .timeline-body p {
        font-family: var(--body-font--helvetica-neue);
        font-size: 17px;
        line-height: 1.4705882353;
        font-weight: 400;
        letter-spacing: -.022em;
        margin-bottom: 8px;
        margin-right: 8%
    }

.timeline-item.active .timeline-body {
    max-height: 300px;
    opacity: 1;
    padding: 0 20px 20px
}

.timeline-accordion-right {
    flex: 1 1 45%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    margin: 0;
    background-color: var(--white) !important;
    position: relative;
    overflow: hidden
}

    .timeline-accordion-right::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 120px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(to right,#f5f5f7 0,#fff 100%)
    }

    .timeline-accordion-right img {
        width: 100%;
        max-height: 70%;
        object-fit: contain;
        margin: auto;
        display: block;
        z-index: 1;
        position: relative;
        transition: opacity .4s ease;
        opacity: 1
    }

.timeline-responsive-img {
    display: none
}

.about-contact-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    height: auto;
    padding: 100px 20px 100px 20px
}

    .about-contact-header h2 {
        font-family: var(--body-font--helvetica-neue);
        font-size: 48px;
        font-weight: 600;
        line-height: 1.05;
        color: var(--black)
    }

    .about-contact-header p {
        font-family: var(--body-font--helvetica-neue);
        font-size: 24px;
        line-height: 1.2;
        font-weight: 400;
        color: var(--title-grey);
        text-align: right
    }

.about-contact-adress-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    align-items: stretch;
    padding-bottom: 100px
}

.about-contact-card {
    display: flex;
    flex-direction: column;
    background: var(--grey);
    padding: 40px;
    box-sizing: border-box;
    border-radius: 28px;
    height: 100%
}

.about-contact-card--people {
    background: var(--grey);
    padding: 40px;
    display: flex;
    flex-direction: column
}

.about-contact-map {
    width: 100%;
    background: var(--white);
    border-radius: 16px
}

    .about-contact-map img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px
    }

.about-contact-card-content-1 {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    background: var(--white);
    padding: 0;
    border-radius: 16px
}

.about-contact-person {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    padding: 24px 40px
}

.about-content-title {
    width: 100%;
    margin-bottom: 8px
}

    .about-content-title h3 {
        font-family: var(--body-font--helvetica-neue);
        font-size: 28px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: .004em;
        margin: 0
    }

.about-content-container {
    display: flex;
    gap: 20px;
    align-items: center
}

.about-contact-text {
    flex: 0 0 60%
}

.about-contact-text p {
    margin: 2px 0;
    font-family: var(--body-font--helvetica-neue);
    font-size: 17px;
    line-height: 1.47;
    font-weight: 400;
    letter-spacing: -.022em
}

.about-contact-text p:last-child a{
    color: var(--ancre);
    position: relative;
    transition: color .3s ease;
    display: inline;
    padding-bottom: 3px;
}

.about-contact-text p:last-child a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--ancre);
    transition: width .3s ease
}

.about-contact-text p:last-child a:hover::after {
    width: 100%
}

.about-content-img {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    align-items: center
}

    .about-content-img img {
        max-width: 100%;
        height: auto;
        border-radius: 100%
    }

.about-contact-card-mail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

    .about-contact-card-mail h3 {
        font-family: var(--body-font--helvetica-neue);
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 600;
        letter-spacing: .009em;
        margin: 0 0 8px
    }

    .about-contact-card-mail a {
        font-family: var(--body-font--helvetica-neue);
        font-size: 17px;
        line-height: 1.47;
        font-weight: 400;
        letter-spacing: -.022em;
        color: var(--ancre);
        padding-top: 5px;
        margin-bottom: 15px;
        position: relative;
        transition: color .3s ease;
        display: inline
    }

        .about-contact-card-mail a::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 1px;
            background-color: var(--ancre);
            transition: width .3s ease
        }

        .about-contact-card-mail a:hover::after {
            width: 100%
        }

.about-contact-card--form .about-contact-card-content {
    display: flex;
    flex-direction: column
}

.sib-container--large {
    background-color: var(--grey) !important;
    padding: 0 !important
}

.sib-about-form {
    padding: 0 0 32px !important;
    font-family: var(--body-font--helvetica-neue)
}

.sib-form-block {
    padding: 0 !important;
    margin-top: 0 !important
}

.sib-about-form .entry__field {
    border-radius: 5px !important;
    border: 0 !important;
    margin-bottom: 15px
}

    .sib-about-form .entry__field .input::placeholder {
        color: var(--title-grey);
        font-family: var(--body-font--helvetica-neue);
        font-size: 16px;
        line-height: 1.2353641176;
        font-weight: 300;
        letter-spacing: -.022em
    }

.sib-form {
    padding: 32px 0 32px !important;
}

.sib-form .entry__field{
    border: none !important;
}

.entry__choice label {
    display: flex;
    align-items: center
}

.checkbox {
    vertical-align: middle
}

.sib-form .entry__choice
{
    text-indent: 0;
}
.about-contact-card-content .sib-form .entry__choice {
    padding-left: 0;
}

.about-contact-card-content .checkbox + span {
    margin-left: 0;
}

.sib-form-block__button {
    background-color: var(--blue);
    font-family: var(--body-font--helvetica-neue);
    color: var(--white);
    box-sizing: border-box;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 999px;
    padding: 6px 12px;
    text-decoration: none;
    margin: 10px 0 !important;
    width: 250px;
}

.sib-form .entry__specification {
    display: none !important
}

.sib-form__declaration .declaration-block-icon [class^=svgIcon] {
    display: none
}

.sib-form__declaration p {
    font-size: 10px !important;
    margin-top: 15px !important
}

.entry__choice {
    text-indent: 0 !important;
}
.sib-form .entry__choice {
    text-indent: 0 !important;
}

.entry__choice label.div-checkbox {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    column-gap: 12px !important
}

.checkbox {
    width: 18px !important;
    height: 18px !important;
    display: inline-block !important;
    margin: 0 !important
}

.entry__choice label.div-checkbox span:last-child {
    font-family: var(--body-font--helvetica-neue);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    text-align: left
}

.sib-about-form .entry__choice {
    text-indent: 0 !important;
    padding-left: 0 !important
}

.form__label-row {
    margin-bottom: 20px
}

    .form__label-row span {
        font-family: var(--body-font--helvetica-neue);
        font-size: 16px;
        text-align: left;
        font-weight: 700;
        font-family: Helvetica,sans-serif;
        letter-spacing: -.022em
    }

.sib-form-block__button sib-form-block__button-with-loader {
    margin: 10px 0 !important
}

.sib-form__declaration {
    padding: 0 !important
}

.sib-form__declaration p {
    margin-top: 0
}

@media (max-width:1640px) {
    .about-contact-adress-grid, .about-mea-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1440px) {
    .about-content, .about-mea-container, .about-timeline-container, .about-timeline-header {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1050px) {
    .about-mea-container h1 {
        font-size: 45px;
        line-height: 1.0625;
        letter-spacing: -.009em
    }

        .about-mea-container H1 span {
            font-size: 40px
        }

    .about-mea-overlay {
        left: 50%;
        right: auto;
        transform: translate(-50%,-50%)
    }

    .about-content {
        height: auto
    }

    .about-content-text p {
        font-size: 17px;
        line-height: 1.2353641176;
        font-weight: 400;
        letter-spacing: -.0037em
    }

    .about-quote-text p {
        font-size: 17px;
        line-height: 1.4705882353;
        font-weight: 300;
        letter-spacing: -.0037em
    }

    .quote-decoration {
        font-size: 70px
    }

    .about-logo-partner-container {
        gap: 60px
    }

    .partner-logo-card {
        width: 140px;
        height: 70px
    }

    .timeline-accordion-layout {
        height: auto
    }

    .about-timeline-header img {
        max-width: 150px;
        height: auto
    }

    .timeline-accordion-right {
        display: none
    }

    #timeline-active-image {
        display: none
    }

    .timeline-item.active .timeline-responsive-img {
        display: block
    }

    .timeline-responsive-img {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .about-timeline-header h2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 1.05
    }

    .timeline-responsive-img img {
        width: 100%;
        max-height: 350px;
        object-fit: contain;
        display: block
    }

    .timeline-accordion-left {
        flex: 1 1 100%;
        padding: 100px 90px
    }

    .timeline-accordion-layout {
        flex-direction: column;
        height: auto;
        min-height: auto
    }

    .timeline-body p {
        margin-right: 0
    }

    .about-contact-adress-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .about-contact-person {
        border-radius: 16px
    }

    .about-contact-card--people .about-contact-card-content {
        row-gap: 30px;
        padding-top: 30px
    }
}

@media (max-width:735px) {
    .about-mea-container {
        flex-direction: column
    }

    .about-mea-container h1 {
        font-size: 45px;
        line-height: 1.0834933333;
        letter-spacing: -.003em;
        padding-bottom: 0;
        margin-right: 6%
    }

    .about-mea-container h2 {
        font-size: 19px;
        line-height: 1.1904761905;
        font-weight: 400;
        letter-spacing: .011em;
        padding-top: 10px
    }

    .about-mea-container h1, .about-mea-container h2 {
        white-space: normal;
        overflow: visible;
        text-overflow: unset
    }

    .about-mea-overlay {
        width: 100%;
        height: auto;
        padding: 20px
    }

    .about-mea-overlay p:first-child {
        font-size: 32px;
        line-height: 1.125;
        letter-spacing: .004em
    }

    .about-mea-overlay p:last-child {
        font-size: 19px;
        line-height: 1.21053;
        letter-spacing: .012em
    }

    .about-content {
        height: auto;
        padding: 60px 20px 30px 20px
    }

    .about-content-text {
        padding: 0 0;
        text-align: right
    }

    .about-content-link {
        gap: 20px;
        padding: 25px 0
    }

    .about-quote {
        padding-bottom: 60px
    }

    .quote-author-laurent {
        margin-top: 60px;
    }
    
    .about-quote-picture {
        padding: 50px 0
    }

        .about-quote-picture img {
            max-width: 130px;
            max-height: 130px
        }

    .quote-decoration-top {
        top: -60px
    }

    .quote-decoration-bottom {
        bottom: -80px
    }

    .about-quote-text {
        padding: 0 20px
    }

    .about-logo-partner {
        padding: 80px 0
    }

    .about-logo-partner-container {
        gap: 20px
    }

    .partner-logo-card {
        width: 110px;
        height: 60px
    }

    .about-timeline-header {
        flex-direction: column;
        padding: 0 0 60px 0;
    }

    .about-timeline-header h2 {
        font-size: 32px;
        line-height: 1.125;
        letter-spacing: .004em
    }

    .about-timeline-header p {
        font-size: 19px;
        line-height: 1.1904761905;
        font-weight: 400;
        letter-spacing: .011em;
        padding-top: 10px
    }
    .timeline-items-wrapper{
        gap: 0;
    }

    .about-timeline-container, .about-timeline-header {
        padding-left: 20px;
        padding-right: 20px
    }

    .timeline-accordion-left {
        padding: 25px 0
    }

    .timeline-title h3 {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 600;
        letter-spacing: .009em
    }

    .timeline-icon {
        margin-left: 0
    }

    .timeline-responsive-img img {
        max-height: 250px
    }

    .about-contact-header {
        flex-direction: column;
        padding: 60px 20px 60px 20px;
    }

    .about-contact-header h2 {
        font-size: 32px;
        line-height: 1.125;
        letter-spacing: .004em
    }

    .about-contact-header p {
        font-size: 19px;
        line-height: 1.1904761905;
        font-weight: 400;
        letter-spacing: .011em;
        padding-top: 10px
    }

    .about-contact-card-title {
        gap: 10px
    }

    .about-contact-card-title h3 {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 600;
        letter-spacing: .009em
    }

    .about-contact-adress-grid {
        padding-bottom: 60px;
    }

    .about-contact-card {
        padding: 20px;
    }

    .about-contact-card--form{
        padding-top: 45px;
    }

    .about-contact-link {
        gap: 25px
    }

    .about-contact-card--people .about-contact-card-content {
        padding-top: 10px;
        row-gap: 20px
    }

    .about-contact-text p {
        margin: 0;
        font-size: 12px
    }

    .about-content-container {
        grid-template-columns: 100%;
        justify-content: space-between;
        gap: 0;
    }

    .about-contact-person {
        padding: 20px 20px
    }

    .about-content-img img {
        max-height: 70px;
        width: auto
    }

    .about-contact-text {
        flex: 1 0 70%;
    }

    .about-contact-img {
        flex: 0 0 30%;
    }

    .about-contact-card-content .sib-form {
        padding: 0px 0 32px !important;
    }
    .entry__choice label.div-checkbox span:last-child {
        font-size: 14px;
    }

    .about-content-title h3 {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 600;
        letter-spacing: .009em
    }

    .sib-form__declaration {
        padding: 0 !important
    }

    #success-message, #error-message {
        padding: 0 20px !important;
        font-size: 12px !important;
    }

    .sib-form-message-panel__inner-text {
        text-align: left !important;
    }

}

