@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
 @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
--header-height: 60px;
--header-width: 100%;
--container-margin: 10px;
--cols-gap: 10px;
}
@media screen and (min-width: 768px) {
* {
--cols-gap: 25px;
}
}
@media screen and (min-width: 992px) {
* {
--cols-gap: 25px;
}
}
@media screen and (min-width: 1200px) {
* {
--header-height: 100vh;
--header-width: 100px;
--container-margin: calc(var(--header-width) + 2vw);
--cols-gap: 50px;
}
}
@media screen and (min-width: 1600px) {
* {
--header-width: 8vw;
--cols-gap: 4vw;
}
}
.txt-center {
text-align: center;
}
.display-mobile {
display: block;
}
.display-laptop {
display: none;
}
@media screen and (min-width: 1200px) {
.display-mobile {
display: none;
}
.display-laptop {
display: block;
}
}
html, body {
margin: 0;
padding: 0;
}
html {
font-family: "Poppins", sans-serif;
font-size: 16px;
}
@media screen and (min-width: 1200px) {
html {
font-size: 18px;
}
}
@media screen and (min-width: 1600px) {
html {
font-size: 24px;
}
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
color: #fff;
}
* {
--h1-fs: 2rem;
--h1-lh: 2rem;
--h2-fs: 1.5rem;
--h2-lh: 1.7rem;
--h3-fs: 1.2rem;
--h3-lh: 1.3rem;
}
@media screen and (min-width: 1200px) {
* {
--h1-fs: 3rem;
--h1-lh: 3.2rem;
--h2-fs: 2rem;
--h2-lh: 2.2rem;
--h3-fs: 1.4rem;
--h3-lh: 1.6rem;
}
}
h1 {
font-size: var(--h1-fs);
line-height: var(--h1-lh);
font-weight: 700;
}
h1 span {
display: block;
font-size: calc(var(--h1-fs) / 2.5);
line-height: calc(var(--h1-lh) / 2.5);
font-weight: 400;
margin-bottom: 10px;
}
h2 {
font-size: var(--h2-fs);
line-height: var(--h2-lh);
font-weight: 700;
}
h3 {
font-size: var(--h3-fs);
line-height: var(--h3-lh);
font-weight: 600;
}
.h1 {
font-size: var(--h1-fs);
line-height: var(--h1-lh);
font-weight: 700;
}
.h1 span {
display: block;
font-size: calc(var(--h1-fs) / 2.5);
line-height: calc(var(--h1-lh) / 2.5);
font-weight: 400;
margin-bottom: 10px;
}
.h2 {
font-size: var(--h2-fs);
line-height: var(--h2-lh);
font-weight: 700;
}
.h3 {
font-size: var(--h3-fs);
line-height: var(--h3-lh);
font-weight: 600;
}
* {
--p-fs: 1rem;
--p-lh: 1.4rem;
}
p {
margin: 0;
color: #fff;
font-size: var(--p-fs);
line-height: var(--p-lh);
font-weight: 300;
}
a {
cursor: pointer;
color: #000;
}
button {
cursor: pointer;
}
img {
width: 100%;
height: auto;
}  .fx-col {
display: flex;
flex-direction: column;
}
.fx-row {
display: flex;
flex-direction: row;
gap: var(--cols-gap);
}
@media screen and (min-width: 320px) {
.fx-col-xs {
display: flex;
flex-direction: column;
}
.fx-row-xs {
display: flex;
flex-direction: row;
gap: var(--cols-gap);
}
}
@media screen and (min-width: 768px) {
.fx-col-sm {
display: flex;
flex-direction: column;
}
.fx-row-sm {
display: flex;
flex-direction: row;
gap: var(--cols-gap);
}
}
@media screen and (min-width: 992px) {
.fx-col-md {
display: flex;
flex-direction: column;
}
.fx-row-md {
display: flex;
flex-direction: row;
gap: var(--cols-gap);
}
}
@media screen and (min-width: 1200px) {
.fx-col-lg {
display: flex;
flex-direction: column;
}
.fx-row-lg {
display: flex;
flex-direction: row;
gap: var(--cols-gap);
}
}
@media screen and (min-width: 1600px) {
.fx-col-xl {
display: flex;
flex-direction: column;
}
.fx-row-xl {
display: flex;
flex-direction: row;
gap: var(--cols-gap);
}
}     .fx-item {
flex: 1;
}
.fx-item-1_2 {
flex: 0 0 calc(50% - (var(--cols-gap) / 2));
}
.fx-item-1_3 {
flex: 0 0 calc(33.33% - (var(--cols-gap) / 2));
}
.fx-item-2_3 {
flex: 0 0 calc(66.66% - (var(--cols-gap) / 2));
}
.fx-item-3_5 {
flex: 0 0 calc(calc(100% / 5 * 3) - (var(--cols-gap) / 2));
}
.fx-item-2_5 {
flex: 0 0 calc(calc(100% / 5 * 2) - (var(--cols-gap) / 2));
}
@media screen and (min-width: 320px) {
.fx-item-xs-1_2 {
flex: 0 0 calc(50% - (var(--cols-gap) / 2));
}
.fx-item-xs-1_3 {
flex: 0 0 calc(33.33% - (var(--cols-gap) / 2));
}
.fx-item-xs-2_3 {
flex: 0 0 calc(66.66% - (var(--cols-gap) / 2));
}
.fx-item-xs-3_5 {
flex: 0 0 calc(calc(100% / 5 * 3) - (var(--cols-gap) / 2));
}
.fx-item-xs-2_5 {
flex: 0 0 calc(calc(100% / 5 * 2) - (var(--cols-gap) / 2));
}
}
@media screen and (min-width: 768px) {
.fx-item-sm-1_2 {
flex: 0 0 calc(50% - (var(--cols-gap) / 2));
}
.fx-item-sm-1_3 {
flex: 0 0 calc(33.33% - (var(--cols-gap) / 2));
}
.fx-item-sm-2_3 {
flex: 0 0 calc(66.66% - (var(--cols-gap) / 2));
}
.fx-item-sm-3_5 {
flex: 0 0 calc(calc(100% / 5 * 3) - (var(--cols-gap) / 2));
}
.fx-item-sm-2_5 {
flex: 0 0 calc(calc(100% / 5 * 2) - (var(--cols-gap) / 2));
}
}
@media screen and (min-width: 992px) {
.fx-item-md-1_2 {
flex: 0 0 calc(50% - (var(--cols-gap) / 2));
}
.fx-item-md-1_3 {
flex: 0 0 calc(33.33% - (var(--cols-gap) / 2));
}
.fx-item-md-2_3 {
flex: 0 0 calc(66.66% - (var(--cols-gap) / 2));
}
.fx-item-md-3_5 {
flex: 0 0 calc(calc(100% / 5 * 3) - (var(--cols-gap) / 2));
}
.fx-item-md-2_5 {
flex: 0 0 calc(calc(100% / 5 * 2) - (var(--cols-gap) / 2));
}
}
@media screen and (min-width: 1200px) {
.fx-item-lg-1_2 {
flex: 0 0 calc(50% - (var(--cols-gap) / 2));
}
.fx-item-lg-1_3 {
flex: 0 0 calc(33.33% - (var(--cols-gap) / 2));
}
.fx-item-lg-2_3 {
flex: 0 0 calc(66.66% - (var(--cols-gap) / 2));
}
.fx-item-lg-3_5 {
flex: 0 0 calc(calc(100% / 5 * 3) - (var(--cols-gap) / 2));
}
.fx-item-lg-2_5 {
flex: 0 0 calc(calc(100% / 5 * 2) - (var(--cols-gap) / 2));
}
}
@media screen and (min-width: 1600px) {
.fx-item-xl-1_2 {
flex: 0 0 calc(50% - (var(--cols-gap) / 2));
}
.fx-item-xl-1_3 {
flex: 0 0 calc(33.33% - (var(--cols-gap) / 2));
}
.fx-item-xl-2_3 {
flex: 0 0 calc(66.66% - (var(--cols-gap) / 2));
}
.fx-item-xl-3_5 {
flex: 0 0 calc(calc(100% / 5 * 3) - (var(--cols-gap) / 2));
}
.fx-item-xl-2_5 {
flex: 0 0 calc(calc(100% / 5 * 2) - (var(--cols-gap) / 2));
}
} .fx-wrap {
flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
.fx-wrap-xs {
flex-wrap: wrap;
}
}
@media screen and (min-width: 768px) {
.fx-wrap-sm {
flex-wrap: wrap;
}
}
@media screen and (min-width: 992px) {
.fx-wrap-md {
flex-wrap: wrap;
}
}
@media screen and (min-width: 1200px) {
.fx-wrap-lg {
flex-wrap: wrap;
}
}
@media screen and (min-width: 1600px) {
.fx-wrap-xl {
flex-wrap: wrap;
}
}
.fx-al-center {
align-items: center;
}
.fx-al-start {
align-items: flex-start;
}
.fx-al-end {
align-items: flex-end;
}
.fx-just-center {
justify-content: center;
}
.fx-just-start {
justify-content: flex-start;
}
.fx-just-end {
justify-content: flex-end;
}
@media screen and (min-width: 320px) {
.fx-al-center-xs {
align-items: center;
}
.fx-al-start-xs {
align-items: flex-start;
}
.fx-al-end-xs {
align-items: flex-end;
}
.fx-just-center-xs {
justify-content: center;
}
.fx-just-start-xs {
justify-content: flex-start;
}
.fx-just-end-xs {
justify-content: flex-end;
}
}
@media screen and (min-width: 768px) {
.fx-al-center-sm {
align-items: center;
}
.fx-al-start-sm {
align-items: flex-start;
}
.fx-al-end-sm {
align-items: flex-end;
}
.fx-just-center-sm {
justify-content: center;
}
.fx-just-start-sm {
justify-content: flex-start;
}
.fx-just-end-sm {
justify-content: flex-end;
}
}
@media screen and (min-width: 992px) {
.fx-al-center-md {
align-items: center;
}
.fx-al-start-md {
align-items: flex-start;
}
.fx-al-end-md {
align-items: flex-end;
}
.fx-just-center-md {
justify-content: center;
}
.fx-just-start-md {
justify-content: flex-start;
}
.fx-just-end-md {
justify-content: flex-end;
}
}
@media screen and (min-width: 1200px) {
.fx-al-center-lg {
align-items: center;
}
.fx-al-start-lg {
align-items: flex-start;
}
.fx-al-end-lg {
align-items: flex-end;
}
.fx-just-center-lg {
justify-content: center;
}
.fx-just-start-lg {
justify-content: flex-start;
}
.fx-just-end-lg {
justify-content: flex-end;
}
}
@media screen and (min-width: 1600px) {
.fx-al-center-xl {
align-items: center;
}
.fx-al-start-xl {
align-items: flex-start;
}
.fx-al-end-xl {
align-items: flex-end;
}
.fx-just-center-xl {
justify-content: center;
}
.fx-just-start-xl {
justify-content: flex-start;
}
.fx-just-end-xl {
justify-content: flex-end;
}
}
.m-container {
margin-left: var(--container-margin);
margin-right: var(--container-margin);
}
.m-0 {
margin: 0px;
}
.mx-0 {
margin-left: 0px;
margin-right: 0px;
}
.my-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.mt-0 {
margin-top: 0px;
}
.mb-0 {
margin-bottom: 0px;
}
.ml-0 {
margin-left: 0px;
}
.mr-0 {
margin-right: 0px;
}
.m-10 {
margin: 10px;
}
.mx-10 {
margin-left: 10px;
margin-right: 10px;
}
.my-10 {
margin-top: 10px;
margin-bottom: 10px;
}
.mt-10 {
margin-top: 10px;
}
.mb-10 {
margin-bottom: 10px;
}
.ml-10 {
margin-left: 10px;
}
.mr-10 {
margin-right: 10px;
}
.m-25 {
margin: 25px;
}
.mx-25 {
margin-left: 25px;
margin-right: 25px;
}
.my-25 {
margin-top: 25px;
margin-bottom: 25px;
}
.mt-25 {
margin-top: 25px;
}
.mb-25 {
margin-bottom: 25px;
}
.ml-25 {
margin-left: 25px;
}
.mr-25 {
margin-right: 25px;
}
.m-35 {
margin: 35px;
}
.mx-35 {
margin-left: 35px;
margin-right: 35px;
}
.my-35 {
margin-top: 35px;
margin-bottom: 35px;
}
.mt-35 {
margin-top: 35px;
}
.mb-35 {
margin-bottom: 35px;
}
.ml-35 {
margin-left: 35px;
}
.mr-35 {
margin-right: 35px;
}
.m-50 {
margin: 50px;
}
.mx-50 {
margin-left: 50px;
margin-right: 50px;
}
.my-50 {
margin-top: 50px;
margin-bottom: 50px;
}
.mt-50 {
margin-top: 50px;
}
.mb-50 {
margin-bottom: 50px;
}
.ml-50 {
margin-left: 50px;
}
.mr-50 {
margin-right: 50px;
}
.m-75 {
margin: 75px;
}
.mx-75 {
margin-left: 75px;
margin-right: 75px;
}
.my-75 {
margin-top: 75px;
margin-bottom: 75px;
}
.mt-75 {
margin-top: 75px;
}
.mb-75 {
margin-bottom: 75px;
}
.ml-75 {
margin-left: 75px;
}
.mr-75 {
margin-right: 75px;
}
.m-100 {
margin: 100px;
}
.mx-100 {
margin-left: 100px;
margin-right: 100px;
}
.my-100 {
margin-top: 100px;
margin-bottom: 100px;
}
.mt-100 {
margin-top: 100px;
}
.mb-100 {
margin-bottom: 100px;
}
.ml-100 {
margin-left: 100px;
}
.mr-100 {
margin-right: 100px;
}
.m-150 {
margin: 150px;
}
.mx-150 {
margin-left: 150px;
margin-right: 150px;
}
.my-150 {
margin-top: 150px;
margin-bottom: 150px;
}
.mt-150 {
margin-top: 150px;
}
.mb-150 {
margin-bottom: 150px;
}
.ml-150 {
margin-left: 150px;
}
.mr-150 {
margin-right: 150px;
}
@media screen and (min-width: 320px) {
.m-xs-0 {
margin: 0px;
}
.mx-xs-0 {
margin-left: 0px;
margin-right: 0px;
}
.my-xs-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.mt-xs-0 {
margin-top: 0px;
}
.mb-xs-0 {
margin-bottom: 0px;
}
.ml-xs-0 {
margin-left: 0px;
}
.mr-xs-0 {
margin-right: 0px;
}
.m-xs-10 {
margin: 10px;
}
.mx-xs-10 {
margin-left: 10px;
margin-right: 10px;
}
.my-xs-10 {
margin-top: 10px;
margin-bottom: 10px;
}
.mt-xs-10 {
margin-top: 10px;
}
.mb-xs-10 {
margin-bottom: 10px;
}
.ml-xs-10 {
margin-left: 10px;
}
.mr-xs-10 {
margin-right: 10px;
}
.m-xs-25 {
margin: 25px;
}
.mx-xs-25 {
margin-left: 25px;
margin-right: 25px;
}
.my-xs-25 {
margin-top: 25px;
margin-bottom: 25px;
}
.mt-xs-25 {
margin-top: 25px;
}
.mb-xs-25 {
margin-bottom: 25px;
}
.ml-xs-25 {
margin-left: 25px;
}
.mr-xs-25 {
margin-right: 25px;
}
.m-xs-35 {
margin: 35px;
}
.mx-xs-35 {
margin-left: 35px;
margin-right: 35px;
}
.my-xs-35 {
margin-top: 35px;
margin-bottom: 35px;
}
.mt-xs-35 {
margin-top: 35px;
}
.mb-xs-35 {
margin-bottom: 35px;
}
.ml-xs-35 {
margin-left: 35px;
}
.mr-xs-35 {
margin-right: 35px;
}
.m-xs-50 {
margin: 50px;
}
.mx-xs-50 {
margin-left: 50px;
margin-right: 50px;
}
.my-xs-50 {
margin-top: 50px;
margin-bottom: 50px;
}
.mt-xs-50 {
margin-top: 50px;
}
.mb-xs-50 {
margin-bottom: 50px;
}
.ml-xs-50 {
margin-left: 50px;
}
.mr-xs-50 {
margin-right: 50px;
}
.m-xs-75 {
margin: 75px;
}
.mx-xs-75 {
margin-left: 75px;
margin-right: 75px;
}
.my-xs-75 {
margin-top: 75px;
margin-bottom: 75px;
}
.mt-xs-75 {
margin-top: 75px;
}
.mb-xs-75 {
margin-bottom: 75px;
}
.ml-xs-75 {
margin-left: 75px;
}
.mr-xs-75 {
margin-right: 75px;
}
.m-xs-100 {
margin: 100px;
}
.mx-xs-100 {
margin-left: 100px;
margin-right: 100px;
}
.my-xs-100 {
margin-top: 100px;
margin-bottom: 100px;
}
.mt-xs-100 {
margin-top: 100px;
}
.mb-xs-100 {
margin-bottom: 100px;
}
.ml-xs-100 {
margin-left: 100px;
}
.mr-xs-100 {
margin-right: 100px;
}
.m-xs-150 {
margin: 150px;
}
.mx-xs-150 {
margin-left: 150px;
margin-right: 150px;
}
.my-xs-150 {
margin-top: 150px;
margin-bottom: 150px;
}
.mt-xs-150 {
margin-top: 150px;
}
.mb-xs-150 {
margin-bottom: 150px;
}
.ml-xs-150 {
margin-left: 150px;
}
.mr-xs-150 {
margin-right: 150px;
}
}
@media screen and (min-width: 768px) {
.m-sm-0 {
margin: 0px;
}
.mx-sm-0 {
margin-left: 0px;
margin-right: 0px;
}
.my-sm-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.mt-sm-0 {
margin-top: 0px;
}
.mb-sm-0 {
margin-bottom: 0px;
}
.ml-sm-0 {
margin-left: 0px;
}
.mr-sm-0 {
margin-right: 0px;
}
.m-sm-10 {
margin: 10px;
}
.mx-sm-10 {
margin-left: 10px;
margin-right: 10px;
}
.my-sm-10 {
margin-top: 10px;
margin-bottom: 10px;
}
.mt-sm-10 {
margin-top: 10px;
}
.mb-sm-10 {
margin-bottom: 10px;
}
.ml-sm-10 {
margin-left: 10px;
}
.mr-sm-10 {
margin-right: 10px;
}
.m-sm-25 {
margin: 25px;
}
.mx-sm-25 {
margin-left: 25px;
margin-right: 25px;
}
.my-sm-25 {
margin-top: 25px;
margin-bottom: 25px;
}
.mt-sm-25 {
margin-top: 25px;
}
.mb-sm-25 {
margin-bottom: 25px;
}
.ml-sm-25 {
margin-left: 25px;
}
.mr-sm-25 {
margin-right: 25px;
}
.m-sm-35 {
margin: 35px;
}
.mx-sm-35 {
margin-left: 35px;
margin-right: 35px;
}
.my-sm-35 {
margin-top: 35px;
margin-bottom: 35px;
}
.mt-sm-35 {
margin-top: 35px;
}
.mb-sm-35 {
margin-bottom: 35px;
}
.ml-sm-35 {
margin-left: 35px;
}
.mr-sm-35 {
margin-right: 35px;
}
.m-sm-50 {
margin: 50px;
}
.mx-sm-50 {
margin-left: 50px;
margin-right: 50px;
}
.my-sm-50 {
margin-top: 50px;
margin-bottom: 50px;
}
.mt-sm-50 {
margin-top: 50px;
}
.mb-sm-50 {
margin-bottom: 50px;
}
.ml-sm-50 {
margin-left: 50px;
}
.mr-sm-50 {
margin-right: 50px;
}
.m-sm-75 {
margin: 75px;
}
.mx-sm-75 {
margin-left: 75px;
margin-right: 75px;
}
.my-sm-75 {
margin-top: 75px;
margin-bottom: 75px;
}
.mt-sm-75 {
margin-top: 75px;
}
.mb-sm-75 {
margin-bottom: 75px;
}
.ml-sm-75 {
margin-left: 75px;
}
.mr-sm-75 {
margin-right: 75px;
}
.m-sm-100 {
margin: 100px;
}
.mx-sm-100 {
margin-left: 100px;
margin-right: 100px;
}
.my-sm-100 {
margin-top: 100px;
margin-bottom: 100px;
}
.mt-sm-100 {
margin-top: 100px;
}
.mb-sm-100 {
margin-bottom: 100px;
}
.ml-sm-100 {
margin-left: 100px;
}
.mr-sm-100 {
margin-right: 100px;
}
.m-sm-150 {
margin: 150px;
}
.mx-sm-150 {
margin-left: 150px;
margin-right: 150px;
}
.my-sm-150 {
margin-top: 150px;
margin-bottom: 150px;
}
.mt-sm-150 {
margin-top: 150px;
}
.mb-sm-150 {
margin-bottom: 150px;
}
.ml-sm-150 {
margin-left: 150px;
}
.mr-sm-150 {
margin-right: 150px;
}
}
@media screen and (min-width: 992px) {
.m-md-0 {
margin: 0px;
}
.mx-md-0 {
margin-left: 0px;
margin-right: 0px;
}
.my-md-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.mt-md-0 {
margin-top: 0px;
}
.mb-md-0 {
margin-bottom: 0px;
}
.ml-md-0 {
margin-left: 0px;
}
.mr-md-0 {
margin-right: 0px;
}
.m-md-10 {
margin: 10px;
}
.mx-md-10 {
margin-left: 10px;
margin-right: 10px;
}
.my-md-10 {
margin-top: 10px;
margin-bottom: 10px;
}
.mt-md-10 {
margin-top: 10px;
}
.mb-md-10 {
margin-bottom: 10px;
}
.ml-md-10 {
margin-left: 10px;
}
.mr-md-10 {
margin-right: 10px;
}
.m-md-25 {
margin: 25px;
}
.mx-md-25 {
margin-left: 25px;
margin-right: 25px;
}
.my-md-25 {
margin-top: 25px;
margin-bottom: 25px;
}
.mt-md-25 {
margin-top: 25px;
}
.mb-md-25 {
margin-bottom: 25px;
}
.ml-md-25 {
margin-left: 25px;
}
.mr-md-25 {
margin-right: 25px;
}
.m-md-35 {
margin: 35px;
}
.mx-md-35 {
margin-left: 35px;
margin-right: 35px;
}
.my-md-35 {
margin-top: 35px;
margin-bottom: 35px;
}
.mt-md-35 {
margin-top: 35px;
}
.mb-md-35 {
margin-bottom: 35px;
}
.ml-md-35 {
margin-left: 35px;
}
.mr-md-35 {
margin-right: 35px;
}
.m-md-50 {
margin: 50px;
}
.mx-md-50 {
margin-left: 50px;
margin-right: 50px;
}
.my-md-50 {
margin-top: 50px;
margin-bottom: 50px;
}
.mt-md-50 {
margin-top: 50px;
}
.mb-md-50 {
margin-bottom: 50px;
}
.ml-md-50 {
margin-left: 50px;
}
.mr-md-50 {
margin-right: 50px;
}
.m-md-75 {
margin: 75px;
}
.mx-md-75 {
margin-left: 75px;
margin-right: 75px;
}
.my-md-75 {
margin-top: 75px;
margin-bottom: 75px;
}
.mt-md-75 {
margin-top: 75px;
}
.mb-md-75 {
margin-bottom: 75px;
}
.ml-md-75 {
margin-left: 75px;
}
.mr-md-75 {
margin-right: 75px;
}
.m-md-100 {
margin: 100px;
}
.mx-md-100 {
margin-left: 100px;
margin-right: 100px;
}
.my-md-100 {
margin-top: 100px;
margin-bottom: 100px;
}
.mt-md-100 {
margin-top: 100px;
}
.mb-md-100 {
margin-bottom: 100px;
}
.ml-md-100 {
margin-left: 100px;
}
.mr-md-100 {
margin-right: 100px;
}
.m-md-150 {
margin: 150px;
}
.mx-md-150 {
margin-left: 150px;
margin-right: 150px;
}
.my-md-150 {
margin-top: 150px;
margin-bottom: 150px;
}
.mt-md-150 {
margin-top: 150px;
}
.mb-md-150 {
margin-bottom: 150px;
}
.ml-md-150 {
margin-left: 150px;
}
.mr-md-150 {
margin-right: 150px;
}
}
@media screen and (min-width: 1200px) {
.m-lg-0 {
margin: 0px;
}
.mx-lg-0 {
margin-left: 0px;
margin-right: 0px;
}
.my-lg-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.mt-lg-0 {
margin-top: 0px;
}
.mb-lg-0 {
margin-bottom: 0px;
}
.ml-lg-0 {
margin-left: 0px;
}
.mr-lg-0 {
margin-right: 0px;
}
.m-lg-10 {
margin: 10px;
}
.mx-lg-10 {
margin-left: 10px;
margin-right: 10px;
}
.my-lg-10 {
margin-top: 10px;
margin-bottom: 10px;
}
.mt-lg-10 {
margin-top: 10px;
}
.mb-lg-10 {
margin-bottom: 10px;
}
.ml-lg-10 {
margin-left: 10px;
}
.mr-lg-10 {
margin-right: 10px;
}
.m-lg-25 {
margin: 25px;
}
.mx-lg-25 {
margin-left: 25px;
margin-right: 25px;
}
.my-lg-25 {
margin-top: 25px;
margin-bottom: 25px;
}
.mt-lg-25 {
margin-top: 25px;
}
.mb-lg-25 {
margin-bottom: 25px;
}
.ml-lg-25 {
margin-left: 25px;
}
.mr-lg-25 {
margin-right: 25px;
}
.m-lg-35 {
margin: 35px;
}
.mx-lg-35 {
margin-left: 35px;
margin-right: 35px;
}
.my-lg-35 {
margin-top: 35px;
margin-bottom: 35px;
}
.mt-lg-35 {
margin-top: 35px;
}
.mb-lg-35 {
margin-bottom: 35px;
}
.ml-lg-35 {
margin-left: 35px;
}
.mr-lg-35 {
margin-right: 35px;
}
.m-lg-50 {
margin: 50px;
}
.mx-lg-50 {
margin-left: 50px;
margin-right: 50px;
}
.my-lg-50 {
margin-top: 50px;
margin-bottom: 50px;
}
.mt-lg-50 {
margin-top: 50px;
}
.mb-lg-50 {
margin-bottom: 50px;
}
.ml-lg-50 {
margin-left: 50px;
}
.mr-lg-50 {
margin-right: 50px;
}
.m-lg-75 {
margin: 75px;
}
.mx-lg-75 {
margin-left: 75px;
margin-right: 75px;
}
.my-lg-75 {
margin-top: 75px;
margin-bottom: 75px;
}
.mt-lg-75 {
margin-top: 75px;
}
.mb-lg-75 {
margin-bottom: 75px;
}
.ml-lg-75 {
margin-left: 75px;
}
.mr-lg-75 {
margin-right: 75px;
}
.m-lg-100 {
margin: 100px;
}
.mx-lg-100 {
margin-left: 100px;
margin-right: 100px;
}
.my-lg-100 {
margin-top: 100px;
margin-bottom: 100px;
}
.mt-lg-100 {
margin-top: 100px;
}
.mb-lg-100 {
margin-bottom: 100px;
}
.ml-lg-100 {
margin-left: 100px;
}
.mr-lg-100 {
margin-right: 100px;
}
.m-lg-150 {
margin: 150px;
}
.mx-lg-150 {
margin-left: 150px;
margin-right: 150px;
}
.my-lg-150 {
margin-top: 150px;
margin-bottom: 150px;
}
.mt-lg-150 {
margin-top: 150px;
}
.mb-lg-150 {
margin-bottom: 150px;
}
.ml-lg-150 {
margin-left: 150px;
}
.mr-lg-150 {
margin-right: 150px;
}
}
@media screen and (min-width: 1600px) {
.m-xl-0 {
margin: 0px;
}
.mx-xl-0 {
margin-left: 0px;
margin-right: 0px;
}
.my-xl-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.mt-xl-0 {
margin-top: 0px;
}
.mb-xl-0 {
margin-bottom: 0px;
}
.ml-xl-0 {
margin-left: 0px;
}
.mr-xl-0 {
margin-right: 0px;
}
.m-xl-10 {
margin: 10px;
}
.mx-xl-10 {
margin-left: 10px;
margin-right: 10px;
}
.my-xl-10 {
margin-top: 10px;
margin-bottom: 10px;
}
.mt-xl-10 {
margin-top: 10px;
}
.mb-xl-10 {
margin-bottom: 10px;
}
.ml-xl-10 {
margin-left: 10px;
}
.mr-xl-10 {
margin-right: 10px;
}
.m-xl-25 {
margin: 25px;
}
.mx-xl-25 {
margin-left: 25px;
margin-right: 25px;
}
.my-xl-25 {
margin-top: 25px;
margin-bottom: 25px;
}
.mt-xl-25 {
margin-top: 25px;
}
.mb-xl-25 {
margin-bottom: 25px;
}
.ml-xl-25 {
margin-left: 25px;
}
.mr-xl-25 {
margin-right: 25px;
}
.m-xl-35 {
margin: 35px;
}
.mx-xl-35 {
margin-left: 35px;
margin-right: 35px;
}
.my-xl-35 {
margin-top: 35px;
margin-bottom: 35px;
}
.mt-xl-35 {
margin-top: 35px;
}
.mb-xl-35 {
margin-bottom: 35px;
}
.ml-xl-35 {
margin-left: 35px;
}
.mr-xl-35 {
margin-right: 35px;
}
.m-xl-50 {
margin: 50px;
}
.mx-xl-50 {
margin-left: 50px;
margin-right: 50px;
}
.my-xl-50 {
margin-top: 50px;
margin-bottom: 50px;
}
.mt-xl-50 {
margin-top: 50px;
}
.mb-xl-50 {
margin-bottom: 50px;
}
.ml-xl-50 {
margin-left: 50px;
}
.mr-xl-50 {
margin-right: 50px;
}
.m-xl-75 {
margin: 75px;
}
.mx-xl-75 {
margin-left: 75px;
margin-right: 75px;
}
.my-xl-75 {
margin-top: 75px;
margin-bottom: 75px;
}
.mt-xl-75 {
margin-top: 75px;
}
.mb-xl-75 {
margin-bottom: 75px;
}
.ml-xl-75 {
margin-left: 75px;
}
.mr-xl-75 {
margin-right: 75px;
}
.m-xl-100 {
margin: 100px;
}
.mx-xl-100 {
margin-left: 100px;
margin-right: 100px;
}
.my-xl-100 {
margin-top: 100px;
margin-bottom: 100px;
}
.mt-xl-100 {
margin-top: 100px;
}
.mb-xl-100 {
margin-bottom: 100px;
}
.ml-xl-100 {
margin-left: 100px;
}
.mr-xl-100 {
margin-right: 100px;
}
.m-xl-150 {
margin: 150px;
}
.mx-xl-150 {
margin-left: 150px;
margin-right: 150px;
}
.my-xl-150 {
margin-top: 150px;
margin-bottom: 150px;
}
.mt-xl-150 {
margin-top: 150px;
}
.mb-xl-150 {
margin-bottom: 150px;
}
.ml-xl-150 {
margin-left: 150px;
}
.mr-xl-150 {
margin-right: 150px;
}
}
.p-container {
margin: 0 var(--container-margin);
}
.p-0 {
padding: 0px;
}
.px-0 {
padding-left: 0px;
padding-right: 0px;
}
.py-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.pt-0 {
padding-top: 0px;
}
.pb-0 {
padding-bottom: 0px;
}
.pl-0 {
padding-left: 0px;
}
.pr-0 {
padding-right: 0px;
}
.p-10 {
padding: 10px;
}
.px-10 {
padding-left: 10px;
padding-right: 10px;
}
.py-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.pt-10 {
padding-top: 10px;
}
.pb-10 {
padding-bottom: 10px;
}
.pl-10 {
padding-left: 10px;
}
.pr-10 {
padding-right: 10px;
}
.p-25 {
padding: 25px;
}
.px-25 {
padding-left: 25px;
padding-right: 25px;
}
.py-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.pt-25 {
padding-top: 25px;
}
.pb-25 {
padding-bottom: 25px;
}
.pl-25 {
padding-left: 25px;
}
.pr-25 {
padding-right: 25px;
}
.p-35 {
padding: 35px;
}
.px-35 {
padding-left: 35px;
padding-right: 35px;
}
.py-35 {
padding-top: 35px;
padding-bottom: 35px;
}
.pt-35 {
padding-top: 35px;
}
.pb-35 {
padding-bottom: 35px;
}
.pl-35 {
padding-left: 35px;
}
.pr-35 {
padding-right: 35px;
}
.p-50 {
padding: 50px;
}
.px-50 {
padding-left: 50px;
padding-right: 50px;
}
.py-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.pt-50 {
padding-top: 50px;
}
.pb-50 {
padding-bottom: 50px;
}
.pl-50 {
padding-left: 50px;
}
.pr-50 {
padding-right: 50px;
}
.p-75 {
padding: 75px;
}
.px-75 {
padding-left: 75px;
padding-right: 75px;
}
.py-75 {
padding-top: 75px;
padding-bottom: 75px;
}
.pt-75 {
padding-top: 75px;
}
.pb-75 {
padding-bottom: 75px;
}
.pl-75 {
padding-left: 75px;
}
.pr-75 {
padding-right: 75px;
}
.p-100 {
padding: 100px;
}
.px-100 {
padding-left: 100px;
padding-right: 100px;
}
.py-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.pt-100 {
padding-top: 100px;
}
.pb-100 {
padding-bottom: 100px;
}
.pl-100 {
padding-left: 100px;
}
.pr-100 {
padding-right: 100px;
}
.p-150 {
padding: 150px;
}
.px-150 {
padding-left: 150px;
padding-right: 150px;
}
.py-150 {
padding-top: 150px;
padding-bottom: 150px;
}
.pt-150 {
padding-top: 150px;
}
.pb-150 {
padding-bottom: 150px;
}
.pl-150 {
padding-left: 150px;
}
.pr-150 {
padding-right: 150px;
}
@media screen and (min-width: 320px) {
.p-container-xs {
margin: 0 var(--container-margin);
}
.p-xs-0 {
padding: 0px;
}
.px-xs-0 {
padding-left: 0px;
padding-right: 0px;
}
.py-xs-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.pt-xs-0 {
padding-top: 0px;
}
.pb-xs-0 {
padding-bottom: 0px;
}
.pl-xs-0 {
padding-left: 0px;
}
.pr-xs-0 {
padding-right: 0px;
}
.p-xs-10 {
padding: 10px;
}
.px-xs-10 {
padding-left: 10px;
padding-right: 10px;
}
.py-xs-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.pt-xs-10 {
padding-top: 10px;
}
.pb-xs-10 {
padding-bottom: 10px;
}
.pl-xs-10 {
padding-left: 10px;
}
.pr-xs-10 {
padding-right: 10px;
}
.p-xs-25 {
padding: 25px;
}
.px-xs-25 {
padding-left: 25px;
padding-right: 25px;
}
.py-xs-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.pt-xs-25 {
padding-top: 25px;
}
.pb-xs-25 {
padding-bottom: 25px;
}
.pl-xs-25 {
padding-left: 25px;
}
.pr-xs-25 {
padding-right: 25px;
}
.p-xs-35 {
padding: 35px;
}
.px-xs-35 {
padding-left: 35px;
padding-right: 35px;
}
.py-xs-35 {
padding-top: 35px;
padding-bottom: 35px;
}
.pt-xs-35 {
padding-top: 35px;
}
.pb-xs-35 {
padding-bottom: 35px;
}
.pl-xs-35 {
padding-left: 35px;
}
.pr-xs-35 {
padding-right: 35px;
}
.p-xs-50 {
padding: 50px;
}
.px-xs-50 {
padding-left: 50px;
padding-right: 50px;
}
.py-xs-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.pt-xs-50 {
padding-top: 50px;
}
.pb-xs-50 {
padding-bottom: 50px;
}
.pl-xs-50 {
padding-left: 50px;
}
.pr-xs-50 {
padding-right: 50px;
}
.p-xs-75 {
padding: 75px;
}
.px-xs-75 {
padding-left: 75px;
padding-right: 75px;
}
.py-xs-75 {
padding-top: 75px;
padding-bottom: 75px;
}
.pt-xs-75 {
padding-top: 75px;
}
.pb-xs-75 {
padding-bottom: 75px;
}
.pl-xs-75 {
padding-left: 75px;
}
.pr-xs-75 {
padding-right: 75px;
}
.p-xs-100 {
padding: 100px;
}
.px-xs-100 {
padding-left: 100px;
padding-right: 100px;
}
.py-xs-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.pt-xs-100 {
padding-top: 100px;
}
.pb-xs-100 {
padding-bottom: 100px;
}
.pl-xs-100 {
padding-left: 100px;
}
.pr-xs-100 {
padding-right: 100px;
}
.p-xs-150 {
padding: 150px;
}
.px-xs-150 {
padding-left: 150px;
padding-right: 150px;
}
.py-xs-150 {
padding-top: 150px;
padding-bottom: 150px;
}
.pt-xs-150 {
padding-top: 150px;
}
.pb-xs-150 {
padding-bottom: 150px;
}
.pl-xs-150 {
padding-left: 150px;
}
.pr-xs-150 {
padding-right: 150px;
}
}
@media screen and (min-width: 768px) {
.p-container-sm {
margin: 0 var(--container-margin);
}
.p-sm-0 {
padding: 0px;
}
.px-sm-0 {
padding-left: 0px;
padding-right: 0px;
}
.py-sm-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.pt-sm-0 {
padding-top: 0px;
}
.pb-sm-0 {
padding-bottom: 0px;
}
.pl-sm-0 {
padding-left: 0px;
}
.pr-sm-0 {
padding-right: 0px;
}
.p-sm-10 {
padding: 10px;
}
.px-sm-10 {
padding-left: 10px;
padding-right: 10px;
}
.py-sm-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.pt-sm-10 {
padding-top: 10px;
}
.pb-sm-10 {
padding-bottom: 10px;
}
.pl-sm-10 {
padding-left: 10px;
}
.pr-sm-10 {
padding-right: 10px;
}
.p-sm-25 {
padding: 25px;
}
.px-sm-25 {
padding-left: 25px;
padding-right: 25px;
}
.py-sm-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.pt-sm-25 {
padding-top: 25px;
}
.pb-sm-25 {
padding-bottom: 25px;
}
.pl-sm-25 {
padding-left: 25px;
}
.pr-sm-25 {
padding-right: 25px;
}
.p-sm-35 {
padding: 35px;
}
.px-sm-35 {
padding-left: 35px;
padding-right: 35px;
}
.py-sm-35 {
padding-top: 35px;
padding-bottom: 35px;
}
.pt-sm-35 {
padding-top: 35px;
}
.pb-sm-35 {
padding-bottom: 35px;
}
.pl-sm-35 {
padding-left: 35px;
}
.pr-sm-35 {
padding-right: 35px;
}
.p-sm-50 {
padding: 50px;
}
.px-sm-50 {
padding-left: 50px;
padding-right: 50px;
}
.py-sm-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.pt-sm-50 {
padding-top: 50px;
}
.pb-sm-50 {
padding-bottom: 50px;
}
.pl-sm-50 {
padding-left: 50px;
}
.pr-sm-50 {
padding-right: 50px;
}
.p-sm-75 {
padding: 75px;
}
.px-sm-75 {
padding-left: 75px;
padding-right: 75px;
}
.py-sm-75 {
padding-top: 75px;
padding-bottom: 75px;
}
.pt-sm-75 {
padding-top: 75px;
}
.pb-sm-75 {
padding-bottom: 75px;
}
.pl-sm-75 {
padding-left: 75px;
}
.pr-sm-75 {
padding-right: 75px;
}
.p-sm-100 {
padding: 100px;
}
.px-sm-100 {
padding-left: 100px;
padding-right: 100px;
}
.py-sm-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.pt-sm-100 {
padding-top: 100px;
}
.pb-sm-100 {
padding-bottom: 100px;
}
.pl-sm-100 {
padding-left: 100px;
}
.pr-sm-100 {
padding-right: 100px;
}
.p-sm-150 {
padding: 150px;
}
.px-sm-150 {
padding-left: 150px;
padding-right: 150px;
}
.py-sm-150 {
padding-top: 150px;
padding-bottom: 150px;
}
.pt-sm-150 {
padding-top: 150px;
}
.pb-sm-150 {
padding-bottom: 150px;
}
.pl-sm-150 {
padding-left: 150px;
}
.pr-sm-150 {
padding-right: 150px;
}
}
@media screen and (min-width: 992px) {
.p-container-md {
margin: 0 var(--container-margin);
}
.p-md-0 {
padding: 0px;
}
.px-md-0 {
padding-left: 0px;
padding-right: 0px;
}
.py-md-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.pt-md-0 {
padding-top: 0px;
}
.pb-md-0 {
padding-bottom: 0px;
}
.pl-md-0 {
padding-left: 0px;
}
.pr-md-0 {
padding-right: 0px;
}
.p-md-10 {
padding: 10px;
}
.px-md-10 {
padding-left: 10px;
padding-right: 10px;
}
.py-md-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.pt-md-10 {
padding-top: 10px;
}
.pb-md-10 {
padding-bottom: 10px;
}
.pl-md-10 {
padding-left: 10px;
}
.pr-md-10 {
padding-right: 10px;
}
.p-md-25 {
padding: 25px;
}
.px-md-25 {
padding-left: 25px;
padding-right: 25px;
}
.py-md-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.pt-md-25 {
padding-top: 25px;
}
.pb-md-25 {
padding-bottom: 25px;
}
.pl-md-25 {
padding-left: 25px;
}
.pr-md-25 {
padding-right: 25px;
}
.p-md-35 {
padding: 35px;
}
.px-md-35 {
padding-left: 35px;
padding-right: 35px;
}
.py-md-35 {
padding-top: 35px;
padding-bottom: 35px;
}
.pt-md-35 {
padding-top: 35px;
}
.pb-md-35 {
padding-bottom: 35px;
}
.pl-md-35 {
padding-left: 35px;
}
.pr-md-35 {
padding-right: 35px;
}
.p-md-50 {
padding: 50px;
}
.px-md-50 {
padding-left: 50px;
padding-right: 50px;
}
.py-md-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.pt-md-50 {
padding-top: 50px;
}
.pb-md-50 {
padding-bottom: 50px;
}
.pl-md-50 {
padding-left: 50px;
}
.pr-md-50 {
padding-right: 50px;
}
.p-md-75 {
padding: 75px;
}
.px-md-75 {
padding-left: 75px;
padding-right: 75px;
}
.py-md-75 {
padding-top: 75px;
padding-bottom: 75px;
}
.pt-md-75 {
padding-top: 75px;
}
.pb-md-75 {
padding-bottom: 75px;
}
.pl-md-75 {
padding-left: 75px;
}
.pr-md-75 {
padding-right: 75px;
}
.p-md-100 {
padding: 100px;
}
.px-md-100 {
padding-left: 100px;
padding-right: 100px;
}
.py-md-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.pt-md-100 {
padding-top: 100px;
}
.pb-md-100 {
padding-bottom: 100px;
}
.pl-md-100 {
padding-left: 100px;
}
.pr-md-100 {
padding-right: 100px;
}
.p-md-150 {
padding: 150px;
}
.px-md-150 {
padding-left: 150px;
padding-right: 150px;
}
.py-md-150 {
padding-top: 150px;
padding-bottom: 150px;
}
.pt-md-150 {
padding-top: 150px;
}
.pb-md-150 {
padding-bottom: 150px;
}
.pl-md-150 {
padding-left: 150px;
}
.pr-md-150 {
padding-right: 150px;
}
}
@media screen and (min-width: 1200px) {
.p-container-lg {
margin: 0 var(--container-margin);
}
.p-lg-0 {
padding: 0px;
}
.px-lg-0 {
padding-left: 0px;
padding-right: 0px;
}
.py-lg-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.pt-lg-0 {
padding-top: 0px;
}
.pb-lg-0 {
padding-bottom: 0px;
}
.pl-lg-0 {
padding-left: 0px;
}
.pr-lg-0 {
padding-right: 0px;
}
.p-lg-10 {
padding: 10px;
}
.px-lg-10 {
padding-left: 10px;
padding-right: 10px;
}
.py-lg-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.pt-lg-10 {
padding-top: 10px;
}
.pb-lg-10 {
padding-bottom: 10px;
}
.pl-lg-10 {
padding-left: 10px;
}
.pr-lg-10 {
padding-right: 10px;
}
.p-lg-25 {
padding: 25px;
}
.px-lg-25 {
padding-left: 25px;
padding-right: 25px;
}
.py-lg-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.pt-lg-25 {
padding-top: 25px;
}
.pb-lg-25 {
padding-bottom: 25px;
}
.pl-lg-25 {
padding-left: 25px;
}
.pr-lg-25 {
padding-right: 25px;
}
.p-lg-35 {
padding: 35px;
}
.px-lg-35 {
padding-left: 35px;
padding-right: 35px;
}
.py-lg-35 {
padding-top: 35px;
padding-bottom: 35px;
}
.pt-lg-35 {
padding-top: 35px;
}
.pb-lg-35 {
padding-bottom: 35px;
}
.pl-lg-35 {
padding-left: 35px;
}
.pr-lg-35 {
padding-right: 35px;
}
.p-lg-50 {
padding: 50px;
}
.px-lg-50 {
padding-left: 50px;
padding-right: 50px;
}
.py-lg-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.pt-lg-50 {
padding-top: 50px;
}
.pb-lg-50 {
padding-bottom: 50px;
}
.pl-lg-50 {
padding-left: 50px;
}
.pr-lg-50 {
padding-right: 50px;
}
.p-lg-75 {
padding: 75px;
}
.px-lg-75 {
padding-left: 75px;
padding-right: 75px;
}
.py-lg-75 {
padding-top: 75px;
padding-bottom: 75px;
}
.pt-lg-75 {
padding-top: 75px;
}
.pb-lg-75 {
padding-bottom: 75px;
}
.pl-lg-75 {
padding-left: 75px;
}
.pr-lg-75 {
padding-right: 75px;
}
.p-lg-100 {
padding: 100px;
}
.px-lg-100 {
padding-left: 100px;
padding-right: 100px;
}
.py-lg-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.pt-lg-100 {
padding-top: 100px;
}
.pb-lg-100 {
padding-bottom: 100px;
}
.pl-lg-100 {
padding-left: 100px;
}
.pr-lg-100 {
padding-right: 100px;
}
.p-lg-150 {
padding: 150px;
}
.px-lg-150 {
padding-left: 150px;
padding-right: 150px;
}
.py-lg-150 {
padding-top: 150px;
padding-bottom: 150px;
}
.pt-lg-150 {
padding-top: 150px;
}
.pb-lg-150 {
padding-bottom: 150px;
}
.pl-lg-150 {
padding-left: 150px;
}
.pr-lg-150 {
padding-right: 150px;
}
}
@media screen and (min-width: 1600px) {
.p-container-xl {
margin: 0 var(--container-margin);
}
.p-xl-0 {
padding: 0px;
}
.px-xl-0 {
padding-left: 0px;
padding-right: 0px;
}
.py-xl-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.pt-xl-0 {
padding-top: 0px;
}
.pb-xl-0 {
padding-bottom: 0px;
}
.pl-xl-0 {
padding-left: 0px;
}
.pr-xl-0 {
padding-right: 0px;
}
.p-xl-10 {
padding: 10px;
}
.px-xl-10 {
padding-left: 10px;
padding-right: 10px;
}
.py-xl-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.pt-xl-10 {
padding-top: 10px;
}
.pb-xl-10 {
padding-bottom: 10px;
}
.pl-xl-10 {
padding-left: 10px;
}
.pr-xl-10 {
padding-right: 10px;
}
.p-xl-25 {
padding: 25px;
}
.px-xl-25 {
padding-left: 25px;
padding-right: 25px;
}
.py-xl-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.pt-xl-25 {
padding-top: 25px;
}
.pb-xl-25 {
padding-bottom: 25px;
}
.pl-xl-25 {
padding-left: 25px;
}
.pr-xl-25 {
padding-right: 25px;
}
.p-xl-35 {
padding: 35px;
}
.px-xl-35 {
padding-left: 35px;
padding-right: 35px;
}
.py-xl-35 {
padding-top: 35px;
padding-bottom: 35px;
}
.pt-xl-35 {
padding-top: 35px;
}
.pb-xl-35 {
padding-bottom: 35px;
}
.pl-xl-35 {
padding-left: 35px;
}
.pr-xl-35 {
padding-right: 35px;
}
.p-xl-50 {
padding: 50px;
}
.px-xl-50 {
padding-left: 50px;
padding-right: 50px;
}
.py-xl-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.pt-xl-50 {
padding-top: 50px;
}
.pb-xl-50 {
padding-bottom: 50px;
}
.pl-xl-50 {
padding-left: 50px;
}
.pr-xl-50 {
padding-right: 50px;
}
.p-xl-75 {
padding: 75px;
}
.px-xl-75 {
padding-left: 75px;
padding-right: 75px;
}
.py-xl-75 {
padding-top: 75px;
padding-bottom: 75px;
}
.pt-xl-75 {
padding-top: 75px;
}
.pb-xl-75 {
padding-bottom: 75px;
}
.pl-xl-75 {
padding-left: 75px;
}
.pr-xl-75 {
padding-right: 75px;
}
.p-xl-100 {
padding: 100px;
}
.px-xl-100 {
padding-left: 100px;
padding-right: 100px;
}
.py-xl-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.pt-xl-100 {
padding-top: 100px;
}
.pb-xl-100 {
padding-bottom: 100px;
}
.pl-xl-100 {
padding-left: 100px;
}
.pr-xl-100 {
padding-right: 100px;
}
.p-xl-150 {
padding: 150px;
}
.px-xl-150 {
padding-left: 150px;
padding-right: 150px;
}
.py-xl-150 {
padding-top: 150px;
padding-bottom: 150px;
}
.pt-xl-150 {
padding-top: 150px;
}
.pb-xl-150 {
padding-bottom: 150px;
}
.pl-xl-150 {
padding-left: 150px;
}
.pr-xl-150 {
padding-right: 150px;
}
}
.bg-grey-light {
background-color: #F0EFF4;
}
.bg-grey {
background-color: #D9D9D9;
}
.bg-white {
background-color: #FFFFFF;
}
.bg-black {
background-color: #000000;
}
.bg-blue {
background-color: #014CCB;
}
.txt-grey-light {
color: #F0EFF4;
}
.txt-grey {
color: #D9D9D9;
}
.txt-white {
color: #FFFFFF;
}
.txt-black {
color: #000000;
}
.txt-blue {
color: #014CCB;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-scroll {
overflow: scroll;
}
@media screen and (min-width: 320px) {
.overflow-hidden-xs {
overflow: hidden;
}
.overflow-scroll-xs {
overflow: scroll;
}
}
@media screen and (min-width: 768px) {
.overflow-hidden-sm {
overflow: hidden;
}
.overflow-scroll-sm {
overflow: scroll;
}
}
@media screen and (min-width: 992px) {
.overflow-hidden-md {
overflow: hidden;
}
.overflow-scroll-md {
overflow: scroll;
}
}
@media screen and (min-width: 1200px) {
.overflow-hidden-lg {
overflow: hidden;
}
.overflow-scroll-lg {
overflow: scroll;
}
}
@media screen and (min-width: 1600px) {
.overflow-hidden-xl {
overflow: hidden;
}
.overflow-scroll-xl {
overflow: scroll;
}
}
.opacity-0 {
opacity: 0;
}
.opacity-1 {
opacity: 1;
}
@media screen and (min-width: 320px) {
.opacity-0-xs {
opacity: 0;
}
.opacity-1-xs {
opacity: 1;
}
}
@media screen and (min-width: 768px) {
.opacity-0-sm {
opacity: 0;
}
.opacity-1-sm {
opacity: 1;
}
}
@media screen and (min-width: 992px) {
.opacity-0-md {
opacity: 0;
}
.opacity-1-md {
opacity: 1;
}
}
@media screen and (min-width: 1200px) {
.opacity-0-lg {
opacity: 0;
}
.opacity-1-lg {
opacity: 1;
}
}
@media screen and (min-width: 1600px) {
.opacity-0-xl {
opacity: 0;
}
.opacity-1-xl {
opacity: 1;
}
}
header.header {
position: fixed;
top: 0;
width: var(--header-width);
height: var(--header-height);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
z-index: 99;
transition: all 250ms;
}
header.header .bar-1, header.header .bar-2 {
content: "";
width: calc(50vw - 120px);
height: 1px;
background: white;
position: absolute;
top: 50%;
transition: all 250ms;
mix-blend-mode: difference;
}
header.header .bar-1.is_dark, header.header .bar-2.is_dark {
background: black;
}
header.header .bar-1 {
left: 50%;
transform: translate(calc(-100% - 50px), -50%);
background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
header.header .bar-1.is_dark {
background: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
header.header .bar-2 {
right: 50%;
transform: translate(calc(100% + 35px), -50%);
background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
header.header .bar-2.is_dark {
background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
header.header.header-blured {
background: rgba(255, 255, 255, 0.19);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10.6px);
-webkit-backdrop-filter: blur(10.6px);
}
header.header .menu-trigger button {
background-color: transparent;
border: none;
color: #fff;
height: 60px;
margin-left: var(--container-margin);
font-weight: 400;
font-size: 1rem;
padding: 0;
mix-blend-mode: difference;
font-family: "Poppins", sans-serif !important;
}
header.header .logo {
position: relative;
align-self: center;
display: flex;
}
header.header .logo img {
width: 70px;
height: auto;
}
header.header .logo:before {
content: "";
}
header.header .language-selector {
margin-right: var(--container-margin);
}
header.header .language-selector a {
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-family: "Poppins", sans-serif !important;
font-weight: 300;
font-size: 1rem;
}
header.header .language-selector a.active {
font-weight: 700;
}
header.header .language-selector span {
color: #fff;
margin: 0 5px;
font-size: 1rem;
font-weight: 400;
}
@media screen and (min-width: 1200px) {
header.header {
flex-direction: column;
}
header.header .bar-1, header.header .bar-2 {
width: 1px;
height: calc(50vh - 120px);
position: absolute;
top: 50%;
}
header.header .bar-1 {
left: 50%;
transform: translate(-50%, calc(-100% - 50px));
background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
header.header .bar-1.is_dark {
background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
header.header .bar-2 {
top: unset;
bottom: 50%;
left: 50%;
transform: translate(-50%, calc(100% + 50px));
background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
header.header .bar-2.is_dark {
background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
header.header.header-blured {
background: transparent;
box-shadow: unset;
backdrop-filter: unset;
-webkit-backdrop-filter: unset;
}
header.header .menu-trigger button {
margin: 0;
text-align: center;
}
header.header .logo {
align-items: center;
justify-content: center;
}
header.header .logo img {
width: 90%;
}
header.header .language-selector {
display: flex;
align-items: center;
margin: 0;
height: 60px;
}
}
@media screen and (min-width: 1600px) {
header.header .menu-trigger button {
font-size: 0.7rem;
}
header.header .logo img {
width: 80%;
}
header.header .language-selector a {
font-size: 0.7rem;
}
header.header .language-selector span {
font-size: 0.7rem;
}
}
#menu-main {
position: fixed;
top: 0;
left: 0;
transform: translateX(-100%);
height: 100vh;
width: 100vw;
padding: 0 25px;
background-color: rgba(0, 0, 0, 0.9);
z-index: 101;
}
#menu-main button {
background-color: transparent;
color: #fff;
border: none;
line-height: 60px;
font-size: 0.8rem;
font-family: Poppins;
}
#menu-main ul {
list-style: square;
padding: 0;
margin: 25px 0 0 25px;
}
#menu-main ul li {
margin-bottom: 30px;
color: #fff;
opacity: 0;
}
#menu-main ul li:hover {
opacity: 1;
}
#menu-main ul li a {
color: #fff;
text-decoration: none;
font-size: 1rem;
line-height: 1rem;
padding-left: 10px;
}
#menu-main ul li ul {
height: 0;
opacity: 0;
overflow: hidden;
margin: 0;
}
#menu-main ul li ul li a {
font-size: 0.8rem;
line-height: 0.8rem;
}
@media screen and (min-width: 992px) {
#menu-main {
width: auto;
min-width: 30vw;
}
#menu-main ul li {
margin-bottom: 40px;
}
#menu-main ul li ul {
padding: 0;
margin-top: 5px;
list-style: none;
}
#menu-main ul li ul li {
margin: 5px 0 0 0;
}
#menu-main ul li ul li a {
line-height: 18px;
}
}
@media screen and (min-width: 1200px) {
#menu-main {
min-width: 25vw;
}
#menu-main button {
font-size: 0.7rem;
}
#menu-main ul li a {
font-size: 0.9rem;
}
#menu-main ul li ul li a {
font-size: 0.6rem;
}
}
#menu-page {
width: 100vw;
height: auto;
padding: 25px 0;
z-index: 10;
position: relative;
display: none;
}
#menu-page ul {
padding: 0;
text-align: center;
width: 100%;
transition: all 500ms;
transition-delay: 250ms;
}
#menu-page ul li {
display: block;
}
#menu-page ul li a {
color: #D9D9D9;
text-decoration: none;
font-size: 0.8rem;
}
#menu-page ul li.active a {
color: #000;
font-weight: 700;
}
@media screen and (min-width: 992px) {
#menu-page {
height: 0;
padding: 0;
display: block;
}
#menu-page ul {
position: fixed;
bottom: 0;
transform: translateY(300px);
}
#menu-page ul.menu-display {
transform: translateY(0);
}
#menu-page ul li {
display: inline;
margin: 0 calc(var(--cols-gap) / 2);
}
}
#first-level-loader {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 999;
}
#first-level-loader div.loader-item {
display: flex;
flex-direction: column;
position: absolute;
background-color: #000;
width: 50vw;
height: 100vh;
}
#first-level-loader div.loader-item:nth-child(1) {
left: 0;
}
#first-level-loader div.loader-item:nth-child(2) {
left: 50vw;
}
#first-level-loader div.loader-item:nth-child(3) {
display: none;
}
#first-level-loader div.loader-item:nth-child(4) {
display: none;
}
#first-level-loader div.loader-item:nth-child(odd) {
top: 0;
justify-content: flex-end;
}
#first-level-loader div.loader-item:nth-child(odd) div.blue {
content: "";
width: 100%;
height: 0;
background-color: #0A246A;
}
#first-level-loader div.loader-item:nth-child(odd) div.white {
content: "";
width: 100%;
height: 0;
background-color: #fff;
}
#first-level-loader div.loader-item:nth-child(even) {
bottom: 0;
justify-content: flex-start;
}
#first-level-loader div.loader-item:nth-child(even) div.blue {
content: "";
width: 100%;
height: 0;
background-color: #fff;
}
#first-level-loader div.loader-item:nth-child(even) div.white {
content: "";
width: 100%;
height: 0;
background-color: #0A246A;
}
@media screen and (min-width: 1200px) {
#first-level-loader div.loader-item {
width: 25vw;
}
#first-level-loader div.loader-item:nth-child(1) {
left: 0;
}
#first-level-loader div.loader-item:nth-child(2) {
left: 25vw;
}
#first-level-loader div.loader-item:nth-child(3) {
display: flex;
left: 50vw;
}
#first-level-loader div.loader-item:nth-child(4) {
display: flex;
left: 75vw;
}
}
#second-level-loader {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: #000;
z-index: 999;
}
#unload-screen {
width: 100vw;
height: 100vh;
background-color: black;
position: fixed;
top: 100vh;
opacity: 0;
z-index: 9999;
}
[data-trigger="gallerie"] {
cursor: pointer;
}
#gallerie {
position: fixed;
left: 0;
top: var(--header-height);
right: 0;
bottom: 0;
background-color: #fff;
display: flex;
z-index: 100;
display: none;
opacity: 0;
}
#gallerie .gallerie-pictures {
width: 100vw;
}
#gallerie .gallerie-pictures #gallerie-swiper {
height: calc(100% - 60px);
}
#gallerie .gallerie-pictures #gallerie-swiper .swiper-wrapper .swiper-slide {
display: flex;
justify-content: center;
align-items: center;
height: calc(100vh - var(--header-height) - 60px);
}
#gallerie .gallerie-pictures #gallerie-swiper .swiper-wrapper .swiper-slide img {
max-width: 95vw;
max-height: 75vh;
width: auto;
height: auto;
}
#gallerie .gallerie-controls {
z-index: 101;
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 100px;
display: flex;
gap: 10px;
}
#gallerie .gallerie-controls > div {
width: 25%;
display: flex;
align-items: center;
}
#gallerie .gallerie-controls #gallerie-close {
text-align: left;
justify-content: center;
}
#gallerie .gallerie-controls #gallerie-close img {
width: 13vw;
cursor: pointer;
}
#gallerie .gallerie-controls #gallerie-prev {
text-align: right;
justify-content: flex-end;
}
#gallerie .gallerie-controls #gallerie-prev img {
width: 13vw;
cursor: pointer;
}
#gallerie .gallerie-controls #gallerie-next {
text-align: right;
justify-content: flex-end;
}
#gallerie .gallerie-controls #gallerie-next img {
width: 13vw;
cursor: pointer;
}
#gallerie .gallerie-controls #gallerie-number {
text-align: right;
justify-content: center;
}
@media screen and (min-width: 768px) {
#gallerie {
top: 0;
left: var(--container-margin);
}
#gallerie .gallerie-pictures {
flex: 1;
}
#gallerie .gallerie-pictures #gallerie-swiper {
height: calc(100% - 60px);
}
#gallerie .gallerie-pictures #gallerie-swiper .swiper-wrapper .swiper-slide img {
max-width: 90%;
max-height: 90%;
}
#gallerie .gallerie-controls #gallerie-close img {
width: 7vw;
}
#gallerie .gallerie-controls #gallerie-prev img {
width: 7vw;
}
#gallerie .gallerie-controls #gallerie-next img {
width: 7vw;
}
}
@media screen and (min-width: 1200px) {
#gallerie {
top: 0;
left: 150px;
}
#gallerie .gallerie-pictures {
flex: 1;
}
#gallerie .gallerie-pictures #gallerie-swiper {
height: calc(100% - 60px);
}
#gallerie .gallerie-pictures #gallerie-swiper .swiper-wrapper .swiper-slide img {
max-width: 90%;
max-height: 90%;
}
#gallerie .gallerie-controls {
position: relative;
height: 100%;
flex-direction: column;
margin: 0 4vw;
align-items: center;
justify-content: center;
}
#gallerie .gallerie-controls > div {
width: 100%;
height: 25vh;
}
#gallerie .gallerie-controls #gallerie-close {
text-align: center;
align-items: flex-start;
}
#gallerie .gallerie-controls #gallerie-close img {
width: 2vw;
margin-top: 3vh;
}
#gallerie .gallerie-controls #gallerie-prev {
text-align: right;
align-items: flex-end;
}
#gallerie .gallerie-controls #gallerie-prev img {
width: 2vw;
}
#gallerie .gallerie-controls #gallerie-next {
text-align: left;
align-items: flex-start;
}
#gallerie .gallerie-controls #gallerie-next img {
width: 2vw;
}
#gallerie .gallerie-controls #gallerie-number {
text-align: right;
justify-content: center;
align-items: flex-end;
}
#gallerie .gallerie-controls #gallerie-number span {
margin-bottom: 3vh;
font-size: 0.7rem;
}
}
main {
z-index: 2;
min-height: calc(100vh - var(--header-height));
margin: var(--header-height) var(--container-margin) 0 var(--container-margin);
}
@media screen and (min-width: 1200px) {
main {
margin: 0;
}
}
.fullscreen {
height: 100vh;
}
.fullscreen-xs {
height: 100vh;
}
.fullscreen-sm {
height: 100vh;
}
.fullscreen-md {
height: 100vh;
}
.fullscreen-lg {
height: 100vh;
}
.fullscreen-xl {
height: 100vh;
}
.fullscreen-2x {
height: 200vh;
}
.background-video {
position: fixed;
left: 0;
top: 0;
display: flex;
width: 100vw;
height: 100vh;
z-index: -1;
overflow: hidden;
}
.background-video video {
object-fit: cover;
min-width: 100vw;
}
.background-image {
position: relative;
left: 0;
top: 0;
overflow: hidden;
display: flex;
width: 100vw;
height: 100vh;
z-index: -1;
}
.background-image img.bg-image {
object-fit: cover;
display: flex;
min-height: 100vh;
width: auto;
position: absolute;
z-index: -1;
}
.delage-video-titre-texte {
position: relative;
overflow: hidden;
display: flex;
width: 100vw;
height: 100vh;
z-index: -1;
}
.delage-video-titre-texte .delage-video-titre-texte-background {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: flex;
}
.delage-video-titre-texte .delage-video-titre-texte-background video {
object-fit: cover;
min-width: 100vw;
min-height: 100vh;
}
.delage-video-titre-texte .texte-wrapper {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
left: 50%;
right: 0;
width: 100%;
}
.delage-video-titre-texte .texte-wrapper h1 {
margin: 0 0 25px 0;
opacity: 0;
}
.delage-video-titre-texte .texte-wrapper p {
opacity: 0;
}
.delage-video-titre-texte .delage-video-titre-texte-scrolldown {
position: absolute;
bottom: 25px;
left: 50%;
transform: translateX(-50%);
}
.delage-video-titre-texte .delage-video-titre-texte-scrolldown .delage-video-titre-texte-scrolldown-wrapper {
position: relative;
}
.delage-video-titre-texte .delage-video-titre-texte-scrolldown .delage-video-titre-texte-scrolldown-wrapper .scrolldown {
content: "";
width: 5px;
height: 10px;
border-radius: 5px;
background-color: #fff;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
}
.delage-video-titre-texte .delage-video-titre-texte-scrolldown .delage-video-titre-texte-scrolldown-wrapper img {
width: 30px;
}
.delage-video-titre-texte .delage-video-titre-texte-base-animation {
position: absolute;
bottom: 0;
left: 0;
width: 100vw;
}
.delage-video-titre-texte .delage-video-titre-texte-base-animation .delage-video-titre-texte-base-animation-blue {
background-color: #014CCB;
height: 0;
width: 100%;
}
.delage-video-titre-texte .delage-video-titre-texte-base-animation .delage-video-titre-texte-base-animation-black {
background-color: #000;
height: 0;
}
@media screen and (min-width: 1200px) {
.delage-video-titre-texte .delage-video-titre-texte-scrolldown img {
width: 75px;
}
}
@media screen and (min-width: 1600px) {
.delage-video-titre-texte .delage-video-titre-texte-scrolldown img {
width: 4vw;
}
}
.delage-titre-two-cols-image-titre-texte h2 {
margin-bottom: 50px;
}
.delage-titre-two-cols-image-titre-texte .fx-col:nth-child(2) .fx-item:nth-child(1) {
margin-bottom: 50px;
}
.delage-titre-two-cols-image-titre-texte .fx-col:nth-child(2) .fx-item img {
margin-bottom: 25px;
width: 100%;
}
.delage-titre-two-cols-image-titre-texte .fx-col:nth-child(2) .fx-item h3 {
padding: 0 25px;
margin: 0 0 10px;
}
.delage-titre-two-cols-image-titre-texte .fx-col:nth-child(2) .fx-item p {
padding: 0 25px;
margin: 0;
}
@media screen and (min-width: 1200px) {
.delage-titre-two-cols-image-titre-texte h2 {
margin-bottom: 100px;
}
.delage-titre-two-cols-image-titre-texte .fx-col:nth-child(2) .fx-item:nth-child(2) {
margin-top: 15vh;
}
.delage-titre-two-cols-image-titre-texte .fx-col:nth-child(2) .fx-item img {
margin-bottom: 50px;
}
.delage-titre-two-cols-image-titre-texte .fx-col:nth-child(2) .fx-item h3 {
padding: 0 50px;
}
.delage-titre-two-cols-image-titre-texte .fx-col:nth-child(2) .fx-item p {
padding: 0 50px;
margin: 0;
}
}
.delage-citation-titre-texte {
position: relative;
height: 50vh;
}
.delage-citation-titre-texte h2 {
margin: 0 auto 15px auto;
padding: 0 50px;
max-width: 800px;
}
.delage-citation-titre-texte p {
font-weight: 300;
padding: 0 50px;
max-width: 800px;
margin: 0 auto;
}
.delage-citation-titre-texte .guillemets-1, .delage-citation-titre-texte .guillemets-2 {
position: absolute;
width: 30px;
height: auto;
}
.delage-citation-titre-texte .guillemets-1 {
top: 50px;
left: var(--container-margin);
}
.delage-citation-titre-texte .guillemets-2 {
bottom: 50px;
right: var(--container-margin);
}
@media screen and (min-width: 1200px) {
.delage-citation-titre-texte {
overflow: visible;
height: 40vh;
}
.delage-citation-titre-texte h2 {
padding: 0;
}
.delage-citation-titre-texte p {
font-weight: 300;
padding: 0;
}
.delage-citation-titre-texte .guillemets-1, .delage-citation-titre-texte .guillemets-2 {
width: 50px;
}
.delage-citation-titre-texte .guillemets-1 {
top: 0;
left: 15vw;
}
.delage-citation-titre-texte .guillemets-2 {
bottom: 0;
right: 15vw;
}
}
.delage-carte-titre-texte-image {
height: 50vh;
}
.delage-carte-titre-texte-image .d12-wrapper {
position: relative;
clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 75px, 100% 100%, 0 100%);
height: 100%;
}
.delage-carte-titre-texte-image .d12-wrapper .cliped-background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.delage-carte-titre-texte-image .d12-wrapper h2 {
position: relative;
z-index: 20;
margin: 15px 0;
padding: 10px;
}
.delage-carte-titre-texte-image .d12-wrapper p {
position: relative;
z-index: 20;
padding: 0 10px;
}
.delage-carte-titre-texte-image .d12-wrapper img {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
@media screen and (min-width: 1200px) {
.delage-carte-titre-texte-image {
height: 95vh;
}
.delage-carte-titre-texte-image .d12-wrapper {
clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 150px, 100% 100%, 0 100%);
height: calc(100vh - 25px);
position: relative;
}
.delage-carte-titre-texte-image .d12-wrapper .cliped-background {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 70%;
z-index: -1;
}
.delage-carte-titre-texte-image .d12-wrapper h2 {
padding: 100px 100px 25px 100px;
margin: 0;
}
.delage-carte-titre-texte-image .d12-wrapper p {
width: 50%;
padding: 0 100px;
}
}
.delage-carte-double-titre-texte-image {
height: 50vh;
}
.delage-carte-double-titre-texte-image .d12-wrapper {
position: relative;
clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 75px, 100% 100%, 0 100%);
height: 100%;
}
.delage-carte-double-titre-texte-image .d12-wrapper .cliped-background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.delage-carte-double-titre-texte-image .d12-wrapper .carte-textes-1, .delage-carte-double-titre-texte-image .d12-wrapper .carte-textes-2 {
position: absolute;
top: 0;
left: 0;
z-index: 10;
}
.delage-carte-double-titre-texte-image .d12-wrapper h2 {
z-index: 20;
margin: 0;
padding: 10px;
}
.delage-carte-double-titre-texte-image .d12-wrapper p {
z-index: 20;
padding: 0 10px;
}
.delage-carte-double-titre-texte-image .d12-wrapper img {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 8;
}
@media screen and (min-width: 1200px) {
.delage-carte-double-titre-texte-image {
height: 95vh;
}
.delage-carte-double-titre-texte-image .d12-wrapper {
clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 150px, 100% 100%, 0 100%);
height: calc(100vh - 25px);
position: relative;
}
.delage-carte-double-titre-texte-image .d12-wrapper .cliped-background {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: -1;
}
.delage-carte-double-titre-texte-image .d12-wrapper h2 {
padding: 100px 100px 25px 100px;
margin: 0;
}
.delage-carte-double-titre-texte-image .d12-wrapper p {
width: 50%;
padding: 0 100px;
}
}
.delage-carte-double-titre-texte-image-x2 {
height: 100vh;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper {
height: 70vh;
display: flex;
align-items: center;
position: relative;
margin-bottom: 10px;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper .cliped-background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
display: none;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-textes-1, .delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-textes-2 {
position: absolute;
top: 0;
left: 0;
z-index: 10;
padding-right: 50px;
padding-top: 20%;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper h2 {
z-index: 20;
margin: 0;
padding: 10px;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper p {
z-index: 20;
padding: 0 10px;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-image-1, .delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-image-2 {
position: absolute;
left: 10px;
right: 10px;
bottom: 0;
z-index: 8;
max-width: calc(100% - 20px);
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-background-1, .delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-background-2 {
position: absolute;
left: 10px;
right: 0;
top: 0;
z-index: 8;
width: 50%;
max-width: 250px;
transform: translateY(-50%);
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-background-2 {
transform: translateY(0);
}
@media screen and (min-width: 1200px) {
.delage-carte-double-titre-texte-image-x2 .d12-wrapper {
position: relative;
height: 80vh;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper .cliped-background {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: -1;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-background-1, .delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-background-2 {
left: 100px;
width: 33%;
max-width: 33%;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-image-1, .delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-image-2 {
position: absolute;
left: 20%;
right: 20%;
bottom: 0;
max-width: 60%;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-textes-1, .delage-carte-double-titre-texte-image-x2 .d12-wrapper .carte-textes-2 {
position: absolute;
top: 0;
left: calc(50% - 50px);
z-index: 10;
width: 50%;
padding-top: 5%;
padding-right: 100px;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper h2 {
padding: 0 0 25px 0;
margin: 0;
}
.delage-carte-double-titre-texte-image-x2 .d12-wrapper p {
padding: 0;
}
}
.delage-images-striped {
overflow: hidden;
}
.delage-images-striped img {
width: 200vw;
}
@media screen and (min-width: 1200px) {
.delage-images-striped img {
width: 150vw;
}
}
.delage-video-to-fullscreen {
position: relative;
overflow: hidden;
}
.delage-video-to-fullscreen .delage-video-to-fullscreen-wrapper {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.delage-video-to-fullscreen .delage-video-to-fullscreen-wrapper video {
height: 50vh;
width: auto;
}
@media screen and (min-width: 1200px) {
.delage-video-to-fullscreen .delage-video-to-fullscreen-wrapper video {
width: 40vw;
height: auto;
}
}
.delage-col-image-col-titre-texte {
position: relative;
}
.delage-col-image-col-titre-texte .fx-item-img {
z-index: 1;
order: 2;
}
.delage-col-image-col-titre-texte .fx-item-img img {
object-fit: cover;
}
.delage-col-image-col-titre-texte .fx-item-text {
order: 1;
z-index: 1;
}
.delage-col-image-col-titre-texte.delage-col-image-col-titre-texte-has-background {
overflow: hidden;
}
.delage-col-image-col-titre-texte.delage-col-image-col-titre-texte-has-background .delage-col-image-col-titre-texte-background {
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: auto;
z-index: -1;
}
.delage-col-image-col-titre-texte.delage-col-image-col-titre-texte-has-background .background-backdrop {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
@media screen and (min-width: 1200px) {
.delage-col-image-col-titre-texte.delage-col-image-col-titre-texte-image-first .fx-item-img {
order: 1;
}
.delage-col-image-col-titre-texte.delage-col-image-col-titre-texte-image-first .fx-item-text {
order: 2;
}
.delage-col-image-col-titre-texte.delage-col-image-col-titre-texte-has-background .delage-col-image-col-titre-texte-background {
width: 75vw;
height: auto;
top: 50%;
transform: translateY(-50%);
}
.delage-col-image-col-titre-texte.delage-col-image-col-titre-texte-background-fullscreen .delage-col-image-col-titre-texte-background {
min-width: 100vw;
min-height: 100vh;
}
}
.delage-image-titre-texte {
position: relative;
width: 100vw;
height: 100vh;
overflow: hidden;
}
.delage-image-titre-texte .delage-image-titre-texte-background {
position: absolute;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
display: flex;
z-index: 0;
}
.delage-image-titre-texte .delage-image-titre-texte-background img {
object-fit: cover;
min-width: 100%;
min-height: 100%;
}
.delage-image-titre-texte .delage-image-titre-texte-texts {
z-index: 1;
text-align: center;
margin: 0 var(--container-margin);
max-width: 600px;
}
.delage-image-titre-texte .delage-image-titre-texte-texts h1, .delage-image-titre-texte .delage-image-titre-texte-texts p {
opacity: 0;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card {
overflow: hidden;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts {
text-align: left;
margin: 0;
overflow: hidden;
position: absolute;
left: var(--container-margin);
bottom: 0;
width: calc(100vw - (2 * var(--container-margin)));
height: 100vh;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts .delage-image-titre-texte-texts-wrapper {
padding: 50px 25px 200px 25px;
background: #014CCB;
background: rgba(1, 76, 203, 0.75);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 0 100%);
bottom: 0;
position: absolute;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts .delage-image-titre-texte-texts-wrapper h1, .delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts .delage-image-titre-texte-texts-wrapper p {
opacity: 1;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts .delage-image-titre-texte-texts-wrapper p b {
display: block;
margin-top: 10px;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts .delage-video-titre-texte-scrolldown {
position: absolute;
bottom: 25px;
left: 50%;
transform: translateX(-50%);
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts .delage-video-titre-texte-scrolldown .delage-video-titre-texte-scrolldown-wrapper {
position: relative;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts .delage-video-titre-texte-scrolldown .delage-video-titre-texte-scrolldown-wrapper .scrolldown {
content: "";
width: 5px;
height: 10px;
border-radius: 5px;
background-color: #fff;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts .delage-video-titre-texte-scrolldown .delage-video-titre-texte-scrolldown-wrapper img {
width: 30px;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-video-titre-texte-base-animation {
position: absolute;
bottom: 0;
left: 0;
width: 100vw;
z-index: 10;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-video-titre-texte-base-animation .delage-video-titre-texte-base-animation-blue {
background-color: #014CCB;
height: 0;
width: 100%;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-video-titre-texte-base-animation .delage-video-titre-texte-base-animation-black {
background-color: #000;
height: 0;
}
@media screen and (min-width: 1200px) {
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts {
max-width: unset;
width: 36vw;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts .delage-image-titre-texte-texts-wrapper {
padding: 100px 50px;
height: 55vh;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts .delage-image-titre-texte-texts-wrapper p b {
margin-top: 25px;
}
.delage-image-titre-texte.delage-image-titre-texte-blue-card .delage-image-titre-texte-texts .delage-image-titre-texte-texts-wrapper .scrolldown {
width: 5vw;
bottom: 50px;
}
}
.delage-in-racing {
background-color: #fff;
}
.delage-in-racing .delage-in-racing-col.delage-in-racing-col-texte h2 {
color: #000;
margin-bottom: 20px;
}
.delage-in-racing .delage-in-racing-col.delage-in-racing-col-texte p {
color: #000;
margin-bottom: 20px;
}
.delage-in-racing .delage-in-racing-col.delage-in-racing-col-texte p a {
color: #000;
}
.delage-in-racing .delage-in-racing-col.delage-in-racing-col-images .delage-in-racing-col-image {
width: 100%;
overflow: hidden;
float: left;
margin-bottom: 10px;
}
.delage-in-racing .delage-in-racing-col.delage-in-racing-col-images .delage-in-racing-col-image img {
object-fit: cover;
min-width: 100%;
min-height: 100%;
}
.delage-in-racing .delage-in-racing-col.delage-in-racing-col-images .delage-in-racing-col-image.delage-in-racing-col-image-square {
width: calc(50% - 5px);
}
.delage-in-racing .delage-in-racing-col.delage-in-racing-col-images .delage-in-racing-col-image.delage-in-racing-col-image-portrait {
width: calc(50% - 5px);
float: right;
}
@media screen and (min-width: 1200px) {
.delage-in-racing .delage-in-racing-col.delage-in-racing-col-texte h2 {
margin-bottom: 35px;
}
}
.delage-shareholders {
overflow: hidden;
position: relative;
}
.delage-shareholders .shareholders-swiper {
width: 100vw;
}
.delage-shareholders .shareholder-item {
height: 100vh;
}
.delage-shareholders .shareholder-item .shareholder-item-photo img {
height: 33vh;
width: auto;
}
.delage-shareholders .shareholder-item .shareholder-item-textes {
flex: 1;
}
.delage-shareholders .shareholder-item .shareholder-item-textes h3 {
color: #000;
}
.delage-shareholders .shareholder-item .shareholder-item-textes p {
color: #000;
margin-bottom: 10px;
}
.delage-shareholders .sliders-nav {
position: absolute;
bottom: 25px;
left: 50%;
transform: translateX(-50%);
z-index: 100;
}
.delage-shareholders .sliders-nav button {
background-color: #fff;
border: none;
display: inline-flex;
margin-right: 10px;
padding: 0;
}
.delage-shareholders .sliders-nav button.swiper-button-disabled {
opacity: 0.35;
}
.delage-shareholders .sliders-nav button img {
width: 35px;
}
.delage-shareholders .shareholders-swiper-photos, .delage-shareholders .shareholders-swiper-textes {
width: calc(50vw - var(--container-margin));
height: 100vh;
}
@media screen and (min-width: 992px) {
.delage-shareholders {
position: relative;
}
.delage-shareholders .shareholders-swiper {
width: 80vw;
margin: 0 auto;
margin-bottom: 25vh;
}
.delage-shareholders .shareholder-item {
width: 100%;
height: 50vh;
}
.delage-shareholders .shareholder-item .shareholder-item-photo img {
transform: translate(25px, -25px);
}
.delage-shareholders .sliders-nav {
left: unset;
right: 0;
top: 50%;
display: flex;
flex-direction: column;
}
}
.delage-motors {
position: relative;
overflow: hidden;
}
.delage-motors .fx-col.fx-col-content .horsepower-images .black-square {
width: 80vw;
height: 80vw;
max-width: 400px;
max-height: 400px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.delage-motors .fx-col.fx-col-content .horsepower-images .black-square img {
position: absolute;
left: 0;
width: 100%;
}
.delage-motors .fx-col.fx-col-content .horsepower-images .black-square img.img-moteur-thermic {
top: 0;
}
.delage-motors .fx-col.fx-col-content .horsepower-images .black-square img.img-moteur-electric {
top: 400px;
}
.delage-motors .fx-col.fx-col-content .horsepower-texts {
align-items: center;
}
.delage-motors .fx-col.fx-col-content .horsepower-texts .text {
width: 80vw;
max-width: 400px;
}
.delage-motors .bg-image-thermic, .delage-motors .bg-image-electric {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
display: flex;
}
.delage-motors .bg-image-thermic img, .delage-motors .bg-image-electric img {
object-fit: cover;
}
.delage-motors .bg-image-electric {
transform: translateY(100vh);
}
@media screen and (min-width: 1200px) {
.delage-motors .fx-col.fx-col-content .horsepower-texts .text {
width: 80vw;
height: 80vw;
max-width: 400px;
max-height: 400px;
}
}
.delage-three-cars-in-one {
position: relative;
overflow: hidden;
}
.delage-three-cars-in-one .bg-image-1, .delage-three-cars-in-one .bg-image-2, .delage-three-cars-in-one .bg-image-3 {
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: auto;
z-index: -1;
}
.delage-three-cars-in-one .bg-image-2 {
transform: translateY(100vh);
}
.delage-three-cars-in-one .bg-image-3 {
transform: translateY(100vh);
}
.delage-three-cars-in-one .txt-2 {
opacity: 0;
height: 0;
}
.delage-three-cars-in-one .txt-3 {
opacity: 0;
height: 0;
}
.delage-three-cars-in-one .imgs {
position: relative;
width: calc(100vw - 40px);
height: 25vh;
overflow: hidden;
}
.delage-three-cars-in-one .imgs img {
position: absolute;
top: 0;
}
.delage-three-cars-in-one .imgs .img-2 {
transform: translateY(50vh);
}
.delage-three-cars-in-one .imgs .img-3 {
transform: translateY(50vh);
}
@media screen and (min-width: 1200px) {
.delage-three-cars-in-one .bg-image-1, .delage-three-cars-in-one .bg-image-2, .delage-three-cars-in-one .bg-image-3 {
height: auto;
width: 100%;
}
.delage-three-cars-in-one .imgs {
width: 700px;
position: relative;
height: 20vh;
}
.delage-three-cars-in-one .imgs img {
height: 20vh;
width: auto;
position: absolute;
top: 0;
}
.delage-three-cars-in-one .imgs .img-2 {
transform: translateY(20vh);
}
.delage-three-cars-in-one .imgs .img-3 {
transform: translateY(20vh);
}
}
.delage-collection {
position: relative;
}
.delage-collection .fx-item-img {
z-index: 1;
order: 2;
}
.delage-collection .fx-item-img img {
object-fit: cover;
}
.delage-collection .fx-item-text {
order: 1;
z-index: 1;
}
.delage-collection .fx-item-text strong {
display: block;
margin-bottom: 10px;
}
.delage-collection .fx-item-text #collection-texte-2 {
margin-top: 10px;
}
.delage-collection .fx-item-text #collection-texte-2 a {
border: 1px solid #fff;
padding: 20px 50px;
font-size: 1.4rem;
color: #fff;
text-decoration: none;
}
.delage-collection .delage-col-image-col-titre-texte-background {
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: auto;
z-index: -1;
}
@media screen and (min-width: 1200px) {
.delage-collection .fx-item-text #collection-texte-2 {
margin-top: 25px;
}
.delage-collection .fx-item-text #collection-texte-2 a {
font-size: 0.6rem;
}
.delage-collection .delage-col-image-col-titre-texte-background {
width: 75vw;
height: auto;
top: 50%;
transform: translateY(-50%);
}
.delage-collection .delage-col-image-col-titre-texte-background {
width: 75vw;
min-height: auto;
}
}
.delage-contact {
position: relative;
overflow: hidden;
height: 100vh;
}
.delage-contact .wpcf7-response-output {
margin: 0 0 20px 0 !important;
border: none !important;
background-color: #014CCB;
color: #fff;
padding: 10px 25px !important;
font-size: 0.7rem;
width: calc(100% - 188px);
}
.delage-contact .fx-item-form {
padding: 0 10px;
z-index: 10;
}
.delage-contact .fx-item-form .wpcf7-form-control-wrap {
display: block;
margin-bottom: 15px;
}
.delage-contact .fx-item-form input[type="text"], .delage-contact .fx-item-form input[type="email"] {
background-color: rgba(0, 0, 0, 0.25);
backdrop-filter: blur(10px);
border: 0;
font-size: 1.2rem;
line-height: 1.3rem;
height: 50px;
width: calc(100% - 10px);
padding-left: 10px;
color: #fff;
font-weight: 300;
clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
}
.delage-contact .fx-item-form textarea {
background-color: rgba(0, 0, 0, 0.25);
backdrop-filter: blur(10px);
border: 0;
font-size: 1.2rem;
line-height: 1.3rem;
width: calc(100% - 10px);
padding-left: 10px;
color: #fff;
font-weight: 300;
clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
}
.delage-contact .fx-item-form input[type="submit"] {
background-color: #014CCB;
border: none;
padding: 15px 50px;
margin-bottom: 10px;
color: #fff;
font-size: 1.3rem;
clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
}
.delage-contact .fx-item-form .wpcf7-not-valid-tip {
padding: 5px 10px;
width: calc(100% - 20px);
font-size: 0.7rem;
padding: 0;
}
.delage-contact .fx-item-form .wpcf7-spinner {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
z-index: 120;
}
.delage-contact .fx-item-form .wpcf7-spinner:after {
content: "";
width: 200vw;
height: 200vh;
position: absolute;
top: -100vh;
left: -100vw;
background-color: rgba(0, 0, 0, 0.6);
}
.delage-contact .fx-item-text {
padding: 0 10px;
z-index: 10;
}
.delage-contact .delage-col-image-col-titre-texte-background {
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: auto;
z-index: -1;
}
.delage-contact .background-backdrop {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
@media screen and (min-width: 1200px) {
.delage-contact .delage-col-image-col-titre-texte-background {
width: 75vw;
height: auto;
top: 50%;
transform: translateY(-50%);
}
.delage-contact .delage-col-image-col-titre-texte-background {
min-width: 100vw;
min-height: 100vh;
}
.delage-contact .fx-item-form input[type="text"], .delage-contact .fx-item-form input[type="email"] {
font-size: 1rem;
width: calc(100% - 150px);
}
.delage-contact .fx-item-form .wpcf7-not-valid-tip {
font-size: 0.8rem;
width: calc(100% - 158px);
}
.delage-contact .fx-item-form textarea {
font-size: 1rem;
width: calc(100% - 150px);
height: 250px;
}
.delage-contact .fx-item-form input[type="submit"] {
font-size: 1rem;
}
.delage-contact .fx-item-text {
padding: 0 0 0 150px;
}
}
body.home {
overflow: hidden;
}
#homepage {
height: calc(100vh - var(--header-height));
}
@media screen and (min-width: 1200px) {
#homepage {
height: 100vh;
}
}
.custom-menu-tiles .custom-menu-tiles-wrapper {
gap: var(--cols-gap);
}
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile {
position: relative;
}
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile .custom-menu-tile-text {
position: absolute;
left: 0;
bottom: 0;
right: 0;
}
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile .custom-menu-tile-text h2 {
margin-bottom: 0;
}
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile .custom-menu-link-backdrop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
opacity: 0;
clip-path: polygon(0 0, 85% 0, 100% 27%, 100% 100%, 0 100%);
}
@media screen and (min-width: 1200px) {
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile {
position: relative;
max-width: 18vw;
}
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile h2 {
font-size: 1.2rem;
line-height: 1.2rem;
}
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile p {
display: inline-block;
font-size: 0.8rem;
line-height: 0.8rem;
}
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile:before {
content: "";
background: black;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 100px;
}
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile:nth-child(odd) {
transform: translateY(100vh);
}
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile:nth-child(even) {
transform: translateY(-100vh);
}
}
@media screen and (min-width: 1600px) {
.custom-menu-tiles .custom-menu-tiles-wrapper {
gap: calc(var(--cols-gap) / 2);
}
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile .custom-menu-tile-text h2 {
font-size: 1.2rem;
line-height: 1.2rem;
}
.custom-menu-tiles .custom-menu-tiles-wrapper .custom-menu-tile .custom-menu-tile-text p {
display: inline-block;
font-size: 0.6rem;
line-height: 0.6rem;
}
}
@media screen and (min-width: 1200px) {
#architecture .fx-item-img img {
position: absolute;
left: 0;
width: 60vw;
}
#architecture .fx-item-text {
margin-left: 35vw;
}
}
@media screen and (min-width: 1200px) {
#nurburgring .fx-item-img img {
width: 54vw;
}
#nurburgring .fx-item-text {
flex: 0 0 30%;
}
}
#driving-position .fx-item-img img:nth-child(2) {
display: none;
}
@media screen and (min-width: 1200px) {
#driving-position .fx-item-img img:nth-child(2) {
margin-top: 25px;
display: block;
}
}
#audio-system .fx-item-img {
order: 2;
}
#audio-system .fx-item-img img {
object-fit: contain;
width: 30vw;
}
#audio-system .fx-item-img img:nth-child(1) {
transform: translateY(-50px);
}
#audio-system .fx-item-img img:nth-child(2) {
transform: translateY(50px);
}
#audio-system .fx-item-text {
order: 1;
}
@media screen and (min-width: 1200px) {
#audio-system .fx-item-img img {
width: 200px;
}
#audio-system .fx-item-img img:nth-child(1) {
transform: translateY(-125px);
}
#audio-system .fx-item-img img:nth-child(2) {
transform: translateY(125px);
}
}
#watch p {
position: relative;
}
#watch p:before {
content: "";
position: absolute;
left: 0;
bottom: -75px;
height: 50px;
width: 100%;
background-image: url(//www.delage.fr/wp-content/uploads/2023/11/Watch-logo.jpg);
background-size: auto 50px;
background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
#watch .fx-item-img img {
transform: scale(1.6) translate(5vw, 2vw);
}
#watch h2 {
position: relative;
}
#watch h2:before {
content: "";
position: absolute;
left: 0;
top: -135px;
height: 100px;
width: 100%;
background-image: url(//www.delage.fr/wp-content/uploads/2023/11/Watch-logo.jpg);
background-size: auto 100px;
background-repeat: no-repeat;
}
#watch p:before {
display: none;
}
}
.page-template-t-who-we-are main {
margin: 0;
}
#who-we-are {
position: relative;
}
#who-we-are .who-we-are-background {
z-index: -1;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
display: flex;
}
#who-we-are .who-we-are-background img {
object-fit: cover;
min-width: 100%;
min-height: 100%;
}
#who-we-are .fx-item-text h1 {
margin-bottom: 25px;
}
#who-we-are .fx-item-text h2 {
margin-bottom: 15px;
}
#who-we-are .fx-item-text p {
margin-top: 10px;
font-size: 0.8rem;
line-height: 1.1rem;
}
#who-we-are .fx-item-text p:not(#who-we-are .fx-item-text p:first-of-type) {
opacity: 0;
height: 0;
overflow: hidden;
margin: 0;
}
#who-we-are .fx-item-text p em {
font-weight: 500;
font-style: italic;
padding-left: 25px;
position: relative;
display: block;
font-size: 0.6rem;
line-height: 0.9rem;
}
#who-we-are .fx-item-text p em:before {
content: "";
position: absolute;
left: 5px;
top: 5px;
bottom: 2px;
width: 3px;
opacity: 0.3;
background: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0));
backdrop-filter: blur(10px);
}
#who-we-are .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
position: relative;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
stroke-width: 2px;
stroke: #FFF;
backdrop-filter: blur(5px);
text-decoration: none;
clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
border-bottom: 1px solid #fff;
height: 12vh;
}
#who-we-are .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:before, #who-we-are .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:after {
content: "";
position: absolute;
bottom: 0;
top: 10px;
width: 1px;
background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
#who-we-are .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:before {
left: 0;
}
#who-we-are .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:after {
right: 0;
}
#who-we-are .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item h2 span {
display: block;
font-size: 0.8rem;
line-height: 1rem;
font-weight: 300;
}
@media screen and (min-width: 768px) {
#who-we-are .fx-item-text p:not(#who-we-are .fx-item-text p:first-of-type) {
opacity: 1;
height: auto;
margin-bottom: 10px;
}
}
@media screen and (min-width: 1200px) {
#who-we-are .fx-item-text p:not(#who-we-are .fx-item-text p:first-of-type) {
margin-bottom: 20px;
}
#who-we-are .fx-item-menu .fx-item-menu-wrapper {
gap: 25px;
}
#who-we-are .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
height: 150px;
}
}
@media screen and (min-width: 1600px) {
#who-we-are .fx-item-menu .fx-item-menu-wrapper {
gap: 50px;
}
#who-we-are .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
height: 200px;
}
}
#our-story {
position: relative;
overflow: hidden;
}
#our-story .fx-item-text {
z-index: 1;
}
#our-story .fx-item-img {
z-index: 0;
}
#our-story .fx-item-img img {
position: absolute;
bottom: 0;
right: 0;
}
@media screen and (min-width: 1200px) {
#our-story .fx-item-text {
max-width: 400px;
}
#our-story .fx-item-img img {
height: 100vh;
width: auto;
}
}
@media screen and (min-width: 1200px) {
#notre-histoire-complete img {
max-width: 30vw;
align-self: flex-end;
}
}
.page-template-t-our-team .background-shadow {
position: absolute;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background: black;
background: linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);
}
.page-template-t-our-team main {
z-index: 2;
height: 100vh;
margin: 0;
}
.page-template-t-our-team .delage-col-image-col-titre-texte .fx-item-text {
flex: 0 0 35vh;
}
.page-template-t-our-team .fx-item-menu {
order: 2;
}
.page-template-t-our-team .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
position: relative;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
stroke-width: 2px;
stroke: #FFF;
backdrop-filter: blur(5px);
text-decoration: none;
clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%); }
.page-template-t-our-team .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item .backdrop {
display: none;
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: black;
background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
height: 33%;
}
.page-template-t-our-team .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item > div {
display: flex;
height: 100%;
position: relative;
}
.page-template-t-our-team .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item > div > div {
position: absolute;
bottom: 0;
left: 10px;
right: 10px;
bottom: 10px;
}
.page-template-t-our-team .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item > div > div h2 {
margin-bottom: 5px;
}
.page-template-t-our-team .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item > div > div p {
font-size: 0.8rem;
line-height: 1rem;
}
@media screen and (min-width: 1200px) {
.page-template-t-our-team {
overflow: hidden;
}
.page-template-t-our-team .delage-col-image-col-titre-texte .fx-item-text {
flex: 0 0 35%;
}
.page-template-t-our-team .fx-item-menu .fx-item-menu-wrapper {
gap: 25px;
}
.page-template-t-our-team .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item > div > div h2 {
font-size: 1rem;
line-height: 1.2rem;
}
.page-template-t-our-team #menu-page ul.menu-display {
position: sticky;
top: 100vh;
transform: translateY(-100px);
}
.page-template-t-our-team #menu-page ul.menu-display li.active a {
color: #fff;
}
}
.page-id-36 .fx-item-img, .page-id-38 .fx-item-img {
position: relative;
}
.page-id-36 .fx-item-img img:nth-child(2), .page-id-38 .fx-item-img img:nth-child(2) {
position: absolute;
width: 20%;
max-width: 150px;
}
.page-id-36 #menu-page ul li.active a, .page-id-38 #menu-page ul li.active a {
color: #fff;
}
@media screen and (min-width: 992px) {
.page-id-36 .fx-item-img img:nth-child(2), .page-id-38 .fx-item-img img:nth-child(2) {
width: 6vw;
max-width: unset;
}
}
.page-template-t-gallerie .gallerie-switch {
position: relative;
height: 30px;
display: flex;
gap: 10px;
}
.page-template-t-gallerie .gallerie-switch .gallerie-switch-item {
width: 100px;
color: #000;
transition: all 250ms;
z-index: 10;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.page-template-t-gallerie .gallerie-switch .gallerie-switch-item.active {
color: #fff;
}
.page-template-t-gallerie .gallerie-switch .gallerie-switch-selector {
position: absolute;
width: 100px;
height: 30px;
top: 0;
left: 0;
background-color: #000;
}
.page-template-t-gallerie .gallerie-video-post {
display: flex;
margin-bottom: 25px;
}
.page-template-t-gallerie .gallerie-video-post h3 {
font-size: 1rem;
line-height: 1.2rem;
color: #000;
margin-top: 10px;
font-weight: 400;
}
.page-template-t-gallerie .gallerie-video-post .fx-item:nth-child(1) {
aspect-ratio: 1.5;
overflow: hidden;
align-items: center;
justify-content: center;
background-color: #000;
position: relative;
flex: 1;
}
.page-template-t-gallerie .gallerie-video-post .fx-item:nth-child(2) {
position: relative;
flex: 0 0 60px;
}
.page-template-t-gallerie .gallerie-video-post iframe, .page-template-t-gallerie .gallerie-video-post video {
width: 100%;
height: 100%;
}
.page-template-t-gallerie .gallerie-video-post .gallerie-video-post-play {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 33%;
left: 0;
right: 0;
bottom: 33%;
}
.page-template-t-gallerie .gallerie-video-post .gallerie-video-post-play img {
width: 20px;
height: auto;
}
.page-template-t-gallerie .gallerie-album-post {
flex: 1;
margin-bottom: 50px;
}
.page-template-t-gallerie .gallerie-album-post h2 {
font-size: 1.2rem;
line-height: 1.4rem;
margin-top: 10px;
}
.page-template-t-gallerie .gallerie-album-post .gallerie-album-post-items {
position: relative;
display: flex;
aspect-ratio: 1.5;
flex: 1;
}
.page-template-t-gallerie .gallerie-album-post .gallerie-album-post-items .gallerie-album-post-item {
display: flex;
width: calc(100% - 20px);
height: 100%;
z-index: 3;
}
.page-template-t-gallerie .gallerie-album-post .gallerie-album-post-items .gallerie-album-post-item img {
object-fit: cover;
}
.page-template-t-gallerie .gallerie-album-post .gallerie-album-post-items .gallerie-album-post-item:nth-child(2) {
position: absolute;
top: -10px;
left: 10px;
z-index: 2;
opacity: 0.5;
}
.page-template-t-gallerie .gallerie-album-post .gallerie-album-post-items .gallerie-album-post-item:nth-child(3) {
position: absolute;
top: -20px;
left: 20px;
z-index: 1;
opacity: 0.25;
}
.page-template-t-gallerie .gallerie-album-post .gallerie-album-post-items .gallerie-album-post-item:not(.page-template-t-gallerie .gallerie-album-post .gallerie-album-post-items .gallerie-album-post-item:nth-child(1), .page-template-t-gallerie .gallerie-album-post .gallerie-album-post-items .gallerie-album-post-item:nth-child(2), .page-template-t-gallerie .gallerie-album-post .gallerie-album-post-items .gallerie-album-post-item:nth-child(3)) {
display: none;
}
@media screen and (min-width: 992px) {
.page-template-t-gallerie .gallerie-switch {
height: 4vh;
}
.page-template-t-gallerie .gallerie-switch .gallerie-switch-item {
font-size: 18px;
width: 5vw;
}
.page-template-t-gallerie .gallerie-switch .gallerie-switch-selector {
width: 5vw;
height: 4vh;
}
.page-template-t-gallerie .gallerie-video-post {
flex: 0 0 calc(32% - (var(--cols-gap) / 2));
margin-bottom: 0;
}
.page-template-t-gallerie .gallerie-album-post {
flex: 0 0 calc(32% - (var(--cols-gap) / 2));
}
}
@media screen and (min-width: 1600px) {
.page-template-t-gallerie .gallerie-switch .gallerie-switch-item {
font-size: 0.5rem;
}
.page-template-t-gallerie .gallerie-video-post h3 {
font-size: 0.7rem;
line-height: 0.9rem;
}
.page-template-t-gallerie .gallerie-album-post h2 {
font-size: 0.6rem;
line-height: 0.7rem;
}
}
.page-template-t-actualites {
background-color: #000;
}
.page-template-t-actualites a {
text-decoration: none;
}
.page-template-t-actualites .actualite-featured-item {
clip-path: polygon(0 0, calc(100% - 10vw) 0, 100% 10vw, 100% 100%, 0 100%);
margin-bottom: 25px;
}
.page-template-t-actualites .actualite-featured-item .actualite-featured-item-image {
aspect-ratio: 3.5;
display: flex;
overflow: hidden;
position: relative;
}
.page-template-t-actualites .actualite-featured-item .actualite-featured-item-image img {
object-fit: cover;
}
.page-template-t-actualites .actualite-featured-item .actualite-featured-item-image p {
position: absolute;
margin: 0;
}
.page-template-t-actualites .actualite-featured-item .actualite-featured-item-image p:first-of-type {
bottom: 0;
background-color: #014CCB;
font-weight: 700;
padding: 7px 10px 3px 15px;
}
.page-template-t-actualites .actualite-featured-item .actualite-featured-item-image p:last-of-type {
bottom: 30px;
font-weight: 300;
font-size: 0.8rem;
padding: 0 0 0 15px;
}
.page-template-t-actualites .actualite-featured-item .actualite-featured-item-title {
padding: 15px 0 0;
}
.page-template-t-actualites .actualite-item {
margin-bottom: 25px;
}
.page-template-t-actualites .actualite-item .actualite-item-image {
display: flex;
position: relative;
height: 50px;
}
.page-template-t-actualites .actualite-item .actualite-item-image p {
position: absolute;
margin: 0;
}
.page-template-t-actualites .actualite-item .actualite-item-image p:first-of-type {
bottom: 0;
background-color: #014CCB;
font-size: 0.85rem;
font-weight: 700;
text-transform: uppercase;
padding: 7px 10px 3px 15px;
}
.page-template-t-actualites .actualite-item .actualite-item-image p:last-of-type {
bottom: 30px;
font-weight: 300;
font-size: 0.8rem !important;
padding: 0 0 0 15px;
}
.page-template-t-actualites .actualite-item .actualite-item-title {
padding: 15px 0 0 0;
}
.page-template-t-actualites #communiques {
background: linear-gradient(to bottom, #014CCB, transparent);
}
.page-template-t-actualites #communiques .actualite-item .actualite-item-image p {
padding: 0;
}
.page-template-t-actualites #communiques .actualite-item .actualite-item-image p:first-of-type {
display: none;
}
.page-template-t-actualites #communiques .actualite-item .actualite-item-image p:last-of-type {
bottom: 0px;
}
.page-template-t-actualites #communiques .actualite-item .actualite-item-title {
padding: 0;
}
@media screen and (min-width: 1200px) {
.page-template-t-actualites .actualite-featured-item {
clip-path: polygon(0 0, calc(100% - 5vw) 0, 100% 5vw, 100% 100%, 0 100%);
}
.page-template-t-actualites .actualite-featured-item h2 {
font-size: 0.9rem;
line-height: 1rem;
}
.page-template-t-actualites #featured-items {
margin-right: 0;
width: 50%;
display: flex;
flex-wrap: wrap;
gap: 2vw;
justify-content: space-between;
}
.page-template-t-actualites #featured-items a:not(:first-of-type) {
display: inline-block;
width: calc(50% - 1vw);
}
.page-template-t-actualites #featured-items a:not(:first-of-type) .actualite-featured-item {
clip-path: polygon(0 0, calc(100% - 3vw) 0, 100% 3vw, 100% 100%, 0 100%);
}
.page-template-t-actualites #featured-items a:not(:first-of-type) .actualite-featured-item .actualite-featured-item-image {
aspect-ratio: 2;
}
.page-template-t-actualites #featured-items p:first-of-type {
font-size: 1rem;
line-height: 1rem;
padding: 4px;
}
.page-template-t-actualites #featured-items p:last-of-type {
font-size: 0.7rem;
line-height: 0.7rem;
bottom: 40px;
}
.page-template-t-actualites #communiques {
position: fixed;
top: 0;
right: 5%;
width: 30%;
bottom: 0;
overflow: scroll;
}
.page-template-t-actualites #communiques h2 {
font-size: 1.8rem;
line-height: 2rem;
}
.page-template-t-actualites #communiques h2 span {
font-size: 0.85rem;
line-height: 1rem;
}
.page-template-t-actualites #communiques .actualite-item {
margin-bottom: 0;
}
.page-template-t-actualites #communiques .actualite-item .actualite-item-image h2 {
font-size: 1rem;
line-height: 1.2rem;
}
.page-template-t-actualites #communiques .actualite-item .actualite-item-image p {
font-size: 0.8rem;
margin-bottom: 5px;
}
.page-template-t-actualites #more-news {
width: 70%;
}
.page-template-t-actualites .actualite-item .actualite-item-image p:first-of-type {
font-size: 1rem !important;
line-height: 1rem !important;
padding: 4px;
}
.page-template-t-actualites .actualite-item .actualite-item-image p:last-of-type {
font-size: 0.8rem !important;
line-height: 0.8rem !important;
bottom: 40px;
padding-left: 0;
}
.page-template-t-actualites .actualite-item .actualite-item-title {
padding: 10px 0 15px 0;
}
.page-template-t-actualites .actualite-item .actualite-item-title h2 {
font-size: 0.9rem !important;
line-height: 0.9rem !important;
}
}
.page-template-t-shops-and-cooperations main {
margin: 0;
}
.page-template-t-shops-and-cooperations .background-backdrop {
position: fixed;
z-index: 0;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
#shops-and-cooperations {
position: relative;
}
#shops-and-cooperations .who-we-are-background {
z-index: -1;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
display: flex;
}
#shops-and-cooperations .who-we-are-background img {
object-fit: cover;
min-width: 100%;
min-height: 100%;
}
#shops-and-cooperations .fx-item-text {
z-index: 10;
}
#shops-and-cooperations .fx-item-text h1 {
margin-bottom: 25px;
}
#shops-and-cooperations .fx-item-text h2 {
margin-bottom: 15px;
}
#shops-and-cooperations .fx-item-text p {
margin-top: 10px;
}
#shops-and-cooperations .fx-item-text p:not(#shops-and-cooperations .fx-item-text p:first-of-type) {
opacity: 0;
height: 0;
overflow: hidden;
margin: 0;
}
#shops-and-cooperations .fx-item-text p em {
font-weight: 500;
font-style: italic;
padding-left: 25px;
position: relative;
display: block;
}
#shops-and-cooperations .fx-item-text p em:before {
content: "";
position: absolute;
left: 5px;
top: 5px;
bottom: 2px;
width: 3px;
opacity: 0.3;
background: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0));
backdrop-filter: blur(10px);
}
#shops-and-cooperations .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
position: relative;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
stroke-width: 2px;
stroke: #FFF;
backdrop-filter: blur(5px);
text-decoration: none;
clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
border-bottom: 1px solid #fff;
height: 12vh;
}
#shops-and-cooperations .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:before, #shops-and-cooperations .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:after {
content: "";
position: absolute;
bottom: 0;
top: 10px;
width: 1px;
background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
#shops-and-cooperations .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:before {
left: 0;
}
#shops-and-cooperations .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:after {
right: 0;
}
#shops-and-cooperations .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item h2 span {
display: block;
font-size: 0.8rem;
line-height: 1rem;
font-weight: 300;
}
@media screen and (min-width: 768px) {
#shops-and-cooperations .fx-item-text p:not(#shops-and-cooperations .fx-item-text p:first-of-type) {
opacity: 1;
height: auto;
margin-bottom: 10px;
}
}
@media screen and (min-width: 1200px) {
#shops-and-cooperations .fx-item-text p:not(#shops-and-cooperations .fx-item-text p:first-of-type) {
margin-bottom: 20px;
}
#shops-and-cooperations .fx-item-menu .fx-item-menu-wrapper {
gap: 25px;
}
#shops-and-cooperations .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
height: 150px;
}
}
@media screen and (min-width: 1600px) {
#shops-and-cooperations .fx-item-menu .fx-item-menu-wrapper {
gap: 50px;
}
#shops-and-cooperations .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
height: 200px;
}
}
.page-template-t-physical-shops main {
margin: 0;
}
.page-template-t-physical-shops #menu-page ul li.active a {
color: #fff;
}
.page-template-t-physical-shops #physical-shop-logo {
width: 100%;
max-width: 50vw;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.page-template-t-physical-shops .background-backdrop {
position: fixed;
z-index: 0;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
#physical-shop {
position: relative;
}
#physical-shop .who-we-are-background {
z-index: -1;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
display: flex;
}
#physical-shop .who-we-are-background img {
object-fit: cover;
min-width: 100%;
min-height: 100%;
}
#physical-shop .fx-item-text h1 {
margin-bottom: 25px;
}
#physical-shop .fx-item-text h2 {
margin-bottom: 15px;
}
#physical-shop .fx-item-text p {
margin-top: 10px;
font-size: 0.8rem;
line-height: 1.1rem;
}
#physical-shop .fx-item-text p a {
color: #fff;
}
#physical-shop .fx-item-text p em {
font-weight: 500;
font-style: italic;
padding-left: 25px;
position: relative;
display: block;
font-size: 0.6rem;
line-height: 0.9rem;
}
#physical-shop .fx-item-text p em:before {
content: "";
position: absolute;
left: 5px;
top: 5px;
bottom: 2px;
width: 3px;
opacity: 0.3;
background: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0));
backdrop-filter: blur(10px);
}
#physical-shop .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
width: 100%;
}
#physical-shop .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(2) {
display: none;
}
#physical-shop .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item img {
width: 100%;
max-width: 250px;
display: block;
margin: 0 auto;
}
#physical-shop .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item img:nth-child(2) {
margin: 25px auto 0 auto;
}
@media screen and (min-width: 992px) {
#physical-shop #physical-shop-logo {
max-width: 15vw;
}
#physical-shop .fx-item-text p:not(#physical-shop .fx-item-text p:first-of-type) {
margin-bottom: 20px;
}
#physical-shop .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
width: calc(50% - var(--cols-gap));
}
#physical-shop .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(2) {
display: block !important;
}
}
@media screen and (min-width: 1200px) {
#physical-shop .fx-item-text p:not(#physical-shop .fx-item-text p:first-of-type) {
margin-bottom: 20px;
}
#physical-shop .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item img {
max-width: unset;
}
#physical-shop .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item img:nth-child(2) {
margin: 50px auto 0 auto;
}
}
.page-template-t-brands main {
margin: 0;
}
.page-template-t-brands #menu-page ul li.active a {
color: #fff !important;
}
.page-template-t-brands .background-backdrop {
position: fixed;
z-index: 0;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
#brands {
position: relative;
}
#brands .who-we-are-background {
z-index: -1;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
display: flex;
}
#brands .who-we-are-background img {
object-fit: cover;
min-width: 100%;
min-height: 100%;
}
#brands .fx-item-text h1 {
margin-bottom: 25px;
}
#brands .fx-item-text h2 {
margin-bottom: 15px;
}
#brands .fx-item-text p {
margin-top: 10px;
font-size: 0.8rem;
line-height: 1.1rem;
}
#brands .fx-item-text p:not(#brands .fx-item-text p:first-of-type) {
opacity: 0;
height: 0;
overflow: hidden;
margin: 0;
}
#brands .fx-item-text p em {
font-weight: 500;
font-style: italic;
padding-left: 25px;
position: relative;
display: block;
font-size: 0.6rem;
line-height: 0.9rem;
}
#brands .fx-item-text p em:before {
content: "";
position: absolute;
left: 5px;
top: 5px;
bottom: 2px;
width: 3px;
opacity: 0.3;
background: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0));
backdrop-filter: blur(10px);
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
position: relative;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
stroke-width: 2px;
stroke: #FFF;
backdrop-filter: blur(5px);
text-decoration: none;
clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
border-bottom: 1px solid #fff;
height: 15vh;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:before, #brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:after {
content: "";
position: absolute;
bottom: 0;
top: 10px;
width: 1px;
background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:before {
left: 0;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:after {
right: 0;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item img {
display: block;
margin: 0 auto;
width: auto;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(1) img {
height: 4vh;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(2) img {
height: 4vh;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(3) img {
height: 7vh;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(4) img {
height: 6vh;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(5) img {
height: 3vh;
}
@media screen and (min-width: 768px) {
#brands .fx-item-text p:not(#brands .fx-item-text p:first-of-type) {
opacity: 1;
height: auto;
margin-bottom: 10px;
}
}
@media screen and (min-width: 1200px) {
#brands .fx-item-text p:not(#brands .fx-item-text p:first-of-type) {
margin-bottom: 20px;
}
#brands .fx-item-menu .fx-item-menu-wrapper {
gap: 25px;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
height: 150px;
}
}
@media screen and (min-width: 1600px) {
#brands .fx-item-menu .fx-item-menu-wrapper {
gap: 50px;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
height: 200px;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(1) img {
height: 5vh;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(2) img {
height: 5vh;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(3) img {
height: 8vh;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(4) img {
height: 7vh;
}
#brands .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:nth-child(5) img {
height: 4vh;
}
}
.page-template-t-brands-detail main {
margin: 0;
}
#brands-detail {
position: relative;
}
#brands-detail .fx-item-text img {
width: 200px;
}
#brands-detail .fx-item-text h1 {
color: #000;
margin-top: 35px;
}
#brands-detail .fx-item-text p {
color: #000;
margin-top: 20px;
}
#brands-detail .fx-item-text p:first-of-type {
margin-bottom: 0;
}
#brands-detail .fx-item-text a {
font-weight: 700;
}
@media screen and (min-width: 1200px) {
#brands-detail .fx-item-text img {
margin-top: 0;
width: 13vw;
}
#brands-detail .fx-item-text h1 {
font-size: 1.7rem;
line-height: 1.9rem;
margin-top: 20px;
}
#brands-detail .fx-item-text p {
font-size: 0.8rem;
}
}
.page-template-t-artists {
height: 100vh;
width: 100vw;
overflow: hidden;
}
.page-template-t-artists .background-shadow {
position: absolute;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background: black;
background: linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);
}
.page-template-t-artists main {
z-index: 2;
height: 100vh;
width: 100vw;
margin: 0;
overflow: hidden;
}
.page-template-t-artists .delage-col-image-col-titre-texte {
order: 1;
}
.page-template-t-artists .delage-col-image-col-titre-texte .fx-item-text {
flex: 1;
}
.page-template-t-artists .delage-col-image-col-titre-texte .fx-item-img {
position: relative;
}
.page-template-t-artists .delage-col-image-col-titre-texte .fx-item-img .team-cards {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-25vw, -25vh);
}
.page-template-t-artists .delage-col-image-col-titre-texte .fx-item-img .team-cards .team-cards-wrapper .team-card {
position: absolute;
width: 50vw;
max-width: 350px;
display: flex;
flex-direction: column;
cursor: pointer;
}
.page-template-t-artists .delage-col-image-col-titre-texte .fx-item-img .team-cards .team-cards-wrapper .team-card .team-card-text {
opacity: 0;
}
.page-template-t-artists .fx-item-menu {
order: 2;
}
.page-template-t-artists .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
position: relative;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
stroke-width: 2px;
stroke: #FFF;
backdrop-filter: blur(5px);
text-decoration: none;
clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
border-bottom: 1px solid #fff;
}
.page-template-t-artists .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:before, .page-template-t-artists .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:after {
content: "";
position: absolute;
bottom: 0;
top: 10px;
width: 1px;
background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.page-template-t-artists .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:before {
left: 0;
}
.page-template-t-artists .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item:after {
right: 0;
}
.page-template-t-artists .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item h2 {
position: absolute;
bottom: 0;
left: 10px;
right: 10px;
bottom: 10px;
}
@media screen and (min-width: 1200px) {
.page-template-t-artists .delage-col-image-col-titre-texte .fx-item-text {
flex: 1;
}
.page-template-t-artists .delage-col-image-col-titre-texte .fx-item-menu .fx-item-menu-wrapper {
gap: 25px;
}
.page-template-t-artists .delage-col-image-col-titre-texte .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item h2 {
font-size: 1.4rem;
line-height: 1.6rem;
}
.page-template-t-artists #menu-page ul.menu-display {
position: sticky;
top: calc(100vh);
transform: translateY(-100px);
}
.page-template-t-artists #menu-page ul.menu-display li.active a {
color: #fff;
}
.page-template-t-artists #next {
top: 40vh;
left: 11vw;
transform: translateX(-50%);
margin: 0;
}
.page-template-t-artists #next img {
width: 3vw;
}
.page-template-t-artists .swiper-indexes {
display: block !important;
}
.page-template-t-artists .team-swiper-image {
max-width: 30vw;
margin: 0 auto 25px auto;
}
.page-template-t-artists .team-swiper-image p {
padding-bottom: 15px;
font-size: 0.4rem;
line-height: 0.41rem;
}
}
.page-template-t-fan-clubs main {
margin: 0;
}
.page-template-t-fan-clubs .background-backdrop {
position: fixed;
z-index: 0;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
#fan-clubs {
position: relative;
}
#fan-clubs .who-we-are-background {
z-index: -1;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
display: flex;
}
#fan-clubs .who-we-are-background img {
object-fit: cover;
min-width: 100%;
min-height: 100%;
}
#fan-clubs .fx-item-text {
z-index: 10;
}
#fan-clubs .fx-item-text h1 {
margin-bottom: 25px;
}
#fan-clubs .fx-item-text h2 {
margin-bottom: 15px;
}
#fan-clubs .fx-item-text p {
margin-top: 10px;
}
#fan-clubs .fx-item-text p:not(#fan-clubs .fx-item-text p:first-of-type) {
opacity: 0;
height: 0;
overflow: hidden;
margin: 0;
}
#fan-clubs .fx-item-text p em {
font-weight: 500;
font-style: italic;
padding-left: 25px;
position: relative;
display: block;
}
#fan-clubs .fx-item-text p em:before {
content: "";
position: absolute;
left: 5px;
top: 5px;
bottom: 2px;
width: 3px;
opacity: 0.3;
background: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0));
backdrop-filter: blur(10px);
}
#fan-clubs .fanclub-row {
margin-bottom: 25px;
}
#fan-clubs .fanclub-row .fx-col:first-of-type {
flex: 0 0 30%;
}
#fan-clubs .fanclub-row .fx-col:last-of-type {
flex: 0 0 70%;
}
#fan-clubs .fanclub-row img {
width: 150px;
}
#fan-clubs .fanclub-row h2 {
margin-bottom: 10px;
}
#fan-clubs .fanclub-row a {
color: #fff;
}
@media screen and (min-width: 768px) {
#fan-clubs .fx-item-text p:not(#fan-clubs .fx-item-text p:first-of-type) {
opacity: 1;
height: auto;
margin-bottom: 10px;
}
}
@media screen and (min-width: 1200px) {
#fan-clubs .fx-item-text p:not(#fan-clubs .fx-item-text p:first-of-type) {
margin-bottom: 20px;
}
#fan-clubs .fx-item-menu .fx-item-menu-wrapper {
gap: 25px;
}
#fan-clubs .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
height: 150px;
}
}
#fan-clubs .fanclub-row {
margin-bottom: 50px;
}
#fan-clubs .fanclub-row img {
width: 50%;
}
#fan-clubs .fanclub-row:nth-child(3) img {
width: 100%;
}
#fan-clubs .fanclub-row .fx-col:first-of-type {
flex: 0 0 40%;
display: flex;
align-items: flex-end;
}
#fan-clubs .fanclub-row .fx-col:last-of-type {
flex: 0 0 60%;
}
@media screen and (min-width: 1600px) {
#fan-clubs .fx-item-menu .fx-item-menu-wrapper {
gap: 50px;
}
#fan-clubs .fx-item-menu .fx-item-menu-wrapper .fx-item-menu-item {
height: 200px;
}
}
.fake-section {
height: 100vh;
width: 100vw;
}
body::-webkit-scrollbar {
display: none !important;
width: 0 !important;
scrollbar-width: none !important;
-ms-overflow-style: none !important;
overflow: -moz-scrollbars-none !important;
}
.clearfix {
clear: both;
}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.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-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}div.sib-sms-field {
display: inline-block;
position: relative;
width: 100%;
}
.sib-sms-field .sib-country-block {
position: absolute;
right: auto;
left: 0;
top: 0;
bottom: 0;
padding: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sib-country-block .sib-toggle.sib-country-flg {
z-index: 1;
position: relative;
width: 46px;
height: 100%;
padding: 0 0 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #dbdbdb;
cursor: pointer;
}
.sib-country-block .sib-toggle .sib-cflags {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: 15px;
width: 20px;
background-repeat: no-repeat;
background-color: #dbdbdb;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-image: url(//www.delage.fr/wp-content/plugins/mailin/img/flags/fr.png);
}
.sib-country-block .sib-toggle .sib-icon-arrow {
position: absolute;
top: 50%;
margin-top: -2px;
right: 6px;
width:  0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid;
}
.sib-sms-field ul.sib-country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0px;
margin: 0px 0px 0px -1px;
box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
background-color: white;
border: 1px solid rgb(204, 204, 204);
white-space: nowrap;
max-height: 150px;
overflow-y: scroll;
overflow-x: hidden;
top: 50px;
width: 250px;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix {
font-size: 14px;
padding:1px 10px;
cursor: pointer;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover {
background-color: #dbdbdb;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box {
width: 20px;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag {
height: 18px;
width: 20px;
background-image: url(//www.delage.fr/wp-content/plugins/mailin/img/flags/ad.png);
vertical-align: middle;
display: inline-block;
background-repeat:no-repeat;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code {
margin-left: 20px;
}
.sib-sms-field .sib-sms {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0;
}
.sib-multi-lists.sib_error {
color: #A94442;
}