/*-----------------------------
		GENERAL
-----------------------------*/
* {
box-sizing:border-box;
-moz-box-sizing:border-box;
min-height: 0;
min-width: 0;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    height:100%;
    max-width: 100vw;
}

html, body {
width: 100%;
}

body {
background:#fff;
text-align:center;
}

.fixed-bg {
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
background-size:110% auto;
}
	@media screen and (max-aspect-ratio: 1/1) {
		.fixed-bg { background-size: auto 110%; }
	}

.hero::after {
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.hero.hero-black::after {
background:#000;
opacity:0.75;
}
.hero > * {
position:relative;
z-index:3;
}


a {
cursor:pointer;
transition-duration:0.5s;
text-decoration:none;
color: currentColor;
}

a.noStyle {
	color: currentColor;
}
a.noStyle:hover {
	text-decoration: none;
}

.hide {
opacity:0;
}
.show {
opacity:1;
}

picture.fulldiv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
picture.cover img {
    object-fit: cover;
    object-position: center;
}
picture.contain img {
    object-fit: contain;
    object-position: center;
}
picture.fulldiv.img-fixed {
    z-index: -1;
    clip: rect(0, auto, auto, 0);
    overflow:clip; 
}
picture.fulldiv.img-fixed img {
    position: fixed;
    height: 100vh;
    transform: perspective(0px);
    object-fit: cover;
}


.video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.iframe-wrapper {
    position: relative;
    overflow: clip;
}
.iframe-wrapper::after {
    content: '';
    display: block;
    padding-bottom: 66.67%;
}
.iframe-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sbold {
font-weight:600;
}
.strong, .bold {
font-weight:700;
}
.extraBold {
font-weight:900;
}

.op90 {
opacity:0.9;
}
.op80 {
opacity:0.8;
}
.op70 {
opacity:0.7;
}
.op60 {
opacity:0.6;
}
.op50 {
opacity:0.5;
}
.op40 {
opacity:0.4;
}
.op30 {
opacity:0.3;
}
.op20 {
opacity:0.2;
}
.op10 {
opacity:0.1;
}

*:not(.ps-content) > .separator {
margin:1em auto;
}
.separator {
clear:both;
background:currentColor;
height:3px;
}
.separator.no-margin {
margin:0 auto;
}
.separator.half {
width:50%;
}
.separator.large {
width:112px;
}
.separator.medium {
width:100px;
}
.separator.small {
width:70px;
}
.separator.smaller {
width:50px;
}
.separator.tiny {
width:30px;
}
.separator.thin {
	height:1px;
}
.separator.thinest {
    height:1px;
    opacity: 0.4;
}
.separator.left {
	margin-left: 0;
}

.spacer {
height:2em;
}
.spacer.smallest {
height:0.1em;
}
.spacer.tiny {
height:0.3em;
}
.spacer.small {
height:1em;
}
.spacer.plus {
height:3em;
}
	@media screen and (max-width:500px) {
		.spacer.plus { height:2.25em; }
	}
.spacer.big {
height:4em;
}
	@media screen and (max-width:500px) {
		.spacer.big { height:3em; }
	}
.spacer.bigger {
height:6em;
}
    @media screen and (max-width:500px) {
        .spacer.bigger { height:4em; }
    }
.spacer.huge {
height:8em;
}
    @media screen and (max-width:500px) {
        .spacer.huge { height:6em; }
    }
.spacer.neg-small {
height:0;
margin-top:-1em;
}
.spacer.vertical { height: 0; }
.spacer.vertical.regular { flex: 0 0 2em; }
.spacer.vertical.small { flex: 0 0 1em; }
.spacer.vertical.tiny { flex: 0 0 0.5em; }

img {
max-width:100%;
height: auto;
}
img.valign-middle {
	vertical-align: middle;
}

.aLeft {
text-align:left;
}
.aRight {
text-align:right;
}
.aCenter {
text-align:center;
}
.aJustify {
text-align:justify;
}

.fLeft {
float:left;
}
.fRight {
float:right;
}
.oAuto {
overflow:auto;
}

.imbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.filter-white {
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 1000px) {
	.display-mobile-only { display: none; }
}
@media screen and (max-width: 1000px) {
	.display-desktop-only { display: none; }
}

.thin { font-weight: 200; }
.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 600; }
.strong { font-weight: 700; }
.stronger { font-weight: 800; }
.extraStrong { font-weight: 900; }

.f-tinyer { font-size: 0.6em; }
.f-tiny { font-size: 0.7em; }
.f-smaller { font-size: 0.75em; }
.f-small { font-size: 0.875em; }
.f-less { font-size: 0.933em; }
.f-tinyplus { font-size: 1.125em; }
.f-plus { font-size: 1.25em; }
.f-big { font-size: 1.375em; }
.f-bigger { font-size: 1.5625em; }
.f-huge { font-size: 2.1875em; }
	@media screen and (max-width: 1000px) {
		.f-plus { font-size: 1.1em; }
		.f-big { font-size: 1.2em; }
		.f-bigger { font-size: 1.3em; }
		.f-huge { font-size: 1.7em; }
	}

.lh-regular { line-height: 1.3em; }
.lh-plus { line-height: 1.5em; }
.lh-big { line-height: 1.625em; }
.lh-huge { line-height: 1.75em; }

.uppercase { text-transform: uppercase; }

.clear { clear: both; }

.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contain {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.p-relative {
	position: relative;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}

@media screen and (max-width: 700px) {
    .resp-nobr br {
        display: none;
    }
}


/*******************
 animations on load
*******************/

@media screen and (min-width: 1000px) {
    main > section:not(.no-reveal) .wrapper, sidebar > section:not(.no-reveal) .wrapper {
        opacity: 0;
        top: 100px;
        transition: ease-out 0.8s;
    }
    main > section.reveal .wrapper, sidebar > section.reveal .wrapper {
        opacity: 1;
        top: 0;
    }
    .reveal-left, .reveal-left-right-children > *:nth-child(odd) {
        position: relative;
        left: -150px;
        transition: ease-out 0.8s;
    }
    .reveal .reveal-left, .reveal .reveal-left-right-children > *:nth-child(odd) {
        left: 0;
    }
    .reveal-right, .reveal-left-right-children > *:nth-child(even) {
        position: relative;
        right: -150px;
        transition: ease-out 0.8s;
    }
    .reveal .reveal-right, .reveal .reveal-left-right-children > *:nth-child(even) {
        right: 0;
    }
    .reveal-blur {
        filter: blur(5px);
        transition: ease-out 1s;
    }
    .reveal .reveal-blur {
        filter: blur(0);
    }
    .reveal-cascade-children > * { transform: translateY(10vh); transition: ease-out 0.5s; }
    .reveal .reveal-cascade-children > * { transform: translateY(0); }
    .reveal-cascade-children > *:nth-child(1) { transition-delay: 0; }
    .reveal-cascade-children > *:nth-child(2) { transition-delay: 0.1s; }
    .reveal-cascade-children > *:nth-child(3) { transition-delay: 0.2s; }
    .reveal-cascade-children > *:nth-child(5) { transition-delay: 0.3s; }
    .reveal-cascade-children > *:nth-child(6) { transition-delay: 0.4s; }
    .reveal-cascade-children > *:nth-child(7) { transition-delay: 0.45s; }
    .reveal-cascade-children > *:nth-child(8) { transition-delay: 0.5s; }
    .reveal-cascade-children > *:nth-child(9) { transition-delay: 0.55s; }
    .reveal-cascade-children > *:nth-child(10) { transition-delay: 0.6s; }
    .reveal-cascade-children > *:nth-child(11) { transition-delay: 0.65s; }
    .reveal-cascade-children > *:nth-child(12) { transition-delay: 0.7s; }

    .reveal-mask, .reveal-mask-child > * {
        clip-path: inset(0 100% 0 0);
        transition: 1.5s 1s;
    }
    .reveal-mask.right, .reveal-mask-child.right > * {
        clip-path: inset(0 0 0 100%);
        transition: 1.5s 1s;
    }
    .reveal-mask.top, .reveal-mask-child.top > * {
        clip-path: inset(0 0 100% 0);
        transition: 1.5s 1s;
    }
    .reveal-mask.bottom, .reveal-mask-child.bottom > * {
        clip-path: inset(100% 0 0 0);
        transition: 1.5s 1s;
    }
    .reveal-mask.from-h-center, .reveal-mask-child.from-h-center > * {
        clip-path: inset(50% 0 50% 0);
        transition: 1.5s 1s;
    }
    .reveal .reveal-mask, .reveal.reveal-mask,
    .reveal .reveal-mask-child > *, .reveal.reveal-mask-child > * {
        clip-path: inset(0);
    }
    .reveal-mask.speed {
        transition-delay: 0.5s;
    }

}




sub {
    position: relative;
    top: 0.5em;
    vertical-align: bottom;
    font-size: 0.5em;
}
sup {
    position: relative;
    top: -0.33em;
    vertical-align: bottom;
    font-size: 0.5em;
}

.back-to-top {
    z-index: 888;
    position: fixed;
    bottom: -10em;
    right: var(--gutter);
    width: 2.5em;
    height: 2.5em;
    background-color: #fff;
    background-image: url(../img/caret-up.svg);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    transition: 0.6s;
}
body.scrolled .back-to-top {
    bottom: 2.5em;
}

    @media screen and (max-width: 650px) {
        .back-to-top { right: 1em; }
    }



.swiper-container {
    position: relative;
}
.swiper.width-auto .swiper-slide {
    width: auto;
}
.swiper-button {
    --swiper-navigation-size: 18px;
    position: absolute;
    top: 50%;
    left: calc(var(--swiper-navigation-size) * -2.5);
    display: block;
    color: var(--textColor);
}
.swiper-button-next {
    left: auto;
    right: calc(var(--swiper-navigation-size) * -2.5);
}
.swiper-button::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--swiper-navigation-size) * 2);
    height: calc(var(--swiper-navigation-size) * 2);
    border-radius: 50%;
    background-color: var(--color1);
    transform: translate(-50%, -50%);
}
.swiper-button-next::after {
    padding-left: 1px;
}
.swiper-button-prev::after {
    padding-right: 1px;
}
@media screen and (max-width: 600px) {
    .swiper-button-prev {
        left: auto;
        right: calc(100% + var(--swiper-navigation-size));
    }
    .swiper-button-next {
        right: auto;
        left: calc(100% + var(--swiper-navigation-size));
    }
}

.slider-nav a {
    --s: 3.75em;
    display: inline-block;
    margin: 0 5px;
    width: var(--s);
    height: calc(var(--s) * 0.4);
    background-color: var(--textColor);
    border-radius: 9999px;
    background-image: url(../../img/arrow-white.svg);
    background-size: auto 70%;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-nav a:active {
    transform: scale(0.9);
}
.slider-nav a.nav-prev {
    transform: scale(-1, 1);
}
.slider-nav a.swiper-button-disabled {
    opacity: 0.3;
}



.icon-size {
    position: relative;
    display: inline-block;
    top: 0.025em;
    height: 1.125em;
    width: auto;
    margin-left: 0.1em;
}



/*******************
 wrappers
*******************/
.wrapper {
width:100%;
max-width: calc(var(--wrapper) + (2 * (var(--gutter))));
padding:0 calc(var(--gutter) * 2);
margin:auto;
position:relative;
}
.wrapper.small-padding {
    padding:0 calc(var(--gutter) * 1);
}
@media screen and (max-width: 1200px) {
    .wrapper {
        padding:0 calc(var(--gutter) * 1.5);
    }
}
@media screen and (max-width: 600px) {
    .wrapper {
        padding:0 calc(var(--gutter) * 1);
    }
}
.wrapper.no-padding { padding: 0; }
.wrapper-full { max-width:100%; }
.wrapper-2000 { max-width:2000px; }
.wrapper-1800 { max-width:1800px; }
.wrapper-1700 { max-width:1700px; }
.wrapper-1600 { max-width:1600px; }
.wrapper-1500 { max-width:1500px; }
.wrapper-1400 { max-width:1400px; }
.wrapper-1300 { max-width:1300px; }
.wrapper-1200 { max-width:1200px; }
.wrapper-1100 { max-width:1100px; }
.wrapper-1000 { max-width:1000px; }
.wrapper-900 { max-width:900px; }
.wrapper-850 { max-width:850px; }
.wrapper-800 { max-width:800px; }
.wrapper-700 { max-width:700px; }
.wrapper-600 { max-width:600px; }
.wrapper-500 { max-width:500px; }
.wrapper-450 { max-width:450px; }
.wrapper-400 { max-width:400px; }
.wrapper-300 { max-width:300px; }
.wrapper-200 { max-width:200px; }


.bg-white {
    background-color: #ffffff;
    color: var(--textColor);
}
.bg-black {
    color: #ffffff;
    background-color: var(--black);
}
.bg-lightGrey {
    background-color: var(--lightGrey);
}


/* Contenus flexibles */

.box-default {
    text-align: left;
}

.ps-content .separator {
/*    margin-top: 1.5em;
    margin-bottom: 1.5em;
*/}
.ps-content .separator.light {
    border-color: #d9d9d9;
}
.ps-content:not(.no-margin) > *:not(:first-child) {
    margin-top: 0.5rem;
}
.ps-content.more-margin > *:not(:first-child) {
    margin-top: 1.5rem;
}
.ps-content.big-margin > *:not(:first-child) {
    margin-top: 2.5rem;
}
.ps-content:not(.aLeft) [class^='wrapper-'],
.ps-content:not(.aLeft) [class*='wrapper-'] {
    margin-left: auto;
    margin-right: auto;
}

.ps-content .ps-image img {
    object-fit: contain;
    object-position: center left;
    font-size: 0.9em;
}
.ps-content .ps-image.s-tiny img {
    height: 2.5em;
    width: 5em;
}
.ps-content .ps-image.s-small img {
    height: 4em;
    width: 8em;
}
.ps-content .ps-image.s-medium img {
    height: 6em;
    width: 12em;
}
.ps-content .ps-image.s-large img {
    height: 9em;
    width: 18em;
}
.ps-content .ps-image.s-full img {
    height: auto;
    width: 100%;
}
.ps-content .ps-image.w-tiny img {
    height: auto;
    width: 7em;
}
.ps-content .ps-image.w-small img {
    height: auto;
    width: 10em;
}
.ps-content .ps-image.w-medium img {
    height: auto;
    width: 15em;
}
.ps-content .ps-image.w-large img {
    height: auto;
    width: 23em;
}

@media screen and (max-width: 800px) {
    .ps-content .ps-image img { font-size: 1em; }
}

.ps-video iframe, .ps-video video {
    border-radius: var(--borderRadius);
}
.ps-video.full {
    position: relative;
    height: 100%;
    overflow: clip;
}
.ps-video.full video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.ps-video .iframe-wrapper {
    padding-bottom: 56%;
}
.ps-video .legend {
    padding: 1em 0.25em;
    font-size: 0.9em;
    text-align: center;
}


/* FAQ */

.faq-layout {
    position: relative;
    text-align: left;
}
.faq-layout .line {
    --s: 1em;
    position: relative;
    background-color: #fff;
    margin-bottom: 0.5em;
    transition: 0.3s;
}
.faq-layout .line.active {
    border-color: transparent;
}
.faq-layout .question {
    position: relative;
    padding: 1em 3.5em 1em 1.5em;
    cursor: pointer;
}
.faq-layout .question::before,
.faq-layout .question::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: var(--s);
    height: 2px;
    background-color: currentColor;
    transition: 0.3s;
}
.faq-layout .active .question::after {
    transform: rotate(90deg) scale(0);
}
.faq-layout .question::after {
    transform: rotate(90deg);
}

.faq-layout .question > * {
    line-height: 1.2em;
    font-family: var(--titleFont);
    font-size: 1.25em;
}
.faq-layout .line:not(.active) .answer {
    display: none;
}
.faq-layout .answer {
    position: relative;
    padding: 1em 1.5em 1.5em 1.5em;
    margin-bottom: 1em;
}


/* Scrollbar */
* {
/*  scrollbar-width: thin;
*/  scrollbar-color: var(--color1) var(--lightGrey);
}
*::-webkit-scrollbar {
/*  width: 12px;
*/}
*::-webkit-scrollbar-track {
  background: var(--lightGrey);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color1);
}
