@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
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.2em;
}

.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: 100%
}

#error404 .disko-component-header-simple .header-description {
    font-size: 25px;
    line-height: 35px;
    max-width: 100%;
    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: 90px;
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: #FFF;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .navigation-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
    z-index: 101;
    height: 100%;
    background-color: #FFF
}

header .navigation-container::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100vw;
    height: 1px;
    margin-left: -3%;
    background-color: #C7C7C7
}

header .navigation-container .nav-close {
    display: none;
    position: absolute;
    bottom: -90px;
    left: 3%;
    z-index: 5;
    cursor: pointer;
    width: 30px;
    height: 30px
}

header .navigation-container .nav-close .line {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background: #03485E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(-45deg)
}

header .navigation-container .nav-close .line:last-child {
    transform: translate(-50%, -50%) rotate(45deg)
}

header .navigation-container.menu-open .nav-close {
    display: flex
}

header .logo-block {
    width: 195px;
    height: 40px
}

header #menu-main-header-menu,
header #menu-main-menu-header-en,
header #menu-main-header-menu-es,
header #menu-main-menu-header-it {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .menu-main-header-menu-container,
header .menu-main-menu-header-en-container,
header .menu-main-header-menu-es-container,
header .menu-main-menu-header-it-container {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%
}

header .menu-main-header-menu-container li,
header .menu-main-menu-header-en-container li,
header .menu-main-header-menu-es-container li,
header .menu-main-menu-header-it-container li {
    font-size: 0.875em;
    line-height: 1.5em
}

header nav {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .nav-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

header .nav-right .btn {
    border: 1px solid #e57c00;
    color: #fff;
    background-color: #e57c00;
}

header .nav-right .btn:hover {
    background-color: #fff;
    color: #e57c00;
}

header .nav-right .btn svg .arrow-color {
    fill: #fff;
}

header .nav-right .btn:hover svg .arrow-color {
    fill: #e57c00;
}

header .menu-icon,
header .burger-menu-block {
    display: none
}

header .search-btn {
    margin-right: 40px;
    font-size: 0.875em;
    line-height: 1.5em;
    color: #00A880;
    display: flex;
    align-items: center
}

header .search-btn svg {
    margin-right: 10px
}

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

.admin-bar header {
    top: 32px
}

.menu-level-1 > a {
    position: relative;
    transition: color 0.6s cubic-bezier(0.53, 0.21, 0, 1)
}

.menu-level-1 > a::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - -1px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #00A880;
    opacity: 1;
    transform: scaleX(0);
    transform-origin: 100% 100%;
    transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
    will-change: transform
}

.menu-level-1 > a:hover::after {
    transform-origin: 0 0;
    transform: scaleX(1)
}

.menu-level-1.active a::after {
    transform-origin: 0 0;
    transform: scaleX(1)
}

.sub-menu-wrapper-1 a {
    font-size: 2.2em;
    line-height: 1.3em
}

.sub-menu-wrapper-1 {
    position: fixed;
    left: 0px;
    top: 90px;
    z-index: 2;
    display: block;
    width: 100%;
    height: 0%;
    opacity: 0;
    pointer-events: none
}

.sub-menu-wrapper-1 .menu-depth-1 > a {
    height: 100%;
    position: relative;
    opacity: 0;
    transform: translate3d(0, 110%, 0);
    will-change: transform
}

.sub-menu-wrapper-1.open {
    pointer-events: auto;
    opacity: 1;
    height: calc(100vh - 90px)
}

.sub-menu-wrapper-1.open .menu-level-2 > a {
    animation: 650ms cubic-bezier(0.53, 0.21, 0, 1) slideIn both
}

.sub-menu-wrapper-1 .menu-bkg {
    background-color: #EEFEF3;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1
}

.sub-menu-wrapper-1 .list-wrapper-1 {
    width: 46%;
    border-right: 1px solid #C7C7C7;
    height: 100%
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 {
    height: 100%;
    padding: 15% 17%;
    overflow: scroll;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(1) > a {
    animation-delay: 0s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(2) > a {
    animation-delay: 0.25s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(3) > a {
    animation-delay: 0.5s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(4) > a {
    animation-delay: 0.75s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(5) > a {
    animation-delay: 1s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(6) > a {
    animation-delay: 1.25s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(7) > a {
    animation-delay: 1.5s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(8) > a {
    animation-delay: 1.75s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(9) > a {
    animation-delay: 2s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(10) > a {
    animation-delay: 2.25s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(11) > a {
    animation-delay: 2.5s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(12) > a {
    animation-delay: 2.75s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(13) > a {
    animation-delay: 3s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(14) > a {
    animation-delay: 3.25s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(15) > a {
    animation-delay: 3.5s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(16) > a {
    animation-delay: 3.75s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(17) > a {
    animation-delay: 4s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(18) > a {
    animation-delay: 4.25s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2:nth-child(19) > a {
    animation-delay: 4.5s
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2 {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: unset
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2.hovered > a {
    color: #00A880
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 .menu-level-2.hovered > a .menu-icon {
    display: initial;
    margin-left: 10px
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 a {
    transition: color 250ms ease
}

.sub-menu-wrapper-1 .sub-menu.menu-depth-1 a:hover {
    color: #00A880
}

.admin-bar .sub-menu-wrapper-1 {
    top: 122px
}

.sub-menu-wrapper-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 54%;
    opacity: 0;
    height: calc(100vh - 90px);
    pointer-events: none
}

.sub-menu-wrapper-2 .menu-depth-2 {
    padding: 15% 17%;
    height: 100%
}

.sub-menu-wrapper-2 .menu-depth-2 a {
    transform: translate3d(0, 110%, 0);
    will-change: transform;
    height: 100%;
    position: relative
}

.sub-menu-wrapper-2 .menu-level-3 .menu-icon {
    display: none
}

.sub-menu-wrapper-2.open {
    opacity: 1;
    pointer-events: auto;
    overflow-y: scroll
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(1) > a {
    animation-delay: 0s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(2) > a {
    animation-delay: 0.25s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(3) > a {
    animation-delay: 0.5s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(4) > a {
    animation-delay: 0.75s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(5) > a {
    animation-delay: 1s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(6) > a {
    animation-delay: 1.25s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(7) > a {
    animation-delay: 1.5s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(8) > a {
    animation-delay: 1.75s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(9) > a {
    animation-delay: 2s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(10) > a {
    animation-delay: 2.25s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(11) > a {
    animation-delay: 2.5s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(12) > a {
    animation-delay: 2.75s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(13) > a {
    animation-delay: 3s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(14) > a {
    animation-delay: 3.25s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(15) > a {
    animation-delay: 3.5s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(16) > a {
    animation-delay: 3.75s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(17) > a {
    animation-delay: 4s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(18) > a {
    animation-delay: 4.25s
}

.sub-menu-wrapper-2.open .menu-level-3:nth-child(19) > a {
    animation-delay: 4.5s
}

.sub-menu-wrapper-2.open a {
    animation: 650ms cubic-bezier(0.53, 0.21, 0, 1) slideIn both
}

.sub-menu-wrapper-2 .menu-level-3 {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px
}

@keyframes slideIn {
    from {
        transform: translate3d(0, 110%, 0)
    }

    to {
        transform: translate3d(0%, 0%, 0px)
    }
}

.lang-switcher {
    width: 38px;
    margin-left: 30px
}

.lang-switcher .custom-select {
    position: relative
}

.lang-switcher .custom-select select {
    display: none
}

.lang-switcher .select-selected {
    color: #00A880;
    background-image: url('../images/lang-ico.svg');
    background-position: 28px;
    background-repeat: no-repeat
}

.lang-switcher .select-items div,
.lang-switcher .select-selected {
    color: #00A880;
    padding-right: 16px;
    font-size: 0.875em;
    line-height: 1.5em;
    cursor: pointer;
    user-select: none
}

.lang-switcher .select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.lang-switcher .select-hide {
    display: none
}

.lang-switcher .same-as-selected {
    display: none
}

.search-container {
    position: absolute;
    top: 90px;
    width: 100%;
    height: 124px;
    border-bottom: 1px solid #C7C7C7;
    background-color: #fff;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 450ms ease;
    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;
    transform: translate(0);
    transition: transform 450ms cubic-bezier(0.53, 0.21, 0, 1);
    pointer-events: auto
}

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

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

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

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

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

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

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

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

.footer__logo {
    width: 220px;
    height: 44.19px
}

.footer-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #EEFEF3
}

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

.footer-half-block p {
    color: #EEFEF3;
    font-size: 1.5em;
    line-height: 1.4em
}

.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%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.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: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start
}

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

.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: 40px
}

.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: 25%
}

.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
}

.section-offers {
    height: calc(200vh - 90px);
    width: 100vw
}

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

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

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

.section-offers .offers-item-list-block {
    align-items: flex-start
}

.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: #94bac4
}

.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: #94bac4
}


.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: 35px
}

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

.section-offers .offers-list-item-picto {
    border: 1px solid #FFF;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    cursor: pointer
}

.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
}

html {
    scroll-behavior: smooth
}

main {
    margin-top: 90px
}

iframe {
    width: 854px;
    height: 480px
}

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

.hero-slider .swiper-bullets {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 35px;
    border-top: 1px solid #FEFFE7;
    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::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
}

.hero-slider .swiper-navigation {
    cursor: pointer;
    display: flex;
    width: 96%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.hero-slider .swiper-navigation .swiper-next {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transition: transform 450ms ease
}

.hero-slider .swiper-navigation .swiper-next:hover {
    animation: reversePulse 1.5s linear infinite
}

.hero-slider .swiper-navigation .swiper-prev {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transition: transform 1s ease
}

.hero-slider .swiper-navigation .swiper-prev:hover {
    animation: pulse 1.5s linear infinite
}

.hero-slider .swiper-navigation .swiper-button-disabled {
    opacity: 0.5
}

.hero-slider .swiper-navigation .swiper-button-disabled:hover {
    animation: none
}

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

.hero-slider .hero-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000
}

.hero-slider .swiper-slide-active .hero-path {
    animation: dash 2s both
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes clearLine {
    to {
        stroke-dashoffset: 1000
    }
}

.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: 20px
}

.hero-slider .hero-slider-slide .hero-title {
    font-size: min(max(5.625em, 90px), 13vh);
    line-height: 1em;
    color: #EEFEF3
}

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

.hero-slider .hero-slider-slide .hero-description p {
    color: #EEFEF3;
    font-size: min(1.563em, 4.4vh);
    line-height: 1.2em
}

.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 {
    position: relative;
    height: 100%
}

.hero-slider .hero-slider-slide .hero-item-txt-block {
    max-width: 78%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2
}

.hero-slider .hero-slider-slide .hero-item-media-block {
    border-radius: 50px;
    z-index: 0;
    width: 32.796vw;
    height: 26.94vw;
    position: absolute;
    right: 0;
    top: clamp(100px, 15vw, 165px);
    max-width: 586px;
    max-height: 430px;
    overflow: hidden
}

.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: 50px;
    transition: transform 3000ms ease
}

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

.hero-slider .hero-slider-slide .hero-item-media-block:hover .hero-item-media-img {
    transform: scale(1.1)
}

@keyframes pulse {
    0% {
        transform: scale(1) translateX(0)
    }

    50% {
        transform: scale(1.2) translateX(-3px)
    }

    100% {
        transform: scale(1) translateX(0)
    }
}

@keyframes reversePulse {
    0% {
        transform: scale(1) translateX(0)
    }

    50% {
        transform: scale(1.2) translateX(3px)
    }

    100% {
        transform: scale(1) translateX(0)
    }
}

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

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

.half-media-txt {
    padding: 6% 8%;
    position: relative
}

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

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

.half-media-txt .main-container .media-content {
    position: sticky;
    top: 20px;
    height: 100%
}

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

.txt-content {
    padding-left: 11%
}

.role-media-img {
    width: 41.142vw;
    height: 33.821vw;
    border-radius: 50px;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
    overflow: hidden
}

.role-media-img .role-bkg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    transition: transform 3000ms ease
}

.role-media-img:hover .role-bkg {
    transform: scale(1.1)
}

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

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

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

.section-key-infos {
    padding: 8% 3% 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%
}

.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: 40%;
    text-align: center
}

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

.key-infos-prev,
.key-infos-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 123px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #00A880;
    z-index: 1;
    cursor: pointer;
    transition: all 450ms ease
}

.key-infos-prev svg,
.key-infos-next svg {
    transition: transform 450ms ease
}

.key-infos-prev svg .arrow-color,
.key-infos-next svg .arrow-color {
    transition: fill 450ms ease
}

.key-infos-prev:not(.swiper-button-disabled):hover,
.key-infos-next:not(.swiper-button-disabled):hover {
    border-color: #FFF;
    background-color: #00A880
}

.key-infos-prev:not(.swiper-button-disabled):hover .arrow-color,
.key-infos-next:not(.swiper-button-disabled):hover .arrow-color {
    fill: white
}

.key-infos-prev {
    left: 5%
}

.key-infos-prev:not(.swiper-button-disabled):hover svg {
    animation: pulse 1.5s linear infinite
}

.key-infos-next {
    right: 5%
}

.key-infos-next:not(.swiper-button-disabled):hover svg {
    animation: reversePulse 1.5s linear infinite
}

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

.section-clients {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100vh;
    min-height: 800px
}

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

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

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

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

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

.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: -17px;
    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 {
    width: 50%;
    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: 180px;
    height: 180px;
    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: row;
    padding-top: 8%;
    padding-bottom: 8%;
    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 {
    width: 32.796vw;
    height: 26.94vw
}

.section-video p {
    color: #EEFEF3
}

.section-video .video-media-img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    width: 32.796vw;
    height: 26.94vw
}

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

.section-video .video-media-img .video-media-bkg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    border-radius: 50px;
    transition: transform 3000ms ease;
    object-fit: cover
}

.section-video .video-media-img:hover .video-media-bkg {
    transform: scale(1.1)
}

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

.section-video .section-video-container {
    display: grid;
    grid-template-areas: "area2 area1" "area3 area4";
    grid-template-columns: 35vw 35vw;
    grid-template-rows: repeat(2, minmax(75px, auto));
    grid-gap: 8em;
    z-index: 2
}

.section-video .section-video-intro {
    grid-area: area1;
    height: fit-content;
    padding-left: 10%
}

.section-video .video-item-block:nth-child(2) {
    grid-area: area2;
    margin-top: 6vw
}

.section-video .video-item-block:nth-child(3) {
    grid-area: area3
}

.section-video .video-item-block:nth-child(4) {
    grid-area: area4;
    margin-top: -23vw
}

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

.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: 20px
}

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

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

.section-news {
    position: relative;
    padding: 8%
}

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

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

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

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

.section-news .tab-btn {
    position: absolute;
    right: 8%;
    top: 8vw
}

.section-news .news-swiper {
    overflow: visible
}

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

.section-news .news-slide-img {
    border-radius: 50px;
    object-fit: cover;
    width: 28.184vw;
    height: 16.105vw;
    max-width: 100%;
    transition: transform 2000ms ease
}

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

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

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

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

.section-news .news-slide-block:hover .news-slide-img {
    transform: scale(1.2)
}

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

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

.section-banner .banner-container {
    position: relative;
    z-index: 2;
    text-align: center
}

.section-banner .banner-container .banner-title-container {
    cursor: none;
    color: #FFF
}

.section-banner .banner-container .banner-title-container .cursor {
    top: -100px;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transition: all 0.1s linear, top 0ms linear, left 0ms ease-in-out;
    z-index: 15
}

.section-banner .banner-container .banner-title-container .cursor-image-show {
    width: 200px;
    height: 200px;
    top: auto;
    left: auto;
    border-radius: 50px;
    transform: translate(-40%, -50%) rotate(5deg);
    background-size: cover;
    transition: all 0.2s linear, top 0ms linear, left 0ms ease-in-out;
    border: none;
    mix-blend-mode: normal;
    background-size: 100
}

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

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

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

.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: flex*/
}

.contact-form-section .contact-form-container .contact-form {
    width: 100%;
    /*margin-right: 5%;*/
    display: inline-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: inline-block !important;
    width: 50% !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: 20px 20px 18px !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 {
    width: 100%;
    margin-top: 53px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
}

.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;
    grid-column: span 2;
}

.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: 5% 8% 0
}

.contact-reinsurance-section .contact-reinsurance {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 5%
}

.contact-reinsurance-section .contact-reinsurance .reinsurance-content {
    width: calc(100% / 3);
    padding-right: 5%
}

.contact-reinsurance-section .contact-reinsurance .reinsurance-content:last-child {
    padding-right: 0
}

.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 {
    display: flex;
    padding: 5% 8%
}

.contact-recruitment .recruitment-intro .recruitment-col {
    width: 50%;
    padding-right: 5%
}

.contact-recruitment .recruitment-intro .recruitment-col:last-child {
    padding-right: 0;
    padding-left: 5%
}

.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
}

#about-us .block-header {
    background: #00A880 !important
}

.block-header {
    color: #FFF;
    height: 40vw;
    padding: 0 8%;
    display: flex;
    align-items: center
}

.block-header .header-content {
    width: 60%
}

.block-header .header-content .header-title {
    font-size: 3.1em;
    line-height: 1em
}

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

.block-intro {
    display: flex;
    padding: 8%
}

.block-intro .intro-col {
    display: inline-block;
    width: 50%
}

.block-intro .intro-col .intro-description {
    max-width: 450px;
    margin: 0 auto
}

.highlighted-text-section {
    padding: 0 18% 10% 8%;
    position: relative
}

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

.video-full {
    padding: 0 8% 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
}

.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: 50px
}

.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: 30px
}

.video-full .media-content .media-video .media-text-container .video-infos-container .video-title {
    font-size: 1.6em;
    line-height: 1.6em
}

.section-governance {
    color: #FFF;
    padding: 6% 8%
}

.section-governance .governance-intro {
    display: flex;
    padding-left: 2%
}

.section-governance .governance-intro .governance-col {
    width: 50%
}

.section-governance .governance-intro .governance-col:last-child {
    padding: 0 10%
}

.section-governance .governance-intro .governance-col .governance-description {
    font-size: 1.3em;
    line-height: 1.4
}

.section-governance .governance-list {
    display: flex;
    flex-wrap: wrap;
    margin: 120px 0 60px
}

.section-governance .governance-list .governance-item {
    width: calc(100% / 5);
    padding: 0 2%;
    margin-bottom: 40px
}

.section-governance .governance-list .governance-item .governance-img {
    width: 100%;
    border-radius: 50px;
    margin-bottom: 25px;
    max-height: 450px;
    object-fit: cover;
    object-position: top
}

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

.section-key-infos {
    padding: 8% 8% 10%
}

.section-key-infos h2 {
    width: 70%
}

.section-agencies {
    padding: 6% 0
}

.section-agencies .agencies-top-container {
    width: 50%;
    padding-left: 8%;
    margin-bottom: 6%
}

.section-agencies .agencies-top-container .custom-select.agency-select {
    width: 350px;
    margin-top: 50px;
    position: relative;
    border-bottom: 1px solid #03485E
}

.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-top-container .custom-select.agency-select select {
    display: none
}

.section-agencies .agencies-top-container .custom-select.agency-select .select-items div,
.section-agencies .agencies-top-container .custom-select.agency-select .select-selected {
    color: #03485E;
    padding-right: 35px;
    font-size: 1.2em;
    line-height: 1.4em;
    cursor: pointer;
    user-select: none;
    transition: color 250ms ease
}

.section-agencies .agencies-top-container .custom-select.agency-select .select-items div:hover {
    color: #00A880
}

.section-agencies .agencies-top-container .custom-select.agency-select .select-items {
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px
}

.section-agencies .agencies-top-container .custom-select.agency-select .select-hide {
    display: none
}

.section-agencies .agencies-top-container .custom-select.agency-select .same-as-selected {
    display: none
}

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

.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
}

#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
}

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

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

.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: 50px
}

.headings_intro .intro-content {
    width: 50%;
    margin: 0 auto;
    padding: 90px 0 70px;
    color: #FFF
}

.section-text-content {
    background: #EEFEF3;
    display: flex;
    padding: 6% 8%
}

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

.section-text-content .text-col .text-content-paragraph {
    width: 60%;
    margin: 0 auto
}

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

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

.three-visual {
    padding: 0 8% 10%
}

.three-visual .three-visual-container {
    position: relative;
    display: flex;
    justify-content: center
}

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

.three-visual .three-visual-container .visual-card.visual-1 {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) rotate(-3deg)
}

.three-visual .three-visual-container .visual-card.visual-2 {
    position: relative;
    z-index: 3
}

.three-visual .three-visual-container .visual-card.visual-3 {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 2;
    transform: translateX(50%) rotate(3deg)
}

.three-visual .three-visual-container .visual-card img {
    object-fit: cover
}

.three-visual .three-visual-container.active .visual-card.visual-1 {
    top: 60px;
    left: 20%
}

.three-visual .three-visual-container.active .visual-card.visual-3 {
    top: 60px;
    right: 20%
}

@media screen and (min-width: 1500px) {
    .three-visual .three-visual-container.active .visual-card.visual-1 {
        left: 30%
    }

    .three-visual .three-visual-container.active .visual-card.visual-3 {
        right: 30%
    }
}

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

.list-section {
    padding: 0 8% 6%
}

.list-section .list-section-title-container {
    width: 60%;
    margin-bottom: 80px
}

.list-section .list-section-content {
    margin: 0 auto;
    width: 60%
}

.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 6% 6%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center
}

.word-cloud .cursor {
    top: -100px;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transition: all 0.1s linear, top 0ms linear, left 0ms ease-in-out;
    z-index: 15;
    cursor: none
}

.word-cloud .cursor-image-show {
    width: 200px;
    height: 200px;
    top: auto;
    left: auto;
    border-radius: 50px;
    transform: translate(-40%, -50%) rotate(5deg);
    background-size: cover;
    transition: all 0.2s linear, top 0ms linear, left 0ms ease-in-out;
    border: none;
    mix-blend-mode: normal;
    cursor: none
}

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

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

.word-cloud .word-title .word-hover-title {
    line-height: 1.3em
}

.word-cloud .word-cloud-description {
    width: 50%;
    margin: 40px auto 0
}

.expertise-slider-section {
    padding: 6% 0
}

.expertise-slider-section .expertise-slider .expertise-slide {
    width: -moz-fit-content;
    width: fit-content
}

.expertise-slider-section .expertise-slider .expertise-slide .expertise-slide-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.expertise-slider-section .expertise-slider .expertise-slide .expertise-slide-container .expertise-img {
    display: flex;
    justify-content: center;
    padding: 25px 0
}

.expertise-slider-section .expertise-slider .expertise-slide .expertise-slide-container .expertise-img img {
    border-radius: 50px;
    object-fit: cover;
    transform: rotate(-3deg)
}

.expertise-slider-section .expertise-slider .expertise-slide .expertise-slide-container .expertise-content {
    padding: 0 90px
}

.expertise-slider-section .expertise-slider .expertise-slide .expertise-slide-container .expertise-content .expertise-title {
    font-size: 1.6em;
    line-height: 1.5;
    margin-bottom: 10px
}

.expertise-slider-section .expertise-slider .expertise-slide .expertise-slide-container .expertise-content .expertise-text {
    display: flex;
    max-width: 900px;
    font-family: 'Gilroy';
    font-size: 1.1em;
    line-height: 1.5
}

.expertise-slider-section .expertise-slider .expertise-slide .expertise-slide-container .expertise-content .expertise-text .expertise-description {
    width: 450px
}

.expertise-slider-section .expertise-slider .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 .expertise-slide .expertise-slide-container .expertise-content .expertise-text .expertise-list {
    width: 550px;
    padding-left: 90px
}

.expertise-slider-section .expertise-slider .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 .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 .expertise-slide .expertise-slide-container .expertise-content .expertise-text .expertise-list li strong {
    color: var(--primary-color)
}

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

.contact-section .contact-section-content {
    width: 50%;
    margin: 0 auto 50px;
    font-size: 1.6em;
    line-height: 1.5
}

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

.testimony-section {
    padding: 6% 8%
}

.testimony-section .testimony-title {
    width: 50%
}

.testimony-section .testimony-content-wrapper {
    display: flex
}

.testimony-section .testimony-content-wrapper .testimony-col {
    width: 50%
}

.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: 125px;
    height: 125px;
    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: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background: var(--primary-color);
    color: #FFF;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 400ms ease-in-out
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-btn .testimony-btn-hover .quote {
    padding: 0 30px
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-btn .testimony-btn-hover .testimony-anchor {
    display: flex;
    flex-direction: row;
    color: var(--secondary-color);
    margin-top: 15px
}

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

.testimony-section .testimony-content-wrapper .testimony-col .testimony-btn .testimony-btn-hover .testimony-anchor .anchor-txt {
    margin-left: 15px
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-btn:hover .testimony-btn-hover {
    transform: translate(-50%, -50%) scale(1)
}

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slide .testimony-slide-title {
    font-size: 1.6em;
    line-height: 1.5;
    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: -37px;
    left: 0
}

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

.testimony-section .testimony-content-wrapper .testimony-col .testimony-slider .testimony-slide .testimony-number-list .testimony-number-item {
    font-size: 1.2em;
    line-height: 1.5;
    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 {
    font-size: 1.3em;
    line-height: 1.5;
    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;
    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 {
    display: flex;
    background: var(--primary-color);
    padding: 0 8%
}

.nofilter-clients .nofilter-title {
    color: #FFF
}

.nofilter-clients .nofilter-container {
    display: flex
}

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

.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: flex;
    justify-content: center;
    overflow: hidden;
    max-height: 90vh
}

.nofilter-clients .nofilter-container .clients-banner .clients-column {
    height: 200%;
    animation: var(--animation, slide) 30s infinite linear
}

.nofilter-clients .nofilter-container .clients-banner .clients-column:nth-of-type(odd) {
    align-self: flex-end;
    margin-right: 5%;
    --reverse: 50%
}

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

.nofilter-clients .nofilter-container .clients-banner .clients-column .client-img-container img {
    width: 40%
}

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

.events {
    position: relative;
    background: var(--secondary-color);
    padding: 6% 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: 80px;
    line-height: 60px;
    margin: 40px 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: 90px;
    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 {
    position: absolute;
    left: 6%;
    bottom: 5%;
    z-index: 3;
    text-transform: uppercase;
    color: #FFF;
    font-size: 0.7em;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    display: flex;
    align-items: flex-start
}

.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;
    height: 30vw
}

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

#list-page .header-list {
    color: #FFF;
    padding: 6% 8%
}

#list-page .header-list .header-content .header-title {
    font-size: 5.2em;
    line-height: 1.5
}

#list-page .header-list .header-content .crossnav-push-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-push-link {
    display: flex;
    flex-direction: column;
    background: #FFF;
    padding: 30px;
    width: 30%;
    max-width: 340px;
    border-radius: 50px;
    transform: scale(1);
    will-change: transform;
    transition: all 400ms ease-in-out
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-push-link:hover {
    transform: scale(1.05)
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-push-link:hover .arrow-color {
    transform: rotate(0)
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-push-link:nth-child(2) {
    margin: 0 60px
}

#list-page .header-list .header-content .crossnav-push-list .crossnav-push-link .crossnav-push-title {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px
}

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

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

#list-page .list-wrapper .list-filters-container {
    padding: 0 8% 0;
    display: flex;
    position: relative;
    transition: padding 600ms ease-in-out
}

#list-page .list-wrapper .list-filters-container.active {
    padding-bottom: 150px
}

#list-page .list-wrapper .list-filters-container .filters-intro {
    font-size: 30px;
    line-height: 40px;
    margin-right: 30px
}

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

#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: 30px;
    line-height: 40px;
    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:hover {
    opacity: 1
}

#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 {
    pointer-events: all;
    opacity: 1
}

#list-page .list-wrapper .list-filters-container .filters-container .filter-item .filter-content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    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: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

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

#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;
    border-radius: 100px;
    padding: 16px 25px 15px;
    color: #00A880;
    border: 1px solid #00A880;
    cursor: pointer;
    transition: all 350ms ease-in-out
}

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

#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:hover,
#list-page .list-wrapper .list-filters-container .filters-container .filter-item .filter-content .wpgb-checkbox-facet ul li .wpgb-checkbox[aria-pressed="true"] {
    background: #00A880;
    color: #FFF
}

#list-page .list-wrapper .list-filters-container.sticky {
    position: sticky;
    top: 90px;
    z-index: 20;
    display: flex;
    height: 66px;
    justify-content: flex-end;
    align-items: center;
    background: white;
    border-bottom: 1px solid #C7C7C7;
    padding: 0
}

#list-page .list-wrapper .list-filters-container.sticky .filters-intro {
    font-size: 20px;
    line-height: 66px;
    padding-right: 30px;
    margin-right: 0;
    border-right: 1px solid #C7C7C7
}

#list-page .list-wrapper .list-filters-container.sticky .filters-container .filter-item .filter-title {
    font-size: 14px;
    line-height: 66px;
    border-right: 1px solid #C7C7C7;
    padding: 0 30px;
    margin-right: 0
}

#list-page .list-wrapper .list-filters-container.sticky .filters-container .filter-item .filter-title:after {
    content: '';
    background-image: 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: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px
}

#list-page .list-wrapper .list-filters-container.sticky .filters-container .filter-item .filter-content {
    background: #FFF;
    left: 0;
    top: 66px;
    padding: 30px 0;
    border-bottom: 1px solid #C7C7C7
}

#list-page .list-wrapper .list-container {
    padding: 6% 8%;
    font-size: 0
}

#list-page .list-wrapper .list-container .list-item {
    display: inline-block;
    width: calc((100% / 2) - 5%);
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    margin-bottom: 80px
}

#list-page .list-wrapper .list-container .list-item:nth-of-type(odd) {
    margin-right: 5%
}

#list-page .list-wrapper .list-container .list-item:nth-of-type(even) {
    margin-left: 5%;
    margin-top: -100px
}

#list-page .list-wrapper .list-container .list-item:first-of-type {
    margin-top: 80px
}

#list-page .list-wrapper .list-container .list-item:nth-of-type(2) {
    margin-top: 0
}

#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 .load-more-btn {
    font-size: 80px;
    line-height: 80px;
    color: #03485E;
    cursor: pointer
}

#list-page .list-wrapper .load-more-btn .text-row-container {
    width: 100%;
    overflow: hidden;
    text-align: center
}

#list-page .list-wrapper .load-more-btn .text-row-container .text-row {
    width: 100%;
    white-space: nowrap;
    transition: transform 1s ease-in-out;
    transform: translateX(20%)
}

#list-page .list-wrapper .load-more-btn .text-row-container .text-row svg {
    width: 60px
}

#list-page .list-wrapper .load-more-btn .text-row-container:last-child .text-row {
    transform: translateX(-20%)
}

#list-page .list-wrapper .load-more-btn:hover .text-row-container .text-row {
    transform: translateX(0)
}

#list-page .bottom-load-more .load-more-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    transform: translateX(-5%);
    transition: transform 300ms ease-in-out
}

#list-page .bottom-load-more .load-more-row:last-child {
    transform: translateX(5%)
}

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

#list-page .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: 80px;
    line-height: 80px;
    white-space: nowrap
}

#list-page .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: 80px;
    margin: 0 15px
}

#list-page .bottom-load-more:hover .load-more-row {
    transform: translateX(0)
}

.list-wrapper {
    padding: 6% 0
}

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

.list-wrapper .list-filters-container {
    padding: 0 8% 0;
    display: flex;
    position: relative;
    transition: padding 600ms ease-in-out
}

.list-wrapper .list-filters-container.active {
    padding-bottom: 150px
}

.list-wrapper .list-filters-container .filters-intro {
    font-size: 30px;
    line-height: 40px;
    margin-right: 30px
}

.list-wrapper .list-filters-container .filters-container {
    display: flex
}

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

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

.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-wrapper .list-filters-container .filters-container .filter-item:hover {
    opacity: 1
}

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

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

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

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

.list-wrapper .list-filters-container .filters-container .filter-item .filter-content .wpgb-checkbox-facet ul li {
    margin: 10px 20px
}

.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;
    border-radius: 100px;
    padding: 16px 25px 15px;
    color: #00A880;
    border: 1px solid #00A880;
    cursor: pointer;
    transition: all 350ms ease-in-out
}

.list-wrapper .list-filters-container .filters-container .filter-item .filter-content .wpgb-checkbox-facet ul li .wpgb-checkbox .wpgb-checkbox-control {
    display: none
}

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

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

.list-wrapper .list-filters-container.sticky {
    position: sticky;
    top: 90px;
    z-index: 20;
    display: flex;
    height: 66px;
    justify-content: flex-end;
    align-items: center;
    background: white;
    border-bottom: 1px solid #C7C7C7;
    padding: 0
}

.list-wrapper .list-filters-container.sticky .filters-intro {
    font-size: 20px;
    line-height: 66px;
    padding-right: 30px;
    margin-right: 0;
    border-right: 1px solid #C7C7C7
}

.list-wrapper .list-filters-container.sticky .filters-container .filter-item .filter-title {
    font-size: 14px;
    line-height: 66px;
    border-right: 1px solid #C7C7C7;
    padding: 0 30px;
    margin-right: 0
}

.list-wrapper .list-filters-container.sticky .filters-container .filter-item .filter-title:after {
    content: '';
    background-image: 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: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px
}

.list-wrapper .list-filters-container.sticky .filters-container .filter-item .filter-content {
    background: #FFF;
    left: 0;
    top: 66px;
    padding: 30px 0;
    border-bottom: 1px solid #C7C7C7
}

.list-wrapper .list-container {
    padding: 6% 8%;
    font-size: 0
}

.list-wrapper .list-container .list-item {
    display: inline-block;
    width: calc((100% / 2) - 5%);
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    margin-bottom: 80px
}

.list-wrapper .list-container .list-item:nth-of-type(odd) {
    margin-right: 5%
}

.list-wrapper .list-container .list-item:nth-of-type(even) {
    margin-left: 5%;
    margin-top: -100px
}

.list-wrapper .list-container .list-item:first-of-type {
    margin-top: 80px
}

.list-wrapper .list-container .list-item:nth-of-type(2) {
    margin-top: 0
}

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

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

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

.list-wrapper .list-container .list-item .list-item-img-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56%
}

.list-wrapper .list-container .list-item .list-item-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    will-change: transform;
    transition: all 500ms ease-in-out
}

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

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

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

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

.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 20px 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: 17px 25px 15px;
    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 20px 10px 0;
    border-radius: 100px;
    padding: 17px 25px 15px;
    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 20px 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: 17px 25px 15px;
    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
}

.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
}

.search {
    padding-top: 214px
}

.search-list {
    padding: 6% 8%
}

.search-top {
    padding: 40px 8%;
    border-bottom: 1px solid #C7C7C7;
    display: flex;
    flex-direction: column;
    align-items: center
}

.search-result-top-text {
    color: #00A880;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px
}

.search-result-top-text .tag {
    display: block;
    text-align: center;
    margin: 0 auto 25px
}

.search-result-top-text .wpgb-facet {
    margin-bottom: 20px
}

.search-result-top-text .wpgb-facet .wpgb-checkbox-facet ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.search-result-top-text .wpgb-facet .wpgb-checkbox-facet ul li {
    margin: 10px 20px
}

.search-result-top-text .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 16px 25px 15px;
    color: #00A880;
    border: 1px solid #00A880;
    cursor: pointer;
    transition: all 350ms ease-in-out
}

.search-result-top-text .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox .wpgb-checkbox-control {
    display: none
}

.search-result-top-text .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox .wpgb-checkbox-label {
    padding: 0
}

.search-result-top-text .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox:hover,
.search-result-top-text .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox[aria-pressed="true"] {
    background: #00A880;
    color: #FFF
}

.search-result-top-text .wpgb-facet .wpgb-hierarchical-list:first-child > li:first-child {
    margin: 10px 20px
}

.search-result-top-text .wpgb-facet-15 {
    display: inline
}

.search-result {
    padding: 4% 8%;
    border-bottom: 1px solid #C7C7C7
}

.search-result .search-category {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px
}

.algolia-search-highlight {
    background-color: transparent !important;
    color: #00A880
}

.search-result-title {
    color: #03485E;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px
}

.search-result-text {
    color: #03485E;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Gilroy'
}


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;
    }

    .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;
    }
}

/*Plan du Site*/

.sitemap-content {
    margin-top: 40px;
}

#sitemap .bread-crumbs-container {
    position: relative;
    margin-bottom: 20px;
    top: unset;
}

#sitemap .bread-crumbs-container a {
    color: #000;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

#sitemap .bread-crumbs-container .breadcrumb_last {
    color: var(--primary-color)
}

#sitemap ul.sub-menu {
    padding-left: 20px;
}
#sitemap ul.sub-menu .menu-level-2 {
    margin-bottom: 20px;
}

#sitemap ul.sub-menu .menu-level-2:last-child {
    margin-bottom: 0;
}

#sitemap ul.sub-menu .menu-level-3 {
    line-height: 20px;
}

#sitemap ul.sub-menu .menu-level-3 a {
    font-size: 16px;
}

#sitemap .menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

@media (width<= 1024px) {
    #sitemap .menu {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 24px;
    }
}

#sitemap .mobile-nav-btn .btn-green {
    background-color: transparent;
    color: #03485E;
    border: none;
    padding: 0;
    font-size: 19px;
}

#sitemap .mobile-nav-btn .btn-green .btn-ico {
    display: none
}

.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
}
