@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold/Gilroy-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

html,
body {
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden
}

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

::-webkit-scrollbar {
    display: none
}

.main-wrapper {
    padding: 6% 8%;
    position: relative
}

.swiper-container {
    overflow: hidden
}

body {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #03485E
}

section.green {
    background-color: #00A880
}

section.light-blue {
    background-color: #93E0F8
}

section.blue {
    background-color: #03485E
}

section.light-green {
    background-color: #EEFEF3
}

p strong {
    color: #59f99a
}

em {
    font-style: italic
}

p a {
    text-decoration: underline;
    color: currentColor
}

a {
    text-decoration: none;
    color: #03485E;
    cursor: pointer
}

h1,
h2,
.h2 {
    font-size: 2.5em;
    line-height: 1.08em
}

.btn {
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 14px 27px 10px 21px;
    border-radius: 100px;
    display: inline-flex;
    transition: all 250ms ease
}

.btn .btn-ico {
    margin-right: 18px;
    margin-top: 3px
}

.btn-white {
    background-color: #FFF;
    color: #00A880;
    border: 1px solid #FFF
}

.btn-white svg {
    transition: transform 450ms ease
}

.btn-white svg .arrow-color {
    transition: fill 250ms ease
}

.btn-white:hover {
    color: #FFF;
    background-color: transparent
}

.btn-white:hover svg {
    transform: translateX(5px) rotate(20deg)
}

.btn-white:hover .arrow-color {
    fill: white
}

.btn-green {
    background-color: #00A880;
    color: #FFF;
    border: 1px solid #00A880
}

.btn-green svg {
    transition: transform 450ms ease
}

.btn-green svg .arrow-color {
    fill: white;
    transition: fill 250ms ease
}

.btn-green:hover {
    background-color: #FFF;
    color: #00A880
}

.btn-green:hover svg {
    transform: translateX(5px) rotate(20deg)
}

.btn-green:hover .arrow-color {
    fill: #00A880
}

.media-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.media-video svg {
    cursor: pointer
}

.popin-container {
    position: fixed;
    width: 100vw;
    height: 0;
    pointer-events: none;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(3, 72, 94, 0.8);
    transition: opacity 450ms ease;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.popin-container .close-popin {
    opacity: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10%;
    transition: opacity 450ms ease;
    right: 10%;
    cursor: pointer
}

.popin-container.open {
    pointer-events: auto;
    height: 100%;
    opacity: 1
}

.popin-container.open .close-popin {
    opacity: 1
}

.popin-container iframe {
    transition: all 450ms ease;
    opacity: 0;
    animation: 1s scaleUp ease forwards
}

@keyframes scaleUp {
    from {
        opacity: 0;
        transform: scale(0.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.wpgb-facet>fieldset:last-child,
.wpgb-facet fieldset:last-child {
    margin: 0 !important
}

.tag.purple {
    color: #5A41B2
}

.tag.pink {
    color: #EB595E
}

.tag.orange {
    color: #E57C00
}

.tag.green {
    color: #59f99a
}

.tag {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: none
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
    padding-right: 10px
}

.wpml-ls-legacy-dropdown a {
    border: none
}

.block-header,
.header-list {
    position: relative
}

.bread-crumbs-container {
    position: absolute;
    top: 30px;
    font-size: 14px;
    line-height: 24px
}

.bread-crumbs-container a {
    position: relative;
    display: inline-block;
    color: #FFF;
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.5)
}

.bread-crumbs-container a:before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #FFF;
    transform: scaleX(0);
    transition: transform 350ms ease-in-out;
    transform-origin: 100% 100%
}

.bread-crumbs-container a:hover:before {
    transform: scaleX(1);
    transform-origin: 0 0
}

.bread-crumbs-container .breadcrumb_last {
    display: inline-block;
    color: var(--secondary-color);
    padding-left: 12px !important
}

@media screen and (max-width:768px) {
    .lang-switcher {
        width: inherit
    }

    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
    .wpml-ls-link {
        text-align: center
    }
}

#error404 {
    position: relative
}

#error404 .disko-component-header-simple {
    position: relative;
    padding: 110px 8%;
    background-color: var(--primary-color);
    color: #FFF
}

#error404 .disko-component-header-simple .header-title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 50px;
    max-width: 80%
}

#error404 .disko-component-header-simple .header-description {
    font-size: 25px;
    line-height: 35px;
    max-width: 50%;
    margin-bottom: 20px
}

#error404 .disko-component-header-simple .header-image-wrapper {
    position: relative
}

#error404 .disko-component-header-simple .header-image-container {
    aspect-ratio: 1.9206081081;
    border-radius: 50px;
    margin-top: 50px;
    overflow: hidden;
    position: relative
}

#error404 .disko-component-header-simple .header-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:768px) {
    #error404 .disko-component-header-simple {
        padding: 90px 8% 50px;
        background-color: var(--primary-color);
        color: #FFF
    }

    #error404 .disko-component-header-simple .header-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
        max-width: 100%
    }

    #error404 .disko-component-header-simple .header-description {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%
    }

    #error404 .disko-component-header-simple .header-description p {
        color: #FFF
    }

    #error404 .disko-component-header-simple .header-image-container {
        aspect-ratio: 1.4031413613;
        margin-top: 35px
    }

    #error404 .disko-component-header-simple .header-credit {
        position: initial;
        bottom: inherit;
        left: inherit;
        transform: rotate(0);
        margin-top: 10px
    }
}

main.projects>p {
    display: none
}

main {
    --primary-color: #00A880;
    --secondary-color: #59f99a
}

main.purple {
    --primary-color: #5A41B2;
    --secondary-color: #93E0F8
}

main.orange {
    --primary-color: #E57C00;
    --secondary-color: #F7C77E
}

main.pink {
    --primary-color: #EB595E;
    --secondary-color: #FFA7A3
}

main.green {
    --primary-color: #00A880;
    --secondary-color: #59f99a
}

header {
    height: 60px;
    z-index: 100;
    position: fixed;
    width: 100vw;
    background-color: #FFF;
    top: 0;
    left: 0
}

header .navigation-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    height: 100%
}

header .logo-block {
    height: 33.2px;
    width: 165.28px
}

header a.btn {
    display: none
}

header .search-txt {
    display: none
}

header .nav-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%
}

nav {
    position: fixed;
    top: 60px;
    width: 100vw;
    height: 0%;
    left: 0;
    pointer-events: none
}

nav .menu-main-header-menu-container,
nav .menu-main-menu-header-en-container,
nav .menu-main-header-menu-es-container,
nav .menu-main-menu-header-it-container {
    opacity: 0;
    visibility: hidden
}

nav.open {
    pointer-events: auto;
    height: calc(100% - 60px);
    background-color: #EEFEF3
}

nav.open .menu-main-header-menu-container,
nav.open .menu-main-menu-header-en-container,
nav.open .menu-main-header-menu-es-container,
nav.open .menu-main-menu-header-it-container {
    opacity: 1;
    visibility: visible
}

nav .menu-icon {
    flex-shrink: 0;
    margin-left: 10px
}

.menu-level-1-list {
    padding: 8% 10%
}

.menu-level-1-list.step-2 .menu-level-1 {
    display: none
}

.menu-level-1-list.step-2 .menu-level-1.active {
    display: block;
    border-bottom: 0px
}

.menu-level-1-list.step-2 .mobile-nav-btn {
    margin-top: 10px
}

.menu-level-1-list .mobile-nav-btn {
    margin-top: 50px
}

.menu-level-1-list .menu-level-1 {
    padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #C7C7C7
}

.menu-level-1-list .menu-level-1.active>a {
    color: #00A880;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end
}

.menu-level-1-list .menu-level-1.active>a svg {
    transform: rotate(227deg);
    margin-right: 15px
}

.menu-level-1-list .menu-level-1.active.step-3 {
    padding-top: 0px
}

.menu-level-1-list .menu-level-1.active.step-3 .sub-menu-wrapper-1 {
    margin-top: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw
}

.menu-level-1-list .menu-level-1.active.step-3 .sub-menu-wrapper-1 .list-wrapper-1 {
    padding: 8% 10%;
    height: calc(100vh - 60px);
    overflow: auto;
    box-sizing: border-box
}

.menu-level-1-list .menu-level-1.active.step-3>a {
    display: none;
    visibility: hidden;
    pointer-events: none
}

.menu-level-1-list .menu-level-1.active.step-3 .menu-level-2 {
    display: none
}

.menu-level-1-list .menu-level-1.active.step-3 .menu-level-2.hovered {
    display: block;
    border-bottom: 0px
}

.menu-level-1-list .menu-level-1.active.step-3 .menu-level-2>a {
    font-size: 1.2em;
    line-height: 1.2em
}

.menu-level-1-list .menu-level-1>a {
    font-size: 1.2em;
    line-height: 1.2em;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.menu-level-1-list .menu-level-3 {
    padding-top: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C7C7C7
}

.menu-level-1-list .mobile-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.menu-level-1-list .mobile-nav-btn.hidden {
    display: none
}

.menu-level-1-list .mobile-btn-link {
    display: inline-flex
}

.sub-menu-wrapper-1 {
    height: 0%;
    display: none;
    visibility: hidden;
    margin-top: 15px
}

.sub-menu-wrapper-1.open {
    visibility: visible;
    display: block
}

.sub-menu-wrapper-1 .menu-level-2 {
    padding-top: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C7C7C7
}

.sub-menu-wrapper-1 .menu-level-2 a {
    font-size: 1.1em;
    line-height: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sub-menu-wrapper-1 .menu-level-2.hovered>a {
    color: #00A880;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end
}

.sub-menu-wrapper-1 .menu-level-2.hovered>a svg {
    transform: rotate(227deg);
    margin-right: 15px
}

.sub-menu-wrapper-2 {
    height: 0%;
    display: none;
    visibility: hidden;
    margin-top: 15px
}

.sub-menu-wrapper-2.open {
    visibility: visible;
    display: block
}

.search-btn {
    margin-top: 6px
}

.burger-menu-block {
    position: relative;
    width: 30px;
    height: 30px
}

.burger-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    cursor: pointer
}

.burger-menu span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 2px;
    background: #00A880;
    transition: all 0.3s;
    position: relative
}

.burger-menu span+span {
    margin-top: 4px
}

.burger-menu.active span:nth-child(1) {
    animation: ease 0.7s top forwards
}

.burger-menu.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards
}

.burger-menu.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards
}

@keyframes top {
    0% {
        top: 0;
        transform: rotate(0)
    }

    50% {
        top: 7px;
        transform: rotate(0)
    }

    100% {
        top: 7px;
        transform: rotate(45deg)
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0)
    }

    50% {
        bottom: 5px;
        transform: rotate(0)
    }

    100% {
        bottom: 5px;
        transform: rotate(135deg)
    }
}

@keyframes scaled {
    50% {
        transform: scale(0)
    }

    100% {
        transform: scale(0)
    }
}

.lang-switcher {
    margin-left: 5px
}

.lang-switcher .language-selector__container.custom-select {
    display: flex;
    justify-content: center;
    background-image: url('../images/lang-ico.svg');
    background-position: center right;
    background-repeat: no-repeat
}

.lang-switcher select {
    width: 39px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 1em;
    background-color: transparent;
    line-height: 1.5em;
    color: #00A880;
    border: none;
    outline: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    padding-left: 0px
}

.search-container {
    position: absolute;
    top: 60px;
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #C7C7C7;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.search-container.open {
    z-index: 100;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.search-container .sb-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    padding-right: 4%;
    height: 100%
}

.search-container .search-bar-btn {
    display: none
}

.search-container input::placeholder {
    color: #03485E;
    opacity: 40%
}

.search-container .search-bar {
    width: 90%
}

.search-container input {
    height: 30px;
    border: 0px;
    color: #03485E;
    width: 100%;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 1em;
    line-height: 1.4em
}

.search-container .close-ico {
    cursor: pointer
}

footer {
    padding: 12% 8%;
    background-color: #03485E
}

footer .mobile-nav-btn {
    display: none
}

.footer__logo {
    height: 35px;
    width: 174.26px
}

.footer-top-flex {
    margin-top: 30px
}

.footer-half-block {
    padding-bottom: 35px;
    border-bottom: 1px solid #EEFEF3;
    margin-bottom: 35px
}

.footer-half-block p {
    color: #EEFEF3;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 28px
}

.footer-half-block .social-media-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 41%
}

.footer-half-block .social-media-item {
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.footer-half-block .social-media-item:not(:last-child) {
    margin-right: 20px
}

.footer-half-block .social-media-item img,
.footer-half-block .social-media-item svg {
    transition: transform 450ms ease;
    width: 16px;
    height: 16px
}

.footer-half-block .social-media-item:hover img,
.footer-half-block .social-media-item:hover svg {
    transform: scale(1.2)
}

li.social-media-item a {
	display:flex;
}

.footer-bottom {
    margin-top: 35px;
    width: 100%
}

.footer-bottom p {
    color: #EEFEF3;
    font-size: 1.4em;
    line-height: 1.2em
}

.footer-bottom a {
    color: #EEFEF3;
    transition: all 250ms ease
}

.footer-bottom a:hover {
    text-decoration-line: underline;
    text-underline-offset: 5px
}

.footer-bottom .footer-navigation {
    margin-top: 15px;
    margin-bottom: 30px
}

.footer-bottom .footer-navigation .menu-item {
    font-size: 0.8em;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    padding-bottom: 20px
}

.footer-bottom .footer-links {
    width: 100%
}

main {
    margin-top: 60px
}

iframe {
    width: 88.393vw;
    height: 49vw
}

.player-ico {
    transform: scale(0.7)
}

.hero-slider {
    width: 100vw;
    height: calc(100vh - 60px);
    background-color: #5A41B2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background 1s ease-in-out
}

.hero-slider .swiper-navigation {
    display: none
}

.hero-slider .hero-slider-container {
    height: 90%;
    width: 100%;
    background-color: transparent;
    position: relative
}

.hero-slider .hero-slider-slide {
    display: flex;
    align-items: center
}

.hero-slider .hero-slider-slide.green .hero-tag {
    color: #59f99a
}

.hero-slider .hero-slider-slide.purple .hero-tag {
    color: #93E0F8
}

.hero-slider .hero-slider-slide.orange .hero-tag {
    color: #F7C77E
}

.hero-slider .hero-slider-slide.pink .hero-tag {
    color: #FFA7A3
}

.hero-slider .hero-slider-slide .line-container {
    position: absolute;
    left: 0;
    top: 6%;
    width: 100%;
    height: 100%;
    z-index: 0
}

.hero-slider .hero-slider-slide .hero-tag {
    font-size: 0.7em;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #93E0F8;
    padding-bottom: 10px
}

.hero-slider .hero-slider-slide .hero-title {
    font-size: max(2em, 35px);
    line-height: 1em;
    color: #EEFEF3
}

.hero-slider .hero-slider-slide .hero-description {
    padding: 30px 0px;
    max-width: 95%
}

.hero-slider .hero-slider-slide .hero-description p {
    color: #EEFEF3;
    font-size: 1em;
    line-height: 1.4em
}

.hero-slider .hero-slider-slide .hero-item-container {
    width: 84%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.hero-slider .hero-slider-slide .hero-flex-container {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2
}

.hero-slider .hero-slider-slide .hero-item-txt-block {
    position: relative;
    width: 95%;
    z-index: 2
}

.hero-slider .hero-slider-slide .hero-item-media-block {
    border-radius: 40px;
    z-index: 0;
    width: 100%;
    height: 42.896vw;
    margin-top: 30px
}

.hero-slider .hero-slider-slide .hero-item-media-block .hero-item-media-img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    position: relative;
    overflow: hidden
}

.hero-slider .hero-slider-slide .hero-item-media-block .hero-item-media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-slider .hero-bullets-container {
    width: 100%;
    border-top: 1px solid #FEFFE7
}

.hero-slider .swiper-bullets {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 35px;
    font-size: 0.7em;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #93E0F8
}

.hero-slider .swiper-bullet {
    position: relative;
    transition: opacity 450ms ease
}

.hero-slider .swiper-bullet a {
    color: #EEFEF3;
    padding-left: 20px;
    opacity: 0.5
}

.hero-slider .swiper-bullet:first-child {
    margin-left: 8%
}

.hero-slider .swiper-bullet::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #59f99a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 31%
}

.hero-slider .swiper-bullet a.active {
    opacity: 1
}

.role-section {
    background-color: #EEFEF3
}

.role-section .line-container {
    position: absolute;
    left: 0;
    top: 12vw;
    width: 54%
}

.half-media-txt {
    padding: 12% 10%;
    position: relative
}

.half-media-txt .main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative
}

.half-media-txt .main-container .rich-txt {
    padding-top: 26px
}

.media-content,
.txt-content {
    width: 100%
}

.role-media-img {
    width: 100%;
    height: 52.186vw;
    margin-bottom: 30px;
    border-radius: 40px;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden
}

.role-media-img .role-bkg {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px
}

.section-offers::-webkit-scrollbar {
    width: 1px;
    height: 1px
}

.section-offers::-webkit-scrollbar-button {
    width: 1px;
    height: 1px
}

.section-offers {
    height: 80vh;
    position: relative;
    width: 100vw
}

.section-offers .offer-sticky-content {
    height: calc(100vh - 60px);
    position: sticky;
    top: 60px
}

.section-offers .offers-list-item-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start
}

.section-offers .offers-swiper {
    height: 100%
}

.section-offers .offers-item-list-block {
    display: flex;
    align-items: center
}

.section-offers .offers-item-list-block {
    align-items: flex-start;
    padding-top: 40px
}

.section-offers .offers-list-item-container {
    padding-left: 12%;
    width: auto;
    margin-left: -1px
}

.section-offers .offers-list-item-container.green {
    background: #00a880;
    background: -webkit-linear-gradient(left, #00a880 0%, #00a880 48%, #e57c00 100%);
    background: -moz-linear-gradient(left, #00a880 0%, #00a880 48%, #e57c00 100%);
    background: -o-linear-gradient(left, #00a880 0%, #00a880 48%, #e57c00 100%);
    background: linear-gradient(to right, #00a880 0%, #00a880 48%, #e57c00 100%)
}

.section-offers .offers-list-item-container.green p {
    color: #EEFEF3
}

.section-offers .offers-list-item-container.orange {
    background: #e57c00;
    background: -webkit-linear-gradient(left, #e57c00 0%, #e57c00 48%, #eb595e 100%);
    background: -moz-linear-gradient(left, #e57c00 0%, #e57c00 48%, #eb595e 100%);
    background: -o-linear-gradient(left, #e57c00 0%, #e57c00 48%, #eb595e 100%);
    background: linear-gradient(to right, #e57c00 0%, #e57c00 48%, #eb595e 100%)
}

.section-offers .offers-list-item-container.orange p {
    color: #EEFEF3
}

.section-offers .offers-list-item-container.orange p strong {
    color: #F7C77E
}

.section-offers .offers-list-item-container.pink {
    background: #eb595e;
    background: -webkit-linear-gradient(left, #eb595e 0%, #eb595e 48%, #5a41b2 100%);
    background: -moz-linear-gradient(left, #eb595e 0%, #eb595e 48%, #5a41b2 100%);
    background: -o-linear-gradient(left, #eb595e 0%, #eb595e 48%, #5a41b2 100%);
    background: linear-gradient(to right, #eb595e 0%, #eb595e 48%, #5a41b2 100%)
}

.section-offers .offers-list-item-container.pink p {
    color: #EEFEF3
}

.section-offers .offers-list-item-container.pink p strong {
    color: #FFA7A3
}

.section-offers .offers-list-item-container.purple {
    background: #5a41b2;
    background: -webkit-linear-gradient(left, #5a41b2 0%, #5a41b2 48%, #03485e 100%);
    background: -moz-linear-gradient(left, #5a41b2 0%, #5a41b2 48%, #03485e 100%);
    background: -o-linear-gradient(left, #5a41b2 0%, #5a41b2 48%, #03485e 100%);
    background: linear-gradient(to right, #5a41b2 0%, #5a41b2 48%, #03485e 100%)
}

.section-offers .offers-list-item-container.purple p {
    color: #EEFEF3
}

.section-offers .offers-list-item-container.purple p strong {
    color: #93E0F8
}

.section-offers .offers-list-item-container.blue {
    background: #03485e;
    background: -webkit-linear-gradient(left, #03485e 0%, #03485e 48%, #03485e 100%);
    background: -moz-linear-gradient(left, #03485e 0%, #03485e 48%, #03485e 100%);
    background: -o-linear-gradient(left, #03485e 0%, #03485e 48%, #03485e 100%);
    background: linear-gradient(to right, #03485e 0%, #03485e 48%, #03485e 100%)
}

.section-offers .offers-list-item-container.blue p {
    color: #EEFEF3
}

.section-offers .offers-list-item-container.blue p strong {
    color: #93E0F8
}


.section-offers .offers-item-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 200px;
    max-width: 430px
}

.section-offers .offers-item-intro p {
    line-height: 1.2em
}

.section-offers .offers-item-intro .btn {
    margin-top: 40px
}

.section-offers .offers-item-list-item {
    width: 200px
}

.section-offers .offers-list-item-txt {
    color: #EEFEF3;
    margin-top: 25px;
    padding-left: 12px
}

.section-offers .offers-item-list-item {
    margin-right: 100px
}

.section-offers .offers-list-item-picto {
    width: 110px;
    height: 110px
}

.section-offers .offer-anchor {
    position: absolute;
    left: 6%;
    bottom: 5%;
    z-index: 3;
    text-transform: uppercase;
    color: #EEFEF3;
    font-size: 0.7em;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    display: flex;
    align-items: flex-start
}

.section-offers .offer-anchor svg {
    margin-right: 10px
}

.section-key-infos {
    padding: 12% 8% 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative
}

.section-key-infos .line-container {
    position: absolute;
    right: 28%;
    top: 0px;
    height: 100%
}

.section-key-infos h2 {
    max-width: 60%;
    text-align: center
}

.key-infos-swiper {
    margin-top: 4%;
    max-width: 100%
}

.key-infos-item-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.key-infos-txt {
    max-width: 70%;
    text-align: center
}

.key-info-number {
    font-size: 3em;
    line-height: 2em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00A880
}

.key-info-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 20px
}

.key-infos-prev,
.key-infos-next {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #00A880;
    z-index: 1;
    cursor: pointer
}

.key-infos-prev:first-child {
    margin-right: 30px
}

.key-infos-swiper .swiper-button-disabled {
    opacity: 0.5
}

.section-clients {
    position: relative
}

.section-clients .line-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0
}

.section-clients .clients-select.custom-select {
    height: 35px;
    display: flex;
    justify-content: center;
    background-image: url('../images/select-ico.svg');
    background-position: center right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #03485E
}

.section-clients .clients-select.custom-select:first-child {
    margin-bottom: 10px
}

.section-clients select {
    background-color: transparent;
    color: #03485E;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    border: none;
    outline: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    padding-right: 30px;
    padding-left: 0px
}

.section-clients .clients-txt-block {
    padding: 12% 10%;
    z-index: 1
}

.section-clients .filter-selects {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start
}

.section-clients .clients-main-description {
    padding-top: 30px;
    padding-bottom: 30px
}

.section-clients .clients-filter-block {
    font-size: 1.4em;
    line-height: 3em
}

.section-clients .clients-filter-block .filter-selects {
    margin: 25px 0;
    display: flex;
    justify-content: space-between
}

.section-clients .clients-filter-block .wpgb-facet {
    width: 100%
}

.section-clients .clients-filter-block .wpgb-facet:first-child {
    margin-bottom: 10px
}

.section-clients .clients-filter-block .wpgb-facet select.wpgb-select {
    border: none;
    border-bottom: 1px solid #03485E;
    border-radius: 0;
    font-family: 'Gilroy-Bold';
    font-size: 23px;
    color: #03485E
}

.section-clients .clients-filter-block .wpgb-select-facet {
    position: relative
}

.section-clients .clients-filter-block .wpgb-select-facet:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='18px' viewBox='0 0 18 18' version='1.1'%3E%3Ctitle%3Eicon/module%3C/title%3E%3Cg id='A---Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='A.1.1---Homepage' transform='translate(-391.000000, -3291.000000)' fill='%2300A880'%3E%3Cg id='//-MAIN' transform='translate(-0.291295, 0.000000)'%3E%3Cg id='05---Clients' transform='translate(0.291295, 3127.000000)'%3E%3Cg id='etude-de-cas' transform='translate(114.000000, 100.026008)'%3E%3Cg id='secteur' transform='translate(0.000000, 50.973992)'%3E%3Cg id='icon/curve' transform='translate(286.000000, 22.000000) rotate(45.000000) translate(-286.000000, -22.000000) translate(280.000000, 16.000000)'%3E%3Cpath d='M9.60719349,5.94563619 C9.6433791,7.9612358 7.95862771,9.59498402 5.94898145,9.59274728 L2.38832269,9.58878435 C1.0707837,9.5873256 0.00147844739,10.6717339 0,11.9933832 L0.0735345799,11.9934805 L5.91924284,12 C9.24664623,12.0036917 12.0100098,9.31877024 11.9933591,5.98105944 L12,0 C10.6805463,-0.00145726036 9.60995649,1.07067329 9.60920515,2.39421893 L9.60719349,5.94563619 Z' id='module-copy'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    position: absolute;
    top: -10px;
    right: 10px;
    pointer-events: none
}

.section-clients .clients-filter-block .wpgb-select-controls {
    display: none !important
}

.section-clients .clients-main-description {
    padding-top: 30px;
    padding-bottom: 30px
}

.section-clients .clients-list-block {
    overflow: hidden
}

.section-clients .clients-list-block .brand-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.section-clients .clients-list-block .brand-list .brand-item {
    width: calc(100% / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0
}

.section-clients .clients-list-block .brand-list .brand-item .brand-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background: #FFF;
    border-radius: 50%;
    transform: scale(1);
    transition: transform 400ms ease-in-out;
    will-change: transform
}

.section-clients .clients-list-block .brand-list .brand-item .brand-link:hover {
    transform: scale(0.9)
}

.section-clients .clients-list-block .brand-list .brand-item .brand-link>.brand-img {
    max-width: 40%
}

.section-clients .clients-list-block .brand-list .brand-item .brand-link>.brand-img.sp-no-webp {
    max-width: 60%
}

.section-clients .clients-list-block .brand-list .brand-item .brand-link>.brand-img.sp-no-webp>img {
    width: 100%;
    height: 100%
}

.section-video {
    color: #EEFEF3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 12% 10% 20%;
    position: relative
}

.section-video .line-container {
    position: absolute;
    left: 3%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.section-video .video-item-media-block {
    margin-top: 50px;
    width: 100%;
    height: 52.186vw
}

.section-video p {
    color: #EEFEF3
}

.section-video .video-media-img {
    height: 100%;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.section-video .video-media-img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7)
}

.section-video .video-media-img .video-media-bkg {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    border-radius: 50px
}

.section-video .video-media-link {
    width: 100%;
    height: 100%
}

.section-video .section-video-container {
    z-index: 2
}

.section-video .section-video-intro {
    height: fit-content
}

.section-video .video-item-txt-block {
    padding-top: 20px
}

.section-video .section-video-intro-txt {
    padding-top: 30px;
    padding-bottom: 30px
}

.section-video .video-ontitle {
    color: #59f99a;
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    padding-bottom: 15px
}

.section-video h3 {
    font-size: 1.4em;
    line-height: 1em
}

.section-video .video-description {
    padding-top: 10px
}

.section-news {
    position: relative;
    padding: 12% 0% 12% 0%;
    overflow-x: hidden
}

.section-news .top-news-section {
    padding-bottom: 14%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section-news .tab {
    width: 100%;
    overflow-y: scroll;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section-news .tab:first-child {
    padding-left: 8%
}

.section-news .tab:last-child {
    padding-right: 8%
}

.section-news .tab .tablinks {
    background-color: transparent;
    border-color: transparent;
    color: #00A880;
    font-size: 1.4em;
    line-height: 1.2em;
    font-family: 'Gilroy-Bold', sans-serif;
    opacity: 0.4;
    transition: opacity 250ms ease
}

.section-news .tab .tablinks.active {
    opacity: 1
}

.section-news .tabcontent {
    padding-left: 8%
}

.section-news .news-swiper {
    overflow: visible;
    margin-bottom: 90px
}

.section-news .news-slide {
    max-width: 66.667vw
}

.section-news .news-slide-img {
    border-radius: 50px;
    object-fit: cover;
    width: 66.667vw;
    height: 38.251vw;
    max-width: 100%
}

.section-news .news-slide-content {
    padding-top: 24px
}

.section-news .news-slide-tag {
    font-size: 0.8em;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #93E0F8;
    margin-bottom: 8px
}

.section-news .news-slide-title {
    font-size: 1.4em;
    line-height: 1.2em
}

.section-news .news-slide-img-container {
    max-width: 100%;
    overflow: hidden;
    border-radius: 50px
}

.section-banner {
    padding: 30% 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #EEFEF3;
    position: relative
}

.section-banner h2 {
    text-align: center
}

.section-banner p {
    color: #EEFEF3;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.section-banner .line-container {
    position: absolute;
    left: 3%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.contact-form-section {
    color: #FFF
}

.contact-form-section .contact-intro .contact-title {
    margin-bottom: 25px
}

.contact-form-section .contact-intro .contact-description p {
    color: #FFF
}

.contact-form-section .contact-intro .contact-required {
    margin-top: 15px;
    font-weight: 300
}

.contact-form-section .contact-form-container {
    display: block
}

.contact-form-section .contact-form-container .contact-form .gform_wrapper {
    margin-top: 0 !important
}

.contact-form-section .contact-form-container .contact-form .gfield {
    margin-top: 30px !important
}

.contact-form-section .contact-form-container .contact-form .gfield.input-half {
    display: block !important;
    width: 100% !important
}

.contact-form-section .contact-form-container .contact-form .gfield_label {
    font-size: 0.7em !important;
    line-height: 1.5em !important;
    font-weight: 300 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
    color: #59f99a
}

.contact-form-section .contact-form-container .contact-form .gfield_label .gfield_required {
    color: #59f99a
}

.contact-form-section .contact-form-container .contact-form .ginput_container input,
.contact-form-section .contact-form-container .contact-form .ginput_container textarea,
.contact-form-section .contact-form-container .contact-form .ginput_container select {
    width: 100% !important;
    padding: 10px 20px 8px !important;
    color: #FFF !important;
    border: none !important;
    background-color: #006752;
    font-size: 1em !important;
    border-radius: 2px
}

.contact-form-section .contact-form-container .contact-form .ginput_container input::placeholder,
.contact-form-section .contact-form-container .contact-form .ginput_container textarea::placeholder,
.contact-form-section .contact-form-container .contact-form .ginput_container select::placeholder {
    color: #FFF !important;
    font-weight: 300 !important
}

.contact-form-section .contact-form-container .contact-form .ginput_container select {
    -webkit-appearance: none;
    position: relative
}

.contact-form-section .contact-form-container .contact-form .ginput_container_select {
    position: relative
}

.contact-form-section .contact-form-container .contact-form .ginput_container_select:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='18px' viewBox='0 0 18 18' version='1.1'%3E%3Cg id='A---Homepage' stroke='none' stroke-width='1' fill='white' fill-rule='evenodd'%3E%3Cg id='A.1.1---Homepage' transform='translate(-391.000000, -3291.000000)'%3E%3Cg id='//-MAIN' transform='translate(-0.291295, 0.000000)'%3E%3Cg id='05---Clients' transform='translate(0.291295, 3127.000000)'%3E%3Cg id='etude-de-cas' transform='translate(114.000000, 100.026008)'%3E%3Cg id='secteur' transform='translate(0.000000, 50.973992)'%3E%3Cg id='icon/curve' transform='translate(286.000000, 22.000000) rotate(45.000000) translate(-286.000000, -22.000000) translate(280.000000, 16.000000)'%3E%3Cpath d='M9.60719349,5.94563619 C9.6433791,7.9612358 7.95862771,9.59498402 5.94898145,9.59274728 L2.38832269,9.58878435 C1.0707837,9.5873256 0.00147844739,10.6717339 0,11.9933832 L0.0735345799,11.9934805 L5.91924284,12 C9.24664623,12.0036917 12.0100098,9.31877024 11.9933591,5.98105944 L12,0 C10.6805463,-0.00145726036 9.60995649,1.07067329 9.60920515,2.39421893 L9.60719349,5.94563619 Z' id='module-copy'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    right: 30px;
    top: 20px;
    width: 15px;
    height: 15px;
    pointer-events: none
}

.contact-form-section .contact-form-container .contact-form .text-separator {
    margin: 40px 0 20px;
    font-size: 1.3em
}

.contact-form-section .contact-form-container .contact-form .gform_footer.top_label {
    display: inline-block;
    width: initial;
    position: relative
}

.contact-form-section .contact-form-container .contact-form .gform_footer.top_label::before {
    content: url("data:image/svg+xml,%3Csvg aria-hidden='true' width='18' height='15' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M11.455 2.025c-.833.73-.972 1.483-.42 2.255l4.032 4.023H.854a.863.863 0 00-.848.875c0 .483.38.876.848.876h14.213l-3.752 4.026c-.8.88-.761 1.639.114 2.275l6.332-6.557a.859.859 0 00.245-.62.86.86 0 00-.245-.62l-6.306-6.533z' id='a'%3E%3C/path%3E%3C/defs%3E%3Cuse class='arrow-color' fill='%2300A880' transform='rotate(-20 6.17 8.69)' xlink:href='%23a' fill-rule='evenodd'%3E%3C/use%3E%3C/svg%3E");
    width: 18px;
    height: 15px;
    position: absolute;
    top: 28px;
    left: 20px;
    cursor: pointer;
    transition: all 450ms ease
}

.contact-form-section .contact-form-container .contact-form .gform_footer.top_label .gform_button.button {
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 11px 27px 10px 55px;
    border-radius: 100px;
    display: inline-flex;
    font-family: 'Gilroy-Bold';
    transition: all 250ms ease;
    background-color: #FFF;
    color: #00A880;
    border: 1px solid #FFF
}

.contact-form-section .contact-form-container .contact-form .gform_footer.top_label:hover .gform_button.button {
    color: #FFF;
    background-color: transparent
}

.contact-form-section .contact-form-container .contact-form .gform_footer.top_label:hover::before {
    content: url("data:image/svg+xml,%3Csvg aria-hidden='true' width='18' height='15' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M11.455 2.025c-.833.73-.972 1.483-.42 2.255l4.032 4.023H.854a.863.863 0 00-.848.875c0 .483.38.876.848.876h14.213l-3.752 4.026c-.8.88-.761 1.639.114 2.275l6.332-6.557a.859.859 0 00.245-.62.86.86 0 00-.245-.62l-6.306-6.533z' id='a'%3E%3C/path%3E%3C/defs%3E%3Cuse class='arrow-color' fill='%23FFF' transform='rotate(-20 6.17 8.69)' xlink:href='%23a' fill-rule='evenodd'%3E%3C/use%3E%3C/svg%3E");
    transform: translateX(5px) rotate(20deg)
}

.contact-form-section .contact-form-container .contact-aside {
    margin-top: 25px
}

.contact-form-section .contact-form-container .contact-aside .aside-main-title {
    font-size: 0.7em;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #59f99a;
    margin-bottom: 30px
}

.contact-form-section .contact-form-container .contact-aside .aside-content {
    margin-bottom: 40px
}

.contact-form-section .contact-form-container .contact-aside .aside-content .aside-title {
    font-size: 1.6em;
    margin-bottom: 15px
}

.contact-form-section .contact-form-container .contact-aside .aside-content .aside-description {
    font-size: 0.9em
}

.contact-reinsurance-section {
    padding: 40px 8% 0
}

.contact-reinsurance-section .contact-reinsurance {
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 5%
}

.contact-reinsurance-section .contact-reinsurance .reinsurance-content {
    width: 100%;
    margin-bottom: 30px
}

.contact-reinsurance-section .contact-reinsurance .reinsurance-content .reinsurance-picto {
    width: 50px;
    height: 50px;
    margin-bottom: 20px
}

.contact-reinsurance-section .contact-reinsurance .reinsurance-content .reinsurance-description {
    font-size: 1.3em;
    line-height: 1.4em
}

.contact-recruitment {
    padding-bottom: 5%
}

.contact-recruitment .recruitment-intro {
    padding: 40px 8%
}

.contact-recruitment .recruitment-intro .recruitment-col:last-child {
    margin-top: 15px
}

.contact-recruitment .recruitment-intro .recruitment-col:last-child .btn {
    margin-top: 25px
}

.contact-recruitment .banner-row {
    height: 295px;
    position: relative;
    overflow: hidden
}

.contact-recruitment .banner-row .img-banner {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    animation: bannermove 40s linear infinite;
    display: flex;
    align-items: flex-end
}

.contact-recruitment .banner-row .img-banner img {
    margin: 0 0.5em;
    border-radius: 25px;
    max-height: 100%
}

@keyframes bannermove {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-50%, 0)
    }
}

.contact-recruitment .banner-row:last-child {
    margin-top: 3em
}

.contact-recruitment .banner-row:last-child .img-banner {
    align-items: flex-start;
    animation: bannermove 40s linear reverse infinite
}

.block-header {
    color: #FFF;
    padding: 60px 5%;
    display: flex;
    align-items: center
}

.block-header .header-content .header-title {
    font-size: 2.3em;
    line-height: 1.2em
}

.block-header .header-content .header-description p {
    margin-top: 20px;
    font-size: 1.2em;
    line-height: 1.3em;
    color: #FFF
}

.block-intro {
    padding: 40px 5%
}

.block-intro .intro-title {
    margin-bottom: 20px
}

.video-full {
    padding: 0 5% 8%
}

.video-full .media-content {
    position: relative;
    width: initial
}

.video-full .media-content .role-media-img {
    width: 100%;
    height: 56.25vw;
    max-height: 80vh;
    color: #FFF;
    margin-bottom: 0
}

.video-full .media-content .role-media-img .role-bkg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0000006b, transparent);
    border-radius: 40px
}

.video-full .media-content .media-video {
    align-items: flex-end;
    justify-content: flex-start
}

.video-full .media-content .media-video .media-text-container {
    display: flex;
    align-items: center;
    padding: 0 0 2% 3%
}

.video-full .media-content .media-video .media-text-container .video-infos-container {
    margin-left: 15px
}

.video-full .media-content .media-video .media-text-container .video-infos-container .video-subtitle p {
    color: #FFF
}

.highlighted-text-section {
    padding: 40px 5%;
    position: relative
}

.highlighted-text-section .rich-text {
    font-size: 1.6em;
    line-height: 1.3
}

.section-governance {
    color: #FFF;
    padding: 30px 5%
}

.section-governance .governance-intro {
    display: block
}

.section-governance .governance-intro .governance-col:first-child {
    margin-bottom: 20px
}

.section-governance .governance-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 35px 0
}

.section-governance .governance-list .governance-item {
    width: 50%;
    margin-bottom: 30px;
    text-align: center
}

.section-governance .governance-list .governance-item:nth-child(even) {
    padding-left: 4%
}

.section-governance .governance-list .governance-item:nth-child(odd) {
    padding-right: 4%
}

.section-governance .governance-list .governance-item .governance-img {
    width: 100%;
    height: auto;
    border-radius: 50px;
    margin-bottom: 15px
}

.section-governance .governance-list .governance-item .governance-name,
.section-governance .governance-list .governance-item .governance-function {
    font-size: 13px
}

.section-key-infos {
    padding: 40px 8% 45px
}

.section-key-infos h2 {
    max-width: 100%
}

.section-agencies {
    padding: 40px 5%
}

.section-agencies .agencies-top-container {
    width: 70%;
    margin-bottom: 60px
}

.section-agencies .agencies-top-container .agencies-title {
    margin-bottom: 15px
}

.section-agencies .agencies-top-container .custom-select.agency-select {
    height: 35px;
    display: flex;
    background-image: url(../images/select-ico.svg);
    background-position: center right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #03485E
}

.section-agencies .agencies-top-container .custom-select.agency-select select {
    width: 100%;
    background-color: transparent;
    color: #03485E;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    border: none;
    outline: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    padding-right: 30px;
    padding-left: 0px
}

.section-agencies .agencies-top-container .custom-select.agency-select .select-selected {
    color: #03485E;
    background-image: url('../images/select-ico.svg');
    background-position: center right;
    background-repeat: no-repeat
}

.section-agencies .agencies-slider .agency-slide .agency-img {
    border-radius: 50px;
    width: 80%;
    height: auto;
    margin-bottom: 20px
}

.section-agencies .agencies-slider .agency-slide .agency-title {
    font-size: 1.6em;
    margin-bottom: 15px
}

.section-agencies .agencies-slider .agency-slide .agency-address {
    font-size: 1em
}

.section-banner .line-container {
    width: 90%
}

.section-banner .banner-container {
    text-align: center
}

#headings.purple {
    --primary-color: #5A41B2;
    --secondary-color: #93E0F8
}

#headings.orange {
    --primary-color: #E57C00;
    --secondary-color: #F7C77E
}

#headings.pink {
    --primary-color: #EB595E;
    --secondary-color: #FFA7A3
}

#headings.green {
    --primary-color: #00A880;
    --secondary-color: #59f99a
}

.block-header {
    background: var(--primary-color) !important;
    padding: 45px 8% 45px;
    height: inherit
}

.block-header .header-content .header-title {
    font-size: 30px;
    line-height: 36px
}

.block-header .header-content .header-description p {
    font-size: 16px;
    line-height: 26px
}

.block-header .header-content .header-description p strong {
    color: var(--secondary-color) !important
}

.block-header .header-content .header-btn-container {
    margin-top: 30px
}

.headings_intro {
    background: var(--primary-color);
    padding: 0 8%
}

.headings_intro .img-container img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 56.25vw;
    max-height: 80vh;
    overflow: hidden;
    border-radius: 40px
}

.headings_intro .intro-content {
    width: 100%;
    padding: 45px 0 70px
}

.headings_intro .intro-content p {
    color: #FFF
}

.section-text-content {
    background: #EEFEF3;
    padding: 40px 8% 50px
}

.section-text-content .text-col {
    width: 100%
}

.section-text-content .text-col .text-content-title {
    margin-bottom: 40px
}

.section-text-content .text-col .text-content-paragraph {
    width: 100%
}

.section-text-content .text-col .text-content-paragraph:first-child {
    padding-bottom: 40px
}

.section-text-content .text-col .text-content-paragraph:last-child {
    padding-top: 40px
}

.three-visual .three-visual-container {
    display: none
}

.three-visual .three-visual-slider {
    padding: 20px 0
}

.three-visual .three-visual-slider .visual-card {
    overflow: hidden;
    border-radius: 30px;
    width: 270px;
    height: 270px;
    transition: all 600ms ease-in-out
}

.three-visual .three-visual-slider .visual-card img {
    object-fit: cover;
    object-position: center center;
    width: 100%
}

.three-visual .three-visual-slider .visual-card.swiper-slide-prev {
    transform: rotate(-5deg)
}

.three-visual .three-visual-slider .visual-card.swiper-slide-active {
    transform: rotate(0deg) translateY(-20px)
}

.three-visual .three-visual-slider .visual-card.swiper-slide-next {
    transform: rotate(5deg)
}

.three-visual .three-visual-slider .three-visual-pagination {
    text-align: center
}

.three-visual .three-visual-slider .three-visual-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #00A880;
    margin: 0 5px;
    transition: opacity 350ms ease-in-out
}

.list-section {
    padding: 40px 8% 40px
}

.list-section .list-section-title-container {
    margin-bottom: 40px
}

.list-section .list-section-content {
    margin: 0 auto
}

.list-section .list-section-content li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px
}

.list-section .list-section-content li:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 0 2px 0 2px;
    background-color: var(--primary-color);
    position: absolute;
    top: 7px;
    left: 0
}

.list-section .list-section-content li strong {
    color: var(--primary-color)
}

.word-cloud {
    padding: 0 10% 6%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center
}

.word-cloud .word-title {
    display: inline-block;
    transition: color 400ms ease-in-out
}

.word-cloud .word-title:hover {
    color: var(--secondary-color)
}

.word-cloud .word-title .word-hover-title {
    font-size: 20px;
    line-height: 26px
}

.word-cloud .word-cloud-description {
    margin: 30px auto 0
}

.word-cloud .word-cloud-description br {
    display: none
}

.expertise-slider-section {
    padding: 45px 8%
}

.expertise-slider-section .expertise-slider .swiper-wrapper {
    display: block
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide {
    margin-bottom: 40px
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide:last-child {
    margin-bottom: 0
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide .expertise-slide-container .expertise-img {
    display: flex;
    justify-content: center
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide .expertise-slide-container .expertise-img img {
    border-radius: 50px;
    object-fit: cover;
    width: 100%
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide .expertise-slide-container .expertise-content .expertise-title {
    font-size: 20px;
    line-height: 26px;
    margin: 30px 0 20px
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide .expertise-slide-container .expertise-content .expertise-text {
    font-family: 'Gilroy';
    font-size: 16px;
    line-height: 26px
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide .expertise-slide-container .expertise-content .expertise-text .expertise-description {
    width: 100%
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide .expertise-slide-container .expertise-content .expertise-text .expertise-description .exertise-btn-container {
    font-family: 'Gilroy-Bold';
    margin-top: 20px
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide .expertise-slide-container .expertise-content .expertise-text .expertise-list {
    margin-top: 40px
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide .expertise-slide-container .expertise-content .expertise-text .expertise-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide .expertise-slide-container .expertise-content .expertise-text .expertise-list li:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 0 2px 0 2px;
    background-color: var(--primary-color);
    position: absolute;
    top: 10px;
    left: 0
}

.expertise-slider-section .expertise-slider .swiper-wrapper .expertise-slide .expertise-slide-container .expertise-content .expertise-text .expertise-list li strong {
    color: var(--primary-color)
}

.contact-section {
    padding: 60px 8%;
    background: var(--secondary-color);
    text-align: center
}

.contact-section .contact-section-content {
    margin: 0 auto 50px;
    font-size: 20px;
    line-height: 26px
}

.key-infos-title {
    text-align: center
}

.testimony-section {
    padding: 40px 8%
}

.testimony-section .testimony-content-wrapper .testimony-title {
    font-size: 26px;
    line-height: 32px
}

.testimony-section .testimony-content-wrapper .testimony-col:first-child {
    margin: 40px 0
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    transform: rotate(-20deg)
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-btn .testimony-content {
    display: flex;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background: var(--primary-color);
    color: var(--secondary-color);
    font-size: 14px
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-btn .testimony-content svg {
    fill: var(--secondary-color)
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-btn .testimony-btn-hover {
    display: none
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slide .testimony-slide-title {
    font-size: 20px;
    line-height: 26px;
    position: relative
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slide .testimony-slide-title::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #00A880;
    position: absolute;
    bottom: -27px;
    left: 0
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slide .testimony-number-list {
    margin-top: 60px
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slide .testimony-number-list .testimony-number-item {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slide .testimony-number-list .testimony-number-item:last-child {
    margin-bottom: 0
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slide .testimony-number-list .testimony-number-item strong {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #03485E
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slide .testimony-btn-infos {
    display: none !important
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slider-direction {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slider-direction .testimony-previous,
.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slider-direction .testimony-next {
    width: 67px;
    height: 67px;
    border: 1px solid #00A880;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 400ms ease-in-out;
    cursor: pointer
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slider-direction .testimony-previous svg,
.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slider-direction .testimony-next svg {
    fill: #00A880;
    transition: all 400ms ease-in-out
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slider-direction .testimony-previous:hover,
.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slider-direction .testimony-next:hover {
    background: #00A880
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slider-direction .testimony-previous:hover svg,
.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slider-direction .testimony-next:hover svg {
    fill: #FFF;
    transform: scale(1.2)
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slider-direction .testimony-previous {
    transform: rotate(125deg);
    margin-right: 20px
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slider-direction .testimony-next {
    transform: rotate(305deg)
}

.nofilter-clients {
    background: var(--primary-color);
    padding: 60px 0
}

.nofilter-clients .nofilter-text-content {
    padding: 0 8%
}

.nofilter-clients .nofilter-text-content .nofilter-title {
    color: #FFF;
    font-size: 26px;
    line-height: 32px
}

.nofilter-clients .nofilter-container .nofilter-col {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.nofilter-clients .nofilter-container .nofilter-col .nofilter-text-content {
    display: flex;
    flex-direction: column
}

.nofilter-clients .nofilter-container .nofilter-col .nofilter-text-content .nofilter-btn-container {
    margin-top: 30px
}

.nofilter-clients .nofilter-container .clients-banner {
    display: block;
    width: 100%;
    overflow: hidden
}

.nofilter-clients .nofilter-container .clients-banner .clients-column {
    width: max-content;
    animation: var(--animation, slide) 40s infinite linear
}

.nofilter-clients .nofilter-container .clients-banner .clients-column:first-child {
    align-self: flex-end;
    margin: 90px 0 35px;
    animation: var(--animation, slide) 40s infinite linear reverse
}

.nofilter-clients .nofilter-container .clients-banner .clients-column .client-img-container {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    background: #FFF;
    margin: 0 35px
}

.nofilter-clients .nofilter-container .clients-banner .clients-column .client-img-container img {
    width: 50%;
    height: auto;
}

@keyframes slide {
    to {
        transform: translateX(var(--reverse, -50%))
    }
}

.events {
    position: relative;
    background: var(--secondary-color);
    padding: 30px 0;
    text-align: center;
    color: #FFF;
    overflow: hidden
}

.events .event-svg {
    stroke: var(--primary-color);
    margin-bottom: 30px
}

.events .event-banner-title {
    color: var(--primary-color);
    font-size: 30px;
    line-height: 35px;
    margin: 30px 0
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.events .event-banner-title .banner-container .banner-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box
}

.events .event-banner-title .banner-container .banner-wrap .banner {
    display: inline-block;
    line-height: 30px;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    animation: ticker 25s linear infinite
}

.events .event-banner-title .banner-container.reverse .banner-wrap {
    padding-right: 100%
}

.events .event-banner-title .banner-container.reverse .banner-wrap .banner {
    animation: ticker 25s linear infinite reverse
}

.events .event-btn-container {
    margin-top: 30px
}

.events .event-anchor {
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.events .event-anchor svg {
    margin-right: 10px
}

#list-page .purple {
    color: #5A41B2
}

#list-page .pink {
    color: #EB595E
}

#list-page .orange {
    color: #E57C00
}

#list-page .green {
    color: #59f99a
}

#list-page .tag {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1
}

#list-page .arrow-color {
    transition: all 400ms ease-in-out
}

#list-page .block-header {
    color: #FFF
}

#list-page .block-header .header-content {
    width: 70%
}

#list-page .header-list {
    color: #FFF;
    padding: 30px 0 0
}

#list-page .header-list .header-content .header-title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 6%
}

#list-page .header-list .header-content .header-description p {
    color: #FFF;
    margin: 25px 0 50px;
    padding: 0 6%
}

#list-page .header-list .header-content .crossnav-push-list {
    display: block
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-slider {
    width: 100%;
    padding: 20px 0 50px
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-slider .swiper-wrapper {
    align-items: center
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-slider .swiper-wrapper .crossnav-push-link {
    display: flex;
    flex-direction: column;
    background: #FFF;
    padding: 30px;
    border-radius: 40px;
    box-sizing: border-box;
    transition: all 600ms ease-in-out
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-slider .swiper-wrapper .crossnav-push-link .crossnav-push-title {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-slider .swiper-wrapper .crossnav-push-link.swiper-slide-next {
    transform: rotate(5deg)
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-slider .swiper-wrapper .crossnav-push-link.swiper-slide-prev {
    transform: rotate(-5deg)
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-slider .swiper-wrapper .crossnav-push-link.visual-card.swiper-slide-active {
    transform: rotate(0deg) translateY(-20px)
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-slider .crossnav-pagination {
    text-align: center;
    margin-top: 30px
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-slider .crossnav-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #FFF;
    margin: 0 5px;
    transition: opacity 350ms ease-in-out
}

#list-page .list-wrapper {
    padding: 6% 0
}

#list-page .list-wrapper .sticky-trigger {
    display: block;
    height: 1px
}

#list-page .list-wrapper .open-filter-btn {
    position: sticky;
    top: 82%;
    z-index: 20;
    text-align: center
}

#list-page .list-wrapper .open-filter-btn .btn {
    align-items: center;
    box-shadow: 5px 5px 19px 5px rgba(0, 0, 0, 0.17)
}

#list-page .list-wrapper .open-filter-btn .btn:hover svg {
    transform: translateX(5px) rotate(0)
}

#list-page .list-wrapper .list-filters-container {
    padding: 0 8% 0;
    display: flex;
    justify-content: center;
    position: fixed;
    transition: all 300ms ease-in-out;
    width: 100%;
    height: calc(100% - 60px);
    background: #FFF;
    top: 60px;
    left: 0;
    z-index: 50;
    border-top: 1px solid #C7C7C7;
    padding-top: 25px;
    opacity: 0;
    pointer-events: none
}

#list-page .list-wrapper .list-filters-container.active {
    opacity: 1;
    pointer-events: all
}

#list-page .list-wrapper .list-filters-container .filters-intro {
    display: none
}

#list-page .list-wrapper .list-filters-container .filters-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item {
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 400ms ease-in-out
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item .filter-title {
    color: #00A880;
    font-size: 20px;
    line-height: 26px;
    margin-right: 30px
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item .filter-title:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='18px' viewBox='0 0 18 18' version='1.1'%3E%3Ctitle%3Eicon/module%3C/title%3E%3Cg id='A---Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='A.1.1---Homepage' transform='translate(-391.000000, -3291.000000)' fill='%2300A880'%3E%3Cg id='//-MAIN' transform='translate(-0.291295, 0.000000)'%3E%3Cg id='05---Clients' transform='translate(0.291295, 3127.000000)'%3E%3Cg id='etude-de-cas' transform='translate(114.000000, 100.026008)'%3E%3Cg id='secteur' transform='translate(0.000000, 50.973992)'%3E%3Cg id='icon/curve' transform='translate(286.000000, 22.000000) rotate(45.000000) translate(-286.000000, -22.000000) translate(280.000000, 16.000000)'%3E%3Cpath d='M9.60719349,5.94563619 C9.6433791,7.9612358 7.95862771,9.59498402 5.94898145,9.59274728 L2.38832269,9.58878435 C1.0707837,9.5873256 0.00147844739,10.6717339 0,11.9933832 L0.0735345799,11.9934805 L5.91924284,12 C9.24664623,12.0036917 12.0100098,9.31877024 11.9933591,5.98105944 L12,0 C10.6805463,-0.00145726036 9.60995649,1.07067329 9.60920515,2.39421893 L9.60719349,5.94563619 Z' id='module-copy'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item.active {
    opacity: 1
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item.active .filter-content {
    opacity: 1;
    pointer-events: all
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item .filter-content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    max-height: 70%;
    overflow: scroll;
    padding: 0 8%;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item .filter-content .wpgb-checkbox-facet ul {
    display: block
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item .filter-content .wpgb-checkbox-facet ul li {
    margin: 0
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item .filter-content .wpgb-checkbox-facet ul li .wpgb-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #03485E;
    border-bottom: 1px solid #C7C7C7;
    cursor: pointer;
    padding: 20px 0;
    flex-direction: row-reverse
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item .filter-content .wpgb-checkbox-facet ul li .wpgb-checkbox .wpgb-checkbox-control {
    border-radius: 50%
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item .filter-content .wpgb-checkbox-facet ul li .wpgb-checkbox .wpgb-checkbox-label {
    padding: 0
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item .filter-content .wpgb-checkbox-facet ul li .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
    border-color: #00A880;
    background-color: #00A880
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-btn {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    padding: 0 8%;
    display: flex;
    justify-content: center
}

#list-page .list-wrapper .list-container {
    padding: 0 8%
}

#list-page .list-wrapper .list-container .list-item {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    margin-bottom: 50px
}

#list-page .list-wrapper .list-container .list-item:hover .list-item-img-container img {
    transform: scale(1.1)
}

#list-page .list-wrapper .list-container .list-item:hover .arrow-color {
    transform: rotate(0)
}

#list-page .list-wrapper .list-container .list-item .list-item-img-container {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
    margin-bottom: 20px;
    aspect-ratio: 1.7843137255
}

#list-page .list-wrapper .list-container .list-item .list-item-img-container img {
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    will-change: transform;
    transition: all 500ms ease-in-out
}

#list-page .list-wrapper .list-container .list-item .list-item-title {
    font-size: 30px;
    line-height: 40px;
    margin: 10px 0
}

#list-page .list-wrapper .list-container .list-item .list-item-intro {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px
}

#list-page .list-wrapper .list-container .list-item .list-item-intro svg {
    margin-top: 15px
}

#list-page .list-wrapper .bottom-load-more {
    margin-bottom: 100px
}

#list-page .list-wrapper .bottom-load-more .load-more-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column
}

#list-page .list-wrapper .bottom-load-more .load-more-row:last-child {
    display: none
}

#list-page .list-wrapper .bottom-load-more .load-more-row .wpgb-facet {
    display: flex;
    justify-content: center;
    color: #03485E
}

#list-page .list-wrapper .bottom-load-more .load-more-row .wpgb-facet:last-child .wpgb-load-more {
    transform: translateX(-10px)
}

#list-page .list-wrapper .bottom-load-more .load-more-row .wpgb-facet .wpgb-load-more {
    display: flex;
    color: #03485E;
    height: auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-family: 'Gilroy-Bold';
    font-size: 30px;
    line-height: 30px;
    white-space: nowrap;
    transform: translateX(10px)
}

#list-page .list-wrapper .bottom-load-more .load-more-row .wpgb-facet .wpgb-load-more:after {
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 46 37' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M31.8186053,5.62380744 C29.5067596,7.65505987 29.1189518,9.74375496 30.6551818,11.8898927 L41.8535097,23.064403 L2.37349433,23.064403 C1.07366723,23.064403 0.0159453415,24.1547153 0.0159453415,25.4954777 C0.0159453415,26.83624 1.07366723,27.9265523 2.37349433,27.9265523 L41.8525175,27.9265523 L31.4293571,39.1114817 C29.210265,41.5572755 29.315826,43.6639431 31.7460402,45.4314845 L49.3359495,27.2174469 C49.8013074,26.7457159 50.0255524,26.1210997 50.0156301,25.4954777 C50.0255524,24.8708615 49.8013074,24.2452394 49.3359495,23.7735084 L31.8186053,5.62380744 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='E---Liste' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='E.1.1---Liste' transform='translate(-569.000000, -5401.000000)'%3E%3Cg id='//-MAIN' transform='translate(-188.000000, 52.500000)'%3E%3Cg id='04---projets' transform='translate(0.000000, 966.500000)'%3E%3Cg id='plus-de-projets' transform='translate(0.000000, 4233.000000)'%3E%3Cg id='Group' transform='translate(755.313708, 145.313708)'%3E%3Cg id='icon/arrow-copy' transform='translate(25.000000, 25.000000) scale(1, -1) rotate(-315.000000) translate(-25.000000, -25.000000) '%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='icon' fill='%2300A880' transform='translate(25.016093, 25.527646) rotate(-20.000000) translate(-25.016093, -25.527646) ' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    display: inline;
    width: 30px;
    margin: 0 10px
}

.post-filter-container {
    display: flex;
    padding: 0 8% 40px;
    flex-wrap: wrap
}

.post-filter-container .filter-content {
    position: relative;
    width: auto;
    display: flex
}

.post-filter-container .filter-content .wpgb-checkbox-facet ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.post-filter-container .filter-content .wpgb-checkbox-facet ul li {
    margin: 10px 10px 10px 0 !important
}

.post-filter-container .filter-content .wpgb-checkbox-facet ul li .wpgb-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 13px 15px 10px;
    color: #00A880;
    border: 1px solid #00A880;
    cursor: pointer;
    transition: all 350ms ease-in-out
}

.post-filter-container .filter-content .wpgb-checkbox-facet ul li .wpgb-checkbox .wpgb-checkbox-control {
    display: none
}

.post-filter-container .filter-content .wpgb-checkbox-facet ul li .wpgb-checkbox .wpgb-checkbox-label {
    padding: 0
}

.post-filter-container .filter-content .wpgb-checkbox-facet ul li .wpgb-checkbox:hover,
.post-filter-container .filter-content .wpgb-checkbox-facet ul li .wpgb-checkbox[aria-pressed="true"] {
    background: #00A880;
    color: #FFF
}

.post-filter-container .filter-content .wpgb-facet .wpgb-reset {
    margin: 10px 10px 10px 0;
    border-radius: 100px;
    padding: 13px 15px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'Gilroy-Bold';
    border: 1px solid #f85464;
    background: transparent;
    color: #f85464;
    transition: all 350ms ease-in-out
}

.post-filter-container .filter-content .wpgb-facet .wpgb-reset:hover {
    background: #f85464;
    color: #FFF
}

.post-filter-container .filter-content .wpgb-facet ul.wpgb-inline-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.post-filter-container .filter-content .wpgb-facet ul.wpgb-inline-list li {
    margin: 10px 10px 10px 0 !important
}

.post-filter-container .filter-content .wpgb-facet ul.wpgb-inline-list li .wpgb-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 13px 15px 10px;
    color: #00A880;
    border: 1px solid #00A880;
    cursor: pointer;
    transition: all 350ms ease-in-out
}

.post-filter-container .filter-content .wpgb-facet ul.wpgb-inline-list li .wpgb-button .wpgb-button-control {
    display: none
}

.post-filter-container .filter-content .wpgb-facet ul.wpgb-inline-list li .wpgb-button .wpgb-button-label {
    padding: 0
}

.post-filter-container .filter-content .wpgb-facet ul.wpgb-inline-list li .wpgb-button:hover,
.post-filter-container .filter-content .wpgb-facet ul.wpgb-inline-list li .wpgb-button[aria-pressed="true"] {
    background: #00A880;
    color: #FFF
}

#wpadminbar {
    display: none
}

html {
    height: -webkit-fill-available
}

body {
    overflow-x: hidden;
    min-height: 100vh;
    font-family: 'Gilroy-Bold', sans-serif
}

body,
p {
    font-size: 1em;
    line-height: 1.5em
}

h1,
h2,
.h2 {
    font-size: 1.8em;
    line-height: 1.2em
}

.hbspt-form label {
    font-size: 0.7em !important;
    line-height: 1.5em !important;
    font-weight: 300 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
    color: #17FA73
}

.hbspt-form form fieldset {
    max-width: inherit
}

.hbspt-form label.hs-error-msg,
.hbspt-form .hs-error-msgs label {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: initial;
    color: #ffffff
}

.hbspt-form label.hs-error-msg:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2rem 0 -0.2em;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent
}

.hbspt-form .input {
    margin-right: 16px !important
}

.hbspt-form fieldset[class^="form-columns-"] {
    margin-top: 30px !important
}

.hbspt-form label~.input {
    margin-top: 8px !important
}

.hbspt-form input[type="text"],
.hbspt-form input[type="tel"],
.hbspt-form input[type="email"],
.hbspt-form select,
textarea.hs-input {
    width: 100% !important;
    padding: 20px 20px 18px !important;
    color: #FFF !important;
    border: none !important;
    background-color: #006752;
    font-size: 1em !important;
    border-radius: 2px;
    font-family: inherit
}

textarea.hs-input {
    min-height: 200px
}

textarea::placeholder {
    color: white
}

.hbspt-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.hs-fieldtype-select .input {
    position: relative
}

.hs-fieldtype-select .input::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='18px' viewBox='0 0 18 18' version='1.1'%3E%3Cg id='A---Homepage' stroke='none' stroke-width='1' fill='white' fill-rule='evenodd'%3E%3Cg id='A.1.1---Homepage' transform='translate(-391.000000, -3291.000000)'%3E%3Cg id='//-MAIN' transform='translate(-0.291295, 0.000000)'%3E%3Cg id='05---Clients' transform='translate(0.291295, 3127.000000)'%3E%3Cg id='etude-de-cas' transform='translate(114.000000, 100.026008)'%3E%3Cg id='secteur' transform='translate(0.000000, 50.973992)'%3E%3Cg id='icon/curve' transform='translate(286.000000, 22.000000) rotate(45.000000) translate(-286.000000, -22.000000) translate(280.000000, 16.000000)'%3E%3Cpath d='M9.60719349,5.94563619 C9.6433791,7.9612358 7.95862771,9.59498402 5.94898145,9.59274728 L2.38832269,9.58878435 C1.0707837,9.5873256 0.00147844739,10.6717339 0,11.9933832 L0.0735345799,11.9934805 L5.91924284,12 C9.24664623,12.0036917 12.0100098,9.31877024 11.9933591,5.98105944 L12,0 C10.6805463,-0.00145726036 9.60995649,1.07067329 9.60920515,2.39421893 L9.60719349,5.94563619 Z' id='module-copy'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    right: 1em;
    top: 20px;
    width: 15px;
    height: 15px;
    pointer-events: none
}

.hbspt-form .hs-submit input[type="submit"] {
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 11px 27px 10px 55px;
    border-radius: 100px;
    display: inline-flex;
    font-family: 'Gilroy-Bold';
    transition: all 250ms ease;
    background-color: #FFF;
    color: #00A880;
    border: 1px solid #FFF
}

.hbspt-form .hs-submit .actions:hover input[type="submit"] {
    color: #FFF;
    background-color: transparent
}

.hbspt-form .hs-submit .actions {
    display: inline-block;
    width: initial;
    position: relative
}

.hbspt-form .hs-submit .actions::before {
    content: url("data:image/svg+xml,%3Csvg aria-hidden='true' width='18' height='15' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M11.455 2.025c-.833.73-.972 1.483-.42 2.255l4.032 4.023H.854a.863.863 0 00-.848.875c0 .483.38.876.848.876h14.213l-3.752 4.026c-.8.88-.761 1.639.114 2.275l6.332-6.557a.859.859 0 00.245-.62.86.86 0 00-.245-.62l-6.306-6.533z' id='a'%3E%3C/path%3E%3C/defs%3E%3Cuse class='arrow-color' fill='%2300A880' transform='rotate(-20 6.17 8.69)' xlink:href='%23a' fill-rule='evenodd'%3E%3C/use%3E%3C/svg%3E");
    width: 18px;
    height: 15px;
    position: absolute;
    top: 0.6em;
    left: 20px;
    cursor: pointer;
    transition: all 450ms ease
}

.hbspt-form .hs-submit .actions:hover::before {
    content: url("data:image/svg+xml,%3Csvg aria-hidden='true' width='18' height='15' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M11.455 2.025c-.833.73-.972 1.483-.42 2.255l4.032 4.023H.854a.863.863 0 00-.848.875c0 .483.38.876.848.876h14.213l-3.752 4.026c-.8.88-.761 1.639.114 2.275l6.332-6.557a.859.859 0 00.245-.62.86.86 0 00-.245-.62l-6.306-6.533z' id='a'%3E%3C/path%3E%3C/defs%3E%3Cuse class='arrow-color' fill='%23FFF' transform='rotate(-20 6.17 8.69)' xlink:href='%23a' fill-rule='evenodd'%3E%3C/use%3E%3C/svg%3E");
    transform: translateX(5px) rotate(20deg)
}

.hs-fieldtype-file input[type="file"] {
    font-family: inherit
}

.hs-form-checkbox label,
.hs-form-radio label {
    color: white;
    cursor: pointer
}

ul.inputs-list.multi-container {
    display: flex;
    flex-direction: row;
    align-items: center
}

ul.inputs-list.multi-container li.hs-form-checkbox {
    margin: 0
}

ul.inputs-list.multi-container li.hs-form-checkbox label,
ul.inputs-list.multi-container li.hs-form-radio label {
    position: relative
}

ul.inputs-list.multi-container li.hs-form-checkbox label span,
ul.inputs-list.multi-container li.hs-form-radio label span {
    display: inline-block;
    margin-left: 27px;
    margin-right: 16px
}

ul.inputs-list.multi-container li.hs-form-checkbox label input,
ul.inputs-list.multi-container li.hs-form-radio label input {
    height: 14px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 14px
}

ul.inputs-list.multi-container li.hs-form-checkbox label span::before {
    border: 2px solid;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 14px;
    border-radius: 4px
}

ul.inputs-list.multi-container li.hs-form-checkbox label span::after {
    content: "";
    border: 2px solid;
    border-left: 0;
    border-top: 0;
    height: 8px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transform: rotate(45deg);
    transition: opacity 0.2s ease-in-out;
    width: 4px
}

ul.inputs-list.multi-container li.hs-form-checkbox label input:checked+span::after {
    opacity: 1
}

ul.inputs-list.multi-container li.hs-form-checkbox label input:focus+span::after {
    outline: 3px solid transparent
}

ul.inputs-list.multi-container li.hs-form-radio label span::before {
    border: 2px solid;
    content: "";
    height: 14px;
    position: absolute;
    left: 0;
    top: -3px;
    width: 14px;
    border-radius: 50%
}

ul.inputs-list.multi-container li.hs-form-radio label span::after {
    content: "";
    opacity: 0;
    border: 5px solid;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 1px;
    transition: opacity 0.2s ease-in-out
}

ul.inputs-list.multi-container li.hs-form-radio label input:checked+span::after {
    opacity: 1
}

ul.inputs-list.multi-container li.hs-form-radio label input:focus+span::after {
    box-shadow: 0 0 0 1px #4D90FE;
    outline: 1px solid transparent
}

.hs-fieldtype-file input[type="file"] {
    display: none
}

.hs-fieldtype-file>label {
    position: relative;
    display: inline-block;
    margin-bottom: 50px !important
}

.hs-fieldtype-file>label:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    display: inline-block;
    height: 44px;
    width: 150px;
    border-radius: 50px;
    border: 1px solid white;
    cursor: pointer;
    margin-top: 10px;
    background: transparent;
    transition: all 400ms ease-in-out
}

.hs-fieldtype-file>label:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 40' x='0px' y='0px' width='20' style='fill: white;'%3E%3Cg data-name='18 Upload, Arrow, Storage'%3E%3Cpath d='M9.65,9.76,8.35,8.24l7-6a1,1,0,0,1,1.3,0l7,6-1.3,1.52L17,5.17V24H15V5.17ZM27,19v8a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V19H4v8a3,3,0,0,0,3,3H26a3,3,0,0,0,3-3V19Z'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    bottom: -49px;
    left: 66px;
    z-index: 1;
    cursor: pointer
}

.hs-fieldtype-file>label:hover:after {
    background: #FFF
}

.hs-fieldtype-file>label:hover:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 40' x='0px' y='0px' width='20' style='fill: %2300A880;'%3E%3Cg data-name='18 Upload, Arrow, Storage'%3E%3Cpath d='M9.65,9.76,8.35,8.24l7-6a1,1,0,0,1,1.3,0l7,6-1.3,1.52L17,5.17V24H15V5.17ZM27,19v8a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V19H4v8a3,3,0,0,0,3,3H26a3,3,0,0,0,3-3V19Z'/%3E%3C/g%3E%3C/svg%3E");
    bottom: -49px;
    left: 66px
}


body {
    position: relative;
}

.sticky-links {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sticky-links .sticky-btn {
    color: #fff;
    font-size: 0.8em;
    line-height: 1em;
    padding: 16px 0;
    /*border-radius: 100px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 250ms ease;
    flex-grow: 1;
}

.sticky-links .sticky-btn .btn-ico {
    margin-right: 18px;
    margin-top: 3px;
}

.sticky-links .sticky-btn svg .arrow-color {
    fill: #fff;
}

.sticky-links .sticky-btn:hover svg {
    transform: translateX(5px) rotate(20deg);
}

.sticky-links .sticky-btn svg {
    transition: transform 450ms ease;
}

.sticky-links .sticky-btn:hover svg {
    transform: translateX(5px) rotate(20deg);
}

@media (width >= 768px ) {
    .sticky-links {
        display: none
    }
}


/*Formulaire Contact refont*/
.hbspt-form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
}

.hbspt-form form > fieldset:nth-child(7),
.hbspt-form form > fieldset:nth-child(8),
.hbspt-form form > fieldset.form-columns-3,
.hbspt-form form > fieldset:nth-child(10),
.hbspt-form form > fieldset:nth-child(11) {
    display: none;
}

.hbspt-form form .hs_submit.hs-submit {
    grid-column: span 2;
    display: flex;
    justify-content: end;
    position: relative;
}

.hbspt-form form .hs_submit.hs-submit .actions {
    position: absolute;
    top: -92px;
}

.hbspt-form select {
    height: 62px;
}

@media (width <= 1024px) {
    .hbspt-form form {
        display: block;
    }

    .hbspt-form form .hs_submit.hs-submit {
        justify-content: start;
        margin-top: 24px;
    }

    .hbspt-form form .hs_submit.hs-submit .actions {
        position: relative;
        top: unset;
    }
}

@media (width <= 768px) {
    .hbspt-form form .hs-form-field {
        width: 100% !important;
    }

    .hbspt-form form .input {
        margin-right: unset !important;
    }

    .contact-form-section .contact-intro {
        width: 100%
    }

    .contact-form-section .contact-form-container .contact-aside {
        display: block;
    }

    .contact-reinsurance-section .contact-reinsurance {
        flex-direction: column;
        gap: 24px;
    }

    .contact-reinsurance-section .contact-reinsurance .reinsurance-content {
        width: 100%;
        padding-right: unset;
    }

    .contact-recruitment .recruitment-intro {
        flex-direction: column;
        gap: 16px;
    }

    .contact-recruitment .recruitment-intro .recruitment-col {
        padding-right: unset;
    }

    .contact-recruitment .recruitment-intro .recruitment-col:last-child {
        padding-left: unset;
    }
}

.hs_richtext{ font-size: 10px !important; line-height: normal !important; }

.btn-orange {
    background-color: #e57c00;
    color: #FFF;
    border: 1px solid #e57c00
}

.btn-orange svg {
    transition: transform 450ms ease
}

.btn-orange svg .arrow-color {
    fill: white;
    transition: fill 250ms ease
}

.btn-orange:hover {
    background-color: #FFF;
    color: #e57c00
}

.btn-orange:hover svg {
    transform: translateX(5px) rotate(20deg)
}

.btn-orange:hover .arrow-color {
    fill: #e57c00
}

.page-template-template-contact .sticky-links {
    display: none
}