@font-face {
  font-family: maisonneue;
  src: url(../fonts/MaisonNeueExtendedWEB-Book.eot);
  src: url(../fonts/MaisonNeueExtendedWEB-Book.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/MaisonNeueExtendedWEB-Book.woff2) format("woff2"),
    url(../fonts/MaisonNeueExtendedWEB-Book.woff) format("woff"),
    url(../fonts/MaisonNeueExtendedWEB-Book.ttf) format("truetype"),
    url(../fonts/MaisonNeueExtendedWEB-Book.svg#svgFontName) format("svg");
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: maisonneue;
}

body {
  overflow: auto;
}

.noscroll {
  overflow: hidden;
}

.mobile {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: inherit;
}

.bold,
h1 {
  font-weight: 400 !important;
}

h4 {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 17px;
}
h5 {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 15px;
}
a {
  color: #00f;
  text-decoration: none;
}

.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 95%;
}

header {
  background: #fff;
  box-sizing: border-box;
  height: 90px;
  left: 0;
  padding: 35px 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}
.header-border {
  width: 95.4%;
  background-color: #000;
  height: 1px;
  position: fixed;
  top: 90px;
  z-index: 150000;
  left: 2.3%;
}

.custom-logo {
  height: 44px;
  width: 130px;
  position: absolute;
  left: 50%;
  margin-left: -65px;
}

@media screen and (max-width: 767px) {
  .custom-logo {
    left: 25px;
    top: 26px;
    margin-left: 0;
  }
  .logo_button {
    display: none !important;
  }
  .custom-logo-link {
    z-index: 10000;
  }
}

.logo_button {
  position: fixed;
  display: block;
  top: 35px;
  left: 50%;
  z-index: 100000;
  opacity: 0;
}

.menu-main {
  box-sizing: border-box;
  height: 55px;
  margin: 0;
  overflow: hidden;
  padding: 15px 0 0 0;
  position: fixed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 35px;
  z-index: 900;
}

.menu-l {
  width: 47.8%;
  left: 2.3%;
  padding-right: 80px;
}

.menu-r {
  width: 47.8%;
  right: 2.3%;
  padding-left: 80px;
}

.menu-main.opened,
.menu-main:hover {
  overflow: visible;
}

.menu-main > .wrapper {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.menu-main.opened > .wrapper,
.menu-main:hover > .wrapper {
  opacity: 1;
}

ul {
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-self: center;
}

ul li {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0;
  letter-spacing: 0.12em;
}

.menu-main ul li {
  height: 35px;
  text-align: center;
  vertical-align: top;
}

.menu-l ul li {
  width: 49%;
}

.menu-r ul li {
  width: 32%;
}

.menu-main ul li:first-child {
  text-align: center;
}

.menu-main ul li:last-child {
  text-align: center;
}

.menu-main ul li a {
  color: #000;
  font-family: maisonneue, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

@media screen and (max-width: 1100px) {
  .menu-main ul li a {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}

.menu-main ul li .sub-menu {
  background: #fff;
  opacity: 0;
  overflow: hidden;
  padding: 11px 2.5% 11px 2.5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 900;
  top: 90px;
}

.menu-main ul li:hover .sub-menu {
  max-height: 500px;
  opacity: 1;
  z-index: 901;
}

.menu-main ul li .sub-menu li {
  display: inline;
  font-size: 0.9em;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  border-right: 1px solid #000;
}

.menu-main ul li .sub-menu li:last-child {
  border-right: none;
}

.menu-main .sub-menu li a {
  color: #000;
  text-decoration: none !important;
}

.sub-menu li a:hover,
.sub-menu li.current_page_item > a,
ul li.current_page_item > a,
ul li:hover a {
  text-decoration: underline;
}

.sub-menu li a:hover,
ul li:hover a {
  color: #00f;
}

#mobile-menu-btn {
  height: 40px;
  position: fixed;
  right: 10px;
  top: 50px;
  width: 50px;
  z-index: 1001;
}

#mobile-menu-btn > img {
  height: 100%;
  width: 100%;
  margin-top: -19px;
}

#menu-mobile {
  background: #fff;
  overflow-y: scroll;
  position: fixed;
  left: 100%;
  margin-top: 75px;
  padding-top: 40px;
  margin-bottom: 160px;
  min-height: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  width: 100%;
  z-index: 1000;
  font-size: 1.3em;
}

#menu-mobile.opened {
  left: 0;
}

#menu-mobile > div {
  overflow: scroll;
}

#menu-mobile ul li {
  display: block;
  min-height: 45px;
  line-height: 45px;
}

#menu-mobile ul li a {
  color: #000;
  font-family: maisonneue, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

footer {
  background: #fff;
  box-sizing: border-box;
  bottom: 0;
  height: 60px;
  position: fixed;
  width: 100%;
  font-family: maisonneue, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

footer .wrapper {
  border: 1px solid #000;
  border-style: solid none none;
  width: 95.5%;
}

footer .left {
  float: left;
  height: 28px;
  line-height: 15px;
  padding-top: 20px;
}

footer .left a {
  display: inline-block;
  margin-left: 7px;
  margin-top: -2px;
}

footer .left h4 {
  display: inline-block;
  margin-top: none !important;
  font-size: 12px;
}

footer .left a img {
  margin-right: -4px;
  vertical-align: middle;
  width: auto;
  height: 13px;
}

footer .left #email {
  border: 1px solid #000;
  border-style: none none none solid;
  box-sizing: border-box;
  display: inline-block;
  font-family: maisonneue, sans-serif;
  font-size: 0.9em;
  height: 28px;
  line-height: 28px;
  opacity: 0;
  overflow: hidden;
  padding-left: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  width: 0;
}

footer .left #email.opened {
  opacity: 1;
  width: 200px;
}

footer .right {
  float: right;
  line-height: 60px;
}

footer .right a {
  color: #999;
  text-decoration: none !important;
  letter-spacing: 0;
}

footer .right ul li:last-child a {
  font-weight: 400;
}

footer .right img {
  padding: 0 10px 0 6px;
  vertical-align: middle;
}

footer .right ul li:first-child img {
  display: none;
}

#lightbox {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}

#lightbox.opened {
  display: block;
}

.lightbox-white-container {
  display: block;
  position: absolute;
  background: #fff;
  padding: 23px;
  height: 90%;
  width: 90%;
  top: 5%;
  left: 5%;
}

#lightbox-content {
  height: 80%;
  left: 5%;
  overflow: hidden;
  position: absolute;
  top: 10%;
  width: 90%;
}

#lightbox-title {
  background: 0 0;
  box-sizing: border-box;
  color: #00f;
  font-family: maisonneue, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  line-height: 68px;
  width: 100%;
}

.lightbox-legend {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  color: #00f;
  font-family: maisonneue, sans-serif;
  font-size: 1em;
  left: 0;
  position: absolute;
  padding: 10px;
  width: 100%;
}

#lightbox-legend {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  color: #00f;
  font-family: maisonneue, sans-serif;
  font-size: 1.2em;
  left: 0;
  position: absolute;
  padding-left: 20px;
  line-height: 68px;
  width: 100%;
}

/* Pastille Showreel */
.pastille-showreel {
  position: fixed;
  right: 12px;
  background-color: #0000f4;
  color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.pastille-showreel > a > p,
.pastille-showreel > a {
  margin: 0;
}

.pastille-showreel a {
  color: white;
}

.pastille-showreel > a > p > span {
  color: red;
  font-size: 1.2rem;
}

/* END Pastille Showreel */

/* Page Showreel */

.showreel-title {
  margin-bottom: 20px;
}

.close-showreel {
  position: absolute;
  right: 15px;
}

.close-showreel img {
  height: 44px;
  width: 44px;
}

.video {
  width: 100%;
}

.video-progress {
  width: 100%;
}

.video-controls {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#play {
  width: 7%;
}
#play button {
  cursor: pointer;
}

.volume-controls {
  width: 13%;
}
.volume-controls button {
  cursor: pointer;
}

.video-controls button {
  border: none !important;
  background-color: unset !important;
  font-family: maisonneue, sans-serif !important;
}

.progress-wrapper {
  flex: 1 1 auto;
}

progress {
  width: 80%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  border: none !important;
}

progress::-webkit-progress-bar {
  background: lightgrey;
  height: 0.5rem;
  border-radius: 3px;
}

progress::-webkit-progress-value {
  background: black;
  border-radius: 3px 0 0 3px;
}

progress::-moz-progress-bar {
  -webkit-appearance: none;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0 3px 3px 0;
  background-color: black;
}

#seek {
  width: 80%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  border: none !important;
  top: -25.5px;
}

#seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0 3px 3px 0;
  background-color: black;
}

#seek::-moz-range-thumb {
  -webkit-appearance: none;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0 3px 3px 0;
  background-color: black;
  border: none !important;
}

/* END Page Showreel*/

#gallery {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#gallery > div {
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
}

#gallery img {
  height: auto;
  left: 50%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}

iframe {
  width: 100%;
  max-height: 100vh;
}

#prev_btn {
  position: absolute;
  left: 10px;
  opacity: 1;
  top: calc(50% - 8px);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#next_btn {
  position: absolute;
  right: 10px;
  opacity: 1;
  top: calc(50% - 8px);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.hidden {
  opacity: 0 !important;
  cursor: pointer;
}

.not-displayed {
  display: none;
}

.not-fixed {
  position: relative !important;
}
#popup {
  background: #00f;
  color: #fff;
  display: none;
  font-family: maisonneue, sans-serif;
  font-size: 0.9em;
  left: 50%;
  padding: 45px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 460px;
}

#popup.opened {
  display: block;
}

#popup_close_btn {
  position: absolute;
  top: 0;
  right: 0;
}

#popup h1,
#popup p:nth-child(2) {
  display: none;
}

body.customize-support .menu-main,
body.customize-support header {
  margin-top: 15px;
}

body > .wrapper {
  margin-top: 100px;
}

body.customize-support > .wrapper {
  margin-top: 100px;
}

#page-content-about {
  font-family: maisonneue, sans-serif;
  line-height: 1.3em;
  max-width: 100%;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  width: 920px;
  left: 50%;
  margin-left: -480px;
  margin-top: 40px;
  padding-bottom: 90px;
}

#page-content-about p {
  font-size: 1em;
}

#page-content-about .p3 {
  font-size: 0.8em;
}

#page-content-about h1 {
  text-transform: uppercase;
  line-height: 1em;
}

#page-content-about h4 {
  margin-top: 40px;
  color: #9ea8b4;
}

#page-content-about h3 {
  margin-top: 40px;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 2rem;
}

#illustration {
  padding-top: 0;
}

.no-posts-found {
  height: 60vh;
  padding-top: 2vh;
  text-align: center;
}
#actus .grid {
  margin-bottom: 45px;
  margin-bottom: 0;
}

#actus .grid:last-child {
  margin-bottom: 105px;
}

#pagination {
  margin-bottom: 60px;
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
}
#pagination .next {
  margin-left: auto;
}

.home-links {
  display: block;
  position: relative;
}

.thumb_legend {
  font-weight: 400;
  font-size: 14px;
}

.main-container {
  font-family: maisonneue, sans-serif;
  padding-top: 0;
}

.main-container h2,
.main-container h2 a {
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.3em;
}

.auteur-type h2 {
  word-spacing: 9999rem;
  font-size: 3em;
}

#bio {
  margin: 15px 90px;
}

#bio > img {
  margin-bottom: 30px;
}

#bio img,
#bio p {
  display: inline-block;
  vertical-align: top;
}

#bio p {
  margin: 10px 0 30px 0;
  max-width: 100%;
  padding: 10px 10% 0 10%;
  text-align: center;
  max-width: 100%;
  line-height: 24px;
}

.ref {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  box-sizing: border-box;
  color: #00f;
  font-family: maisonneue, sans-serif;
  font-size: 1em;
  left: 3%;
  padding: 6px;
  position: absolute;
  text-align: center;
  width: 94%;
}

.grand-image-auteur,
.grand-image-auteur img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.title-in-the-grid {
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 0;
  margin: 0;
}

.single-post {
  margin-bottom: 90px;
  text-align: center;
}

#single-centered {
  min-width: 260px;
  width: 50%;
  margin: auto;
}

#single-right {
  box-sizing: border-box;
  float: right;
  height: 500px;
  margin-left: 30px;
  position: relative;
  vertical-align: top;
  width: calc(100% - 300px);
  width: 65%;
}

#single-right #lightbox-content {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

form p {
  font-size: 1.1em;
}

form label {
  color: #000;
  font-size: 1.1em;
  font-weight: 400;
}

input.middle:focus {
  outline-width: 0;
}

input[type="email"] {
  font-family: maisonneue;
  height: 30px;
  vertical-align: bottom;
  width: 257px;
  border: none !important;
  margin-left: -20px;
}

input[type="submit"] {
  background: 0 0;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.6em;
  font-weight: 200;
  position: absolute;
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg) translate(-5px, 5px);
}

#newsletter {
  border-bottom: 1px #000 solid;
  width: 280px;
  padding: 0;
  display: inline-block;
  align-self: center;
}

#newsletter_popin #newsletter {
  border-bottom: none;
  width: 240px;
  padding: 0;
  display: inline-block;
  align-self: center;
}

#newsletter_popin {
  background: red;
  -webkit-border-radius: 162px;
  border-radius: 172px;
  box-sizing: border-box;
  color: #fff;
  font-family: maisonneue, sans-serif;
  font-size: 1.2em;
  height: 344px;
  left: 50%;
  padding-top: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  transform: translate(-50%, -50%);
  width: 344px;
}

#newsletter_popin img {
  margin-bottom: 10px;
}

#newsletter_popin input[type="email"] {
  display: block;
  border-radius: 3px;
  margin-left: 10px !important;
  margin-right: 0 !important;
  padding: 5px;
  width: 75%;
  float: left;
}

#newsletter_popin input[type="submit"] {
  margin-top: -5px;
  text-decoration: none;
  color: #fff;
}

#newsletter_popin_close_btn {
  right: 78px;
  position: absolute;
  top: 50px;
}

#newsletter_popin .mc4wp-alert,
#newsletter_popin .mc4wp-error,
#newsletter_popin .mc4wp-success {
  color: #000;
  font-size: 0.7em;
  border: 1px solid #000;
  background: #fff;
  margin-top: 14px;
  padding: 10px 10px;
}

.mc4wp-alert,
.mc4wp-error {
  color: red;
}

.gallery-item {
  width: 31% !important;
  padding: 0.5%;
}

.gallery-item img {
  border: none !important;
}

.player {
  position: absolute;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1500px) {
  .grid-item,
  .grid-sizer {
    width: 25%;
  }
  .page-template-edito .grid-item,
  .page-template-edito .grid-sizer {
    width: 33.33%;
  }
}

@media screen and (min-width: 1023px) {
  .narrow {
    width: 66% !important;
  }
}

@media screen and (max-width: 1023px) {
  .grid-item,
  .grid-sizer {
    width: 50%;
  }
  .page-template-edito .grid-item,
  .page-template-edito .grid-sizer {
    width: 100%;
  }
  #single-left {
    width: 100%;
  }
  #single-right {
    margin: 45px 0 105px;
    width: 100%;
  }
}

@media screen and (max-width: 870px) {
  .grid-item,
  .grid-sizer {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .nomobile,
  .sub-menu {
    display: none !important;
  }
  .mobile {
    display: initial !important;
  }
  body.customize-support > .wrapper {
    margin-top: 100px;
  }
  body > .wrapper {
    margin-top: 100px;
  }
  .wrapper {
    width: 100%;
  }
  #page-content-about {
    border: none !important;
    left: initial;
    margin: 80px 0 45px;
    padding: 0 !important;
    position: relative;
    top: initial;
    -webkit-transform: none;
    transform: none;
  }
  #page-content-about h1,
  #page-content-about h3 {
    line-height: 1em;
    font-size: 1.5em;
  }
  #page-content-about h2 {
    font-size: 1.3em;
  }
  #page-content-about h3 span {
    display: block;
    margin: 10px 0;
  }
  #lightbox-content {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .grid-item,
  .grid-sizer {
    width: 100%;
  }
}

/* New */

/* import css for slider */

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide,
.splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
  max-width: 80vw;
  max-height: 98vh;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: none;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 20px;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}

/* The Everything Fixed */

.headline {
  margin-top: 120px;
  margin-bottom: 40px;
  line-height: 1;
}

.gallery {
  margin: 120px 2.2%;
}
.gallery-actus {
  margin: 2vh 0 5vh 0;
}
.gallery-no-margin {
  margin: 0 2.2% !important;
}

.gallery__element__img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery__element {
  margin: 0;
}

.grid__gutter--sizer {
  width: 20px;
}

.grid__item {
  margin-bottom: 1%;
  cursor: pointer;
}

.gallery__element__overlay {
  background: #00f;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1s;
  width: 100%;
  color: white;

  align-items: center;
  justify-content: center;
}

.gallery__element:hover .gallery__element__overlay {
  opacity: 0.8;
}

.slider {
  background: rgba(255, 255, 255, 0.85);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}

.splide__slide {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100vw;
  position: relative;
  z-index: 10;
}

.slider__splide__slide__vimeo {
  position: relative;
  width: 50%;
  z-index: 500;
}

.splide__list {
  position: relative;
  z-index: 1000;
}

.slider--background__close {
  position: absolute;
  top: 3vw;
  right: 1vw;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 5000;
}

.splide__list {
  will-change: auto !important;
}

.gallery_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10%;
  width: 80%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gallery_flex-height {
  height: 100%;
}

.topgrid {
  margin: 70px 2.2% 30px 2.2%;
}

h1,
h2,
h3,
h4,
p,
span,
.thumb_legend {
  font-family: "maisonneue" !important;
}

.h2-bio {
  margin-top: 35px;
  text-align: center;
  word-spacing: 100vw;
  font-size: 45px;
}

.p-bio {
  text-align: center;
}

.actu-date {
  text-align: center;
}

.headline h1,
h2,
h3,
h4,
p {
  line-height: 1.2;
  margin-bottom: 0em;
}
.headline h1 {
  font-size: 50px;
}

@media (max-width: 700px) {
  .grid__grid--sizer,
  .grid__item {
    /* $item_width_diff = $gutter * ($number_of_cols - 1) / $number_of_cols; */
    width: calc(100% - 16.5px) !important;
  }
  .single-left {
    width: 90%;
    position: relative;
    left: 5%;
  }
  .h2-bio {
    font-size: 25px;
  }
  #bio {
    margin: 15px 20px;
  }
}

@media (min-width: 700px) {
  .grid__grid--sizer,
  .grid__item {
    /* $item_width_diff = $gutter * ($number_of_cols - 1) / $number_of_cols; */
    width: calc(50% - 16.5px);
  }
}

@media (min-width: 1200px) {
  .grid__grid--sizer,
  .grid__item {
    /* $item_width_diff = $gutter * ($number_of_cols - 1) / $number_of_cols; */
    width: calc(33.3333% - 16.5px);
  }
  .single-left {
    width: 70%;
    position: relative;
    left: 15%;
    margin-top: 25px;
  }
}

@media (min-width: 1600px) {
  .grid__grid--sizer,
  .grid__item {
    /* $item_width_diff = $gutter * ($number_of_cols - 1) / $number_of_cols; */
    width: calc(25% - 16.5px);
  }
}

#menu-item-5887 a {
  display: none;
}

/* ===== NEW HOME PAGE SPLIT ARTISTES / STUDIO ===== */
.home-split-pekelo {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.home-split-pekelo__left,
.home-split-pekelo__right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 3rem;
}

.home-split-pekelo__left {
  background: #e4e7dd; /* vert très pâle */
}

.home-split-pekelo__right {
  background: #e9dfc5; /* beige rosé */
}

.home-split-pekelo__inner {
  max-width: 360px;
  text-align: center;
}

.home-split-pekelo__title {
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.home-split-pekelo__text {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* Lien DÉCOUVRIR + point bleu */
.home-split-pekelo__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 0.1rem;
}

.home-split-pekelo__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #86c3da;
}

/* Logo central sur les deux moitiés */
.home-split-pekelo__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: -0.08em;
  color: #222;
  opacity: 0.15;
  pointer-events: none;
}

/* Responsive simple */
@media (max-width: 900px) {
  .home-split-pekelo {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-split-pekelo__left,
  .home-split-pekelo__right {
    padding: 4rem 2rem;
  }

  .home-split-pekelo__logo {
    font-size: 6rem;
  }
}
body.home-split-no-header header {
  display: none;
}
body.home-split-no-header .header-border {
  display: none;
}