.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-filter: gray;
    filter: gray;
}
.grayscale.grayscale-fade {
    transition: -webkit-filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .grayscale.grayscale-fade {
        transition: -webkit-filter 0.5s;
    }
}
.grayscale.grayscale-off,
.s-discover--open .grayscale.grayscale-fade {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.grayscale.grayscale-replaced {
    -webkit-filter: none;
    filter: none;
}
.grayscale.grayscale-replaced > svg {
    transition: opacity 0.5s ease;
    opacity: 1;
}
.grayscale.grayscale-replaced.grayscale-off > svg,
.s-discover--open .grayscale.grayscale-replaced.grayscale-fade > svg {
    opacity: 0;
}
.maz-select-wrapper {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    min-height: 25px;
    width: 100%;
    vertical-align: top;
}
.maz-select-wrapper select {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.maz-select-background {
    position: absolute;
}
.maz-select-input {
    position: relative;
    top: 0;
    padding-left: 0;
    padding-right: 34px;
    background: url(../../dist/img/svg/arrow-select.svg) no-repeat 100% 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    -webkit-backface-visibility: hidden;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    color: #282828;
}
.maz-select-wrapper select:focus + .maz-select-input {
    outline: 1px dotted #282828;
}
.maz-select-input.focus {
    background-position: 100% 0;
}
.maz-select-input.active {
    background-position: 100% 100% !important;
}
.maz-select-input.complete {
    border-color: #282828;
    color: #d6d6d6;
}
.maz-select-input.error {
    color: #e82100;
    border: 1px solid #e82100 !important;
}
.maz-select-list {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: auto;
    border: 1px solid #282828;
    background: #fff;
    text-align: left;
    outline: 0;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
    font-weight: 400;
    color: #282828;
}
.maz-select-list.opened {
    visibility: visible;
}
.maz-select-list li,
.maz-select-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.maz-select-list .maz-option {
    padding: 2px 8px;
    line-height: 23px;
    font-size: 14px;
    cursor: default;
}
.maz-select-list .maz-option.large-string {
    line-height: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.maz-optgroup a {
    display: block;
}
.maz-optgroup a:hover {
    text-decoration: none;
}
.maz-optgroup:hover,
.maz-select-list .maz-option:hover {
    background: #f6f6f6;
    color: #282828;
}
.maz-select-list .maz-option:hover a {
    display: block;
}
.maz-select-list .maz-option:hover a:hover {
    text-decoration: none;
}
.maz-select-list .maz-optgroup {
    padding: 0 8px;
    margin-top: 24px;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 23px;
    height: 23px;
    cursor: default;
}
.maz-select-list .maz-option-ingroup {
    padding-left: 20px;
}
.field-select.error + .maz-select-input {
    color: #e82100;
    border: 1px solid #e82100 !important;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-wp8-horizontal {
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl
    .swiper-pagination-progress
    .swiper-pagination-progressbar {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
    .swiper-pagination-progressbar {
    background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
    .swiper-pagination-progressbar {
    background: #000;
}
.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: a 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
    transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
    transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translate(0);
}
[data-aos="fade-up"] {
    transform: translateY(100px);
}
[data-aos="fade-down"] {
    transform: translateY(-100px);
}
[data-aos="fade-right"] {
    transform: translate(-100px);
}
[data-aos="fade-left"] {
    transform: translate(100px);
}
[data-aos="fade-up-right"] {
    transform: translate(-100px, 100px);
}
[data-aos="fade-up-left"] {
    transform: translate(100px, 100px);
}
[data-aos="fade-down-right"] {
    transform: translate(-100px, -100px);
}
[data-aos="fade-down-left"] {
    transform: translate(100px, -100px);
}
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1);
}
[data-aos="zoom-in"] {
    transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
    transform: translateY(100px) scale(0.6);
}
[data-aos="zoom-in-down"] {
    transform: translateY(-100px) scale(0.6);
}
[data-aos="zoom-in-right"] {
    transform: translate(-100px) scale(0.6);
}
[data-aos="zoom-in-left"] {
    transform: translate(100px) scale(0.6);
}
[data-aos="zoom-out"] {
    transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
    transform: translateY(100px) scale(1.2);
}
[data-aos="zoom-out-down"] {
    transform: translateY(-100px) scale(1.2);
}
[data-aos="zoom-out-right"] {
    transform: translate(-100px) scale(1.2);
}
[data-aos="zoom-out-left"] {
    transform: translate(100px) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translate(0);
}
[data-aos="slide-up"] {
    transform: translateY(100%);
}
[data-aos="slide-down"] {
    transform: translateY(-100%);
}
[data-aos="slide-right"] {
    transform: translateX(-100%);
}
[data-aos="slide-left"] {
    transform: translateX(100%);
}
[data-aos^="flip"][data-aos^="flip"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
}
[data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
.ps {
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ps {
        overflow: auto !important;
    }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 0;
    height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    bottom: 2px;
    height: 6px;
}
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    height: 11px;
}
.ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 0;
    width: 15px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    right: 2px;
    width: 6px;
}
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    width: 11px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    background-color: #999;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #999;
}
@font-face {
    font-family: BodoniBT-Book;
    src: url(../../dist/fonts/BodoniBT-Book.eot);
    src: url(../../dist/fonts/BodoniBT-Book.eot?#iefix)
            format("embedded-opentype"),
        url(../../dist/fonts/BodoniBT-Book.woff2) format("woff2"),
        url(../../dist/fonts/BodoniBT-Book.woff) format("woff"),
        url(../../dist/fonts/BodoniBT-Book.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: AvenirNextPro-Regular;
    src: url(../../dist/fonts/AvenirNextPro-Regular.eot);
    src: url(../../dist/fonts/AvenirNextPro-Regular.eot?#iefix)
            format("embedded-opentype"),
        url(../../dist/fonts/AvenirNextPro-Regular.woff2) format("woff2"),
        url(../../dist/fonts/AvenirNextPro-Regular.woff) format("woff"),
        url(../../dist/fonts/AvenirNextPro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: AvenirNextPro-Bold;
    src: url(../../dist/fonts/AvenirNextPro-Bold.eot);
    src: url(../../dist/fonts/AvenirNextPro-Bold.eot?#iefix)
            format("embedded-opentype"),
        url(../../dist/fonts/AvenirNextPro-Bold.woff2) format("woff2"),
        url(../../dist/fonts/AvenirNextPro-Bold.woff) format("woff"),
        url(../../dist/fonts/AvenirNextPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
    line-height: 22px;
    color: #282828;
    background-color: #fff;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
optgroup,
strong,
th,
var {
    font-style: inherit;
    font-weight: inherit;
}
del,
ins {
    text-decoration: none;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}
q:after,
q:before {
    content: "";
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sub,
sup {
    vertical-align: baseline;
}
legend {
    color: #000;
}
button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
button,
input,
select,
textarea {
    *font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
summary {
    display: block;
}
a {
    color: #282828;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #020202;
    text-decoration: underline;
}
button {
    background: transparent;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    height: auto;
}
[role="button"] {
    cursor: pointer;
}
.clearfix {
    clear: both;
}
.hidden {
    display: none;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (max-width: 1439px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1440px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-xs {
    display: none;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block;
    }
}
.visible-md {
    display: none;
}
@media (min-width: 1280px) {
    .visible-md {
        display: block;
    }
}
.visible-lg {
    display: none;
}
@media (min-width: 1440px) {
    .visible-lg {
        display: block;
    }
}
.list-inline > li {
    display: inline-block;
}
.list-unstyled > li {
    list-style: none;
}
.text-center {
    text-align: center;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    margin: 0 auto;
    width: 100%;
}
@media (max-width: 768px) {
    .container {
        padding: 0;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}
body,
html {
    height: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0;
}
body {
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: background-color 0.5s ease-in-out;
}
body.popin-opened {
    overflow: hidden;
}
.main-container {
    position: relative;
    top: 70px;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 60px);
    padding-bottom: 80px;
    margin-bottom: 60px;
}
.ie-11 .main-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    flex-direction: row;
}
.error404 .main-container {
    position: static;
    min-height: calc(100% - 70px);
    margin-bottom: 0;
    padding-bottom: 0;
}
.container {
    flex: 1;
}
@media (max-width: 767px) {
    .error404 .container {
        background: transparent url(../../dist/img/png/not-found-bg.png)
            no-repeat 50%;
        background-size: cover;
    }
}
.js-z-index {
    position: relative;
    z-index: 5;
}
#svg-sprite {
    display: none;
}
.svg-icon {
    display: inline-block;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: BodoniBT-Book;
}
.h1,
h1 {
    font-size: 8rem;
}
.h1,
.h1-bis,
h1 {
    line-height: 80px;
}
.h1-bis {
    font-size: 5rem;
    transition: transform 0.5s ease-in-out;
}
.h2,
h2 {
    font-size: 6rem;
}
.h2,
.h3,
h2,
h3 {
    line-height: 80px;
}
.h3,
h3 {
    font-size: 3rem;
}
.h4,
h4 {
    font-size: 4rem;
    line-height: 76px;
}
.h5,
h5 {
    font-size: 2rem;
}
.h5,
.h6,
h5,
h6 {
    line-height: 22px;
}
.h6,
h6 {
    font-size: 14px;
}
p {
    font-family: AvenirNextPro-Regular;
    font-size: 16px;
    line-height: 22px;
}
blockquote {
    font-family: BodoniBT-Book;
    font-size: 3rem;
}
.page-header {
    width: 80%;
    margin: 60px auto 90px;
    text-align: center;
}
.page-header h1{
	color: #63696c;
}
@media (max-width: 767px) {
    .page-header {
        width: 90%;
        margin: 50px auto 60px;
    }
}
.term-yachting .page-header {
    margin-bottom: 45px;
}
.page-header__description {
    width: 75%;
    margin: 50px auto 0;
}
.underline {
    text-decoration: none;
    background: linear-gradient(#fff 50%, #333 0) repeat-x 0 53px;
    background-size: 1px 3px;
}
@media (max-width: 1024px) {
    p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 6rem;
        line-height: 100%;
    }
    .h4,
    h4 {
        line-height: 120%;
    }
}
.l-header {
    position: fixed;
    z-index: 11000;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 20px 0;
    background: #fff;
    text-align: center;
}
.l-header.js-z-index-0 {
    z-index: 0;
}
.l-header__icon-burger,
.l-header__icon-showroom,
.l-header__logo {
    display: inline-block;
}
.l-header__icon-burger {
    position: relative;
    top: -3px;
    width: 40px;
    height: 40px;
    float: left;
}
.l-header__icon-burger svg {
    width: 20px;
    margin-top: 12px;
}
.l-header__icon-burger:focus,
.l-header__icon-burger:hover {
    cursor: pointer;
}
.l-header__icon-showroom {
    float: right;
    position: relative;
    top: -5px;
}
.l-header__icon-showroom svg {
    margin: 12px 0 0;
    width: 20px;
}
.l-header__icon-showroom a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}
.l-header__icon-showroom a:focus,
.l-header__icon-showroom a:hover {
    cursor: pointer;
}
.l-header__logo svg {
    width: 180px;
}
.l-header__logo a {
    display: block;
}
.l-header__logo a img {
    width: 179px;
    /*height: 36px;*/
}
.home .l-header {
    background-color: transparent;
}
.l-footer {
    padding: 3px 15px;
    height: 60px;
    border-top: 2px solid #f6f6f6;
    background: #fff;
    position: relative;
    bottom: -10px;
}
@media (max-width: 1023px) {
    .l-footer {
        height: auto;
        padding: 30px 0;
        text-align: center;
    }
    .l-footer .container-fluid {
        display: flex;
        flex-direction: column;
    }
}
.l-footer-left {
    display: inline-block;
    float: left;
}
@media (max-width: 1023px) {
    .l-footer-left {
        display: block;
        float: none;
        order: 2;
        margin-top: 28px;
    }
}
.l-footer-right {
    display: inline-block;
    float: right;
}
@media (max-width: 1023px) {
    .l-footer-right {
        display: block;
        float: none;
        order: 1;
    }
}
.l-footer__icon-top {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: -60px;
    background: url(../images/backtotop.svg) no-repeat 50%;
    background-size: 50%;
}
.l-footer__icon-top.js--show {
    display: block;
}
.l-footer__copyright {
    position: relative;
    top: 15px;
}
@media (max-width: 1023px) {
    .l-footer__copyright {
        position: static;
        top: auto;
    }
}
.l-footer__copyright p {
    font-size: 1.1rem;
    font-family: AvenirNextPro-Regular;
    color: #bdbdbd;
}
@media (max-width: 1023px) {
    .l-footer__copyright p span {
        display: block;
    }
}
.l-footer__proarea {
    display: inline-block;
    margin-right: 45px;
}
.l-footer__proarea a {
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
    text-transform: inherit;
    text-decoration: none;
}
@media (max-width: 1023px) {
    .l-footer__proarea {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.l-footer__language {
    display: inline-block;
    margin-right: 45px;
}
@media (max-width: 1023px) {
    .l-footer__language {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
        text-align: center;
    }
}
.l-footer__language ul.mobile-only {
    display: none;
}
@media (max-width: 1023px) {
    .l-footer__language ul {
        display: none;
    }
    .l-footer__language ul.mobile-only {
        display: block;
    }
    .l-footer__language ul.mobile-only li:first-letter {
        display: inline-block;
        text-transform: uppercase;
    }
    .l-footer__language ul.mobile-only a {
        display: inline-block;
    }
    .l-footer__language ul.mobile-only a:first-letter {
        text-transform: uppercase;
    }
}
.l-footer__language ul li:first-child:after {
    content: "/";
    position: relative;
    left: 1px;
    display: inline-block;
    margin: 0 5px;
}
.l-footer__language ul li a {
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
    color: #bdbdbd;
    text-transform: inherit;
}
.l-footer__language ul li a:focus,
.l-footer__language ul li a:hover {
    text-decoration: none;
}
.l-footer__language ul li.current-lang a {
    color: #000;
}
@media (max-width: 1023px) and (orientation: portrait) {
    .l-footer__language ul {
        font-size: 0;
    }
    .l-footer__language ul li {
        display: inline-block;
    }
    .l-footer__language ul li:first-child:after {
        font-size: 14px;
    }
}
.l-footer .nav-social {
    display: inline-block;
}
.l-footer .nav-social > :not(:first-of-type) {
    margin-left: 15px;
}
@media (max-width: 1023px) {
    .l-footer .nav-social > * {
        display: inline-block;
        margin-top: 0;
    }
}
.l-footer__instagram,
.l-footer__linkedin,
.l-footer__wechat {
    position: relative;
    top: 10px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: 70%;
}
.l-footer__instagram:focus,
.l-footer__instagram:hover,
.l-footer__linkedin:focus,
.l-footer__linkedin:hover,
.l-footer__wechat:focus,
.l-footer__wechat:hover {
    cursor: pointer;
}
.l-footer__instagram a,
.l-footer__linkedin a,
.l-footer__wechat a {
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 1023px) {
    .l-footer__instagram,
    .l-footer__linkedin,
    .l-footer__wechat {
        display: block;
        margin: 15px auto 0;
    }
}
.l-footer__instagram {
    background: url(../images/icon-instagram.svg) no-repeat 50%;
}
.l-footer__linkedin {
    background: url(../images/icon-linkedin.svg) no-repeat 50%;
}
.l-footer__wechat {
    background: url(../images/icon-wechat.svg) no-repeat 50%;
}
.l-footer .nav-footer {
    display: inline-block;
    margin-right: 25px;
}
@media (max-width: 1023px) {
    .l-footer .nav-footer {
        margin-right: 0;
        display: block;
        text-align: center;
    }
}
@media (max-width: 1023px) {
    .l-footer .nav-footer ul li {
        display: block;
        margin-bottom: 10px;
    }
}
.l-footer .nav-footer ul li:first-child {
    margin-right: 50px;
    text-align: center;
}
@media (max-width: 1023px) {
    .l-footer .nav-footer ul li:first-child {
        margin-right: 0;
    }
}
.l-footer .nav-footer ul li a {
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
    text-transform: inherit;
}
.l-footer .nav-footer ul li a:focus,
.l-footer .nav-footer ul li a:hover {
    text-decoration: none;
}
.home .l-footer {
    position: relative;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
@keyframes b {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.home #scroll-arrow {
    opacity: 0.01;
    position: fixed;
    z-index: 10;
    bottom: 30px;
    width: 100%;
    height: 30px;
    background: transparent url(../../dist/img/svg/arrow-down.svg) no-repeat 50%;
    background-size: 40px;
    pointer-events: none;
}
.home #scroll-arrow svg {
    width: 40px;
    margin: 2px auto 0;
    display: block;
}
.home #scroll-arrow.offset {
    bottom: 120px;
}
.home #scroll-arrow.\--show {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.home #scroll-arrow.\--hide {
    opacity: 0.01;
    transition: opacity 0.5s ease-in-out;
}
.front-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #fff;
    opacity: 1;
    display: block;
}
.front-loader .loader {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 64px;
}
.front-loader .loader:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.front-loader .circular {
    animation: a 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.front-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: b 1.5s ease-in-out infinite;
    stroke-linecap: square;
    stroke: #282828;
}
.front-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.front-section.front-section-0.template__introduction {
    height: 300%;
}
.front-section.front-section-0.template__introduction .bg-wrapper {
    width: 100%;
    height: 78%;
}
.front-section.front-section-0.template__introduction
    .bg-wrapper
    .img-responsive {
    width: 100%;
}
.front-section.front-section-0.template__introduction
    .bg-wrapper
    .img-responsive
    img {
    height: auto;
}
.front-section.front-section-0.template__introduction .f-video-youtube-wrapper {
    position: absolute;
    top: 4%;
    left: 50%;
    width: 100vh;
    height: 75vh;
    margin-left: -50vh;
}
.front-section.front-section-0.template__introduction
    .f-video-youtube-wrapper
    .f-video-youtube {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
}
.front-section.front-section-0.template__introduction
    .f-video-youtube-wrapper
    .f-video-youtube-mute-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
.front-section.front-section-0.template__introduction
    .f-video-youtube-wrapper
    .f-video-youtube-mute-wrapper.f-video-youtube-mute-wrapper_hidden {
    display: none;
}
.front-section.front-section-0.template__introduction
    .f-video-youtube-wrapper
    .f-video-youtube-mute-wrapper
    .f-video-youtube-mute {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../../dist/img/svg/mute-on.svg) no-repeat 50%;
}
.front-section.front-section-0.template__introduction
    .f-video-youtube-wrapper
    .f-video-youtube-mute-wrapper.f-video-youtube-mute_off
    .f-video-youtube-mute {
    background: url(../../dist/img/svg/mute-off.svg) no-repeat 50%;
}
.front-section .f-video-youtube-wrapper {
    position: relative;
}
.front-section .f-video-youtube {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.front-section .f-click-area {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50vw;
    height: 50vh;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
    margin-left: -25vw;
    margin-top: -25vh;
    z-index: 10;
    transform: translateZ(10px);
}
.front-section.template__two_one .f-parallax-images .img-responsive {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.front-section.template__two_one
    .f-parallax-images
    .img-responsive:first-child {
    left: 50%;
    width: 50vh;
    height: 50vh;
    margin-top: -16vh;
    margin-left: -56vh;
    z-index: 3;
    transform: translateZ(3px);
}
.front-section.template__two_one
    .f-parallax-images
    .img-responsive:nth-child(2) {
    right: 50%;
    width: 64vh;
    height: 80vh;
    margin-top: -40vh;
    margin-right: -45vh;
    z-index: 2;
    transform: translateZ(2px);
}
.front-section.template__two_one
    .f-parallax-images
    .img-responsive:nth-child(3) {
    left: 50%;
    width: 133.34vh;
    height: 80vh;
    margin-top: -40vh;
    margin-left: -66.67vh;
    z-index: 1;
    transform: translateZ(1px);
}
.front-section.template__one .f-parallax-images .img-responsive {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100vh;
    margin-top: -50vh;
    z-index: 1;
    transform: translateZ(1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.front-section .f-logo {
    position: absolute;
    left: 50%;
    top: 16.67%;
    text-align: center;
    transform: translateY(-50%);
    width: 30vw;
    margin-left: -15vw;
}
.front-section .f-square {
    position: absolute;
    background: #fff;
}
.front-section .f-square__bottom,
.front-section .f-square__top {
    left: 0;
    right: 0;
    height: 20vh;
    width: 100%;
}
.front-section .f-square__left,
.front-section .f-square__right {
    top: 0;
    bottom: 0;
    height: 100%;
    width: 20vw;
}
.front-section .f-square__top {
    top: 0;
    z-index: 21;
}
.front-section .f-square__bottom {
    bottom: 0;
    z-index: 22;
}
.front-section .f-square__left {
    left: 0;
    z-index: 23;
}
.front-section .f-square__right {
    right: 0;
    z-index: 24;
}
.front-section .f-description {
    position: absolute;
    left: 0;
    right: 0;
    top: -17%;
    transform: translateY(-50%) translateZ(0);
    text-align: center;
    padding: 0 15vw;
}
.front-section .f-description,
.front-section .f-description p {
    font-family: BodoniBT-Book;
    font-size: 2.5vw;
    line-height: 5vw;
}
.front-section .f-wording {
    position: absolute;
    top: 50%;
    left: 4vw;
    right: 4vw;
    transform: translateY(-50%) translateZ(4px);
    text-align: center;
    z-index: 4;
}
.front-section .f-wording .f-author {
    position: relative;
    font-family: AvenirNextPro-Regular;
    font-size: 1.16vw;
    line-height: 2vw;
}
.front-section .f-wording .f-title {
    position: relative;
    font-family: BodoniBT-Book;
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
}
.front-section .f-wording .f-discover {
    position: relative;
    display: inline-block;
    font-family: AvenirNextPro-Regular;
    font-size: 1vw;
    line-height: 2vw;
    text-transform: uppercase;
    margin-top: 4vh;
}
.front-section .bg-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.front-section .bg-wrapper .img-responsive {
    left: 0;
    top: 0;
    will-change: transform, filter;
    transform: translateZ(0);
    background-position: 50% 50%;
    background-size: cover;
}
.front-section .bg-wrapper .img-responsive,
.front-section .bg-wrapper .img-responsive img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.front-section.template__introduction .bg-wrapper .img-responsive {
    object-fit: none;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.front-section.template__introduction .bg-wrapper .img-responsive.object-cover {
    height: 100%;
}
.front-section.template__introduction
    .bg-wrapper
    .img-responsive.object-cover
    img {
    object-fit: cover;
    height: 100%;
}
.front-section.white-mode {
    color: #fff;
}
.front-scroll-area {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 10000px;
    -webkit-overflow-scrolling: touch;
    will-change: scroll;
}
@media (max-width: 1023px) {
    .front-mouse-follower {
        display: none;
    }
    .front-section .f-click-area {
        left: 0;
        width: 100vw;
        margin-left: 0;
    }
    .front-section.template__two_one .f-parallax-images .img-responsive {
        position: absolute;
        top: 50%;
        display: block;
    }
    .front-section.template__two_one
        .f-parallax-images
        .img-responsive:first-child {
        left: 0;
        width: 48vw;
        height: 48vw;
        margin-top: -24vw;
        margin-left: 0;
    }
    .front-section.template__two_one
        .f-parallax-images
        .img-responsive:nth-child(2) {
        right: 0;
        width: 62vw;
        height: 78vw;
        margin-top: -52vw;
        margin-right: 0;
    }
    .front-section.template__two_one
        .f-parallax-images
        .img-responsive:nth-child(3) {
        left: 0;
        width: 100vw;
        height: 60vw;
        margin-top: -30vw;
        margin-left: 0;
    }
    .front-section.template__one .f-parallax-images .img-responsive {
        left: 0;
        width: 100vw;
        height: auto;
        margin-left: 0;
        margin-top: 0;
    }
    .front-section .f-logo {
        width: 60vw;
        margin-left: -30vw;
    }
    .front-section .f-square__bottom,
    .front-section .f-square__top {
        height: 25vh;
    }
    .front-section .f-square__left,
    .front-section .f-square__right {
        display: none;
    }
    .front-section .f-description,
    .front-section .f-description p {
        font-size: 5vw;
        line-height: 7vw;
    }
    .front-section .f-wording .f-author {
        font-size: 16px;
        line-height: 24px;
    }
    .front-section .f-wording .f-title {
        font-size: 12vw;
        line-height: 12vw;
    }
    .front-section .f-wording .f-discover {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 1023px) {
    .single-product .container-custom {
        padding: 0 15px;
    }
}
.s-discover,
.s-push-menu {
/*    font-size: 0;*/
}
.product-container {
    position: relative;
    font-size: 0;
    margin-bottom: 100px;
}
@media (max-width: 1023px) {
    .product-container {
        margin-bottom: 60px;
    }
}
.project__wrapper button.popin__button {
    position: relative;
    border: 0;
    text-decoration: underline;
}
.project__wrapper button.popin__button:hover {
    cursor: pointer;
}
.project__wrapper button.popin__button:focus {
    outline: 0;
}
@media (max-width: 767px) {
    .project__wrapper {
        margin-top: 50px;
        overflow: hidden;
    }
}
.tax-product_category .container {
    max-width: 100%;
}
.tax-product_category .push-project {
    max-width: 1600px;
    margin: 150px auto 0;
}
.product-catalogue-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto 70px;
}
.product-catalogue-wrapper .load-more {
    margin-bottom: 70px;
}
.product-terms {
    position: relative;
    height: 500px;
    vertical-align: top;
}
@media (max-width: 1023px) {
    .product-terms {
        width: 100%;
        display: block;
    }
}
.product--hidden {
    display: none;
}
.product-catalogue {
    vertical-align: top;
    margin-top: 4vh;
}
.product-catalogue ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
}
.product-catalogue li {
    width: 25%;
    margin: 70px 0 40px;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .product-catalogue li {
        width: 50%;
    }
}
@media (max-width: 1023px) {
    .product-catalogue {
        width: 100%;
        display: block;
    }
}
@media (min-height: 900px) {
    .product-catalogue {
        margin-top: 7vh;
    }
}
@media (min-height: 1080px) {
    .product-catalogue {
        margin-top: 10vh;
    }
}
.js-product-catalogue__fixed {
    position: fixed;
}
@media (max-width: 1023px) {
    .js-product-catalogue__fixed {
        position: static;
    }
}
.js-product-catalogue__bottom {
    position: absolute;
    bottom: 0;
}
@media (max-width: 1023px) {
    .tax-product_category .l-header {
        height: 70px;
    }
    .tax-product_category .main-container {
        margin-top: 0;
    }
    .product-terms {
        height: auto !important;
    }
    .product-catalogue {
        margin-top: 0;
    }
}
.page-legal {
    position: relative;
    margin-bottom: 70px;
}
.page-legal,
.page-legal .container {
    overflow: auto;
}
@media (max-width: 767px) {
    .page-legal .container {
        padding-right: 0;
        padding-left: 0;
    }
}
.legal-content-wrapper {
    float: right;
    max-width: calc(100% - (40% + 80px));
    margin-top: 47px;
    margin-left: 80px;
}
@media (max-width: 1600px) {
    .legal-content-wrapper {
        padding-right: 20px;
    }
}
@media (max-width: 1023px) {
    .legal-content-wrapper {
        max-width: calc(100% - (40% + 40px));
    }
}
@media (max-width: 767px) {
    .legal-content-wrapper {
        float: none;
        max-width: none;
        margin-top: 0;
        margin-left: 0;
        padding-right: 0;
    }
}
.legal-content em {
    font-style: italic;
}
.legal-content strong {
    font-weight: 700;
}
.legal-content__main-title {
    font-family: AvenirNextPro-Regular;
    margin-bottom: 30px;
    font-size: 3rem;
    line-height: 3.4rem;
    color: #232323;
}
.legal-content__title {
    font-family: BodoniBT-Book;
    font-size: 3rem;
    line-height: 3.4rem;
}
.legal-content__title + p {
    margin-top: 2.5rem;
}
.legal-content__subtitle {
    font-family: AvenirNextPro-Regular;
    font-size: 2rem;
    line-height: 3.8rem;
}
.legal-content__subtitle + p {
    margin-top: 2.5rem;
}
.legal-content p,
.legal-content ul {
    margin-bottom: 3.5rem;
}
html body #tarteaucitronRoot #tarteaucitronAlertBig {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 30px;
    background-color: #282828;
    box-sizing: border-box;
}
html body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
    order: 20;
    min-width: 90px;
    padding: 10px 5px;
    text-transform: uppercase;
    background-color: #000;
}
html body #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAlertBigSub {
    order: 10;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    text-align: right;
    margin-right: 20px;
    font-family: AvenirNextPro-Regular !important;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitronAlertBig
    .tarteaucitronAlertBigSub
    #tarteaucitronDisclaimerAlert {
    order: 10;
    color: #fff;
    font-size: 12px;
    width: 100%;
    text-align: right;
    font-family: AvenirNextPro-Regular !important;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitronAlertBig
    .tarteaucitronAlertBigSub
    #tarteaucitronDisclaimerAlert
    strong {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitronAlertBig
    .tarteaucitronAlertBigSub
    #tarteaucitronCloseAlert {
    order: 30;
    margin-left: 30px;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitronAlertBig
    .tarteaucitronAlertBigSub
    #tarteaucitronPrivacyUrl {
    order: 20;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitronAlertBig
    .tarteaucitronAlertBigSub
    #tarteaucitronCloseAlert,
html
    body
    #tarteaucitronRoot
    #tarteaucitronAlertBig
    .tarteaucitronAlertBigSub
    #tarteaucitronPrivacyUrl {
    font-weight: 700;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitronAlertBig
    button#tarteaucitronPersonalize {
    font-size: 12px;
    outline: none !important;
    background-color: #fff !important;
    color: #282828 !important;
}
html body #tarteaucitronRoot #tarteaucitron {
    width: 100% !important;
    height: 100vh;
    max-height: none !important;
    margin: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background-color: #fff;
    font-family: AvenirNextPro-Regular !important;
}
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
    background: url(../images/icon-close.svg) no-repeat 50%;
    outline: none;
    width: 22px;
    height: 22px;
    right: 20px;
    top: 20px;
    z-index: 10;
}
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronPrivacyUrl {
    outline: none;
}
html body #tarteaucitronRoot #tarteaucitron #tarteaucitronServices {
    width: 100%;
    margin: 0 auto;
    box-shadow: none !important;
    border: none !important;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronBorder {
    display: none !important;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronBorder,
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronMainLine {
    max-width: 800px;
    margin: 0 auto;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronH1 {
    color: #000 !important;
    font-family: BodoniBT-Book !important;
    font-size: 8rem;
    line-height: 80px;
    padding-bottom: 60px;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronInfoBox,
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronLine {
    background-color: #fff;
    color: #000 !important;
    border: none;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronName
    .tarteaucitronH2 {
    color: #000;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronAsk {
    margin-right: 0 !important;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronAsk
    button {
    border: 1px solid #000;
    background-color: #fff;
    outline: none;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronAsk
    button:not(.tarteaucitronIsSelected) {
    color: #000;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronAsk
    .tarteaucitronIsSelected {
    background-color: #000;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronLine.tarteaucitronIsAllowed
    button.tarteaucitronAllow {
    background-color: #000;
    color: #fff;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronLine.tarteaucitronIsAllowed
    button.tarteaucitronDeny,
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronLine.tarteaucitronIsDenied
    button.tarteaucitronAllow {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronLine.tarteaucitronIsDenied
    button.tarteaucitronDeny {
    background-color: #000;
    color: #fff;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronInfoBox {
    position: relative;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronBorder {
    border: none !important;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    #tarteaucitronScrollbarChild,
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronTitle {
    background-color: #fff;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    #tarteaucitronScrollbarChild
    button,
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .tarteaucitronTitle
    button {
    outline: none;
    background-color: #fff;
    color: #000;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    ul
    .tarteaucitronHidden {
    border-bottom: 1px solid #f5f5f5;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    ul
    .tarteaucitronHidden
    .tarteaucitronDetails.tarteaucitronInfoBox {
    width: 100%;
    margin: 0 !important;
    max-width: none;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .custom-slot {
    margin-bottom: 70px;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .custom-slot:last-of-type {
    margin-bottom: 0;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .custom-slot
    .custom-titleContainer {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .custom-slot
    .custom-titleContainer
    .stroke {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 11px;
    height: 2px;
    background-color: #000;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .custom-slot
    .custom-textContainer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .custom-slot
    .custom-title {
    font-family: BodoniBT-Book !important;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 20px;
    z-index: 6;
    position: relative;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .custom-slot
    .custom-text {
    font-size: 14px;
    width: 70%;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .custom-slot
    .custom-btnContainer {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .custom-slot
    .custom-btn {
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .custom-slot
    .custom-btn
    button {
    background: #000;
    color: #fff !important;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    margin: 0 auto;
    outline: none;
}
html
    body
    #tarteaucitronRoot
    #tarteaucitron
    #tarteaucitronServices
    .custom-slot.operating
    .custom-btn
    button.tarteaucitronAllow {
    opacity: 1 !important;
}
html body #tarteaucitronRoot #tarteaucitronPercentage {
    background: #fff !important;
}
@media (max-width: 1023px) {
    html
        body
        #tarteaucitronRoot
        #tarteaucitronAlertBig
        .tarteaucitronAlertBigSub
        #tarteaucitronCloseAlert,
    html
        body
        #tarteaucitronRoot
        #tarteaucitronAlertBig
        .tarteaucitronAlertBigSub
        #tarteaucitronDisclaimerAlert,
    html
        body
        #tarteaucitronRoot
        #tarteaucitronAlertBig
        .tarteaucitronAlertBigSub
        #tarteaucitronPrivacyUrl {
        text-align: left;
        margin: 0 0 10px;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitronAlertBig
        .tarteaucitronAlertBigSub
        #tarteaucitronCloseAlert,
    html
        body
        #tarteaucitronRoot
        #tarteaucitronAlertBig
        .tarteaucitronAlertBigSub
        #tarteaucitronPrivacyUrl {
        width: 100%;
        padding: 0;
    }
    html body #tarteaucitronRoot #tarteaucitron {
        max-height: none !important;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .tarteaucitronH1 {
        font-size: 6rem;
        line-height: 60px;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .tarteaucitronLine
        #tarteaucitronScrollbarAdjust {
        display: block;
        margin-top: 40px !important;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .tarteaucitronInfoBox {
        margin: 0 auto !important;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .tarteaucitronName {
        color: #000;
        text-align: center;
        float: none !important;
        display: block;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .tarteaucitronName
        .tarteaucitronH2 {
        color: #000;
        text-align: center;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        #tarteaucitronMainLineOffset {
        padding-bottom: 60px;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .tarteaucitronTitle {
        margin-top: 20px;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        ul
        .tarteaucitronHidden:last-of-type {
        border-bottom: none;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .custom-slot {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .custom-slot:first-of-type {
        padding-top: 0;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .custom-slot
        .custom-textContainer {
        flex-flow: column nowrap;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .custom-slot
        .custom-textContainer
        > * {
        width: 100%;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .custom-slot
        .custom-title {
        line-height: 3rem;
        display: inline-block;
        width: 60%;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .custom-slot
        .custom-text {
        margin-bottom: 50px;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        #tarteaucitronServices
        .custom-slot
        .custom-btn {
        text-align: center;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        .tarteaucitronBorder
        .tarteaucitronAsk,
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        .tarteaucitronBorder
        .tarteaucitronH3,
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        .tarteaucitronBorder
        .tarteaucitronListCookies,
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        .tarteaucitronBorder
        .tarteaucitronTitle
        button {
        display: block;
        text-align: center;
        margin: 0 auto;
        float: none !important;
    }
    html
        body
        #tarteaucitronRoot
        #tarteaucitron
        .tarteaucitronBorder
        .tarteaucitronName {
        margin-left: 0;
    }
}
.page-contact {
    position: relative;
}
@media (max-width: 767px) {
    .page-contact .container {
        padding-right: 0;
        padding-left: 0;
    }
}
.contact-content-wrapper {
    float: right;
    width: calc(100% - (40% + 80px));
    margin-top: 47px;
}
@media (max-width: 767px) {
    .contact-content-wrapper {
        float: none;
        width: auto;
        margin-top: 0;
    }
}
.contact-content-wrapper .form-introduction {
    width: 80%;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .contact-content-wrapper .form-introduction {
        width: 100%;
    }
}
.contact-content-wrapper #form h2 {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .contact-content-wrapper #form h2 {
        margin-bottom: 0;
    }
}
.contact-content-wrapper #form .btn {
    min-width: 30%;
    margin: 30px 0;
}
@media (max-width: 767px) {
    .contact-content-wrapper #form .btn {
        width: 256px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .contact-content-wrapper #form .btn {
        width: 70%;
        margin-bottom: 120px;
    }
}
@media (max-width: 767px) {
    .contact-content-wrapper #form form {
        padding: 0 15px;
    }
}
.contact-content-wrapper .products_comments {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 8px;
    font-weight: 700;
}
.contact-content-wrapper .form-group {
    width: 40%;
    margin-right: 35px;
    margin-bottom: 30px;
}
.contact-content-wrapper .form-group.js-form-group--hidden {
    display: none;
}
.contact-content-wrapper .form-group.js-form-group--visible {
    display: block;
}
.contact-content-wrapper .form-group.js-input-focus label {
    position: relative;
    top: 0;
    z-index: -1;
    transition: all 0.5 ease-in-out;
}
.contact-content-wrapper .form-group.js-input-focus input[type="email"],
.contact-content-wrapper .form-group.js-input-focus input[type="text"] {
    background: transparent;
    transition: all 0.5 ease-in-out;
}
.contact-content-wrapper
    .form-group.js-input-focus
    input[type="email"]::-webkit-input-placeholder,
.contact-content-wrapper
    .form-group.js-input-focus
    input[type="text"]::-webkit-input-placeholder {
    color: #bdbdbd;
    transition: all 0.5 ease-in-out;
}
.contact-content-wrapper
    .form-group.js-input-focus
    input[type="email"]:-moz-placeholder,
.contact-content-wrapper
    .form-group.js-input-focus
    input[type="email"]::-moz-placeholder,
.contact-content-wrapper
    .form-group.js-input-focus
    input[type="text"]:-moz-placeholder,
.contact-content-wrapper
    .form-group.js-input-focus
    input[type="text"]::-moz-placeholder {
    color: #bdbdbd;
    transition: all 0.5 ease-in-out;
}
.contact-content-wrapper
    .form-group.js-input-focus
    input[type="email"]:-ms-input-placeholder,
.contact-content-wrapper
    .form-group.js-input-focus
    input[type="text"]:-ms-input-placeholder {
    color: #bdbdbd;
    transition: all 0.5 ease-in-out;
}
@media (max-width: 767px) {
    .contact-content-wrapper .form-group {
        width: 100%;
    }
}
.contact-content-wrapper .form-group label {
    position: relative;
    top: 30px;
    z-index: -1;
    transition: all 0.5 ease-in-out;
    padding-left: 8px;
}
.contact-content-wrapper .form-group input[type="email"],
.contact-content-wrapper .form-group input[type="text"] {
    background: transparent;
    transition: all 0.5 ease-in-out;
}
.contact-content-wrapper
    .form-group
    input[type="email"]::-webkit-input-placeholder,
.contact-content-wrapper
    .form-group
    input[type="text"]::-webkit-input-placeholder {
    color: transparent;
    transition: all 0.5 ease-in-out;
}
.contact-content-wrapper .form-group input[type="email"]:-moz-placeholder,
.contact-content-wrapper .form-group input[type="email"]::-moz-placeholder,
.contact-content-wrapper .form-group input[type="text"]:-moz-placeholder,
.contact-content-wrapper .form-group input[type="text"]::-moz-placeholder {
    color: transparent;
    transition: all 0.5 ease-in-out;
}
.contact-content-wrapper .form-group input[type="email"]:-ms-input-placeholder,
.contact-content-wrapper .form-group input[type="text"]:-ms-input-placeholder {
    color: transparent;
    transition: all 0.5 ease-in-out;
}
.contact-content-wrapper .form-group-civility {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
}
.contact-content-wrapper .form-group-civility label {
    z-index: 0;
    top: inherit;
    display: inline-block;
    width: auto;
    margin-right: 30px;
}
.contact-content-wrapper .form-group-civility label.error {
    color: red;
}
.contact-content-wrapper .form-group-civility label input[type="radio"] {
    position: relative;
    top: -0.1vh;
    margin-right: 8px;
    height: 15px;
    width: 15px;
}
@media (max-width: 767px) {
    .contact-content-wrapper .form-group-civility label input[type="radio"] {
        top: 0.4vh;
    }
}
@media (max-width: 1023px) {
    .contact-content-wrapper .form-group-products {
        width: 90%;
    }
}
.contact-content-wrapper .form-group-select {
    position: relative;
    width: 45%;
    height: 61px;
    margin-bottom: 30px;
}
@media (max-width: 1439px) {
    .contact-content-wrapper .form-group-select {
        width: calc(80% + 35px);
    }
}
@media (max-width: 767px) {
    .contact-content-wrapper .form-group-select {
        width: 100%;
    }
}
.contact-content-wrapper .form-group-select.error select {
    color: red;
}
.contact-content-wrapper .form-group-content {
    margin-top: 40px;
}
.contact-content-wrapper .form-group-addresse {
    width: calc(80% + 35px);
}
@media (max-width: 767px) {
    .contact-content-wrapper .form-group-addresse {
        width: 100%;
    }
}
.contact-content-wrapper .form-group-content,
.contact-content-wrapper .form-group-optin {
    width: 100%;
    margin-right: 0;
}
.contact-content-wrapper .form-group-content input,
.contact-content-wrapper .form-group-content textarea,
.contact-content-wrapper .form-group-optin input,
.contact-content-wrapper .form-group-optin textarea {
    width: 85%;
}
@media (max-width: 767px) {
    .contact-content-wrapper .form-group-content input,
    .contact-content-wrapper .form-group-content textarea,
    .contact-content-wrapper .form-group-optin input,
    .contact-content-wrapper .form-group-optin textarea {
        width: 100%;
        border: 1px solid #f6f6f6;
        font-size: 14px;
    }
}
.contact-content-wrapper .form-group-content input:focus,
.contact-content-wrapper .form-group-content textarea:focus,
.contact-content-wrapper .form-group-optin input:focus,
.contact-content-wrapper .form-group-optin textarea:focus {
    outline: 0;
}
.contact-content-wrapper .form-group-optin label,
.contact-content-wrapper .form-group-required-field label {
    z-index: 0;
    top: inherit;
}
.contact-content-wrapper .form-group-required-field {
    display: block;
    width: 100%;
    margin-right: 0;
}
.contact-content-wrapper .form-group-careers {
    width: 85%;
    position: relative;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .contact-content-wrapper .form-group-careers {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .contact-content-wrapper .form-group-careers {
        width: 85%;
    }
}
.contact-content-wrapper .form-group-careers input[type="file"],
.contact-content-wrapper .form-group-careers label {
    vertical-align: middle;
    display: inline-block;
}
.contact-content-wrapper .form-group-careers label {
    position: relative;
    top: 0;
    width: 45%;
    cursor: pointer;
}
.contact-content-wrapper .form-group-careers input[type="file"] {
    width: 55%;
    margin: 0;
    height: 25px;
    border: 2px solid #f6f6f6;
    padding-bottom: 30px;
}
.ie-11 .contact-content-wrapper .form-group-careers input[type="file"] {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
}
.contact-content-wrapper .form-group .custom__select {
    margin-top: 30px;
    padding-bottom: 4px;
    border-bottom: 2px solid #f6f6f6;
    width: 100%;
}
.contact-content-wrapper .form-group .custom__select select {
    padding-right: 6%;
}
.contact-content-wrapper .form-group .custom__select .maz-select-wrapper {
    width: 100%;
}
.contact-content-wrapper .form-group .custom__select .maz-select-input {
    padding-left: 8px;
    color: #000;
}
.contact-content-wrapper .form-group .custom__select .maz-select-input.active {
    background-position: right -30px !important;
}
.contact-content-wrapper
    .form-group
    .custom__select
    #object
    ~ .maz-select-input {
    z-index: 10003;
}
.contact-content-wrapper
    .form-group
    .custom__select
    #object
    ~ .maz-select-background {
    z-index: 10002;
}
.contact-content__addresses:first-of-type h3 {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .contact-content__addresses:first-of-type h3 {
        margin-top: 70px;
    }
}
@media (max-width: 767px) {
    .contact-content__addresses {
        margin-right: 25px;
        margin-left: 25px;
    }
}
.contact-content__main-title {
    font-size: 3rem;
    line-height: 3.4rem;
}
.contact-content__addresses-title {
    margin-top: 70px;
    margin-bottom: 30px;
}
.contact-content__addresses-group,
.contact-content__addresses-title {
    font-family: AvenirNextPro-Regular;
    font-size: 1.2rem;
    line-height: 2.2rem;
    text-transform: uppercase;
}
.contact-content__addresses-group {
    margin-bottom: 15px;
}
.contact-content__addresses-person {
    font-family: AvenirNextPro-Regular;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.contact-content__addresses-mail {
    text-decoration: underline;
}
.contact-content__addresses-mail,
.contact-content__addresses-phone {
    display: block;
    font-family: AvenirNextPro-Regular;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.contact-content__addresses-phone {
    margin-bottom: 30px;
}
.contact-content__addresses-phone:focus,
.contact-content__addresses-phone:hover {
    text-decoration: none;
}
.contact-content__addresses-agency {
    font-family: AvenirNextPro-Regular;
}
.contact-content__addresses-address,
.contact-content__addresses-agency {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.contact-content__addresses-item {
    margin-left: 30px;
}
.contact-content__addresses-item:not(:last-child) {
    margin-bottom: 30px;
}
.js-form-group--hidden {
    display: none;
}
@media (max-width: 767px) {
    .liaigre-template-showroom .page-header {
        margin: 25px auto 45px;
    }
    .liaigre-template-showroom .page-header h1 {
        font-size: 6rem;
    }
}
.showroom__content,
.showroom__filter {
    margin: 0 80px;
    font-size: 0;
}
@media (max-width: 767px) {
    .showroom__content,
    .showroom__filter {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .showroom__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.showroom__content__list-items {
    width: 39%;
}
.showroom__content__image {
    width: 61%;
}
.showroom__content__image img {
    width: 100%;
}
.showroom__content__image,
.showroom__content__list-items {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 767px) {
    .showroom__content__image,
    .showroom__content__list-items {
        width: 100%;
        display: block;
    }
    .showroom__content__image .img-responsive,
    .showroom__content__list-items .img-responsive {
        margin-right: auto;
        margin-left: auto;
    }
}
.main-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100vh;
    padding: 22px 10px 60px;
    text-align: left;
    background: #fff;
    transform: translate3d(-105%, 0, 0);
    transition: transform 0.5s ease-in-out;
    overflow-y: scroll;
}
@media (max-width: 767px) {
    .main-nav {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}
.main-nav.js-main-nav__active {
    transform: translateZ(0);
}
.main-nav__close:hover {
    cursor: pointer;
}
.main-nav__close span:before {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 25px;
    height: 12px;
    width: 12px;
    background: url(../images/icon-close.svg) no-repeat 50%;
}
.main-nav ul {
    margin-top: 50px;
}
.main-nav ul > li:hover {
    cursor: pointer;
}
.main-nav ul > li.menu-magazine a {
    color: #000;
}
.main-nav ul > li.eshop a {
    padding-left: 25px;
    color: #000;
}
.main-nav ul > li.eshop a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 20px;
    width: 12px;
    background: url(../../dist/img/svg/icon-shop.svg) no-repeat 0;
}
.main-nav ul > li .js-menu-item--close {
    position: relative;
    color: #282828;
}
.main-nav ul > li .js-menu-item--close:hover {
    cursor: pointer;
}
.main-nav ul > li.menu-item-has-children.js-menu-subitem--open {
    position: relative;
}
.main-nav ul > li.menu-item-has-children.js-menu-subitem--open:hover {
    cursor: pointer;
}
.main-nav ul > li.menu-item-has-children.js-menu-subitem--open:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-close.svg) no-repeat 50%;
    padding: 10px;
    background-size: 60%;
}
.main-nav ul > li.menu-item-has-children.js-menu-subitem--open > ul {
    max-height: 3000px;
}
.main-nav
    ul
    > li.menu-item-has-children.js-menu-subitem--open
    > ul
    > li.js-menu-subitem--open {
    max-height: 3000px;
    transition: max-height 0.5s ease-in-out;
}
.main-nav
    ul
    > li.menu-item-has-children.js-menu-subitem--open
    > ul
    > li.js-menu-subitem--open:after {
    position: absolute;
    top: 20px;
}
.main-nav
    ul
    > li.menu-item-has-children.js-menu-subitem--open
    > ul
    > li
    ul.submenu {
    max-height: 0;
}
.main-nav
    ul
    > li.menu-item-has-children.js-menu-subitem--open
    > ul
    > li
    ul.submenu.js-menu-subitem--open {
    max-height: 3000px;
    transition: max-height 0.5s ease-in-out;
}
.main-nav
    ul
    > li.menu-item-has-children.js-menu-subitem--open
    > ul
    > li
    ul.submenu.js-menu-subitem--open:after {
    position: relative;
    top: -5px;
}
.main-nav ul > li.menu-item-has-children ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.main-nav ul > li.menu-item-has-children ul li a:after {
    top: 22px;
}
.main-nav ul > li.menu-item-has-children ul li ul li {
    padding-left: 30px;
    border-bottom: 0;
}
.main-nav ul > li a {
    display: block;
    padding: 25px 0;
    font-size: 2.8rem;
    color: #7c7c7c;
    position: relative;
    z-index: 1;
    font-family: BodoniBT-Book;
}
.main-nav ul > li a:hover {
    text-decoration: none;
    color: #282828;
}
.main-nav ul > li a:focus {
    text-decoration: none;
    color: #7c7c7c;
}
.main-nav ul > li > ul {
    margin-top: 0;
}
.main-nav ul > li > ul > li {
    border-bottom: 1px solid #e6e6e6;
}
.main-nav ul > li > ul > li:first-child {
    border-top: 1px solid #e6e6e6;
}
.main-nav ul > li > ul > li > a {
    position: relative;
    z-index: 2;
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
    color: #282828;
    padding: 18px 0;
}
.main-nav-overlay {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 400px);
    height: 100%;
}
form {
    font-size: 0;
}
form label,
form label a {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
    color: #000;
}
form label a {
    text-decoration: underline;
}
form textarea {
    min-height: 200px;
    padding: 20px;
    resize: none;
    border: 2px solid #f6f6f6;
}
form textarea.form-control {
    width: 100%;
    border: 2px solid #bdbdbd;
}
form [type="checkbox"]:checked,
form [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
form [type="checkbox"]:checked + span.label-checkbox,
form [type="checkbox"]:not(:checked) + span.label-checkbox {
    position: relative;
    display: block;
    padding-left: 1.95em;
    cursor: pointer;
}
form [type="checkbox"]:checked + .label-checkbox:before,
form [type="checkbox"]:not(:checked) + .label-checkbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #bdbdbd;
    background: transparent;
    border-radius: 0;
}
form [type="checkbox"]:checked + span.label-checkbox:after,
form [type="checkbox"]:not(:checked) + span.label-checkbox:after {
    content: "x";
    font-family: Lucida Console, Monaco, monospace;
    position: absolute;
    top: 3px;
    left: 0.3em;
    font-size: 1.2em;
    line-height: 0.8;
    color: #bdbdbd;
    transition: all 0.2s ease-in-out;
}
form [type="checkbox"]:not(:checked) + span.label-checkbox:after {
    opacity: 0;
    transform: scale(0);
}
form [type="checkbox"]:checked + span.label-checkbox:after {
    opacity: 1;
    transform: scale(1);
}
form [type="checkbox"]:disabled:checked + span.label-checkbox:before,
form [type="checkbox"]:disabled:not(:checked) + span.label-checkbox:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
form input[type="radio"] + label {
    color: #282828;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
form input[type="radio"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #f6f6f6;
    background-color: transparent;
}
form input[type="radio"]:checked + label span {
    background-color: #f6f6f6;
}
form input[type="radio"] + label span,
form input[type="radio"]:checked + label span {
    transition: background-color 0.4s linear;
}
form [type="submit"] {
    max-height: 60px;
}
form [type="submit"]:disabled {
    color: #f6f6f6;
}
form [type="submit"].btn--submitting > span,
form [type="submit"] [class^="spinner-"] {
    display: none;
}
form [type="submit"].btn--submitting [class^="spinner-"] {
    display: block;
}
form [type="submit"].btn--submitting .spinner-rect {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
form [type="submit"].btn--submitting .spinner-rect > div {
    background-color: #bdbdbd;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: c 1.2s infinite ease-in-out;
}
form [type="submit"].btn--submitting .spinner-rect .rect2 {
    animation-delay: -1.1s;
}
form [type="submit"].btn--submitting .spinner-rect .rect3 {
    animation-delay: -1s;
}
form [type="submit"].btn--submitting .spinner-rect .rect4 {
    animation-delay: -0.9s;
}
form [type="submit"].btn--submitting .spinner-rect .rect5 {
    animation-delay: -0.8s;
}
form [type="submit"].btn--submitting .spinner-debounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}
form [type="submit"].btn--submitting .spinner-debounce .double-bounce1,
form [type="submit"].btn--submitting .spinner-debounce .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #282828;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: d 2s infinite ease-in-out;
}
form [type="submit"].btn--submitting .spinner-debounce .double-bounce2 {
    animation-delay: -1s;
}
@keyframes c {
    0%,
    40%,
    to {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
@keyframes d {
    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
form .form-group {
    margin-bottom: 15px;
}
form .form-group.error,
form .form-group.error label {
    color: red;
}
form .form-group.error .form-control {
    border-bottom: 2px solid red;
}
form .form-group.error textarea {
    border: 1px solid red;
}
form .form-group.error .custom__select {
    border-bottom-color: red;
}
form .form-control,
form .form-group input[type="email"],
form .form-group input[type="text"],
form .form-group label {
    width: 100%;
    display: block;
}
form .form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: tranparent;
    border: none;
    border-bottom: 2px solid #f6f6f6;
}
form .form-control:focus {
    outline: 0;
}
form .form-control::-webkit-input-placeholder {
    color: #bdbdbd;
}
form .form-control:-ms-input-placeholder {
    color: #bdbdbd;
}
form .form-control::placeholder {
    color: #bdbdbd;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        vertical-align: middle;
    }
    .form-inline .form-group input,
    .form-inline .form-group textarea {
        font-size: 14px;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-group-error {
    color: red;
}
.form-group-error,
.form-group-success {
    width: 85% !important;
}
.custom__select {
    width: 320px;
    float: right;
    display: inline-block;
    padding: 0;
    margin: 0;
    overflow: visible;
    background: none;
    background-size: 6%;
    text-align: left;
}
.custom__select select {
    padding: 0;
    width: 100%;
    font-size: 14px;
    border: none;
    box-shadow: none;
    background: transparent none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom__select select:focus {
    outline: none;
}
.custom__select .maz-select-wrapper {
    width: 320px;
}
.custom__select .maz-select-background {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border: 2px solid #f6f6f6;
    width: 100%;
    height: auto;
    padding: 50px 38px;
    box-sizing: content-box;
    right: -40px;
    top: -25px;
    display: none;
}
.custom__select .maz-select-background.opened {
    display: block;
}
.custom__select .maz-select-input {
    z-index: 10001;
    text-align: inherit;
}
.custom__select .maz-select-list {
    position: relative;
    max-width: 480px;
    height: auto;
    border: none;
    text-align: inherit;
}
.custom__select .maz-select-list .maz-optgroup,
.custom__select .maz-select-list .maz-option {
    padding-right: 20px;
    margin-right: 14px;
}
.custom__select .maz-select-list .maz-optgroup:first-child {
    margin-top: 0;
}
.custom__select .maz-select-list.ps--theme_default .ps__scrollbar-y {
    background-color: #bdbdbd;
    width: 6px !important;
}
.custom__select .maz-select-list.ps--theme_default:hover .ps__scrollbar-y {
    cursor: -webkit-grab;
    cursor: grab;
    background-color: #bdbdbd;
    width: 6px !important;
}
.custom__select
    .maz-select-list.ps--theme_default:hover.ps--in-scrolling
    .ps__scrollbar-y {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
@media (max-width: 767px) {
    .custom__select {
        position: relative;
        top: -2px;
        vertical-align: top;
        width: 100%;
        float: none;
    }
    .custom__select .maz-select-wrapper {
        width: 100%;
    }
    .custom__select .maz-select-list {
        text-align: left;
    }
    .custom__select .maz-select-input {
        text-align: left;
        white-space: nowrap;
    }
    .custom__select .maz-select-list .maz-optgroup,
    .custom__select .maz-select-list .maz-option {
        padding: 0 8px;
        margin-right: 0;
    }
    .custom__select .maz-select-background {
        padding: 50px 18px;
        right: -20px;
    }
}
.btn {
    padding: 20px 48px;
    font-family: AvenirNextPro-Regular;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.btn[type="submit"] {
    padding: 20px 28px;
}
.btn:focus {
    outline: 0;
}
.btn:hover {
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.btn-primary {
    background-color: #f6f6f6;
    color: #282828;
    border: 2px solid #f6f6f6;
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: #282828;
    color: #fff;
    text-decoration: none;
    border: 2px solid #282828;
}
.btn-secondary {
    color: #282828;
    border: 2px solid #f6f6f6;
}
.btn-secondary:focus,
.btn-secondary:hover {
    color: #282828;
    text-decoration: none;
    border: 2px solid #282828;
}
.btn-tertiary {
    color: #282828;
    border: 2px solid #f6f6f6;
}
.btn-tertiary:focus,
.btn-tertiary:hover {
    text-decoration: none;
    border: 2px solid #282828;
    cursor: pointer;
}
@media (max-width: 767px) {
    .btn-tertiary {
        padding: 12px 40px;
    }
    .btn-tertiary,
    .btn-tertiary:active,
    .btn-tertiary:focus,
    .btn-tertiary:hover {
        border-width: 4px;
    }
}
.push-project {
    margin-top: 150px;
    clear: both;
}
.push-project p {
    margin-bottom: 40px;
    text-transform: uppercase;
}
.liaigre_flexible_grid .push-project {
    margin-top: 0;
}
.push-project-item {
    display: inline-block;
    position: relative;
    width: 48.82813%;
    padding-top: 12%;
    overflow: hidden;
}
.push-project-item > :first-child {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .push-project-item {
        width: 100%;
        padding-top: 0;
    }
    .push-project-item > :first-child {
        position: static;
    }
}
.push-project-item:nth-child(2) {
    margin-right: 1.17188%;
    float: left;
}
.push-project-item:nth-child(2) > :first-child {
    left: 0;
}
@media (max-width: 767px) {
    .push-project-item:nth-child(2) {
        margin-right: 0;
        float: none;
    }
}
.push-project-item:nth-child(3) {
    margin-left: 1.17188%;
    float: right;
}
.push-project-item:nth-child(3) > :first-child {
    right: 0;
}
@media (max-width: 767px) {
    .push-project-item:nth-child(3) {
        margin-left: 0;
        float: none;
    }
}
.push-project-item__img {
    position: relative;
    height: 100%;
}
.push-project-item__img img {
    height: 100%;
}
.push-project-item__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0.6);
    transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.push-project-item > a:hover .push-project-item__img:after {
    background-color: hsla(0, 0%, 100%, 0.4);
    transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.push-project-item__link {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 3rem;
}
.push-project-item__link a {
    color: #fff;
    font-size: 3rem;
}
.push-project-item__link a:focus,
.push-project-item__link a:hover {
    text-decoration: none;
}
.s-discover {
    margin-bottom: 70px;
}
.s-discover .discover-wrapper {
    height: 350px;
    overflow: hidden;
}
.s-discover .discover__collapse {
    max-height: 0;
    overflow: hidden;
}
.s-discover .discover__title {
    margin-bottom: 20px;
}
.s-discover .discover__title h2 {
    font-size: 5rem;
    line-height: 1.2;
}
.s-discover .discover__title-close {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/icon-close.svg) no-repeat 50%;
    background-size: 50%;
}
.s-discover .discover__image,
.s-discover .discover__title-close:hover {
    cursor: pointer;
}
.s-discover .discover__content {
    margin-bottom: 50px;
    width: 80%;
}
.s-discover .discover__see-more {
    text-transform: uppercase;
    font-size: 12px;
    font-family: AvenirNextPro-Regular;
}
.s-discover .discover__see-more:hover {
    cursor: pointer;
}
.s-discover .discover__see-more:active,
.s-discover .discover__see-more:focus,
.s-discover .discover__see-more:hover {
    text-decoration: none;
}
.s-discover .discover__collapse-close {
    display: block;
    width: 80px;
    margin: 100px auto 50px;
    font-size: 12px;
    font-family: AvenirNextPro-Regular;
    text-transform: uppercase;
    color: #282828;
}
.s-discover .discover__collapse-close:active,
.s-discover .discover__collapse-close:focus,
.s-discover .discover__collapse-close:hover {
    text-decoration: none;
}
.s-discover .discover__collapse-close:hover {
    cursor: pointer;
}
.s-discover .discover__collapse--open {
    max-height: none;
    margin-top: 100px;
}
.s-discover .discover__text {
    display: inline-block;
    position: relative;
    width: 45%;
}
.s-discover .discover__text .wrapper {
    margin-top: 120px;
}
.s-discover .discover__text .wrapper:before {
    display: block;
    position: relative;
    width: 35px;
    height: 4px;
    top: -20px;
    background: #282828;
    content: "";
    opacity: 0;
}
.s-discover:nth-of-type(odd) .discover-wrapper {
    position: relative;
    display: flex;
}
.s-discover:nth-of-type(odd) .discover__image {
    width: 55%;
    display: inline-block;
    order: 1;
    margin-right: 30px;
}
.s-discover:nth-of-type(odd) .discover__image__main {
    overflow: hidden;
}
.s-discover:nth-of-type(odd) .discover__text {
    order: 2;
    padding-right: 30px;
}
.s-discover:nth-of-type(odd) .discover__title {
    position: relative;
}
.s-discover:nth-of-type(odd) .discover__title-close {
    right: 0;
    top: 15px;
}
.s-discover:nth-of-type(2n) .discover-wrapper {
    position: relative;
    display: flex;
}
.s-discover:nth-of-type(2n) .discover__image {
    width: 55%;
    order: 2;
}
.s-discover:nth-of-type(2n) .discover__title-close {
    left: 0;
}
.s-discover:nth-of-type(2n) .discover__content {
    display: inline-block;
    margin-bottom: 70px;
}
.s-discover:nth-of-type(2n) .discover__text {
    order: 1;
    margin-right: 30px;
    text-align: right;
    padding-left: 25px;
}
.s-discover:nth-of-type(2n) .discover__text .wrapper:before {
    left: 95%;
}
.s-discover:nth-of-type(2n) .discover__see-more {
    position: absolute;
    right: 0;
    bottom: 0;
}
.s-discover:nth-of-type(2n) .discover__title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.s-discover .figure--translatable {
    will-change: auto;
}
.s-discover .figure--translatable,
.s-discover .figure--translatable.figure--open {
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.s-discover .figure--translatable.figure--open {
    will-change: transform;
    transform: translateY(0) !important;
}
.s-discover--open .discover-wrapper {
    height: 100%;
}
.s-discover--open .discover__title {
    position: relative;
}
.s-discover--open .discover__title-close {
    display: inline-block;
}
.s-discover--open .discover__image {
    overflow: visible;
}
.s-discover--open .discover__see-more {
    visibility: hidden;
}
.s-discover--open .discover__collapse {
    border-bottom: 2px solid #f6f6f6;
}
.s-discover--open .discover__text .wrapper:before {
    opacity: 1 !important;
}
@media (max-width: 767px) {
    .s-discover--open .discover__text .wrapper:before {
        display: none;
    }
}
@media (min-width: 768px) {
    .liaigre_flexible_grid .s-discover .discover-wrapper {
        height: 100%;
    }
    .liaigre_flexible_grid .s-discover .discover__title {
        position: relative;
    }
    .liaigre_flexible_grid .s-discover .discover__title-close {
        display: none;
    }
    .liaigre_flexible_grid .s-discover .discover__image {
        overflow: visible;
        cursor: default;
    }
    .liaigre_flexible_grid .s-discover .discover__image img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        transition: -webkit-filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
            -webkit-filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .liaigre_flexible_grid .s-discover .discover__see-more {
        visibility: hidden;
    }
    .liaigre_flexible_grid .s-discover .discover__text .wrapper:before {
        display: none;
    }
    .liaigre_flexible_grid .s-discover .figure--translatable,
    .liaigre_flexible_grid .s-discover .figure--translatable.figure--open {
        will-change: none;
        transform: translateY(0) !important;
        transition: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .liaigre_flexible_grid .discover__collapse {
        max-height: none;
        margin-top: 100px;
    }
    .liaigre_flexible_grid .discover__collapse-close {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .s-container {
        width: 100%;
        padding: 0 15px;
    }
    .s-container .s-discover {
        position: relative;
        width: calc(100% + 30px);
        left: -15px;
        display: block;
        height: auto;
        overflow: visible;
        margin-bottom: 70px;
    }
    .s-container .s-discover .container {
        padding: 0;
    }
    .s-container .s-discover .discover-wrapper {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }
    .s-container .s-discover .discover__image {
        position: relative;
        width: 100%;
        margin-bottom: 34px;
        overflow: hidden;
    }
    .s-container .s-discover .discover__image .discover__image__main {
        position: relative;
        height: 0;
        width: 100%;
        padding-top: 49.73%;
        will-change: padding-top;
        transition: padding-top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
        overflow: hidden;
    }
    .s-container .s-discover .discover__image .discover__image__main figure {
        position: absolute;
        margin: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .s-container
        .s-discover
        .discover__image
        .discover__image__main
        figure
        .img-responsive {
        width: 100%;
    }
    .s-container .s-discover .discover__title__heading {
        position: relative;
        font-size: 3.5rem;
        line-height: 3rem;
        margin-bottom: 10px;
    }
    .s-container .s-discover .discover__title__heading .discover__title-close {
        display: none;
    }
    .s-container .s-discover .discover__text {
        padding: 0 13.33% !important;
        height: auto;
    }
    .s-container .s-discover .discover__text .wrapper {
        margin-top: 0;
    }
    .s-container .s-discover .discover__highlight {
        width: 100%;
        padding: 0 13.33%;
    }
    .s-container .s-discover .discover__see-more {
        position: static;
    }
    .s-container .s-discover:nth-of-type(odd) .discover__image {
        display: block;
        padding-right: 13.33%;
        will-change: padding-right;
        transition: padding-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .s-container .s-discover:nth-of-type(odd) .discover__text {
        width: 100%;
        padding-left: 30px;
        align-self: auto;
    }
    .s-container .s-discover:nth-of-type(odd) .discover__text .wrapper:before {
        display: none;
    }
    .s-container .s-discover:nth-of-type(2n) .discover__image {
        padding-left: 13.33%;
        will-change: padding-left;
        transition: padding-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .s-container .s-discover:nth-of-type(2n) .discover__title-close {
        left: inherit;
        right: 0;
        bottom: 5px;
    }
    .s-container .s-discover:nth-of-type(2n) .discover__content {
        display: block;
        margin-bottom: 20px;
    }
    .s-container .s-discover:nth-of-type(2n) .discover__text {
        width: 100%;
        padding-left: 30px;
        align-self: auto;
        text-align: left;
    }
    .s-container .s-discover:nth-of-type(2n) .discover__see-more {
        position: static;
        right: auto;
        bottom: auto;
    }
    .s-container .s-discover .discover__content {
        margin-bottom: 20px;
    }
    .s-container .s-discover .discover__collapse .discover__collapse-wrapper {
        width: 100%;
        padding: 0 13.33%;
        position: relative;
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .discover__collapse-text-image {
        margin: 0;
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .discover__collapse-text-image
        .swiper-container {
        width: 100%;
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .discover__collapse-text-image
        .swiper-slide {
        width: 100%;
        padding-top: 75px;
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .discover__collapse-text-image
        .swiper-slide
        .swiper-discover-text-image__image {
        margin-bottom: 18px;
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .discover__collapse-text-image
        .swiper-slide
        .swiper-discover-text-image__text__job,
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .discover__collapse-text-image
        .swiper-slide
        .swiper-discover-text-image__text__profil {
        position: absolute;
        width: 100%;
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .discover__collapse-text-image
        .swiper-slide
        .swiper-discover-text-image__text__job {
        top: 0;
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .discover__collapse-text-image
        .swiper-slide
        .swiper-discover-text-image__text__profil {
        top: 24px;
    }
}
@media (max-width: 767px) and (max-width: 413px) {
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .discover__collapse-text-image
        .swiper-slide
        .swiper-discover-text-image__text__job {
        font-size: 0.9rem;
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .discover__collapse-text-image
        .swiper-slide
        .swiper-discover-text-image__text__profil {
        font-size: 2.4rem;
    }
}
@media (max-width: 767px) {
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .swiper-navigation-wrapper {
        position: absolute;
        top: 75px;
        left: 0;
        width: 100%;
        padding: 0 13.33%;
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .swiper-navigation-wrapper
        .swiper-navigation-spacer:after {
        display: block;
        position: relative;
        padding-top: 100%;
        content: "";
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .swiper-navigation-wrapper
        [class^="swiper-button"] {
        display: none;
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .swiper-navigation-wrapper
        .swiper-button-next,
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .swiper-navigation-wrapper
        .swiper-button-prev {
        position: absolute;
        width: 13px;
        height: 25px;
        top: 50%;
        margin-top: 0;
        transform: translateY(-50%);
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .swiper-navigation-wrapper
        .swiper-button-prev {
        left: 5.5%;
        background: url(../../dist/img/svg/arrow-left.svg) no-repeat 50%;
    }
    .s-container
        .s-discover
        .discover__collapse
        .discover__collapse-wrapper
        .swiper-navigation-wrapper
        .swiper-button-next {
        right: 5.5%;
        background: url(../../dist/img/svg/arrow-right.svg) no-repeat 50%;
    }
    .s-container .s-discover .discover__collapse .discover__collapse-close {
        margin-top: 10px;
    }
    .s-container .s-discover .discover__collapse--open {
        margin-top: 0;
    }
    .s-container
        .s-discover
        .discover__collapse--open
        .discover__collapse-wrapper
        .swiper-navigation-wrapper
        [class^="swiper-button"] {
        display: block;
    }
    .s-container
        .s-discover
        .discover__collapse--open
        .discover__collapse-text-image {
        margin-right: 15px;
        margin-left: 15px;
    }
    .s-container
        .s-discover
        .discover__collapse--open
        .discover__collapse-text-image
        .swiper-navigation-wrapper {
        position: absolute;
        top: 0;
        width: 80%;
        height: 0;
        padding-bottom: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 0;
    }
    .s-container
        .s-discover
        .discover__collapse--open
        .discover__collapse-text-image
        .swiper-navigation-wrapper
        .swiper-button-prev {
        top: 50%;
        left: -30px;
    }
    .s-container
        .s-discover
        .discover__collapse--open
        .discover__collapse-text-image
        .swiper-navigation-wrapper
        .swiper-button-next {
        top: 50%;
        right: -30px;
    }
    .s-container .s-discover--open {
        padding-right: 0;
        padding-left: 0;
    }
    .s-container .s-discover--open .discover-wrapper {
        left: auto;
    }
    .s-container .s-discover--open .discover__image {
        width: auto;
        max-height: none;
        margin-right: 0;
    }
    .s-container .s-discover--open .discover__image__main {
        padding-top: 100% !important;
        will-change: padding-top;
        transition: padding-top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .s-container .s-discover--open .discover__collapse-close {
        display: none;
    }
    .s-container .s-discover--open:nth-of-type(odd) .discover__image {
        padding-right: 0;
        will-change: padding-right;
        transition: padding-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .s-container .s-discover--open:nth-of-type(2n) .discover__image {
        padding-left: 0;
        will-change: padding-left;
        transition: padding-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
}
.s-discover:nth-of-type(2n) .s-discover--open .discover-wrapper .discover__text,
.s-discover:nth-of-type(odd)
    .s-discover--open
    .discover-wrapper
    .discover__text {
    align-self: auto;
}
.breadcrumb {
    padding: 0 40px;
    margin: 10px 0 40px;
}
@media (max-width: 1023px) {
    .breadcrumb {
        padding: 0 15px;
        margin: 10px 0 25px;
    }
}
.breadcrumb a {
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
}
.breadcrumb a:first-child:before {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../dist/img/svg/arrow-left.svg) no-repeat 50%;
    background-size: 35%;
}
.load-more {
    margin-bottom: 70px;
}
@media (max-width: 767px) {
    .load-more {
        position: relative;
        z-index: 10;
    }
}
.load-more button {
    font-size: 14px;
}
@media (max-width: 767px) {
    .load-more button {
        font-size: 12px;
    }
}
.cookies {
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #282828;
    padding: 20px;
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: none;
}
.cookies.open {
    display: block;
}
.cookies-content {
    position: relative;
}
.cookies-content p a {
    display: block;
    margin-top: 5px;
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
}
@media (max-width: 767px) {
    .cookies-content p {
        max-width: calc(100% - 25px);
    }
}
.cookies-close {
    position: absolute;
    top: 0;
    right: 20px;
    height: 20px;
    width: 20px;
    display: block;
}
@media (max-width: 767px) {
    .cookies-close {
        top: -3px;
        right: -10px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cookies-close {
        right: -10px;
    }
}
.cookies-close:hover {
    cursor: pointer;
}
.cookies-close:before {
    transform: translateY(0) rotate(45deg);
}
.cookies-close:after,
.cookies-close:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    width: 20px;
    height: 2px;
    background-color: #4e5257;
}
.cookies-close:after {
    transform: translateY(0) rotate(-45deg);
}
.ps--theme_default {
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
    .ps--theme_default {
        overflow: auto !important;
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ps--theme_default {
        overflow: auto !important;
    }
}
.ps--theme_default.ps--active-x > .ps__scrollbar-x-rail,
.ps--theme_default.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}
.ps--theme_default.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps--theme_default.ps--in-scrolling.ps--x
    > .ps__scrollbar-x-rail
    > .ps__scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps--theme_default.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps--theme_default.ps--in-scrolling.ps--y
    > .ps__scrollbar-y-rail
    > .ps__scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps--theme_default > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 0;
    height: 3px;
}
.ps--theme_default > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 0;
    transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    bottom: 2px;
    height: 3px;
}
.ps--theme_default > .ps__scrollbar-x-rail:active > .ps__scrollbar-x,
.ps--theme_default > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    height: 11px;
}
.ps--theme_default > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 0;
    width: 3px;
}
.ps--theme_default > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 0;
    transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    right: 2px;
    width: 3px;
}
.ps--theme_default > .ps__scrollbar-y-rail:active > .ps__scrollbar-y,
.ps--theme_default > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    width: 11px;
}
.ps--theme_default:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps--theme_default:hover.ps--in-scrolling.ps--x
    > .ps__scrollbar-x-rail
    > .ps__scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps--theme_default:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps--theme_default:hover.ps--in-scrolling.ps--y
    > .ps__scrollbar-y-rail
    > .ps__scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps--theme_default:hover > .ps__scrollbar-x-rail,
.ps--theme_default:hover > .ps__scrollbar-y-rail {
    opacity: 0.6;
}
.ps--theme_default:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps--theme_default:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    background-color: #999;
}
.ps--theme_default:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps--theme_default:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #999;
}
@media (max-width: 767px) {
    .sketch-slider .swiper-sketch-desktop {
        display: none;
    }
}
@media (min-width: 768px) {
    .sketch-slider .swiper-sketch-mobile {
        display: none;
    }
}
.sketch-slider .swiper-container {
    position: relative;
}
@media (max-width: 767px) {
    .sketch-slider .swiper-container {
        width: 100%;
        height: 370px;
    }
}
.sketch-slider .swiper-button-next {
    position: absolute;
    width: 13px;
    right: 125px;
    top: 50%;
    background: url(../../dist/img/svg/arrow-right.svg) no-repeat 50%;
}
@media (max-width: 767px) {
    .sketch-slider .swiper-button-next {
        right: 15px;
        top: 50%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .sketch-slider .swiper-button-next {
        right: 15px;
    }
}
.sketch-slider .swiper-button-prev {
    position: absolute;
    width: 13px;
    left: 125px;
    top: 50%;
    background: url(../../dist/img/svg/arrow-left.svg) no-repeat 50%;
}
@media (max-width: 767px) {
    .sketch-slider .swiper-button-prev {
        left: 15px;
        top: 50%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .sketch-slider .swiper-button-prev {
        left: 15px;
    }
}
.instagram__section {
    text-align: center;
    margin-top: 60px;
}
.instagram__section .container {
    margin-top: 40px;
}
.instagram__section .instagram__header {
    margin-bottom: 40px;
}
.instagram__section .instagram__header > :first-child {
    margin-bottom: 20px;
    font-size: 16px;
}
.instagram__section .instagram__header .instagram__title {
    font-size: 6rem;
    line-height: 0.8;
}
.instagram__section .instagram__header .instagram__title a {
    font-size: inherit;
    text-decoration: none;
}
@media (max-width: 767px) {
    .instagram__section .instagram__header {
        margin-bottom: 22px;
    }
    .instagram__section .instagram__header .instagram__title {
        font-size: 4.5rem;
        line-height: 1;
    }
}
.instagram__section .instagram__subsection {
    width: 100%;
    font-size: 0;
}
.instagram__section .instagram__subsection .instagram__article {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 19.53125%;
    height: 100%;
}
.instagram__section .instagram__subsection .instagram__article:last-child {
    margin-right: 0;
}
.instagram__section .instagram__subsection .instagram__article a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.instagram__section .instagram__subsection .instagram__article img {
    width: 100%;
    height: auto;
}
.instagram__section .instagram__subsection .instagram__article:hover a {
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.4s ease;
}
@media (max-width: 767px) {
    .instagram__section .instagram__subsection .instagram__article:first-child {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .instagram__section .instagram__subsection .instagram__article {
        display: none;
    }
}
.swiper-container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.scrollto {
    display: none;
    position: absolute;
    z-index: 99;
    bottom: 15px;
    right: 30px;
    height: 30px;
    width: 30px;
    background: url(../images/backtotop.svg) no-repeat -18px 1px;
    background-size: 220%;
}
@media (max-width: 767px) {
    .scrollto {
        position: fixed;
        bottom: 5px;
        right: 10px;
    }
}
@media (min-width: 768px) and (min-width: 1023px) {
    .scrollto {
        bottom: 20px;
    }
}
.home .scrollto {
    display: none;
}
.popin-container {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
}
.popin-container.active {
    display: flex;
}
.popin-container .wechat-qr-pic {
    max-width: 100%;
}
.popin-container .popin-content {
    width: 80%;
    max-width: 350px;
    position: relative;
}
.popin-container .popin-content .popin-close-btn {
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: -20px;
    right: -20px;
    background: url(../images/icon-close.svg) no-repeat 50%;
    content: "";
    cursor: pointer;
}
.product-content {
    position: fixed;
    width: 48.82813%;
    display: inline-block;
    margin-left: 1.17188%;
    padding-right: 30px;
    vertical-align: top;
}
@media (min-width: 768px) {
    .product-content {
        width: 50%;
    }
}
.product-content.js-product-content__fixed {
    position: fixed;
}
.product-content.js-product-content__bottom {
    position: absolute;
    bottom: 0;
}
@media (max-width: 1023px) {
    .product-content.js-product-content__bottom {
        position: static;
        bottom: auto;
    }
}
.product-content__infos {
    margin-top: 60px;
}
@media (max-width: 1023px) {
    .product-content__infos {
        margin-top: 0;
    }
}
.product-content__matters,
.product-content__size {
    margin-bottom: 15px;
}
.product-content__title h1 {
    font-size: 5rem;
}
@media (max-width: 767px) {
    .product-content__title h1 {
        line-height: 1.1;
        margin-bottom: 20px;
        font-size: 4rem;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .product-content__title h1 {
        line-height: 1;
        margin-bottom: 30px;
    }
}
.product-content__date {
    position: relative;
    top: -20px;
}
@media (max-width: 1023px) {
    .product-content__date {
        margin-bottom: 5px;
    }
}
.product-content__date time {
    font-size: 1.2rem;
}
.product-content__description {
    margin-bottom: 45px;
}
@media (max-width: 1023px) {
    .product-content__description {
        margin-bottom: 15px;
    }
}
.product-content__description p {
    font-size: 14px;
}
.product-content__matters__description,
.product-content__matters__title,
.product-content__share__title,
.product-content__size__description,
.product-content__size__title {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 1023px) {
    .product-content__matters__description,
    .product-content__matters__title,
    .product-content__share__title,
    .product-content__size__description,
    .product-content__size__title {
        display: block;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .product-content__matters__description,
    .product-content__matters__title,
    .product-content__share__title,
    .product-content__size__description,
    .product-content__size__title {
        width: 20%;
    }
}
.product-content__matters__description span,
.product-content__matters__title span,
.product-content__share__title span,
.product-content__size__description span,
.product-content__size__title span {
    font-size: 1.2rem;
    font-family: AvenirNextPro-Bold;
    text-transform: uppercase;
    color: #282828;
}
.product-content__matters__description,
.product-content__size__description {
    width: 80%;
}
@media (max-width: 1023px) {
    .product-content__matters__description,
    .product-content__size__description {
        margin-bottom: 20px;
    }
}
.product-content__share {
    position: relative;
    margin-bottom: 60px;
}
@media (max-width: 1023px) {
    .product-content__share {
        margin-bottom: 30px;
    }
}
.product-content__share .share-list {
    vertical-align: top;
    display: inline-block;
    width: 50%;
}
@media (max-width: 767px) {
    .product-content__share .share-list {
        width: 100%;
    }
}
.product-content__share a#share:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 20px;
    background: url(../../dist/img/svg/icon-share.svg) no-repeat 50%;
}
.product-content__share .share-content {
    position: relative;
    top: -5px;
    left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: width 0.25s ease-out;
}
.product-content__share .share-content li {
    width: 30px;
    height: 30px;
    padding: 5px;
}
.product-content__share .share-content li:nth-child(2) {
    margin-right: 5px;
}
.product-content__share .share-content li:nth-child(3) {
    position: relative;
    top: 1px;
}
.product-content__share .share-content.js-share-content__open {
    width: 30%;
}
@media (max-width: 767px) {
    .product-content__share .share-content.js-share-content__open {
        width: 80%;
    }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .product-content__share .share-content.js-share-content__open {
        width: 45%;
    }
}
.product-content__share .share-facebook {
    height: 20px;
    width: 20px;
    display: block;
    background: url(../images/icon-facebook.svg) no-repeat 50%;
    background-size: 17px;
}
.product-content__share .share-twitter {
    height: 20px;
    width: 20px;
    display: block;
    background: url(../images/icon-twitter.svg) no-repeat 50%;
    background-size: 15px;
}
.product-content__share .share-mail {
    height: 20px;
    width: 20px;
    display: block;
    background: url(../images/icon-mail.svg) no-repeat 50%;
}
.product-content-button .btn {
    cursor: pointer;
    line-height: 22px;
    width: 45%;
    padding: 17px 20px;
    display: inline-block;
}
@media (max-width: 767px) {
    .product-content-button .btn {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .product-content-button .btn {
        width: 48.82813%;
        display: inline-block;
    }
}
.product-content-button .btn:first-child {
    margin-right: 1.17188%;
}
@media (max-width: 767px) {
    .product-content-button .btn:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.product-content-button .btn:last-child {
    margin-left: 1.17188%;
}
@media (max-width: 767px) {
    .product-content-button .btn:last-child {
        margin-left: 0;
    }
}
.product-content-button .btn-primary {
    background-color: #282828;
    color: #fff;
    border: 2px solid #282828;
}
.product-content-button .btn-primary:hover {
    border: 2px solid #f6f6f6;
    background-color: #f6f6f6;
    color: #000;
}
.product-content-button .btn-secondary {
    border: 2px solid #282828;
}
.product-content-button .btn-secondary:hover {
    border: 2px solid #f6f6f6;
}
.product-content-button .info {
    display: inline-block;
    margin: 50px 0 0;
    font-size: 1.1rem;
    text-decoration: underline;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .product-content-button .info {
        display: block;
        text-align: center;
    }
}
@media (max-width: 1023px) {
    .product-content {
        position: static;
        display: block;
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
}
.product-image {
    width: 48.82813%;
    display: inline-block;
    margin-right: 1.17188%;
    vertical-align: top;
}
@media (min-width: 320px) and (max-width: 1023px) {
    .product-image {
        display: none;
    }
}
.product-image-list__item:not(:last-child) {
    margin-bottom: 40px;
}
.product-image-list img {
    width: 100%;
}
.product__image__slider {
    display: none;
}
@media (max-width: 1023px) {
    .product__image__slider {
        display: block;
    }
}
.product-catalogue__image a {
    display: block;
    height: 100%;
}
.product-catalogue__image figure {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-catalogue__image figure div {
    display: flex;
    flex-grow: 1;
}
.product-catalogue__image figure img {
    width: 100%;
    margin: 0 auto;
    align-self: center;
}
.product-catalogue__image figure figcaption {
    width: 100%;
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
    line-height: 1.67;
    margin-top: auto;
    height: 50px;
}
.product-catalogue__image figure figcaption time {
    display: block;
}
@media (max-width: 1023px) {
    .product-catalogue__image figure img {
        width: 80%;
    }
    .product-catalogue__image figcaption {
        margin-top: 40px;
    }
}
.product-terms-wrapper {
    position: relative;
}
.product-terms__image,
.product-terms figure,
.product-terms img {
    height: 100%;
}
.product-terms__image figure {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
@media (max-width: 1023px) {
    .product-terms__image figure {
        height: 375px;
    }
}
.product-terms__image .img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-terms__content {
    z-index: 1;
    position: absolute;
    top: 0;
    width: calc(100% - 70px);
    height: 100%;
    color: #282828;
}
.product-terms__content .product-terms__content__subtitle {
    display: block;
    margin-left: 70px;
    text-indent: 5px;
    color: #fff;
}
@media (max-width: 1023px) {
    .product-terms__content .product-terms__content__subtitle {
        margin-left: 20px;
    }
}
.product-terms__content .product-terms__content__title {
    display: block;
    margin-top: 15vh;
    margin-left: 70px;
    color: #fff;
}
.product-terms__content .product-terms__content__title h1 {
    font-size: 7.6rem;
}
@media (max-width: 1023px) {
    .product-terms__content .product-terms__content__title {
        margin-left: 20px;
        margin-top: 40px;
    }
    .product-terms__content .product-terms__content__title h1 {
        font-size: 5rem;
    }
}
@media (min-height: 900px) {
    .product-terms__content .product-terms__content__title {
        margin-top: 12vh;
    }
}
@media (min-height: 1080px) {
    .product-terms__content .product-terms__content__title {
        margin-top: 15vh;
    }
}
.product-terms__content h1 {
    display: block;
}
.product-quote {
    position: relative;
    width: 50%;
    display: inline-block;
    margin-bottom: 100px;
    margin-left: auto;
    font-size: 0;
    color: #282828;
    word-wrap: break-word;
}
.ie-11 .product-quote {
    display: block;
}
@media (max-width: 1023px) {
    .product-quote {
        width: 100%;
        float: none;
        padding: 30px 15px;
    }
}
@media (max-width: 767px) {
    .product-quote {
        padding-top: 0;
        margin-bottom: 20px;
    }
}
.product-quote__job {
    margin-bottom: 4px;
    font-family: AvenirNextPro-Regular;
    font-size: 1.2rem;
    line-height: 1.2;
    text-transform: uppercase;
}
.product-quote__container {
    padding-left: 5px;
    width: 95%;
}
@media (max-width: 1023px) {
    .product-quote__container {
        padding-left: 0;
    }
}
.product-quote__name {
    margin-bottom: 15px;
    font-family: BodoniBT-Book;
    font-size: 4rem;
    line-height: 1.2;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .product-project__title h2 {
        font-size: 4rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}
.product-project__title a {
    display: block;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: AvenirNextPro-Regular;
}
@media (min-width: 1024px) {
    .product__image__slider .swiper-container {
        overflow: visible;
    }
}
@media (min-width: 1024px) {
    .product__image__slider .swiper-wrapper {
        display: block;
    }
}
.product__image__slider .swiper-pagination {
    text-align: left;
}
@media (min-width: 1024px) {
    .product__image__slider .swiper-pagination {
        display: none;
    }
}
.product__image__slider .swiper-pagination.swiper-pagination {
    left: 10px;
}
.product__image__slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #ccc;
}
.product__image__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
}
.product-push-project {
    font-size: 0;
}
.project__cover {
    position: absolute;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .project__cover {
        height: 20vh;
    }
}
@media (max-width: 767px) {
    .project__cover {
        display: none;
    }
}
@media (max-width: 1600px) {
    .project__cover {
        width: 50%;
    }
}
@media (min-width: 1601px) {
    .project__cover {
        width: 800px;
    }
}
.project__filter {
    margin: 0 80px;
    height: 32px;
    font-size: 0;
    border-bottom: 2px solid #f6f6f6;
}
@media (max-width: 1023px) {
    .project__filter {
        margin: 0 30px;
    }
}
.project__filter__category,
.project__filter__display {
    margin: 0;
    display: inline-block;
    height: 30px;
}
.project__filter__category:hover,
.project__filter__display:hover {
    cursor: pointer;
}
.project__filter__category {
    float: left;
    min-width: 190px;
}
.project__filter__category * {
    height: 100%;
}
.project__filter__category .form-group {
    margin-bottom: 0;
}
.project__filter__category .maz-select-input {
    cursor: pointer;
    padding-left: 0;
    border: none;
    text-transform: none;
    color: #000;
    font-size: 14px;
    background-color: #fff;
}
.project__filter__category .custom__select,
.project__filter__category label {
    display: inline-block;
    vertical-align: top;
}
.project__filter__category .custom__select select,
.project__filter__category label select {
    visibility: hidden;
    padding: 0;
    width: 100%;
    display: inline-block;
    -webkit-appearance: none;
}
.project__filter__category .custom__select {
    width: 100%;
    position: relative;
    display: inline-block;
    background: none;
}
.project__filter__category label {
    margin-bottom: 0;
    width: 10% !important;
    display: inline-block !important;
}
.project__filter__display {
    text-align: right;
    float: right;
}
.project__filter__display__list,
.project__filter__display__thumbnail {
    width: 18px;
    height: 18px;
    display: inline-block;
}
.project__filter__display__list {
    background-image: url(../../dist/img/svg/icon-display-list.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 15px;
    opacity: 0.2;
    transition: opacity 0.25s ease-in-out;
}
.project__filter__display__list.js-project-display-list--active {
    cursor: default;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}
.ie-14 .project__filter__display__list {
    background-size: 14px;
}
.project__filter__display__thumbnail {
    margin-right: 10px;
    background-image: url(../../dist/img/svg/project-filter-grid.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px;
    opacity: 0.2;
    transition: opacity 0.25s ease-in-out;
}
.project__filter__display__thumbnail.js-project-display-thumbnail--active {
    cursor: default;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}
@media (max-width: 767px) {
    .project__filter {
        margin-left: 30px;
        margin-right: 30px;
    }
    .project__filter .project__filter__category {
        width: 190px;
    }
    .project__filter .project__filter__display__list {
        background-position-y: 1px;
        background-size: 18px;
    }
}
.project__list {
    margin: 92px 80px;
    font-size: 0;
    visibility: hidden;
}
@media (max-width: 1023px) {
    .project__list {
        margin: 52px 30px;
        text-align: center;
    }
}
.project__list .separator {
    display: inline-block;
    margin-left: 30px;
    font-family: BodoniBT-Book;
    font-size: 4rem;
    color: #bdbdbd;
}
@media (max-width: 767px) {
    .project__list .separator {
        display: block;
        text-align: center;
    }
}
.project__list__item {
    position: relative;
    display: inline-block;
}
@media (max-width: 1023px) {
    .project__list__item {
        display: block;
    }
}
.project__list__item.js-project__list__item--hidden {
    display: none;
    height: 0;
    opacity: 0;
}
.project__list__item.js-project__list__item--active {
    display: inline-block;
    height: 100%;
    opacity: 1;
}
@media (max-width: 767px) {
    .project__list__item.js-project__list__item--active {
        height: 170px;
    }
}
.project__list__item.js-project__list__item--active.hide-separator .separator {
    visibility: hidden;
}
@media (max-width: 1023px) {
    .project__list__item.js-project__list__item--active {
        display: block;
    }
    .project__list__item.js-project__list__item--active
        .project__list__item__title {
        margin-left: 0;
    }
    .project__list__item.js-project__list__item--active.hide-separator
        .separator {
        display: block;
        margin-left: 0;
        visibility: visible;
    }
    .project__list__item.js-project__list__item--active.hide-separator.last-separator
        .separator {
        display: none;
    }
}
.project__list__item:last-child {
    margin-bottom: 90px;
}
.project__list__item:last-child .project__list__item__title:after {
    display: none;
}
.project__list__item .project__list__item__title {
    display: inline-block;
    margin-left: 30px;
}
.project__list__item .project__list__item__title a:focus,
.project__list__item .project__list__item__title a:hover {
    text-decoration: none;
}
@media (min-width: 1024px) {
    .project__list.js-project-display-list {
        margin-left: 50px;
    }
}
.project__list.js-project-display-list.project_list {
    position: relative;
}
@media (max-width: 767px) {
    .project__list.js-project-display-list .js-project__list__item--active {
        height: 100%;
    }
}
.project__list.js-project-display-list .project__list__item__thumbnail {
    display: none;
}
.project__list.js-project-display-list .project__list__item__list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    height: 0;
    margin: 0 auto;
}
.project__list.js-project-display-list .project__list__item__title {
    position: relative;
}
.project__list.js-project-display-list .project__list__item__title a {
    color: inherit;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.project__list.js-project-display-list
    .project__list__item.item--show
    .project__list__item__title {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(59, 59, 59, 0.4),
        0.5px 0.5px 0 rgba(59, 59, 59, 0.6);
    transition: color 0.25s ease-in-out, text-shadow 0.25s ease-in-out;
}
.project__list.js-project-display-list
    .project__list__item.item--show
    .project__list__item__title
    a {
    position: relative;
    z-index: 999;
}
@media (max-width: 767px) {
    .project__list.js-project-display-list
        .project__list__item.item--show
        .project__list__item__title
        a {
        color: #020202;
    }
}
.touch
    .project__list.js-project-display-list
    .project__list__item.item--show
    .project__list__item__title {
    color: #282828;
}
.project__list.js-project-display-list
    .project__list__item.item--show
    .project__list__item__list {
    visibility: visible;
    opacity: 1;
    width: 590px;
    height: 270px;
    overflow: hidden;
    transition: opacity 0.25s ease-in-out;
}
.project__list.js-project-display-list
    .project__list__item.item--show
    .project__list__item__list
    figure,
.project__list.js-project-display-list
    .project__list__item.item--show
    .project__list__item__list
    figure
    img {
    height: 100%;
    width: 100%;
}
@media (max-width: 767px) {
    .project__list.js-project-display-list
        .project__list__item.item--show
        .project__list__item__list {
        display: none;
    }
}
.touch
    .project__list.js-project-display-list
    .project__list__item.item--show
    .project__list__item__list {
    visibility: hidden;
}
@media (max-width: 767px) {
    .project__list {
        margin: 40px 10px -40px;
    }
    .project__list.js-project-display-list .project__list__item__title {
        margin-left: 0;
        font-size: 3rem;
    }
    .project__list.js-project-display-list .project__list__item__title a {
        font-size: inherit;
    }
    .project__list
        .project__list__item.js-project__list__item--active
        .separator {
        display: block;
        margin-left: 0;
        visibility: inherit;
        font-size: 3rem;
        margin-top: -5px;
    }
    .project__list
        .project__list__item.js-project__list__item--active.hide-separator
        .separator {
        display: block;
    }
    .project__list
        .project__list__item.js-project__list__item--active.last-separator
        .separator {
        display: none;
    }
}
.js-project-display-thumbnail .js-project__list__item--hidden {
    display: none !important;
}
.js-project-display-thumbnail .separator {
    display: none;
}
@media (max-width: 1024px) {
    .js-project-display-thumbnail .separator {
        display: none !important;
    }
}
.js-project-display-thumbnail .project__list__item__thumbnail__wrapper {
    position: relative;
    line-height: 0;
}
.js-project-display-thumbnail .project__list__item__thumbnail__wrapper a {
    display: inline-block;
    width: 100%;
}
.js-project-display-thumbnail .project__list__item__thumbnail {
    display: inline-block;
    width: 33.33%;
}
.js-project-display-thumbnail .project__list__item__thumbnail img {
    width: 100%;
}
.js-project-display-thumbnail .project__list__item {
    display: block;
    margin-bottom: 60px;
}
.js-project-display-thumbnail .project__list__item .project__list__item__title {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    text-align: center;
    color: transparent;
    line-height: 0;
}
.touch
    .js-project-display-thumbnail
    .project__list__item
    .project__list__item__title {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(59, 59, 59, 0.4),
        0.5px 0.5px 0 rgba(59, 59, 59, 0.6);
}
.js-project-display-thumbnail
    .project__list__item
    .project__list__item__title
    a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-left: 33.33%;
    padding-right: 33.33%;
}
@media (max-width: 767px) {
    .js-project-display-thumbnail
        .project__list__item
        .project__list__item__title {
        z-index: 1;
        left: 0;
        top: -35px;
        color: #fff;
    }
}
.js-project-display-thumbnail .project__list__item:hover {
    cursor: pointer;
}
.js-project-display-thumbnail
    .project__list__item:hover
    .project__list__item__title {
    transition: all 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(59, 59, 59, 0.4),
        0.5px 0.5px 0 rgba(59, 59, 59, 0.6);
}
.touch
    .js-project-display-thumbnail
    .project__list__item:hover
    .project__list__item__title {
    transition: none;
}
.js-project-display-thumbnail
    .project__list__item:hover
    .project__list__item__title
    a {
    position: relative;
    z-index: 99;
    line-height: 1;
}
@media (max-width: 767px) {
    .js-project-display-thumbnail
        .project__list__item:hover
        .project__list__item__title {
        background-color: transparent;
    }
}
.js-project-display-thumbnail .project__list__item__list {
    display: none;
}
@media (max-width: 767px) {
    .js-project-display-thumbnail {
        margin: 30px 10px 40px;
    }
    .js-project-display-thumbnail .project__list__item {
        margin-bottom: 15px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .js-project-display-thumbnail
        .project__list__item
        .project__list__item__title {
        top: 0;
        font-size: 3rem;
    }
    .js-project-display-thumbnail
        .project__list__item
        .project__list__item__title
        a {
        font-size: 2.8rem;
        padding-left: 0;
        padding-right: 0;
    }
    .js-project-display-thumbnail
        .project__list__item
        .project__list__item__thumbnail__wrapper {
        height: 170px;
        padding-top: 0;
    }
    .js-project-display-thumbnail
        .project__list__item
        .project__list__item__thumbnail__wrapper
        .project__list__item__thumbnail {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        left: 0;
        top: 0;
    }
    .js-project-display-thumbnail
        .project__list__item
        .project__list__item__thumbnail__wrapper
        .project__list__item__thumbnail:first-child,
    .js-project-display-thumbnail
        .project__list__item
        .project__list__item__thumbnail__wrapper
        .project__list__item__thumbnail:last-child {
        display: none;
    }
    .js-project-display-thumbnail
        .project__list__item
        .project__list__item__thumbnail__wrapper
        .project__list__item__thumbnail
        a,
    .js-project-display-thumbnail
        .project__list__item
        .project__list__item__thumbnail__wrapper
        .project__list__item__thumbnail
        figure {
        width: 100%;
        height: 100%;
    }
    .js-project-display-thumbnail
        .project__list__item
        .project__list__item__thumbnail__wrapper
        .project__list__item__thumbnail
        .img-responsive {
        position: relative;
        object-position: bottom;
        object-fit: none;
    }
    .js-project-display-thumbnail .project__list__item .separator {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .swiper-third-content {
        margin-bottom: 80px;
        height: auto;
    }
}
.swiper-third-content .swiper-button-next,
.swiper-third-content .swiper-button-prev {
    width: 20px;
    background: none;
}
.swiper-third-content .swiper-button-next .svg-icon,
.swiper-third-content .swiper-button-prev .svg-icon {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-third-content .swiper-button-next {
    right: 20px;
}
@media (max-width: 767px) {
    .swiper-third-content .swiper-button-next {
        right: 20px;
    }
}
.swiper-third-content .swiper-button-prev {
    left: 20px;
}
@media (max-width: 767px) {
    .swiper-third-content .swiper-button-prev {
        left: 35px;
    }
}
.swiper-container-project-product {
    height: 440px;
    font-size: 0;
    margin-bottom: 100px;
    text-align: center;
}
@media (max-width: 767px) {
    .swiper-container-project-product {
        height: auto;
    }
}
.swiper-container-project-product .swiper-slide-product-description,
.swiper-container-project-product .swiper-slide-product-image {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .swiper-container-project-product .swiper-slide-product-description,
    .swiper-container-project-product .swiper-slide-product-image {
        display: block;
    }
}
.swiper-container-project-product .swiper-slide-product-image {
    width: 53.75%;
    max-height: 440px;
    margin-right: 27px;
}
.swiper-container-project-product .swiper-slide-product-image figure,
.swiper-container-project-product .swiper-slide-product-image img {
    max-height: 440px;
}
@media (max-width: 767px) {
    .swiper-container-project-product .swiper-slide-product-image {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .swiper-container-project-product .swiper-slide {
        padding: 0;
    }
}
.swiper-container-project-product .swiper-slide-product-description {
    width: 20%;
    text-align: left;
}
.swiper-container-project-product .swiper-slide-product-description h2 {
    margin-bottom: 5px;
    font-size: 3rem;
    line-height: normal;
}
.swiper-container-project-product .swiper-slide-product-description time {
    display: block;
    font-size: 14px;
    font-family: AvenirNextPro-Regular;
    margin-bottom: 10px;
}
.swiper-container-project-product .swiper-slide-product-description a {
    display: block;
    font-family: AvenirNextPro-Regular;
    text-transform: uppercase;
}
.swiper-container-project-product .swiper-slide-product-description a:focus {
    outline: 0;
}
@media (max-width: 767px) {
    .swiper-container-project-product .swiper-slide-product-description {
        width: 80%;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}
.swiper-container-project-product .swiper-button-next {
    width: 13px;
    right: 125px;
    background: url(../../dist/img/svg/arrow-right.svg) no-repeat 50%;
}
@media (max-width: 767px) {
    .swiper-container-project-product .swiper-button-next {
        top: auto;
        right: 20px;
        bottom: 50px;
        margin-top: 0;
    }
}
.swiper-container-project-product .swiper-button-next--disabled {
    display: none;
}
.swiper-container-project-product .swiper-button-prev {
    width: 13px;
    left: 125px;
    background: url(../../dist/img/svg/arrow-left.svg) no-repeat 50%;
}
@media (max-width: 767px) {
    .swiper-container-project-product .swiper-button-prev {
        top: auto;
        bottom: 50px;
        left: 20px;
        margin-top: 0;
    }
}
.swiper-container-project-product .swiper-button-prev--disabled {
    display: none;
}
.swiper-container-project-product--disabled {
    transform: translateZ(0) !important;
}
.popin-modal-title {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 20000;
}
.popin-modal-title--open {
    display: block;
}
.project-modal-title {
    height: 100%;
}
.project__first-content > .project-modal-title {
    display: none;
}
.project-modal-title__inner {
    position: relative;
    height: 100%;
}
.project-modal-title__content {
    display: flex;
    height: 100%;
    flex-direction: row;
}
.project-modal-title__image-content {
    height: 100%;
    margin-left: 114px;
    justify-content: center;
}
.project-modal-title__image-content,
.project-modal-title__text-content {
    display: flex;
    align-items: center;
}
.project-modal-title__text-content {
    width: 33.33333%;
}
.project-modal-title__title {
    font-family: AvenirNextPro-Regular;
    font-size: 1.4rem;
}
.project-modal-title__subtitle {
    font-family: BodoniBT-Book;
    font-size: 4rem;
    line-height: 40px;
}
.project-modal-title__copyright-content {
    margin-top: 30px;
}
.project-modal-title__copyright-content p {
    line-height: normal;
    margin-bottom: 5px;
}
.project-modal-title__close {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.project-modal-title__close:after {
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../../dist/img/svg/icon-close.svg) no-repeat 50%;
    content: "";
}
.project-modal-title__carousel {
    display: none;
}
@media (max-width: 1280px) {
    .project-modal-title__image-content {
        margin-left: 94px;
    }
}
@media (max-width: 768px) {
    .project-modal-title__title {
        font-size: 1.8rem;
    }
    .project-modal-title__subtitle {
        font-size: 6rem;
    }
    .project-modal-title__image-content {
        margin-left: 54px;
    }
}
@media (max-width: 767px) {
    .popin-modal-title--open {
        overflow-y: scroll;
    }
    .project-modal-title {
        width: 100%;
        padding: 30px 10px 10px;
    }
    .project-modal-title__title {
        font-size: 1.4rem;
    }
    .project-modal-title__subtitle {
        font-size: 5rem;
    }
    .project-modal-title__inner {
        height: auto;
    }
    .project-modal-title__image-content {
        display: none;
    }
    .project-modal-title__content {
        display: block;
        height: auto;
    }
    .project-modal-title__text-content {
        display: block;
        width: auto;
    }
    .project-modal-title__description {
        margin-left: 0;
        padding-top: 20px;
        text-align: center;
    }
    .project-modal-title__copyright-content {
        display: none;
    }
    .project-modal-title__carousel {
        display: block;
        position: relative;
        margin-top: 10px;
    }
    .project-modal-title__carousel .swiper-pagination-bullet {
        background-color: #666;
    }
    .project-modal-title__carousel .swiper-pagination-bullet-active {
        background-color: #000;
    }
    .project-modal-title__image-mobile {
        display: block;
        width: 100%;
        margin-bottom: 35px;
    }
    .project-modal-title__copyright {
        padding: 10px 0;
    }
    .project-modal-title__pagination {
        position: absolute;
        width: 0;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .project-modal-title__pagination:before {
        display: block;
        margin-bottom: 10px;
        padding-top: 72.5%;
        content: "";
    }
}
.project-modal-section {
    position: absolute;
    top: -35%;
    right: -100%;
    z-index: 3;
    width: 80%;
    padding: 65px;
    background: #fff;
    font-size: 0;
    transition: right 0.5s ease-in-out;
    display: flex;
}
@media (max-width: 767px) {
    .project-modal-section {
        width: 100%;
    }
}
.project-modal-section.js-project-modal-section--open {
    right: 0;
    transition: right 0.5s ease-in-out;
}
.project-modal-section__description,
.project-modal-section__image {
    width: 50%;
}
@media (max-width: 767px) {
    .project-modal-section__description,
    .project-modal-section__description img,
    .project-modal-section__image,
    .project-modal-section__image img {
        width: 100%;
    }
}
.project-modal-section__description {
    width: 66%;
    height: 520px;
    padding-left: 20px;
    color: #7c7c7c;
}
@media (max-width: 767px) {
    .project-modal-section__description {
        width: 100%;
        margin-bottom: 40px;
        padding-left: 0;
    }
}
.project-modal-section__description p {
    font-family: BodoniBT-Book;
    font-size: 2.6rem;
    line-height: 1.8;
}
.project-modal-section__description a {
    color: #282828;
    text-decoration: underline;
}
.popin__button__cross:after {
    content: "";
    position: absolute;
    right: -25px;
    top: -2px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-close.svg) no-repeat 50%;
    background-size: 50%;
}
.js-body-gray {
    background-color: #f6f6f6;
    transition: background-color 0.5s ease-in-out;
}
.project__first-content {
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 0;
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    .project__first-content {
        top: inherit;
        margin-bottom: 80px;
        overflow: visible;
    }
}
@media (max-width: 767px) {
    .project__first-content .container {
        padding: 0;
    }
}
.project__first-content__wrapper {
    position: relative;
    top: -14vh;
    display: inline-block;
    width: 50%;
    padding-right: 40px;
    text-align: right;
}
@media (max-width: 767px) {
    .project__first-content__wrapper {
        position: inherit;
        top: inherit;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .project__first-content__wrapper {
        top: -10vh;
    }
}
@media (min-width: 1600px) {
    .project__first-content__wrapper {
        top: -160px;
    }
}
.project__first-content__image-desktop {
    display: inline-block;
    width: 50%;
    overflow: hidden;
}
@media (max-width: 767px) {
    .project__first-content__image-desktop {
        position: inherit;
        top: inherit;
        width: 100%;
        display: none;
    }
}
@media (max-width: 767px) {
    .project__first-content__image-mobile {
        position: inherit;
        top: inherit;
        width: 100%;
        display: block;
        overflow: hidden;
    }
}
@media (min-width: 768px) {
    .project__first-content__image-mobile {
        display: none;
    }
}
.project__first-content__country {
    font-size: 14px;
}
.project__first-content__country span {
    display: inline-block;
}
.project__first-content__title {
    position: relative;
    height: 55px;
    width: 85%;
    float: right;
}
@media (max-width: 767px) {
    .project__first-content__title {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 90px;
    }
}
.project__first-content__title h1 {
    position: absolute;
    right: 0;
    line-height: 50px;
}
@media (max-width: 767px) {
    .project__first-content__title h1 {
        line-height: 1.2;
    }
}
.project__first-content__title h1:hover {
    cursor: pointer;
}
.project__first-content__title h1.no-modal:hover {
    cursor: inherit;
}
.project__first-content__title h1 .modal-title-close {
    position: absolute;
    top: 15px;
    left: -25px;
    background: url(../images/icon-close.svg) no-repeat 50%;
    height: 13px;
    width: 13px;
}
@media (max-width: 767px) {
    .project__first-content__title h1 {
        position: static;
        right: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
.project__second-content {
    position: relative;
    margin-bottom: 30px;
    padding: 0 50px;
    font-size: 0;
}
@media (max-width: 767px) {
    .project__second-content {
        padding: 0;
    }
}
.project__second-content .js-popin-close {
    position: absolute;
    left: -25px;
    top: -1px;
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url(../images/icon-close.svg) no-repeat 50%;
    background-size: 50%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.project__second-content .js-popin-close.js-popin-close--visible {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.project__second-content__wrapper-image {
    display: inline-block;
    width: 70%;
    margin-right: 50px;
}
@media (max-width: 1023px) {
    .project__second-content__wrapper-image {
        width: 55%;
        margin-right: 25px;
    }
}
@media (max-width: 767px) {
    .project__second-content__wrapper-image {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}
.project__second-content__image {
    width: 45%;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 767px) {
    .project__second-content__image {
        position: inherit;
        top: 0;
        width: 100%;
        display: block;
    }
    .project__second-content__image img {
        width: 100%;
    }
}
.project__second-content__wrapper {
    width: calc(30% - 50px);
    display: inline-block;
    word-wrap: break-word;
}
@media (max-width: 1023px) {
    .project__second-content__wrapper {
        width: calc(45% - 25px);
    }
}
@media (max-width: 767px) {
    .project__second-content__wrapper {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 80px;
    }
}
.project__second-content__description a {
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
    font-style: italic;
}
@media (max-width: 1023px) {
    .project__second-content__description {
        padding-right: 40px;
    }
}
@media (max-width: 767px) {
    .project__second-content__description {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .project__second-content {
        margin-bottom: 0;
    }
}
.project__third-content {
    position: relative;
    margin-bottom: 130px;
    padding: 0 50px;
    font-size: 0;
}
.project__third-content > .container {
    position: relative;
}
@media (max-width: 767px) {
    .project__third-content > .container {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .project__third-content {
        margin-bottom: 100px;
        padding: 0;
    }
}
.project__third-content__wrapper__image {
    display: inline-block;
    width: 70%;
    margin-right: 50px;
}
@media (max-width: 1023px) {
    .project__third-content__wrapper__image {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .project__third-content__wrapper__image {
        position: relative;
        display: block;
        width: 90%;
        margin-right: 0;
        order: 2;
    }
    .project__third-content__wrapper__image img {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .project__third-content__wrapper__image {
        margin-right: 25px;
    }
}
.project__third-content__wrapper {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: calc(30% - 50px);
}
@media (max-width: 1023px) {
    .project__third-content__wrapper {
        display: none;
    }
}
@media (max-width: 767px) {
    .project__third-content__wrapper {
        display: block;
        position: static;
        right: auto;
        bottom: auto;
        width: auto;
        order: 3;
    }
}
.project__third-content__description {
    position: absolute;
    max-width: 100%;
    width: calc(30% - 50px);
    top: 0;
    right: 0;
}
@media (max-width: 1023px) {
    .project__third-content__description {
        width: calc(45% - 25px);
    }
}
@media (max-width: 767px) {
    .project__third-content__description {
        position: relative;
        width: auto;
        margin-bottom: 30px;
        padding-right: 40px;
        padding-left: 80px;
        order: 1;
    }
}
@media (max-width: 767px) {
    .project__third-content__quote {
        position: static;
        width: auto;
        padding-right: 27px;
        padding-left: 27px;
    }
}
.project__third-content__quote p {
    font-family: BodoniBT-Book;
    font-size: 3rem;
    line-height: 40px;
}
@media (max-width: 767px) {
    .project__third-content__quote p {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .project__third-content {
        margin-bottom: 80px;
    }
}
.project__fourth-content {
    position: relative;
    font-size: 0;
    padding: 0 50px;
    margin-bottom: 90px;
}
@media (max-width: 767px) {
    .project__fourth-content {
        margin-bottom: 30px;
        padding: 0;
        padding-left: 50px;
    }
}
.project__fourth-content .project-modal-section {
    top: 30%;
}
.project__fourth-content .js-project-modal-section--open {
    right: 15%;
}
.project__fourth-content__image {
    width: 40%;
    display: inline-block;
    padding-right: 90px;
}
@media (max-width: 767px) {
    .project__fourth-content__image {
        position: relative;
        left: -50px;
        display: block;
        width: 100%;
        margin-bottom: 35px;
        padding-right: 0;
    }
    .project__fourth-content__image img {
        width: 100%;
    }
}
.project__fourth-content__wrapper {
    width: 60%;
    display: inline-block;
    padding-right: 300px;
}
@media (max-width: 767px) {
    .project__fourth-content__wrapper {
        width: 100%;
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .project__fourth-content__wrapper {
        padding-right: 60px;
    }
}
@media (min-width: 1600px) {
    .project__fourth-content__wrapper {
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .project__fourth-content__description {
        width: 100%;
        display: block;
        padding-right: 40px;
    }
}
.project__pagination {
    position: absolute;
    z-index: 25;
    bottom: 10vh;
    left: 12px;
}
@media (min-width: 1600px) {
    .project__pagination {
        bottom: 15vh;
    }
}
@media (max-width: 767px) {
    .project__pagination {
        bottom: -80px;
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .project__pagination {
        bottom: 9vh;
    }
}
.project__pagination ul {
    width: 56px;
}
.project__pagination ul > li:first-child {
    margin-bottom: 10px;
}
.project__pagination ul > li a {
    display: block;
    width: 150px;
    height: 40px;
    opacity: 0.2;
}
.project__pagination ul > li a:hover span {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.project__pagination ul > li a span {
    position: relative;
    opacity: 0;
    display: inline-block;
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
}
.project__pagination__prev a {
    background: url(../../dist/img/svg/arrow-left.svg) no-repeat 8%;
    background-size: 8%;
}
.project__pagination__prev a span {
    position: absolute;
    right: -50px;
    top: 10px;
    opacity: 1;
}
.project__pagination__prev:hover a {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.project__pagination__next a {
    background: url(../../dist/img/svg/arrow-right.svg) no-repeat 8%;
    background-size: 8%;
}
.project__pagination__next a span {
    position: absolute;
    right: -50px;
    top: 10px;
    opacity: 1;
}
.project__pagination__next:hover a {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.project__pagination__wrapper {
    position: absolute;
    z-index: 20;
    top: 0;
    left: -100%;
    width: 50%;
    height: 92.8%;
    transition: left 0.5s ease-in-out;
    background: #f6f6f6;
    overflow: hidden;
}
@media (max-width: 767px) {
    .project__pagination__wrapper {
        width: 100%;
        height: 10%;
        display: none;
    }
}
.project__pagination__wrapper.js-project__pagination__wrapper--open {
    left: 0;
    transition: left 0.5s ease-in-out;
}
.project__pagination__wrapper.js-project__pagination__wrapper--open
    .project__pagination {
    left: 0;
}
.project__pagination__modal {
    display: flex;
    height: 100%;
    padding-bottom: 19vh;
}
.project__pagination__modal__image {
    width: 60%;
}
.project__pagination__modal__image img {
    width: 100%;
    max-height: 100%;
}
.project__pagination__modal__description {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project__pagination__modal__description-title h2 {
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
}
.project__pagination__modal__description-subtitle-country {
    font-size: 14px;
}
.project__pagination__modal .project__pagination__modal__description {
    flex-direction: column;
    padding-left: 30px;
}
.project__pagination__modal
    .project__pagination__modal__description
    .project__pagination__modal__description-subtitle,
.project__pagination__modal
    .project__pagination__modal__description
    .project__pagination__modal__description-title {
    width: 100%;
}
.project__pagination__modal .project__pagination__modal__image {
    height: 100%;
}
.project__pagination__modal.previous-project
    .project__pagination__modal__description {
    order: 1;
}
.project__pagination__modal.next-project
    .project__pagination__modal__description,
.project__pagination__modal.previous-project
    .project__pagination__modal__image {
    order: 2;
}
.project__pagination__modal.next-project .project__pagination__modal__image {
    order: 1;
}
.discover__collapse-video {
    width: 60%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .discover__collapse-video {
        width: 90%;
    }
}
.discover__collapse-video-container {
    position: relative;
}
.discover__collapse-video-container:after {
    content: "";
    display: block;
    height: 0;
    padding-top: 56.25%;
}
.discover__collapse-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: inherit;
}
@media (max-width: 767px) {
    .discover__collapse-video video {
        height: 183px;
    }
}
.discover__collapse-video-title span {
    font-size: 14px;
}
.discover__collapse-video-title h2 {
    margin-bottom: 40px;
    line-height: 38px;
}
.discover__collapse-video-title h3 {
    font-size: 6rem;
}
@media (max-width: 767px) {
    .discover__collapse-video-title h3 {
        font-size: 4.5rem;
    }
}
.discover__collapse-quote {
    width: 45%;
    float: right;
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .discover__collapse-quote {
        width: 100%;
        float: none;
    }
}
.discover__image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.discover__image img,
.s-discover--open .discover__image img {
    transition: -webkit-filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
        -webkit-filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.s-discover--open .discover__image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
@media only screen and (orientation: landscape) {
    .touch .discover__image img {
        max-width: none;
        width: 100%;
    }
}
.discover__collapse-image {
    margin-bottom: 100px;
}
.discover__collapse-image-description {
    font-size: 14px;
}
.discover__collapse-image-image {
    width: 60%;
    margin: 0 auto;
}
.discover__collapse-text {
    margin-bottom: 100px;
}
.discover__highlight {
    position: absolute;
    display: none;
    width: 45%;
    bottom: 0;
}
@media (max-width: 767px) {
    .discover__highlight {
        position: static;
    }
}
.discover__highlight p {
    font-family: BodoniBT-Book;
    font-size: 3rem;
    line-height: 1.3;
}
@media (min-width: 767px) and (max-width: 1023px) {
    .discover__highlight p {
        font-size: 2.5rem;
        line-height: 1;
    }
}
.s-discover:nth-of-type(odd) .discover__highlight {
    text-align: left;
    right: 0;
    padding-right: 30px;
    padding-left: 12px;
}
.s-discover:nth-of-type(2n) .discover__highlight {
    text-align: right;
    left: 0;
    padding-left: 30px;
    padding-right: 12px;
}
@media (max-width: 767px) {
    .s-discover:nth-of-type(2n) .discover__highlight {
        text-align: left;
    }
}
.s-discover--open .discover__highlight {
    display: block;
}
.discover__collapse-slideshow {
    position: relative;
    margin-bottom: 100px;
}
.discover__collapse-slideshow .swiper-container-slideshow {
    width: 60%;
    margin: 0 auto;
    height: 420px;
}
@media (max-width: 767px) {
    .discover__collapse-slideshow .swiper-container-slideshow {
        width: 100%;
        height: 440px;
    }
}
.discover__collapse-slideshow .swiper-button-next {
    width: 13px;
    right: 250px;
    background: url(../../dist/img/svg/arrow-right.svg) no-repeat 50%;
}
@media (max-width: 767px) {
    .discover__collapse-slideshow .swiper-button-next {
        top: 40%;
        right: 0;
    }
}
.discover__collapse-slideshow .swiper-button-prev {
    width: 13px;
    left: 250px;
    background: url(../../dist/img/svg/arrow-left.svg) no-repeat 50%;
}
@media (max-width: 767px) {
    .discover__collapse-slideshow .swiper-button-prev {
        top: 40%;
        left: 0;
    }
}
.magazine-big-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.magazine-big-wrapper.magazine-commons .global-module-layout {
    height: 100%;
    margin-bottom: 100px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons .global-module-layout {
        height: auto;
        margin-bottom: 70px;
    }
}
.magazine-big-wrapper.magazine-commons .global-module-layout.natural-height {
    height: auto;
}
.magazine-big-wrapper.magazine-commons .magazine-all-modules-container {
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons .magazine-all-modules-container {
        padding-bottom: 0;
    }
}
.magazine-big-wrapper.magazine-commons
    .justify_article_magazine:not(.propal-title),
.magazine-big-wrapper.magazine-commons
    .justify_article_magazine
    :not(.propal-title) {
    text-align: justify !important;
}
.magazine-big-wrapper.magazine-commons .img-magazine {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.magazine-big-wrapper.magazine-commons p {
    font-size: 14px;
    line-height: 1.5;
}
.magazine-big-wrapper.magazine-commons .usefull-label-container {
    display: none;
}
.magazine-big-wrapper.magazine-commons [class^="module-"] {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    width: 100%;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons [class^="module-"] {
        flex-flow: column nowrap;
    }
}
.magazine-big-wrapper.magazine-commons [class^="module-"].with-marge {
    width: calc(100% - 160px);
    margin: 0 auto;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .magazine-big-wrapper.magazine-commons [class^="module-"].with-marge {
        width: calc(100% - 40px);
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons [class^="module-"].with-marge {
        width: calc(100% - 50px);
    }
}
.magazine-big-wrapper.magazine-commons [class^="module-"].with-marge .cell-text,
.magazine-big-wrapper.magazine-commons
    [class^="module-"].with-marge
    .inside-legend-container {
    margin-left: 0;
}
.magazine-big-wrapper.magazine-commons [class^="module-"] .cell {
    width: 50%;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons [class^="module-"] .cell {
        width: 100%;
    }
}
.magazine-big-wrapper.magazine-commons [class^="module-"] .cell-text {
    padding: 0 80px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .magazine-big-wrapper.magazine-commons [class^="module-"] .cell-text {
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons [class^="module-"] .cell-text {
        width: 75%;
        margin-left: 25px;
        padding: 0;
    }
}
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .cell-text
    .inside-text-title {
    font-family: AvenirNextPro-Bold;
    display: block;
    margin-bottom: 12px;
    margin-top: 60px;
    font-size: 5rem;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .cell-text
        .inside-text-title {
        font-size: 40px;
    }
}
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .cell-text
    .inside-text-container {
    margin-top: 40px;
}
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .cell-text
    .inside-legend-container {
    display: block;
    margin-top: 80px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .cell-text
        .inside-legend-container {
        display: none;
    }
}
.magazine-big-wrapper.magazine-commons [class^="module-"] .cell-image {
    height: 100%;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons [class^="module-"] .cell-image {
        margin-top: 40px;
    }
}
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .cell-image
    .inside-image-container {
    width: 100%;
    height: 100%;
}
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .cell-image
    .inside-legend-container {
    display: none;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .cell-image
        .inside-legend-container {
        display: block;
    }
}
.magazine-big-wrapper.magazine-commons [class^="module-"].left .cell-text {
    order: 20;
}
.magazine-big-wrapper.magazine-commons [class^="module-"].left .cell-image,
.magazine-big-wrapper.magazine-commons [class^="module-"].right .cell-text {
    order: 40;
}
.magazine-big-wrapper.magazine-commons [class^="module-"].right .cell-image {
    order: 20;
}
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .inside-text-descr-container {
    position: relative;
    transition: height 0.5s;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .inside-text-descr-container.descr-closed
        .descr-short {
        position: relative;
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .inside-text-descr-container.descr-closed
        .descr-long,
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .inside-text-descr-container.descr-opened
        .descr-short {
        opacity: 0;
        height: 0;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .inside-text-descr-container.descr-opened
        .descr-long {
        position: relative;
        opacity: 1;
    }
}
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .inside-text-descr.descr-long
    span,
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .inside-text-descr.descr-short
    span {
    width: 100%;
    display: block;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .inside-text-descr.descr-long,
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .inside-text-descr.descr-short {
        position: absolute;
        top: 0;
        opacity: 0;
        transition: opacity 0.75s;
    }
}
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .inside-text-descr.descr-long
    a,
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .inside-text-descr.descr-short
    a {
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
}
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .inside-text-descr.descr-short {
    display: none;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .inside-text-descr.descr-short {
        display: block;
        z-index: 10;
    }
}
.magazine-big-wrapper.magazine-commons
    [class^="module-"]
    .inside-text-descr.descr-long
    a {
    display: none;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .inside-text-descr.descr-long
        a {
        display: block;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        [class^="module-"]
        .inside-legend-container {
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
    }
}
.magazine-big-wrapper.magazine-commons .module-header-container .cell-text {
    justify-content: space-between;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons .module-header-container .cell-text {
        width: calc(100% - 50px);
    }
}
.magazine-big-wrapper.magazine-commons
    .module-header-container
    .inside-text-container {
    margin-top: 0 !important;
    max-width: none;
}
.magazine-big-wrapper.magazine-commons
    .module-header-container
    .inside-text-descr-container {
    max-width: 75%;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .magazine-big-wrapper.magazine-commons
        .module-header-container
        .inside-text-descr-container {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-header-container
        .inside-text-descr-container {
        max-width: none;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-header-container
    .inside-text-descr.descr-long
    p {
    margin-top: 20px;
}
.magazine-big-wrapper.magazine-commons
    .module-header-container
    .inside-text-descr.descr-long
    p:first-of-type {
    margin-top: 0;
}
.magazine-big-wrapper.magazine-commons
    .module-header-container
    .inside-text-descr.descr-long
    p:nth-of-type(2) {
    margin-top: 80px;
}
.magazine-big-wrapper.magazine-commons
    .module-header-container
    .inside-text-legend {
    margin-bottom: 60px;
    text-align: right;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-header-container
        .inside-text-legend {
        display: none;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-header-container
    .inside-legend-container {
    display: none;
    text-align: right;
    margin-top: 20px;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-header-container
        .inside-legend-container {
        display: block;
    }
}
.magazine-big-wrapper.magazine-commons .module-text-image-container.with-marge {
    margin: 0 auto;
}
.magazine-big-wrapper.magazine-commons
    .module-text-image-container.with-marge
    .cell-image {
    width: calc(50% + 80px);
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-text-image-container.with-marge
        .cell-image {
        width: 100%;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-text-image-container.with-marge
    .cell-text {
    width: calc(50% - 80px);
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-text-image-container.with-marge
        .cell-text {
        width: 100%;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-text-image-container
    .cell-text
    .inside-text-container {
    max-width: 82%;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .magazine-big-wrapper.magazine-commons
        .module-text-image-container
        .cell-text
        .inside-text-container {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-text-image-container
        .cell-text
        .inside-text-container {
        max-width: unset;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-text-image-container
    .cell-text
    .inside-legend-container {
    text-align: left;
    width: 82%;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .magazine-big-wrapper.magazine-commons
        .module-text-image-container
        .cell-text
        .inside-legend-container {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-text-image-container
        .cell-text
        .inside-legend-container {
        max-width: unset;
    }
}
.magazine-big-wrapper.magazine-commons .module-text-image-container.left .cell {
    align-items: flex-start;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-text-image-container.left
        .cell {
        align-items: unset;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-text-image-container.left
    .cell-text {
    order: 40;
}
.magazine-big-wrapper.magazine-commons
    .module-text-image-container.left
    .cell-image {
    order: 20;
}
.magazine-big-wrapper.magazine-commons
    .module-text-image-container.right
    .cell {
    align-items: flex-end;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-text-image-container.right
        .cell {
        align-items: unset;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-text-image-container.right
    .cell-text {
    order: 20;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-text-image-container.right
        .cell-text {
        order: 40;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-text-image-container.right
    .cell-image {
    order: 40;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-text-image-container.right
        .cell-image {
        order: 20;
    }
}
.magazine-big-wrapper.magazine-commons .module-image-unique-container {
    display: block;
}
.magazine-big-wrapper.magazine-commons
    .module-image-unique-container.with-marge {
    padding: 0 10%;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-unique-container.with-marge {
        padding: initial;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-image-unique-container.with-marge
    .cell-unique-text {
    margin-left: 0;
}
.magazine-big-wrapper.magazine-commons
    .module-image-unique-container
    .cell-unique-image {
    width: 100%;
    height: calc(100% - 50px);
}
.magazine-big-wrapper.magazine-commons
    .module-image-unique-container
    .cell-unique-text {
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-unique-container
        .cell-unique-text {
        width: auto;
    }
}
.magazine-big-wrapper.magazine-commons .module-image-double-container {
    align-items: center;
}
.magazine-big-wrapper.magazine-commons
    .module-image-double-container
    .inside-double-image-container {
    width: 100%;
    height: 100%;
}
.magazine-big-wrapper.magazine-commons
    .module-image-double-container
    .inside-legend-container {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container
        .cell:first-of-type
        .inside-legend-container {
        margin-bottom: 75px;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-image-double-container
    .cell-double-image-left,
.magazine-big-wrapper.magazine-commons
    .module-image-double-container
    .cell-double-image-right {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.magazine-big-wrapper.magazine-commons
    .module-image-double-container.left
    .cell-double-image-left
    .inside-legend-container {
    display: none;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.left
        .cell-double-image-left
        .inside-legend-container {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.left
        .cell-double-image-left
        .inside-legend-container
        .inside-legend-2 {
        display: none;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.left
        .cell-double-image-left
        .inside-legend-container
        .inside-legend-1 {
        margin-left: 25px;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-image-double-container.left
    .cell-double-image-right {
    height: 100%;
}
.magazine-big-wrapper.magazine-commons
    .module-image-double-container.left
    .cell-double-image-right
    .inside-double-image-container {
    max-height: 77%;
    height: 65%;
    padding: 0 16.1%;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.left
        .cell-double-image-right {
        padding: 0 25px;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.left
        .cell-double-image-right
        .inside-legend-container {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.left
        .cell-double-image-right
        .inside-legend-container
        .inside-legend-1 {
        display: none;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-image-double-container.right
    .cell-double-image-left {
    height: 100%;
}
.magazine-big-wrapper.magazine-commons
    .module-image-double-container.right
    .cell-double-image-left
    .inside-double-image-container {
    max-height: 77%;
    height: 65%;
    padding: 0 16.1%;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.right
        .cell-double-image-left {
        padding: 0 25px;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.right
        .cell-double-image-left
        .inside-legend-container {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.right
        .cell-double-image-left
        .inside-legend-container
        .inside-legend-2 {
        display: none;
    }
}
.magazine-big-wrapper.magazine-commons
    .module-image-double-container.right
    .cell-double-image-right
    .inside-legend-container {
    display: none;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.right
        .cell-double-image-right
        .inside-legend-container {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.right
        .cell-double-image-right
        .inside-legend-container
        .inside-legend-1 {
        display: none;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons
        .module-image-double-container.right
        .cell-double-image-right
        .inside-legend-container
        .inside-legend-2 {
        margin-left: 25px;
    }
}
.magazine-big-wrapper.magazine-commons .module-texte :not(a) {
    display: block;
    width: 90%;
    max-width: 620px;
    margin: 0 auto;
    color: #222;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .magazine-big-wrapper.magazine-commons .module-texte :not(a) {
        text-align: left;
        width: 100%;
        padding: 0 15% 0 25px;
    }
}
.magazine-big-wrapper.magazine-commons .module-texte a {
    text-decoration: underline;
}
.arpege-big-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.arpege-big-wrapper.arpege-commons .global-module-layout {
    height: 100%;
    margin-bottom: 100px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons .global-module-layout {
        height: auto;
        margin-bottom: 70px;
    }
}
.arpege-big-wrapper.arpege-commons .global-module-layout.natural-height {
    height: auto;
}
.arpege-big-wrapper.arpege-commons .global-module-layout.setRelativity {
    position: relative;
}
.arpege-big-wrapper.arpege-commons .global-module-layout.setRelativity > * {
    min-height: 0;
}
.arpege-big-wrapper.arpege-commons .arpege-all-modules-container {
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons .arpege-all-modules-container {
        padding-bottom: 0;
    }
}
.arpege-big-wrapper.arpege-commons .img-arpege {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.arpege-big-wrapper.arpege-commons .arpege-video-container {
    position: relative;
    width: 100%;
    display: block;
}
.arpege-big-wrapper.arpege-commons .arpege-video-container .arpege-video {
    width: 100%;
}
.arpege-big-wrapper.arpege-commons .arpege-video-container .arpege-controls {
    position: absolute;
    width: 20%;
    bottom: 2.5vw;
    right: 2.5vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .arpege-video-container
        .arpege-controls {
        width: 30%;
        bottom: 3vw;
    }
}
.arpege-big-wrapper.arpege-commons
    .arpege-video-container
    .arpege-controls-mute,
.arpege-big-wrapper.arpege-commons
    .arpege-video-container
    .arpege-controls-play {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: 65%;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .arpege-video-container
        .arpege-controls-mute,
    .arpege-big-wrapper.arpege-commons
        .arpege-video-container
        .arpege-controls-play {
        width: 30px;
        height: 30px;
    }
}
.arpege-big-wrapper.arpege-commons
    .arpege-video-container
    .arpege-controls-play.playing {
    background: url(../../dist/img/svg/white-pause.svg) no-repeat 50%;
    background-size: 45%;
}
.arpege-big-wrapper.arpege-commons
    .arpege-video-container
    .arpege-controls-play.paused {
    background: url(../../dist/img/svg/white-play.svg) no-repeat 50%;
    background-size: 45%;
}
.arpege-big-wrapper.arpege-commons
    .arpege-video-container
    .arpege-controls-mute {
    margin-right: 20px;
}
.arpege-big-wrapper.arpege-commons
    .arpege-video-container
    .arpege-controls-mute.muted {
    background: url(../../dist/img/svg/white-mute-off.svg) no-repeat 50%;
}
.arpege-big-wrapper.arpege-commons
    .arpege-video-container
    .arpege-controls-mute.unmuted {
    background: url(../../dist/img/svg/white-mute-on.svg) no-repeat 50%;
}
.arpege-big-wrapper.arpege-commons p {
    font-size: 14px;
    line-height: 1.5;
}
.arpege-big-wrapper.arpege-commons .usefull-label-container {
    display: none;
}
.arpege-big-wrapper.arpege-commons [class^="module-"] {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    width: 100%;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons [class^="module-"] {
        flex-flow: column nowrap;
    }
}
.arpege-big-wrapper.arpege-commons [class^="module-"].with-marge {
    width: calc(100% - 160px);
    margin: 0 auto;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .arpege-big-wrapper.arpege-commons [class^="module-"].with-marge {
        width: calc(100% - 40px);
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons [class^="module-"].with-marge {
        width: calc(100% - 50px);
    }
}
.arpege-big-wrapper.arpege-commons [class^="module-"].with-marge .cell-text,
.arpege-big-wrapper.arpege-commons
    [class^="module-"].with-marge
    .inside-legend-container {
    margin-left: 0;
}
.arpege-big-wrapper.arpege-commons [class^="module-"] .cell {
    width: 50%;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons [class^="module-"] .cell {
        width: 100%;
    }
}
.arpege-big-wrapper.arpege-commons [class^="module-"] .cell-text {
    padding: 0 80px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .arpege-big-wrapper.arpege-commons [class^="module-"] .cell-text {
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons [class^="module-"] .cell-text {
        width: 75%;
        margin: 0 auto;
        padding: 0;
    }
}
.arpege-big-wrapper.arpege-commons [class^="module-"] .cell-text.centered {
    margin: 0 auto;
}
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .cell-text
    .inside-text-title {
    font-family: BodoniBT-Book;
    text-align: center;
    display: block;
    margin-bottom: 0;
    margin-top: 60px;
    font-size: 5rem;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .cell-text
        .inside-text-title {
        font-size: 40px;
        text-align: center;
    }
}
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .cell-text
    .inside-text-container {
    margin-top: 20px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .cell-text
        .inside-text-container {
        text-align: center;
    }
}
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .cell-text
    .inside-legend-container {
    display: block;
    margin-top: 80px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .cell-text
        .inside-legend-container {
        display: none;
    }
}
.arpege-big-wrapper.arpege-commons [class^="module-"] .cell-image {
    height: 100%;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons [class^="module-"] .cell-image {
        margin-top: 40px;
    }
}
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .cell-image
    .inside-image-container {
    width: 100%;
    height: 100%;
}
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .cell-image
    .inside-legend-container {
    display: none;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .cell-image
        .inside-legend-container {
        display: block;
    }
}
.arpege-big-wrapper.arpege-commons [class^="module-"].left .cell-text {
    order: 20;
}
.arpege-big-wrapper.arpege-commons [class^="module-"].left .cell-image,
.arpege-big-wrapper.arpege-commons [class^="module-"].right .cell-text {
    order: 40;
}
.arpege-big-wrapper.arpege-commons
    [class^="module-"].right
    .cell-text
    .inside-text-container {
    text-align: right;
}
.arpege-big-wrapper.arpege-commons [class^="module-"].right .cell-image {
    order: 20;
}
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .inside-text-descr-container {
    position: relative;
    transition: height 0.5s;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .inside-text-descr-container.descr-closed
        .descr-short {
        position: relative;
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .inside-text-descr-container.descr-closed
        .descr-long,
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .inside-text-descr-container.descr-opened
        .descr-short {
        opacity: 0;
        height: 0;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .inside-text-descr-container.descr-opened
        .descr-long {
        position: relative;
        opacity: 1;
    }
}
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .inside-text-descr.descr-long
    span,
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .inside-text-descr.descr-short
    span {
    width: 100%;
    display: block;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .inside-text-descr.descr-long,
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .inside-text-descr.descr-short {
        position: absolute;
        top: 0;
        opacity: 0;
        transition: opacity 0.75s;
    }
}
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .inside-text-descr.descr-long
    a,
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .inside-text-descr.descr-short
    a {
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
}
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .inside-text-descr.descr-short {
    display: none;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .inside-text-descr.descr-short {
        display: block;
        z-index: 10;
    }
}
.arpege-big-wrapper.arpege-commons
    [class^="module-"]
    .inside-text-descr.descr-long
    a {
    display: none;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .inside-text-descr.descr-long
        a {
        display: block;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        [class^="module-"]
        .inside-legend-container {
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
    }
}
.arpege-big-wrapper.arpege-commons .module-header-container .cell-text {
    justify-content: space-between;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons .module-header-container .cell-text {
        width: calc(100% - 50px);
    }
}
.arpege-big-wrapper.arpege-commons
    .module-header-container
    .inside-text-container {
    margin-top: 0 !important;
    max-width: none;
}
.arpege-big-wrapper.arpege-commons .module-header-container .inside-text-title {
    margin-bottom: 20px !important;
}
.arpege-big-wrapper.arpege-commons
    .module-header-container
    .inside-text-descr-container {
    text-align: center;
}
.arpege-big-wrapper.arpege-commons
    .module-header-container
    .inside-text-descr-container
    .text-descr {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 450px;
}
.arpege-big-wrapper.arpege-commons
    .module-header-container
    .inside-text-descr-container
    img {
    display: block;
    max-width: 340px;
    margin: 0 auto;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .arpege-big-wrapper.arpege-commons
        .module-header-container
        .inside-text-descr-container {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-header-container
        .inside-text-descr-container {
        max-width: none;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-header-container
    .inside-text-descr.descr-long
    p {
    margin-top: 20px;
}
.arpege-big-wrapper.arpege-commons
    .module-header-container
    .inside-text-descr.descr-long
    p:first-of-type {
    margin-top: 0;
}
.arpege-big-wrapper.arpege-commons
    .module-header-container
    .inside-text-descr.descr-long
    p:nth-of-type(2) {
    margin-top: 80px;
}
.arpege-big-wrapper.arpege-commons
    .module-header-container
    .inside-text-legend {
    margin-bottom: 60px;
    text-align: right;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-header-container
        .inside-text-legend {
        display: none;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-header-container
    .inside-legend-container {
    display: none;
    text-align: right;
    margin-top: 20px;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-header-container
        .inside-legend-container {
        display: block;
    }
}
.arpege-big-wrapper.arpege-commons .module-text-image-container.with-marge {
    margin: 0 auto;
}
.arpege-big-wrapper.arpege-commons
    .module-text-image-container.with-marge
    .cell-image {
    width: calc(50% + 80px);
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-text-image-container.with-marge
        .cell-image {
        width: 100%;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-text-image-container.with-marge
    .cell-text {
    width: calc(50% - 80px);
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-text-image-container.with-marge
        .cell-text {
        width: 100%;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-text-image-container
    .cell-text
    .inside-text-container {
    max-width: 82%;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .arpege-big-wrapper.arpege-commons
        .module-text-image-container
        .cell-text
        .inside-text-container {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-text-image-container
        .cell-text
        .inside-text-container {
        max-width: unset;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-text-image-container
    .cell-text
    .inside-legend-container {
    text-align: left;
    width: 82%;
}
@media (min-width: 767px) and (max-width: 1024px) {
    .arpege-big-wrapper.arpege-commons
        .module-text-image-container
        .cell-text
        .inside-legend-container {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-text-image-container
        .cell-text
        .inside-legend-container {
        max-width: unset;
    }
}
.arpege-big-wrapper.arpege-commons .module-text-image-container.left .cell {
    align-items: flex-start;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons .module-text-image-container.left .cell {
        align-items: unset;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-text-image-container.left
    .cell-text {
    order: 40;
}
.arpege-big-wrapper.arpege-commons
    .module-text-image-container.left
    .cell-image {
    order: 20;
}
.arpege-big-wrapper.arpege-commons .module-text-image-container.right .cell {
    align-items: flex-end;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-text-image-container.right
        .cell {
        align-items: unset;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-text-image-container.right
    .cell-text {
    order: 20;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-text-image-container.right
        .cell-text {
        order: 40;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-text-image-container.right
    .cell-image {
    order: 40;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-text-image-container.right
        .cell-image {
        order: 20;
    }
}
.arpege-big-wrapper.arpege-commons .module-image-unique-container {
    display: block;
}
.arpege-big-wrapper.arpege-commons .module-image-unique-container.with-marge {
    padding: 0 10%;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-unique-container.with-marge {
        padding: initial;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-image-unique-container.with-marge
    .cell-unique-text {
    margin-left: 0;
}
.arpege-big-wrapper.arpege-commons
    .module-image-unique-container
    .cell-unique-image {
    width: 100%;
    height: calc(100% - 50px);
}
.arpege-big-wrapper.arpege-commons
    .module-image-unique-container
    .cell-unique-text {
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-unique-container
        .cell-unique-text {
        width: auto;
    }
}
.arpege-big-wrapper.arpege-commons .module-image-double-container {
    align-items: center;
}
.arpege-big-wrapper.arpege-commons
    .module-image-double-container
    .inside-double-image-container {
    width: 100%;
    height: 100%;
}
.arpege-big-wrapper.arpege-commons
    .module-image-double-container
    .inside-legend-container {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container
        .cell:first-of-type
        .inside-legend-container {
        margin-bottom: 75px;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-image-double-container
    .cell-double-image-left,
.arpege-big-wrapper.arpege-commons
    .module-image-double-container
    .cell-double-image-right {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.arpege-big-wrapper.arpege-commons
    .module-image-double-container.left
    .cell-double-image-left
    .inside-legend-container {
    display: none;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.left
        .cell-double-image-left
        .inside-legend-container {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.left
        .cell-double-image-left
        .inside-legend-container
        .inside-legend-2 {
        display: none;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.left
        .cell-double-image-left
        .inside-legend-container
        .inside-legend-1 {
        margin-left: 25px;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-image-double-container.left
    .cell-double-image-right {
    height: 100%;
}
.arpege-big-wrapper.arpege-commons
    .module-image-double-container.left
    .cell-double-image-right
    .inside-double-image-container {
    max-height: 77%;
    height: 65%;
    padding: 0 16.1%;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.left
        .cell-double-image-right {
        padding: 0 25px;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.left
        .cell-double-image-right
        .inside-legend-container {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.left
        .cell-double-image-right
        .inside-legend-container
        .inside-legend-1 {
        display: none;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-image-double-container.right
    .cell-double-image-left {
    height: 100%;
}
.arpege-big-wrapper.arpege-commons
    .module-image-double-container.right
    .cell-double-image-left
    .inside-double-image-container {
    max-height: 77%;
    height: 65%;
    padding: 0 16.1%;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.right
        .cell-double-image-left {
        padding: 0 25px;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.right
        .cell-double-image-left
        .inside-legend-container {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.right
        .cell-double-image-left
        .inside-legend-container
        .inside-legend-2 {
        display: none;
    }
}
.arpege-big-wrapper.arpege-commons
    .module-image-double-container.right
    .cell-double-image-right
    .inside-legend-container {
    display: none;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.right
        .cell-double-image-right
        .inside-legend-container {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.right
        .cell-double-image-right
        .inside-legend-container
        .inside-legend-1 {
        display: none;
    }
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons
        .module-image-double-container.right
        .cell-double-image-right
        .inside-legend-container
        .inside-legend-2 {
        margin-left: 25px;
    }
}
.arpege-big-wrapper.arpege-commons .module-texte {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons .module-texte {
        width: 80%;
    }
}
.arpege-big-wrapper.arpege-commons .module-texte .title {
    font-family: BodoniBT-Book;
    font-size: 5rem;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons .module-texte .title {
        line-height: 0.9;
    }
}
.arpege-big-wrapper.arpege-commons .module-texte .description {
    margin: 0 auto;
    max-width: 450px;
}
.arpege-big-wrapper.arpege-commons .module-texte .description,
.arpege-big-wrapper.arpege-commons .module-texte .price {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons .module-swiper {
        min-height: 0;
    }
}
.arpege-big-wrapper.arpege-commons .module-simulator {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 45%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: content-box;
}
@media (max-width: 767px) {
    .arpege-big-wrapper.arpege-commons .module-simulator {
        width: 100%;
        padding-bottom: 56.24%;
    }
}
.arpege-big-wrapper.arpege-commons .module-simulator iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}
.discover__collapse-text-image.mobile .swiper-navigation-wrapper {
    position: absolute;
    margin: 0 auto;
    height: 30px !important;
    top: 25% !important;
    left: 0 !important;
    padding-top: 0 !important;
    z-index: 2;
}
.discover__collapse-text-image.mobile
    .swiper-navigation-wrapper
    .swiper-button-next,
.discover__collapse-text-image.mobile
    .swiper-navigation-wrapper
    .swiper-button-prev {
    position: absolute;
    display: block;
    top: 100%;
}
.discover__collapse-text-image.mobile
    .swiper-navigation-wrapper
    .swiper-button-prev {
    left: 10px;
}
.discover__collapse-text-image.mobile
    .swiper-navigation-wrapper
    .swiper-button-next {
    right: 10px;
}
.discover__collapse-text-image.mobile .swiper-container {
    margin-top: 5px;
    z-index: 5;
}
.s-push-menu .push-project {
    margin-top: 0;
}
@media (max-width: 767px) {
    .s-push-menu .push-project {
        margin-top: 70px;
    }
}
.magazine-big-wrapper .page-header {
    margin-bottom: 60px;
}
.magazine-big-wrapper .page-header-description {
    width: 75%;
    margin: 30px auto 0;
    color: #000;
    font-size: 14px;
}
@media (max-width: 767px) {
    .magazine-big-wrapper .page-header-description {
        width: 90%;
    }
}
@media (max-width: 767px) {
    .magazine-big-wrapper .magazine-grid-load-more {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}
.magazine-all-articles-grid {
    max-width: 1280px;
    margin: 0 auto;
}
.magazine-all-articles-grid .grid {
    font-size: 14px;
}
.magazine-all-articles-grid .grid-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.magazine-all-articles-grid .grid-cell {
    width: calc(50% - 15px);
    margin-bottom: 45px;
}
@media (max-width: 767px) {
    .magazine-all-articles-grid .grid-cell {
        width: 100%;
        margin-bottom: 30px;
    }
}
.magazine-all-articles-grid .grid-cell-image-container {
    height: 0;
    padding-bottom: 45%;
    overflow: hidden;
}
.magazine-all-articles-grid .grid-cell-image-picture {
    width: 100%;
}
.magazine-all-articles-grid .grid-cell-title {
    line-height: 1;
    font-size: 30px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .magazine-all-articles-grid .grid-cell-title {
        margin-top: 14px;
        margin-left: 20px;
        font-size: 20px;
    }
}
.magazine-big-wrapper .propal-layout {
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .magazine-big-wrapper .propal-layout {
        flex-flow: row wrap;
    }
}
.magazine-big-wrapper .propal-title {
    color: #232323;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-family: AvenirNextPro-Regular;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 40px;
}
.magazine-big-wrapper .propal-cell {
    width: calc(50% - 15px);
}
@media (max-width: 767px) {
    .magazine-big-wrapper .propal-cell {
        width: 100%;
    }
}
.magazine-big-wrapper .propal-cell-image-container {
    height: 0;
    padding-bottom: 37%;
    overflow: hidden;
}
.magazine-big-wrapper .propal-cell-image-img {
    width: 100%;
    object-fit: cover;
}
.magazine-big-wrapper .propal-cell-title {
    margin-top: 20px;
    margin-left: 20px;
    line-height: 1;
}
@media (max-width: 767px) {
    .magazine-big-wrapper .propal-cell-title {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}
.swiper-discover-text-image {
    width: 60%;
    min-height: 350px;
    margin: 0;
    /*margin-left: 26.5%;*/
    margin-left: 20%;
    font-size: 0;
    padding-bottom: 50px;
}
@media (max-width: 767px) {
    .swiper-discover-text-image {
        width: 80%;
        margin: 0 auto;
    }
}
.swiper-discover-text-image .swiper-discover-text-image__image,
.swiper-discover-text-image .swiper-discover-text-image__text {
    display: inline-block;
    /*width: 45%;*/
    width: 100%;
    vertical-align: top;
}
@media (max-width: 767px) {
    .swiper-discover-text-image .swiper-discover-text-image__image,
    .swiper-discover-text-image .swiper-discover-text-image__text {
        width: 100%;
        display: block;
    }
}
.swiper-discover-text-image .swiper-discover-text-image__image {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .swiper-discover-text-image .swiper-discover-text-image__image {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.swiper-discover-text-image .swiper-discover-text-image__image img {
    width: 100%;
}
.swiper-discover-text-image
    .swiper-slide-prev
    .swiper-discover-text-image__image
    img {
    border-right: 1px solid transparent;
}
.swiper-discover-text-image
    .swiper-slide-next
    .swiper-discover-text-image__image
    img {
    border-left: 1px solid transparent;
}
.swiper-discover-text-image .swiper-discover-text-image__text__job {
    margin-bottom: 20px;
    font-family: AvenirNextPro-Regular;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.swiper-discover-text-image .swiper-discover-text-image__text__profil {
    margin-bottom: 40px;
    font-family: BodoniBT-Book;
    font-size: 3rem;
    line-height: 1em;
}
.discover__collapse-text-image {
    position: relative;
    min-height: 550px;
}
.discover__collapse-text-image .swiper-navigation-wrapper {
    position: absolute;
    height: 0;
    padding-top: calc(45% + 50px);
    top: 0;
    left: calc(45% - 66px);
    width: 66px;
    z-index: 10;
}
@media (max-width: 767px) {
    .discover__collapse-text-image .swiper-navigation-wrapper {
        position: absolute;
        top: 11%;
        width: 100%;
    }
}
.discover__collapse-text-image
    .swiper-navigation-wrapper.swiper-navigation-wrapper--fixed {
    position: absolute;
}
.discover__collapse-text-image .swiper-navigation-wrapper .swiper-button-prev {
    width: 13px;
    height: 25px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    background: url(../../dist/img/svg/arrow-left.svg) no-repeat 50%;
}
@media (max-width: 767px) {
    .discover__collapse-text-image
        .swiper-navigation-wrapper
        .swiper-button-prev {
        top: 30%;
        left: 5px;
    }
}
.discover__collapse-text-image .swiper-navigation-wrapper .swiper-button-next {
    width: 13px;
    height: 25px;
    top: auto;
    bottom: 0;
    right: 0;
    background: url(../../dist/img/svg/arrow-right.svg) no-repeat 50%;
}
@media (max-width: 767px) {
    .discover__collapse-text-image
        .swiper-navigation-wrapper
        .swiper-button-next {
        top: 30%;
        right: 5px;
    }
}
@media (max-width: 767px) {
    .discover__collapse-text-image {
        margin-bottom: 40px;
    }
}
.discover__collapse-slideshow-description {
    position: relative;
    width: 100%;
    min-height: 450px;
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .discover__collapse-slideshow-description {
        width: 100%;
        height: 450px;
        float: none;
        right: 0;
    }
}
.discover__collapse-slideshow-description
    .swiper-container-slideshow-description {
    float: right;
    width: 100%;
    height: 420px;
    margin: 0;
}
.discover__collapse-slideshow-description .swiper-button-next {
    width: 13px;
    right: 2%;
    background: url(../../dist/img/svg/arrow-right.svg) no-repeat 50%;
}
@media (max-width: 767px) {
    .discover__collapse-slideshow-description .swiper-button-next {
        right: 10px;
    }
}
.discover__collapse-slideshow-description .swiper-button-prev {
    width: 13px;
    left: 35%;
    background: url(../../dist/img/svg/arrow-left.svg) no-repeat 50%;
}
@media (max-width: 767px) {
    .discover__collapse-slideshow-description .swiper-button-prev {
        left: 10px;
    }
}
.discover__collapse-slideshow-description figure {
    position: relative;
    right: 100px;
    height: 100%;
}
.discover__collapse-slideshow-description figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    padding: 0 155px;
    font-size: 14px;
}
.discover__collapse-slideshow-description figure img {
    width: 53%;
    float: right;
}
.news {
    position: relative;
    display: flex;
    max-height: 350px;
    margin-bottom: 90px;
    overflow: hidden;
    opacity: 1;
    transition: height 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
        opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ie-11 .news {
    height: 350px;
    max-height: none;
}
.news.news--hidden {
    height: 0;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.news__content__description__see-more {
    font-family: AvenirNextPro-Regular;
    font-size: 14px;
}
.news__content__description__see-more:active,
.news__content__description__see-more:focus,
.news__content__description__see-more:hover {
    text-decoration: none;
}
.news__image-mobile {
    display: none;
}
.news__image-mobile img {
    width: 100%;
}
.news__short__description {
    display: block;
}
.news__long__description {
    display: none;
}
.news:nth-of-type(odd) .news__figure {
    width: 55%;
    order: 1;
}
@media (max-width: 767px) {
    .news:nth-of-type(odd) .news__figure__main {
        position: relative;
    }
    .news:nth-of-type(odd) .news__figure img {
        width: 100%;
    }
}
.news:nth-of-type(odd) .news__content {
    width: 45%;
    order: 2;
}
@media (max-width: 767px) {
    .news:nth-of-type(odd) .news__content {
        width: 100%;
        padding: 0 50px;
    }
}
.news:nth-of-type(odd) .news__title span {
    left: inherit;
    right: 30px;
}
@media (max-width: 767px) {
    .news:nth-of-type(odd) .news__title span {
        right: -30px;
    }
}
.news:nth-of-type(odd) .news__content__description__see-more {
    left: 30px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .news:nth-of-type(odd) .news__content__description__see-more {
        left: 50px;
    }
}
.news:nth-of-type(2n) .news__figure {
    width: 55%;
    order: 2;
}
@media (max-width: 767px) {
    .news:nth-of-type(2n) .news__figure__main {
        position: relative;
    }
    .news:nth-of-type(2n) .news__figure img {
        width: 100%;
    }
}
.news:nth-of-type(2n) .news__content {
    width: 45%;
    order: 1;
    text-align: right;
}
@media (max-width: 767px) {
    .news:nth-of-type(2n) .news__content {
        width: 100%;
        padding: 0 50px;
        text-align: left;
    }
}
.news:nth-of-type(2n) .news__title span {
    right: inherit;
    left: 30px;
}
@media (max-width: 767px) {
    .news:nth-of-type(2n) .news__title span {
        left: 100%;
    }
}
.news:nth-of-type(2n) .news__content__description__see-more {
    right: 30px;
}
@media (max-width: 767px) {
    .news:nth-of-type(2n) .news__content__description__see-more {
        right: auto;
    }
}
.news__figure {
    position: relative;
}
.news .news__figure__main {
    overflow: hidden;
}
.news .news__figure__main img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
        -webkit-filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.news .news__figure__main .figure--translatable {
    will-change: auto;
}
.news .news__figure__main .figure--translatable,
.news .news__figure__main .figure--translatable.figure--open {
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news .news__figure__main .figure--translatable.figure--open {
    will-change: transform;
    transform: translateY(0) !important;
}
.news__figure__second {
    position: relative;
    top: auto;
    left: calc(100% + 30px);
    width: 50%;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), margin-top 1s;
}
.news__figure__second figure {
    margin-top: -66%;
}
@media (max-width: 1280px) {
    .news__figure__second figure {
        margin-top: 0;
    }
}
@media (max-width: 1280px) {
    .news__figure__second {
        position: static;
        left: auto;
        transform: none;
        margin-top: 60px;
        margin-right: 13.33%;
        margin-left: 13.33%;
    }
}
.news__content {
    position: relative;
    padding: 90px 30px;
}
.news__content header {
    width: 100%;
}
.news__content time {
    margin-bottom: 10px;
}
.news__content .news__title {
    position: relative;
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 10px;
}
.news__content .news__title span {
    position: absolute;
    display: inline-block;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url(../../dist/img/svg/icon-close.svg) no-repeat 50%;
    background-size: 50%;
    opacity: 0;
}
.news__content .news__title span:hover {
    cursor: pointer;
}
.news__content__description {
    display: inline-block;
    width: 80%;
}
.news__content__description p {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.news__content__description__see-more {
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
}
.news__content__description__see-more:focus,
.news__content__description__see-more:hover {
    cursor: pointer;
}
.news__close {
    display: none;
}
.news.s-discover--open {
    max-height: none;
    padding-bottom: 60px;
    border-bottom: 2px solid #f6f6f6;
    overflow: visible;
    transition: height 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ie-11 .news.s-discover--open {
    height: auto;
}
.news.s-discover--open .news__short__description {
    display: none;
}
.news.s-discover--open .news__long__description {
    display: block;
}
.news.s-discover--open .news__figure__second {
    opacity: 1;
    height: auto;
}
@media (max-width: 767px) {
    .news.s-discover--open .news__content__description .news__image-mobile {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .news.s-discover--open {
        padding-bottom: 90px;
    }
}
.news.s-discover--open .news__close {
    z-index: 2;
    font-family: AvenirNextPro-Regular;
    font-size: 12px;
    width: 80px;
    margin: 30px auto;
    text-align: center;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0;
    text-transform: uppercase;
}
.news.s-discover--open .news__close:active,
.news.s-discover--open .news__close:focus,
.news.s-discover--open .news__close:hover {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
.news.s-discover--open .news__image-mobile {
    display: block;
}
.news.s-discover--open:nth-of-type(odd) .news__figure {
    padding-right: 0;
    will-change: padding-right;
    transition: padding-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.news.s-discover--open:nth-of-type(2n) .news__figure__second {
    left: calc(-50% - 30px);
}
@media (max-width: 767px) {
    .news.s-discover--open:nth-of-type(2n) .news__figure__second {
        left: auto;
    }
}
.news.s-discover--open:nth-of-type(2n) .news__figure {
    padding-left: 0;
    will-change: padding-left;
    transition: padding-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.news.s-discover--open .news__figure .news__figure__main img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: -webkit-filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
        -webkit-filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.news.s-discover--open .news__content .news__title span,
.news.s-discover--open .news__figure .news__figure__second {
    opacity: 1;
}
.news.s-discover--open .news__content__description__see-more {
    display: none;
}
@media (max-width: 767px) {
    .news {
        position: relative;
        width: calc(100% + 30px);
        left: -30px;
        display: block;
        max-height: none;
        overflow: visible;
        margin-bottom: 70px;
    }
    .ie-11 .news {
        height: auto;
    }
    .news:nth-of-type(odd) .news__figure {
        width: 100%;
        margin-bottom: 24px;
        padding-right: 13.33%;
        will-change: padding-right;
        transition: padding-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .news:nth-of-type(2n) .news__figure {
        width: 100%;
        margin-bottom: 24px;
        padding-left: 13.33%;
        will-change: padding-left;
        transition: padding-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .news .news__figure .news__figure__main {
        position: relative;
        height: 0;
        width: 100%;
        padding-top: 49.73%;
        will-change: padding-top;
        transition: padding-top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
        overflow: hidden;
    }
    .news .news__figure .news__figure__main figure {
        position: absolute;
        margin: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .news .news__content {
        padding: 0 13.33% !important;
    }
    .news .news__content time {
        display: block;
        margin-bottom: 14px;
        font-size: 12px;
    }
    .news .news__content .news__content__close {
        display: none;
    }
    .news .news__content .news__content__description__see-more {
        position: static;
        font-size: 12px;
        display: inline-block;
        margin-top: 36px;
    }
    .news .news__content .news__content__description {
        width: auto;
        margin-bottom: 15px;
    }
    .news .news__content .news__content__description > p:first-child {
        margin-top: 8px;
        margin-bottom: 14px;
        font-size: 12px;
    }
    .news .news__content .news__long__description,
    .news .news__content .news__short__description {
        font-size: 14px;
        line-height: 22px;
    }
    .news.s-discover--open .news__figure__main {
        padding-top: 100%;
        will-change: padding-top;
        transition: padding-top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .news.s-discover--open .news__content__description__see-more {
        display: none;
    }
    .news.s-discover--open .news__close {
        margin: 40px auto;
    }
}
.showroom__filter {
    margin: 0 135px;
    font-size: 0;
    height: 32px;
    border-bottom: 2px solid #f6f6f6;
}
.showroom__filter * {
    height: 100%;
}
.showroom__filter .custom__select {
    text-align: right;
}
@media (max-width: 767px) {
    .showroom__filter {
        height: auto;
    }
}
.showroom__filter .form-group {
    position: relative;
}
.showroom__filter label {
    font-size: 14px;
    display: inline-block;
    padding-top: 2px;
}
@media (max-width: 767px) {
    .showroom__filter {
        width: auto;
        margin: 0 20px 30px;
    }
}
.showroom__content {
    margin: 45px 135px;
}
@media (max-width: 767px) {
    .showroom__content {
        margin: 0;
    }
}
.showroom__content .showroom__content__image figure {
    width: 100%;
}
.showroom__content .js-showroom__content__image--hidden {
    position: absolute;
    top: 0;
    height: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.showroom__content .js-showroom__content__image--active {
    height: 100%;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.showroom__content .js-showroom__content__item--hidden {
    display: none;
}
.showroom__content__item__job {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.showroom__content__item__name {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 35px;
}
.showroom__content a {
    font-size: 14px;
    font-family: AvenirNextPro-Regular;
    text-decoration: underline;
}
.showroom__content__item__adresse {
    margin-bottom: 55px;
}
.showroom__content__item__adresse address {
    font-size: 14px;
    font-family: AvenirNextPro-Regular;
}
.showroom__content__item__adresse address a,
.showroom__content__item__adresse address span {
    display: block;
    width: 100%;
}
.showroom__content__item__gmaps:before {
    content: "";
    position: relative;
    display: inline-block;
    top: 13px;
    left: -3px;
    margin-right: 2px;
    width: 25px;
    height: 40px;
    background: url(../../dist/img/svg/showroom.svg) no-repeat 50%;
    background-size: 80%;
}
.liaigre-template-professional .main-container {
    min-height: calc(100vh - 130px);
}
.liaigre-template-professional .showroom__filter {
    border-bottom: none;
}
.liaigre-template-professional .showroom__content__image {
    width: 100%;
}
.liaigre-template-professional .showroom__content a {
    text-decoration: none;
}
.liaigre-template-professional .showroom__content .professional_list_filter {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 23px;
}
.liaigre-template-professional .showroom__content .professional_list_country {
    padding: 2px 0;
    line-height: 23px;
    font-size: 14px;
    cursor: default;
}
.liaigre-template-professional
    .showroom__content
    .professional_list_country
    ul {
    display: inline-block;
}
.liaigre-template-professional .showroom__content .professional_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.liaigre-template-professional .showroom__content .professional_list_item {
    flex-basis: 100%;
    margin: 0 20px;
}
.liaigre-template-professional
    .showroom__content
    .professional_list_item:first-child,
.liaigre-template-professional
    .showroom__content
    .professional_list_item:last-child {
    margin-left: 0;
}
@media (max-width: 1024px) {
    .liaigre-template-professional .showroom__content .professional_list {
        flex-wrap: wrap;
    }
    .liaigre-template-professional .showroom__content .professional_list_item {
        flex-basis: auto;
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
    .liaigre-template-professional
        .showroom__content
        .professional_list_item:nth-child(odd) {
        margin-left: 0;
        margin-right: 20px;
    }
    .liaigre-template-professional
        .showroom__content
        .professional_list_item:nth-child(2n) {
        margin-left: 20px;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .liaigre-template-professional .showroom__content .professional_list {
        flex-direction: column;
        justify-content: center;
    }
    .liaigre-template-professional .showroom__content .professional_list_item {
        flex-basis: 100%;
    }
    .liaigre-template-professional
        .showroom__content
        .professional_list_item:nth-child(2n),
    .liaigre-template-professional
        .showroom__content
        .professional_list_item:nth-child(odd) {
        margin: 0 0 40px;
    }
}
.panel-nav-wrapper {
    float: left;
    width: 40%;
    max-width: 640px;
    text-align: right;
    background-color: #f5f5f5;
}
@media (max-width: 1600px) {
    .panel-nav-wrapper {
        position: absolute;
        left: 0;
        float: none;
    }
}
@media (max-width: 767px) {
    .panel-nav-wrapper {
        display: none;
    }
}
.panel-nav-wrapper.js-nav-wrapper--fixed {
    position: fixed;
    top: 0;
    margin-top: 70px;
}
.panel-nav {
    padding: 50px 39px 50px 0;
}
.panel-nav__item:not(:last-child) {
    margin-bottom: 15px;
}
.panel-nav__link {
    font-family: AvenirNextPro-Regular;
    font-size: 1.2rem;
    line-height: 3.6rem;
    color: #232323;
    text-transform: uppercase;
}
.panel-nav__link.js-nav-item--active {
    font-family: AvenirNextPro-Bold;
}
.panel-nav__link:active,
.panel-nav__link:focus,
.panel-nav__link:hover {
    text-decoration: none;
}
.panel-content {
    display: none;
}
@media (max-width: 767px) {
    .panel-content__main-title {
        position: relative;
        margin-bottom: 0;
        padding-right: 24px;
        padding-left: 24px;
        font-family: AvenirNextPro-Regular;
        font-size: 1.2rem;
        line-height: 72px;
        text-transform: uppercase;
        background-color: #f5f5f5;
        border-bottom: 2px solid #fff;
    }
    .panel-content__main-title:after,
    .panel-content__main-title:before {
        content: "";
        position: absolute;
        top: 50%;
        background-color: #232323;
        transform: translateY(-50%);
    }
    .panel-content__main-title:before {
        right: 31px;
        width: 2px;
        height: 14px;
    }
    .panel-content__main-title:after {
        right: 25px;
        width: 14px;
        height: 2px;
    }
}
.panel-content__link {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #232323;
    pointer-events: none;
}
.panel-content__link:focus,
.panel-content__link:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .panel-content__link {
        display: block;
        pointer-events: auto;
    }
}
.panel-content.js-content--active,
.panel-content.js-content--visible {
    display: block;
}
@media (max-width: 767px) {
    .panel-content {
        display: block;
    }
    .panel-content__inner {
        display: none;
    }
    .panel-content.js-content--active .panel-content__inner {
        display: block;
        padding: 20px;
    }
    .panel-content.js-content--active .panel-content__inner-title {
        line-height: normal;
    }
    .panel-content.js-content--active .panel-content__main-title:before {
        display: none;
    }
}
.c-error-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.c-error-404 .c-error-404-background {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.c-error-404 .c-error-404-background img {
    display: block;
    width: 100%;
}
.c-error-404 .c-error-404-inner {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.c-error-404 .c-error-404-text-content {
    width: 376px;
    padding: 55px 20px;
    background-color: #fff;
    text-align: center;
}
.c-error-404 .c-error-404-title {
    font-family: AvenirNextPro-Bold;
    font-size: 0.857em;
    line-height: 1em;
}
.c-error-404 .c-error-404-message {
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
}
.c-error-404 .c-error-404-link {
    display: inline-block;
    padding: 17px 22px;
    font-family: AvenirNextPro-Regular;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f5f5f5;
}
.c-error-404 .c-error-404-link:hover {
    text-decoration: none;
}
.c-error-fake {
    top: 0;
}
@media (max-width: 767px) {
    .c-error-404 .c-error-404-background {
        display: none;
    }
    .c-error-404 .c-error-404-text-content {
        width: 300px;
    }
}
.popin-alert-container {
    display: none;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4);
}
.popin-alert-container.alert-enabled {
    justify-content: center;
}
.popin-alert-container.alert-enabled,
.popin-alert-inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.popin-alert-inner {
    justify-content: space-between;
    text-align: center;
    width: 100%;
    max-width: 900px;
    padding: 30px;
    background-color: #000;
}
@media (max-width: 767px) {
    .popin-alert-inner {
        justify-content: flex-end;
        align-items: center;
    }
}
.popin-alert-inner > div {
    width: 50%;
}
@media (max-width: 767px) {
    .popin-alert-inner > div {
        width: 100%;
    }
}
.popin-alert-content {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .popin-alert-image {
        display: none;
    }
}
.popin-alert-image img {
    width: 100%;
}
.popin-alert-text {
    color: #fff;
    font-family: AvenirNextPro-Regular !important;
    font-size: 12px;
    line-height: 1.1;
    text-align: left;
}
.popin-alert-text.popin-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.popin-alert-text a {
    display: inline;
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
}
.popin-alert-approve {
    margin-top: 20px;
}
.popin-alert-approve-button {
    font-size: 12px;
    outline: none !important;
    border: none;
    background-color: #fff !important;
    color: #282828 !important;
    min-width: 100px;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
@media (max-width: 480px) {
    .l-header__logo a img {
        max-width: 150px;
    }
}
