@font-face {
font-family: "Gotham";
src: url(//www.realflex.fr/wp-content/themes/realflex/assets/Gotham-Book.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gotham";
src: url(//www.realflex.fr/wp-content/themes/realflex/assets/Gotham-Medium.woff2) format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gotham";
src: url(//www.realflex.fr/wp-content/themes/realflex/assets/Gotham-Bold.woff2) format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gotham";
src: url(//www.realflex.fr/wp-content/themes/realflex/assets/Gotham-Black.woff2) format("woff2");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Minion Pro";
src: url(//www.realflex.fr/wp-content/themes/realflex/assets/MinionPro-Regular.woff2) format("woff2");
font-weight: 300;
font-style: normal;
font-display: swap;
}
html {
scroll-behavior: smooth;
}
.container {
width: 85%;
max-width: 1280px;
margin: 0 auto;
}
.container.small {
width: 70%;
height: 100%;
}
.frame {
margin: 0 auto;
position: relative;
height: 100%;
}
.frame.justify-space {
justify-content: space-between;
}
.frame.align-end {
align-items: end;
}
@media (min-width: 768px) {
.frame {
display: flex;
display: -ms-flexbox;
position: relative;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.frame:not(.still) > div[class^=col-] {
position: relative;
}
.frame.with-gutter {
margin-right: -10px;
margin-left: -10px;
}
.frame.with-gutter div[class^=col-] {
padding-right: 10px;
padding-left: 10px;
padding-bottom: 15px;
box-sizing: border-box;
}
}
@media (max-width: 768px) {
.frame:not(.still) > div[class^=col-] {
width: 100% !important;
display: block;
position: relative;
}
.frame:not(.still) > div > div > [class^=col-] {
width: 100% !important;
display: block;
position: relative;
}
.frame:not(.still) > div > div > div > [class^=col-] {
width: 100% !important;
display: block;
position: relative;
}
.frame:not(.still) > div > div > div > div > [class^=col-] {
width: 100% !important;
display: block;
position: relative;
}
.frame.still {
display: flex;
display: flex;
position: relative;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
}
.offset-1 {
margin-left: 8.3333333333%;
}
@media screen and (max-width: 768px) {
.offset-1 {
margin-left: 0;
}
}
.col-li-1 {
width: 8.3333333333%;
}
.col-li-2 {
width: 16.6666666667%;
}
.col-li-3 {
width: 25%;
}
.col-li-4 {
width: 33.3333333333%;
}
.col-li-5 {
width: 41.6666666667%;
}
.col-li-6 {
width: 50%;
}
.col-li-7 {
width: 58.3333333333%;
}
.col-li-8 {
width: 66.6666666666%;
}
.col-li-9 {
width: 75%;
}
.col-li-10 {
width: 83.3333333333%;
}
.col-li-11 {
width: 91.6666666666%;
}
.col-li-12 {
width: 100%;
}
body {
margin: 0;
font-family: "Gotham", sans-serif;
font-weight: 400;
}
body p, body ul li, body a {
font-weight: 300;
}
@media screen and (max-width: 768px) {
body p, body ul li, body a {
font-size: 0.9em;
}
}
section {
position: relative;
margin: 3em 0;
padding: 0 0;
}
@media screen and (max-width: 500px) {
section {
margin: 2em 0;
}
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 0;
font-family: "Gotham", sans-serif;
overflow-wrap: initial;
}
a {
text-decoration: none;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.vertical-center {
align-items: center;
}
.vertical-end {
align-items: end;
}
figure {
margin: 0;
}
figure.cover img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
video {
max-width: 100%;
max-height: 100%;
}
button {
cursor: pointer;
}
ul li::marker {
content: none;
display: none;
}
ul li {
list-style-type: none;
}
strong, b {
font-weight: 600;
}
header {
display: flex;
width: 100%;
padding: 7em 0 6em;
justify-content: space-between;
}
@media screen and (max-width: 1024px) {
header {
padding: 50px 0 25px;
}
}
@media screen and (max-width: 768px) {
header {
padding: 25px 0;
}
}
@media screen and (max-width: 1024px) {
header .frame.mainnav {
justify-content: center;
}
}
header .site-branding {
width: 18%;
}
@media screen and (max-width: 1024px) {
header .site-branding {
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 35px;
}
}
@media screen and (max-width: 1024px) {
header .site-branding {
width: 180px;
}
}
@media screen and (max-width: 768px) {
header .site-branding {
width: 153px;
}
}
@media screen and (max-width: 768px) {
header .site-branding {
margin-bottom: 0;
}
}
header .site-branding a {
display: block;
}
header .site-branding img {
width: 100%;
height: auto;
}
@media screen and (min-width: 1025px) {
header .site-branding.on-mobile {
display: none;
}
}
@media screen and (max-width: 1024px) {
header .site-branding.on-desktop {
display: none;
}
}
header nav.left-navigation {
width: 40%;
display: flex;
justify-content: end;
align-items: end;
padding-bottom: 33px;
}
@media screen and (max-width: 1024px) {
header nav.left-navigation {
width: -moz-fit-content;
width: fit-content;
}
}
header nav.left-navigation #left-menu {
display: flex;
margin: 0 0;
justify-content: end;
padding: 0 35px 0 0;
}
@media screen and (max-width: 1024px) {
header nav.left-navigation #left-menu {
padding: 0;
}
}
@media screen and (max-width: 768px) {
header nav.left-navigation {
display: none;
}
}
header nav.right-navigation {
width: 40%;
display: flex;
justify-content: start;
align-items: end;
padding-bottom: 33px;
}
@media screen and (max-width: 1024px) {
header nav.right-navigation {
width: -moz-fit-content;
width: fit-content;
}
}
header nav.right-navigation #right-menu {
display: flex;
margin: 0 0;
justify-content: start;
padding: 0 0 0 35px;
}
@media screen and (max-width: 1024px) {
header nav.right-navigation #right-menu {
padding: 0;
}
}
@media screen and (max-width: 768px) {
header nav.right-navigation {
display: none;
}
}
header nav li {
padding: 0 33px;
}
@media screen and (max-width: 1400px) {
header nav li {
padding: 0 25px;
}
}
@media screen and (max-width: 1280px) {
header nav li {
padding: 0 15px;
}
}
@media screen and (max-width: 1120px) {
header nav li {
padding: 0 7px;
}
}
@media screen and (max-width: 1024px) {
header nav li {
padding: 0 15px;
}
}
header nav li a {
text-transform: uppercase;
font-size: 0.8em;
color: #000000;
position: relative;
}
header nav li.current_page_item a {
font-weight: 700;
}
header nav li.current_page_item a::after {
content: "";
position: absolute;
width: 40px;
height: 2px;
background-color: #d0bd83;
bottom: -10px;
left: calc(50% - 20px);
}
header .social_media {
position: absolute;
right: -70px;
display: flex;
align-items: end;
padding-bottom: 33px;
height: 100%;
box-sizing: border-box;
}
@media screen and (max-width: 960px) {
header .social_media {
right: -38px;
bottom: 87px;
}
}
@media screen and (max-width: 768px) {
header .social_media {
right: 0px;
bottom: 0px;
padding-bottom: 0;
height: auto;
}
}
@media screen and (max-width: 1280px) {
header .social_media img {
width: 25px;
height: 25px;
}
}
header .social_media a {
margin: 0 4px;
}
header .social_media a:last-child {
margin-right: 0;
}
@media screen and (max-width: 768px) {
.elementor-lightbox .elementor-video-container .elementor-video-landscape {
width: 300px !important;
height: 179 !important;
}
} .mobile-nav-toggle {
padding: 0;
color: #aaa;
background: none;
border: 0;
outline: 0;
top: 0;
right: 0;
position: absolute;
}
.mobile-nav-toggle:hover {
color: #777;
}
.mobile-nav-toggle.nav-icon {
margin: 4px 0 0;
width: 35px;
}
@media screen and (max-width: 768px) {
.mobile-nav-toggle.nav-icon {
margin: 0 0 0;
}
}
.mobile-nav-toggle.nav-icon:after, .mobile-nav-toggle.nav-icon:before,
.mobile-nav-toggle.nav-icon div {
background: #000000;
border-radius: 3px;
content: "";
display: block;
height: 3px;
margin: 7px 0;
transition: all 0.2s ease-in-out;
}
.mobile-navigation {
position: fixed;
z-index: 888;
height: 100%;
width: 100%;
right: -100%;
background: #ffffff;
color: #ffffff;
padding: 0px;
display: flex;
flex-direction: column;
align-items: start;
opacity: 0;
transition: all 500ms;
justify-content: center;
overflow: auto;
}
.mobile-navigation .menu-menu-left-container, .mobile-navigation .menu-menu-right-container {
width: 210px;
margin: 0 auto;
}
.mobile-navigation .mobile-nav-close {
position: absolute;
top: 3%;
right: 0;
cursor: pointer;
color: #ffffff;
}
.mobile-navigation .mobile-nav-close svg {
fill: #000000;
}
.mobile-navigation .mobile-nav-close svg path {
fill: #000000;
}
.mobile-navigation.active {
right: 0;
top: 0;
opacity: 1;
background: #ffffff;
}
.mobile-navigation.active ul {
margin: 0;
padding: 0;
}
.mobile-navigation.active ul.menu-open {
display: none;
}
.mobile-navigation.active ul li {
margin: 0;
list-style: none;
text-transform: uppercase;
padding-bottom: 20px;
}
.mobile-navigation.active ul li a {
color: #000000;
text-transform: capitalize;
letter-spacing: 2px;
font-size: 0.9em;
font-weight: 500;
text-decoration: none;
}
.mobile-navigation.active ul li ul {
display: none;
}
.mobile-navigation.active ul li ul li {
padding: 3px 0;
}
.mobile-navigation.active ul li ul li a {
font-size: 0.8em;
font-weight: 300;
}
.menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 768px) {
.menu-toggle {
display: none;
}
.mobile-nav-toggle {
display: none;
}
.mobile-navigation {
width: 300px;
right: -300px;
}
}
footer p.title {
text-align: center;
text-transform: uppercase;
font-size: 0.8em;
font-weight: 700;
}
footer .partners_block p {
text-align: center;
text-transform: uppercase;
font-size: 0.8em;
font-weight: 700;
}
footer .partners-slider {
padding: 30px 0;
background-color: #e4dcd2;
}
footer .partners-track {
display: flex;
width: -moz-max-content;
width: max-content;
gap: 65px;
will-change: transform;
animation: scroll 50s linear infinite;
}
@media screen and (max-width: 768px) {
footer .partners-track {
gap: 30px;
}
}
footer .partner {
width: 145px;
height: 58px; display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 768px) {
footer .partner {
width: 85px;
height: 31px;
}
}
footer .partner img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
-o-object-fit: contain;
object-fit: contain;
filter: grayscale(100%);
opacity: 0.8;
transition: 0.3s;
}
footer .partner:hover img {
filter: grayscale(0%);
opacity: 1;
}
footer .site-info {
position: relative;
margin-top: 3em;
padding-bottom: 2em;
}
footer .site-info::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
top: -19px;
left: 0;
background-color: #000000;
}
footer .site-info .copyright p {
margin: 0 0;
font-size: 0.9em;
}
footer .site-info .copyright a {
color: #000000;
}
footer .site-info .logo-martingale {
width: 33.3%;
text-align: right;
}
@media screen and (max-width: 768px) {
footer .site-info .logo-martingale {
width: 100%;
margin-top: 10px;
text-align: left;
}
}
@keyframes scroll {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
.swiper-wrapper {
gap: 35px;
align-items: center;
transition-timing-function: linear !important;
}
.video_pres {
margin: 0 0;
}
.video_pres video {
width: 100%;
max-height: 75vh;
-o-object-fit: cover;
object-fit: cover;
}
.intro_home {
padding: 2em 0 4em;
}
@media screen and (max-width: 768px) {
.intro_home {
padding: 1em 0 3em;
}
}
.intro_home .intro_editor {
width: 50%;
position: relative;
margin: 0 auto;
text-align: center;
font-size: 1.2em;
line-height: 1.4em;
padding: 50px 0;
}
@media screen and (max-width: 1400px) {
.intro_home .intro_editor {
width: 65%;
}
}
@media screen and (max-width: 1120px) {
.intro_home .intro_editor {
width: 85%;
}
}
@media screen and (max-width: 768px) {
.intro_home .intro_editor {
width: 85%;
font-size: 0.9em;
}
}
@media screen and (max-width: 500px) {
.intro_home .intro_editor {
width: 100%;
font-size: 11px;
}
}
.intro_home .intro_editor::before {
content: "";
position: absolute;
top: 15px;
left: calc(50% - 15.5px);
width: 31px;
height: 23px;
background-repeat: no-repeat;
background-position: top center;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31.312' height='23.151' viewBox='0 0 31.312 23.151'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_2' data-name='Path 2' d='M0,0H31.312V-23.151H0Z' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_4' data-name='Group 4' transform='translate(0 23.151)'%3E%3Cg id='Group_3' data-name='Group 3' clip-path='url(%23clip-path)'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(19.215 -10.337)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M0,0A3.892,3.892,0,0,1,.6,2.3q0,2.842-2.3,8.04Q6.6,8.1,9.525,3.566a15.7,15.7,0,0,0,2.56-9.127,7.863,7.863,0,0,0-1.994-5.229A6.014,6.014,0,0,0,5.5-12.815,6.83,6.83,0,0,0,.423-10.639,7.125,7.125,0,0,0-1.692-5.5,9.538,9.538,0,0,0,0,0M-17.523,0a3.892,3.892,0,0,1,.6,2.3q0,2.842-2.3,8.04Q-10.924,8.1-8,3.566A15.7,15.7,0,0,0-5.438-5.561,7.868,7.868,0,0,0-7.432-10.79a6.016,6.016,0,0,0-4.593-2.025A6.826,6.826,0,0,0-17.1-10.639,7.125,7.125,0,0,0-19.215-5.5,9.531,9.531,0,0,0-17.523,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.intro_home .intro_editor::after {
content: "";
height: 2px;
width: 90px;
left: calc(50% - 45px);
bottom: 35px;
position: absolute;
background-color: #d0bd83;
}
.intro_home .logo {
text-align: center;
}
.intro_home .logo .line1 {
text-transform: uppercase;
font-size: 1.3em;
font-weight: 400;
margin: 0 0 2px;
}
@media screen and (max-width: 768px) {
.intro_home .logo .line1 {
font-size: 0.9em;
}
}
.intro_home .logo .line2 {
margin: 0 0;
font-size: 0.9em;
font-weight: 400;
}
@media screen and (max-width: 768px) {
.intro_home .logo .line2 {
font-size: 0.8em;
}
}
.presentation h1, .presentation h2 {
text-transform: uppercase;
font-weight: 100;
font-size: 2em;
position: relative;
text-align: left;
}
@media screen and (max-width: 1280px) {
.presentation h1, .presentation h2 {
font-size: 1.7em;
}
}
@media screen and (max-width: 768px) {
.presentation h1, .presentation h2 {
font-size: 1.3em;
}
}
.presentation h1::after, .presentation h2::after {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 55px;
height: 2px;
background-color: #d0bd83;
}
.presentation .editor {
font-size: 1.2em;
font-weight: 100;
line-height: 1.3em;
padding-right: 4em;
text-align: justify;
}
@media screen and (max-width: 1400px) {
.presentation .editor {
font-size: 1.1em;
line-height: 1.4em;
}
}
@media screen and (max-width: 1280px) {
.presentation .editor {
font-size: 1em;
}
}
@media screen and (max-width: 768px) {
.presentation .editor {
padding-right: 0;
padding-top: 1em;
font-size: 0.9em;
}
}
.presentation .quote {
font-family: "Minion Pro", serif;
font-size: 1.9em;
font-weight: 100;
line-height: 1.15em;
margin: 20px 0 0;
text-align: left;
}
@media screen and (max-width: 1280px) {
.presentation .quote {
font-size: 1.6em;
}
}
@media screen and (max-width: 768px) {
.presentation .quote {
font-size: 1.3em;
}
}
.presentation .left .social_media {
display: flex;
margin-top: 27px;
}
.presentation .left .social_media a {
margin-right: 9px;
}
.presentation .left .social_media .icon img {
width: 25px;
height: 25px;
}
.presentation .left .editor {
padding-top: 29px;
}
.presentation .right {
padding-left: 1em;
padding-right: 1em;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.presentation .right {
margin-top: 48px;
padding: 0 0;
}
}
.presentation .right .editor {
padding-right: 3em;
}
@media screen and (max-width: 1280px) {
.presentation .right .editor {
padding-right: 3em;
padding-top: 6px;
}
}
@media screen and (max-width: 768px) {
.presentation .right .editor {
padding-right: 0;
}
}
.why_us {
padding: 2em 0;
background-color: #EBDED5;
}
.why_us .frame {
align-items: center;
justify-content: space-between;
}
.why_us .title_left h2 {
text-transform: uppercase;
font-weight: 100;
font-size: 2em;
position: relative;
width: 202px;
}
@media screen and (max-width: 960px) {
.why_us .title_left h2 {
font-size: 1.7em;
}
}
@media screen and (max-width: 768px) {
.why_us .title_left h2 {
font-size: 1.3em;
}
}
.why_us .title_left h2::after {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 55px;
height: 2px;
background-color: #d0bd83;
}
.why_us .icons_group {
display: flex;
width: calc(100% - 245px);
justify-content: center;
text-align: center;
flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
.why_us .icons_group {
width: 100%;
padding-top: 35px;
}
}
@media screen and (max-width: 500px) {
.why_us .icons_group {
padding-top: 20px;
}
}
.why_us .icons_group .icon {
display: flex;
width: 14%;
padding: 0 5px;
flex-direction: column;
align-items: center;
box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
.why_us .icons_group .icon {
width: 25%;
padding: 10px 5px 6px;
}
}
@media screen and (max-width: 768px) {
.why_us .icons_group .icon {
width: 50%;
padding: 3px 5px 3px;
}
}
.why_us .icons_group .icon .img-ico {
width: 110px;
height: 95px;
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 1280px) {
.why_us .icons_group .icon .img-ico {
width: 105px;
height: 68px;
}
}
@media screen and (max-width: 768px) {
.why_us .icons_group .icon .img-ico {
width: 89px;
height: 81px;
}
}
.why_us .icons_group .icon .img-ico img {
max-width: 65%;
max-height: 60%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (max-width: 768px) {
.why_us .icons_group .icon .img-ico img {
max-width: 51%;
max-height: 54%;
}
}
.why_us .icons_group .icon .txt-icon {
margin: 0 0;
text-align: center;
}
@media screen and (max-width: 1280px) {
.why_us .icons_group .icon .txt-icon {
font-size: 0.85em;
padding: 0 10px;
}
}
@media screen and (max-width: 768px) {
.why_us .icons_group .icon .txt-icon {
font-size: 0.9em;
}
}
@media screen and (max-width: 500px) {
.why_us .icons_group .icon .txt-icon {
font-size: 0.8em;
}
}
.books_mockup .line_books {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.books_mockup .line_books figure {
width: 33%;
}
@media screen and (max-width: 500px) {
.books_mockup .line_books figure {
width: 100%;
margin: 5px 0;
}
}
.books_mockup .line_editing {
display: flex;
padding-top: 55px;
justify-content: space-between;
}
@media screen and (max-width: 768px) {
.books_mockup .line_editing {
flex-wrap: wrap;
}
}
.books_mockup .line_editing .heading {
width: 33%;
}
@media screen and (max-width: 768px) {
.books_mockup .line_editing .heading {
width: 100%;
}
}
.books_mockup .line_editing .heading h2 {
text-transform: uppercase;
font-weight: 100;
font-size: 2em;
position: relative;
text-align: left;
}
@media screen and (max-width: 1280px) {
.books_mockup .line_editing .heading h2 {
font-size: 1.7em;
}
}
@media screen and (max-width: 768px) {
.books_mockup .line_editing .heading h2 {
font-size: 1.3em;
line-height: 1.3em;
}
}
.books_mockup .line_editing .heading h2::after {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 55px;
height: 2px;
background-color: #d0bd83;
}
.books_mockup .line_editing .editor {
width: 65%;
font-size: 1.2em;
font-weight: 100;
line-height: 1.3em;
padding-right: 4em;
text-align: justify;
}
@media screen and (max-width: 1400px) {
.books_mockup .line_editing .editor {
font-size: 1.1em;
line-height: 1.4em;
}
}
@media screen and (max-width: 1280px) {
.books_mockup .line_editing .editor {
font-size: 1em;
}
}
@media screen and (max-width: 768px) {
.books_mockup .line_editing .editor {
width: 100%;
font-size: 0.9em;
padding-right: 0;
padding-top: 30px;
}
}
.books_mockup .line_editing .editor p {
margin: 8px 0;
}
.video_pres .video-contain {
position: relative;
cursor: pointer;
overflow: hidden;
}
.video_pres .video-contain video {
width: 100%;
}
.video_pres .video-contain .overlay {
position: absolute;
inset: 0;
top: 25px;
left: 25px;
height: -moz-fit-content;
height: fit-content;
width: 30vw;
padding: 3vw;
z-index: 1;
transition: opacity 0.3s ease;
box-sizing: border-box;
background-color: rgba(208, 189, 131, 0.8);
}
@media screen and (max-width: 1280px) {
.video_pres .video-contain .overlay {
width: 40%;
}
}
@media screen and (max-width: 768px) {
.video_pres .video-contain .overlay {
position: relative;
left: 0;
height: auto;
width: 100%;
padding: 25px;
}
}
.video_pres .video-contain .overlay h3 {
text-transform: uppercase;
font-weight: 100;
font-size: 2em;
position: relative;
text-align: left;
color: #ffffff;
}
@media screen and (max-width: 1600px) {
.video_pres .video-contain .overlay h3 {
font-size: 1.8em;
}
}
@media screen and (max-width: 1400px) {
.video_pres .video-contain .overlay h3 {
font-size: 1.7em;
}
}
@media screen and (max-width: 1280px) {
.video_pres .video-contain .overlay h3 {
font-size: 1.4em;
}
}
@media screen and (max-width: 768px) {
.video_pres .video-contain .overlay h3 {
font-size: 1.2em;
}
}
.video_pres .video-contain .overlay p {
color: #ffffff;
text-align: justify;
line-height: 1.4em;
font-size: 1.1em;
margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
.video_pres .video-contain .overlay p {
font-size: 1em;
}
}
@media screen and (max-width: 1280px) {
.video_pres .video-contain .overlay p {
font-size: 0.9em;
}
}
.video_pres .video-contain .play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: none;
background: transparent;
padding: 0 0;
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
cursor: pointer;
transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
.video_pres .video-contain .play-btn {
display: none;
}
}
.video_pres .video-contain .play-btn:hover {
transform: translate(-50%, -50%) scale(1.08);
}
.video_pres .video-contain .play-btn img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.video_pres .video-contain.playing .overlay, .video_pres .video-contain.playing .play-btn {
opacity: 0;
pointer-events: none;
}
.video_pres .editor {
font-size: 1.2em;
line-height: 1.3em;
padding: 30px 0 10px;
}
@media screen and (max-width: 1400px) {
.video_pres .editor {
font-size: 1.1em;
line-height: 1.4em;
}
}
@media screen and (max-width: 1280px) {
.video_pres .editor {
font-size: 1em;
}
}
.video_pres .editor sup {
font-size: 8px;
}
.gallery_portrait {
padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
.gallery_portrait {
padding-bottom: 3em;
}
}
.gallery_portrait .frame {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.gallery_portrait .project_item {
position: relative;
width: 32.5%;
height: 535px;
margin-bottom: 17px;
}
@media screen and (max-width: 1400px) {
.gallery_portrait .project_item {
height: 414px;
}
}
@media screen and (max-width: 1120px) {
.gallery_portrait .project_item {
height: 314px;
}
}
@media screen and (max-width: 768px) {
.gallery_portrait .project_item {
width: 100%;
height: 100%;
}
}
.gallery_portrait .project_item:nth-child(5) {
width: 66.3%;
}
@media screen and (max-width: 768px) {
.gallery_portrait .project_item:nth-child(5) {
width: 100%;
}
}
.gallery_portrait .project_item:nth-child(6) {
width: 66.3%;
}
@media screen and (max-width: 768px) {
.gallery_portrait .project_item:nth-child(6) {
width: 100%;
}
}
.gallery_portrait .project_item:nth-child(9) {
width: 66.3%;
}
@media screen and (max-width: 768px) {
.gallery_portrait .project_item:nth-child(9) {
width: 100%;
}
}
.gallery_portrait .project_item figure {
margin: 0;
height: 100%;
}
.gallery_portrait .project_item figure img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.gallery_portrait .project_item .infos_project {
position: absolute;
bottom: 20px;
left: 20px;
width: calc(100% - 40px);
padding: 10px 0;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}
.gallery_portrait .project_item .infos_project p.name {
color: #d0bd83;
margin: 0 0;
font-size: 14px;
font-weight: 500;
position: relative;
text-transform: uppercase;
}
.gallery_portrait .project_item .infos_project p.name::after {
content: "";
position: absolute;
height: 2px;
left: calc(50% - 17px);
bottom: -5px;
width: 35px;
background-color: #d0bd83;
}
@media screen and (max-width: 1400px) {
.gallery_portrait .project_item .infos_project p.name::after {
bottom: -4px;
}
}
.gallery_portrait .project_item .infos_project p.client {
color: #ffffff;
margin: 0 0;
font-size: 14px;
padding-top: 7px;
text-transform: uppercase;
}
.page-id-205 .regards-gallery figure.cover img {
-o-object-position: top;
object-position: top;
}
.banner_img {
margin: 0 0;
padding: 0 0;
}
.banner_img figure {
height: 50vh;
}
@media screen and (max-width: 960px) {
.banner_img figure {
height: 100%;
}
}
.text-content h1 {
text-align: center;
font-weight: 100;
line-height: 1.25em;
position: relative;
}
@media screen and (max-width: 960px) {
.text-content h1 {
font-size: 1.7em;
}
}
.text-content h1::after {
content: "";
position: absolute;
bottom: -10px;
left: calc(50% - 27.5px);
background-color: #d0bd83;
width: 55px;
height: 2px;
}
.text-content .editor {
width: 50%;
margin: 0 auto;
text-align: center;
padding: 2vw;
font-size: 1.2em;
font-weight: 100;
line-height: 1.4em;
}
@media screen and (max-width: 1280px) {
.text-content .editor {
width: 65%;
}
}
@media screen and (max-width: 960px) {
.text-content .editor {
width: 85%;
font-size: 1em;
}
}
@media screen and (max-width: 768px) {
.text-content .editor {
padding: 1em 0;
font-size: 0.9em;
}
}
.pictime .content_pictime .heading {
width: 35%;
margin: 0 auto;
text-align: center;
}
@media screen and (max-width: 1280px) {
.pictime .content_pictime .heading {
width: 55%;
}
}
@media screen and (max-width: 768px) {
.pictime .content_pictime .heading {
width: 100%;
}
}
.pictime .content_pictime .heading p.title {
text-transform: uppercase;
margin: 0 0 8px;
font-size: 0.85em;
font-weight: 500;
color: #d0bd83;
}
@media screen and (max-width: 768px) {
.pictime .content_pictime .heading p.title {
font-size: 0.7em;
}
}
.pictime .content_pictime .heading p.text {
margin: 0 0;
font-size: 0.8em;
line-height: 1.4em;
}
.pictime .content_pictime .iframe {
margin-top: 35px;
border: 10px solid #d0bd83;
}
.regards-page h1, .regards-gallery h1 {
text-transform: uppercase;
font-weight: 100;
font-size: 2em;
position: relative;
text-align: center;
}
@media screen and (max-width: 960px) {
.regards-page h1, .regards-gallery h1 {
padding: 1em 0;
font-size: 0.9em;
}
}
.regards-page h1::after, .regards-gallery h1::after {
content: "";
position: absolute;
bottom: -20px;
left: calc(50% - 27.5px);
width: 55px;
height: 2px;
background-color: #d0bd83;
}
.intro_regards {
padding: 2em 0 4em;
margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.intro_regards {
padding: 1em 0 2em;
}
}
.intro_regards .intro_editor {
width: 68%;
position: relative;
margin: 0 auto;
text-align: center;
font-size: 1.2em;
line-height: 1.4em;
padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
.intro_regards .intro_editor {
padding-right: 0;
padding-top: 1em;
font-size: 0.9em;
width: 85%;
}
}
.gallery_regards {
padding-bottom: 6em;
}
.gallery_regards .frame {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.gallery_regards .project_item {
position: relative;
width: 49%;
height: 420px;
margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
.gallery_regards .project_item {
width: 100%;
height: 100%;
}
}
.gallery_regards .project_item figure {
margin: 0;
height: 100%;
}
.gallery_regards .project_item figure img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.gallery_regards .project_item .infos_project {
position: absolute;
bottom: 20px;
left: 20px;
width: calc(100% - 40px);
padding: 10px 0;
text-align: center;
background-color: rgba(0, 0, 0, 0.5);
}
.gallery_regards .project_item .infos_project p.name {
color: #d0bd83;
margin: 0 0;
font-size: 14px;
font-weight: 500;
position: relative;
text-transform: uppercase;
}
.gallery_regards .project_item .infos_project p.name::after {
content: "";
position: absolute;
height: 2px;
left: calc(50% - 17px);
bottom: -4px;
width: 35px;
background-color: #d0bd83;
}
.gallery_regards .project_item .infos_project p.client {
color: #ffffff;
margin: 0 0;
font-size: 14px;
padding-top: 9px;
text-transform: uppercase;
}
.gallery_regards .project_item .hover_project {
position: absolute;
width: 94%;
height: 90%;
top: 5%;
left: 3%;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0);
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: opacity 0.3s ease, background 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.gallery_regards .project_item .hover_project p.name {
font-size: 2em;
text-transform: uppercase;
font-weight: 500;
color: #ffffff;
margin: 0 0;
text-shadow: 1px 1px 2px #000000;
}
@media screen and (max-width: 768px) {
.gallery_regards .project_item .hover_project p.name {
font-size: 1.3em;
}
}
.gallery_regards .project_item:hover .hover_project {
opacity: 1;
visibility: visible;
background: rgba(0, 0, 0, 0.5);
transform: translateY(0);
}
.gallery_regards .project_item:hover .infos_project {
display: none;
}
.gallery-filters {
margin: 0 auto 30px;
display: flex;
justify-content: center;
}
.gallery-filters select {
height: 35px;
padding: 0 7px;
box-sizing: border-box;
margin: 0 7px;
border: 1px solid #d0bd83;
background-color: #f7f7f7;
}
.gallery_detail .gallery-grid {
width: 100%;
border: 10px solid #d0bd83;
padding: 30px;
box-sizing: border-box;
}
.gallery_detail .grid-sizer,
.gallery_detail .gallery-item {
width: calc(20% - 16px);
}
.gallery_detail .gallery-item {
margin-bottom: 10px;
}
.gallery_detail .gallery-item img {
display: block;
width: 100%;
height: auto;
padding: 0 4px;
box-sizing: border-box;
}
.glightbox-clean .gslide-description {
background: transparent !important;
}
.glightbox-clean .gslide-desc {
color: #ffffff;
}
.img_contact {
margin: 0 0;
padding: 0 0;
}
.img_contact figure {
height: 50vh;
}
@media screen and (max-width: 960px) {
.img_contact figure {
height: 100%;
}
}
.infos_contact {
padding: 3em 0 5em;
}
.infos_contact .contact_infos {
text-align: center;
}
.infos_contact .contact_infos h1 {
text-transform: uppercase;
font-size: 2em;
color: #000000;
position: relative;
font-weight: 400;
}
@media screen and (max-width: 768px) {
.infos_contact .contact_infos h1 {
font-size: 1.7em;
}
}
.infos_contact .contact_infos h1::after {
content: "";
position: absolute;
background-color: #d0bd83;
width: 55px;
height: 2px;
bottom: -10px;
left: calc(50% - 27.5px);
}
.infos_contact .contact_infos p.name {
margin: 45px 0 10px;
font-size: 1.6em;
}
@media screen and (max-width: 768px) {
.infos_contact .contact_infos p.name {
font-size: 1.3em;
}
}
.infos_contact .contact_infos .phone, .infos_contact .contact_infos .email {
display: block;
position: relative;
width: 100%;
margin: 10px 0;
font-size: 1.6em;
color: #000000;
}
@media screen and (max-width: 768px) {
.infos_contact .contact_infos .phone, .infos_contact .contact_infos .email {
font-size: 1.3em;
}
}
.infos_contact .contact_infos .phone:hover, .infos_contact .contact_infos .email:hover {
font-weight: 500;
}
.legal-page .mentions {
width: 85%;
margin: 0 auto;
}
.legal-page h1 {
position: relative;
display: block;
width: 100%;
}
.legal-page h1::after {
content: "";
width: 100%;
height: 4px;
bottom: -10px;
left: 0;
position: absolute;
background-color: #000000;
}
.legal-page .content {
width: 85%;
margin: 70px auto 95px auto;
}
.legal-page .content h2.wp-block-heading {
margin-top: 48px;
}
.legal-page .content a {
color: #000000;
text-decoration: underline;
}
.legal-page .content p {
text-align: justify;
}{"version":3,"sources":["index.scss","blocks/_fonts.scss","index.css","blocks/_globals.scss","blocks/_header.scss","blocks/_footer.scss","pages/_home.scss","pages/_portrait.scss","pages/_histoires.scss","pages/_regards.scss","pages/_contact.scss","pages/_legal.scss"],"names":[],"mappings":"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","file":"index.css"}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');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.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.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.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}