/*!
Theme Name: Realflex
Theme URI: http://underscores.me/
Author: Agence Martingale
Author URI: https://agence-martingale.fr/
Description: Realflex
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: realflex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready*/
@font-face {
  font-family: "Gotham";
  src: url("/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("/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("/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("/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("/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 */
.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; /* hauteur uniforme */
  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;
}/*# sourceMappingURL=index.css.map */