/*
  ----------------------------------------------------------------------
	
  OBJECT : css script for CB Creations Website (cyriel-blot.fr)
	
  * Source : PHLY - Versatile Coming Soon Template
  * https://preview.themeforest.net/item/phly-versatile-coming-soon-template/full_screen_preview/13117735
  * https://www.creative51.com/themeforest/phly/index-youtube.html
  * http://themeforest.net/user/Madeon08/portfolio
  
  * Build Date: October 2015
  * Author: Madeon08
  * Copyright (C) 2015 Madeon08
  * This is a premium product available exclusively here : http://themeforest.net/user/Madeon08/portfolio

  * Forker : Cyriel BLOT
  * Download Date : January 2021
  * Last Update :   September 2025
  ----------------------------------------------------------------------
  TABLE OF CONTENTS
  ----------------------------------------------------------------------
    00_Import_Root_Reset
    01_Preloading_Styles
    02_Generic_Styles
    03_Home
    04_More_Info
    4_Newsletter
    5_Contact
    6_Social_Icons
    7_Footer_Copyright
    8_Media_Queries
    ----------------------------------------------------------------------
*/

/* ------------------------------------- */
/* 0_Import_Root_Reset ................. */
/* ------------------------------------- */

/** Import **/
@import url(font-awesome.min.css);
@import url(ionicons.min.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(photoswipe.css);
@import url(default-skin/default-skin.css);
@import url(jquery.mCustomScrollbar.css);
@import url(vegas.css);

/** Fonts **/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@font-face {
  font-family: Marianne;
  src: url('../fonts/Marianne-Regular.ttf');
}

/** Root Variables **/
:root {
  --black:      #292833;
  --light_black:#121212 ;
  --dark_blue:  #1E2188;
  --blue:       #282CB6;
  --cyan:       #00BAF6;
  --grey:       #BFBFBF;
  --light_white:#F2F3F7;
  --white:      #FFFFFF;
}

/** Reset Code
* Source :  http://meyerweb.com/eric/tools/css/reset/
* Version : v2.0 | 20110126
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ------------------------------------- */
/* 01_Preloading_Styles ................ */
/* ------------------------------------- */
#loading {
  width: 100vw;
  height: 100vh;
  background: var(--black);
  position: fixed;
  z-index: 999; }
  #loading #preloader {
    position: relative;
    width: 100%;
    height: 5em;
    top: calc(50% - 3em);
    text-align: center;
    margin: 0 auto; }
    #loading #preloader:after {
      content: "chargement";
      position: absolute;
      text-transform: uppercase;
      font: bold 1.25em Marianne;
      color: var(--grey);
      letter-spacing: 0.25em;
      top: 4.5em;
      width: 100%;
      left: 0;
      right: 0;
      height: 0.1em;
      text-align: center; }
    #loading #preloader span {
      position: absolute;
      border: 0.5em solid var(--cyan);
      border-top: 0.5em solid transparent;
      border-radius: 999px; }
      #loading #preloader span:nth-child(1) {
        width: 5em;
        height: 5em;
        left: calc(50% - 2.5em);
        -webkit-animation: spin-1 1s infinite ease;
        -moz-animation: spin-1 1s infinite ease;
        animation: spin-1 1s infinite ease; }
      #loading #preloader span:nth-child(2) {
        top: 1.25em;
        left: calc(50% - 1.25em);
        width: 2.5em;
        height: 2.5em;
        -webkit-animation: spin-2 1s infinite ease;
        -moz-animation: spin-2 1s infinite ease;
        animation: spin-2 1s infinite ease; }

@-webkit-keyframes spin-1 {
  0% {
    -webkit-transform: rotate(360deg);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0deg);
    opacity: 1; } }
@-moz-keyframes spin-1 {
  0% {
    -moz-transform: rotate(360deg);
    opacity: 1; }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 0.5; }
  100% {
    -moz-transform: rotate(0deg);
    opacity: 1; } }
@keyframes spin-1 {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; } }
@-webkit-keyframes spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0.5; }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 0.5; } }
@-moz-keyframes spin-2 {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 0.5; }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1; }
  100% {
    -moz-transform: rotate(360deg);
    opacity: 0.5; } }
@keyframes spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5; }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5; } }

/* ------------------------------------- */
/* 02_Generic_Styles ................... */
/* ------------------------------------- */
body {
  width: 100vw;
  height: 100%;
  border: none;
  background: var(--black);
  background-image: url(../img/wallpaper.jpg);
  background-size: cover;
  overflow: hidden;
  font: normal 1em Marianne;
  color: var(--white);
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute; }

.scroll-touch {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

body, html {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  width: 100%; }

body, input, select, textarea {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }

/** Links Style **/
a {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  text-decoration: none;
  color: var(--white); }
  a:hover {
    color: var(--cyan);
    text-decoration: none !important;
    outline: none !important; }
  a:active, a:focus {
    outline: none !important;
    text-decoration: none !important;
    color: var(--white); }

/** Buttons Style **/
button {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer; }
  button:hover, button:active, button:focus {
    outline: none !important;
    text-decoration: none !important;
    color: var(--black); }

/** Text Styles **/
strong, b {
  font-weight: 700; }
em, i {
  font-style: italic; }
p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6em;
  color: var(--white);
  font-weight: 400; }

/** Headings Styles **/
h1, h2, h3, h4, h5, h6 {
color: var(--white);
font-weight: 400;
line-height: 1.3em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: inherit; }
h1 {
  font-size: 2.5em;
  font-family: 'Marianne';
  font-weight: 700; }
h2 {
  font-size: 1.375em;
  margin-top: 0.9375em;
  margin-bottom: 1.875em; }
h3 {
  font-size: 1.875em;
  margin-bottom: 1.5625em; }
h4 {
  font-size: 1.5625em;
  margin-bottom: 1.5625em; }
h5 {
  font-size: 1.25em;
  margin-bottom: 1.5625em; }
h6 {
  font-size: 0.9375em;
  margin-bottom: 1.5625em; }
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }
sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

/** Display Styles **/
.clear {
  clear: both; }
.display-none {
  display: none !important; }
.align-left {
  text-align: left; }
.align-center {
  text-align: center; }
.align-right {
  text-align: right; }
.no-margin-bottom {
  margin-bottom: 0; }
.opacity-0 {
  opacity: 0 !important;
  visibility: hidden !important; }
.opacity-03 {
  opacity: 0.3 !important; }
.opacity-1 {
  opacity: 1 !important;
  visibility: visible !important; }
.index-999 {
  z-index: -999 !important; }

/* ------------------------------------- */
/* 03_Home ............................. */
/* ------------------------------------- */
.light-btn {
  background: transparent;
  font-weight: 600;
  padding: 0.7em 2em;
  color: var(--white);
  margin-right: 0.625em;
  border: 0.125em solid var(--white);
  display: block;
  float: left; }
  .light-btn:hover {
    background: var(--white);
    color: var(--black);
    border-color: var(--white); }

.action-btn {
  background: var(--cyan);
  font-weight: 600;
  padding: 0.7em 2em;
  color: var(--white);
  border: 0.125em solid var(--cyan);
  display: block;
  float: left; }
  .action-btn:hover {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue); }

.global-overlay {
  position: fixed;
  top: 0;
  left: -100vw;
  height: 100%;
  overflow: visible;
  width: 100%;
  opacity: 0; }
.overlay {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: -50%;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  .overlay.skew-part {
    -webkit-transform: skew(-25deg, 0deg);
    -moz-transform: skew(-25deg, 0deg);
    -ms-transform: skew(-25deg, 0deg);
    -o-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg); }

.brand-logo {
  position: absolute;
  left: 5%;
  top: 5%;
  max-width: 10em; }

#left-side {
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }
  #left-side .content {
    position: absolute;
    z-index: 0;
    left: 0;
    padding: 0;
    top: 50vh;
    width: 100%;
    padding: 0 10%;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible; }
  #left-side h1{
    font: bold 2.25em 'Marianne'; }
  #left-side h2{
    font: italic 24px 'Lora'; }

/* ------------------------------------- */
/* 04_More_Info ........................ */
/* ------------------------------------- */
#right-side {
  background: var(--light_white);
  position: relative;
  overflow: auto;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  top: 0;
  width: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  #right-side.hide-right {
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    -o-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0); }
  #right-side .content {
    width: 100%;
    padding: 8% 10% 0;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible; }
    #right-side .content h3,
    #right-side .content h4 {
      color: var(--grey); }
    #right-side .content h3 {
      font: 700 1.5em 'Marianne';
      text-transform: uppercase;
      text-align: center; }
    #right-side .content p {
      color: var(--black);
      font: italic 1.15em Lora;
      text-align: justify; }
    #right-side .content .photo-line figure {
      padding: 0;
      margin: 0 0.9375em 1.875em;
      width: calc(50% - 1.875em);
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      background: var(--black); }
      #right-side .content .photo-line figure.clear-second {
        clear: both; }
      #right-side .content .photo-line figure a.box-picture {
        overflow: hidden;
        width: 100%;
        display: block;
        position: relative; }
        #right-side .content .photo-line figure a.box-picture p {
          bottom: 50%;
          line-height: 1;
          height: auto;
          width: 100%;
          text-align: center;
          color: var(--white);
          font-family: 'Marianne';
          text-transform: uppercase;
          font-size: 1em;
          letter-spacing: 0.125em;
          left: 0;
          opacity: 0;
          position: absolute;
          -webkit-transform: translateY(50%);
          -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -o-transform: translateY(50%);
          transform: translateY(50%);
          -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
      #right-side .content .photo-line figure a.box-picture:hover {
        background: var(--black); }
        #right-side .content .photo-line figure a.box-picture:hover img {
          opacity: 0.5; }
        #right-side .content .photo-line figure a.box-picture:hover p {
          opacity: 1; }
      #right-side .content .photo-line figure img {
        overflow: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
      #right-side .content .photo-line figure .photo-details {
        background: var(--white);
        padding: 1em;
        text-align: left;
        color: var(--black); }
        #right-side .content .photo-line figure .photo-details h4 {
          margin-bottom: 0.5em;
          font: bold 1.25em 'Marianne';
          text-transform: uppercase;
          text-align: center;
          opacity: 1; }
        #right-side .content .photo-line figure .photo-details p {
          font: italic 1em Lora;
          line-height: 1.75;
          text-align: justify; }

/** -- Close Button Right-Side -- **/
#close-more-info {
  position: fixed;
  top: 0.9375em;
  right: 0.9375em;
  background: transparent;
  border: none;
  color: var(--grey);
  font-size: 2em; }
  #close-more-info:hover {
    color: red;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  #close-more-info.hide-close {
    right: -3.75em; }

/** -- Scrollbar -- **/
.mCSB_scrollTools {
  /* the scrollbar element */
  position: absolute;
  width: 0.3125em;
  height: auto;
  left: auto;
  top: 0;
  right: -0.3125em;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 0.3125em;
    height: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: var(--grey);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 0.3125em;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: center; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--cyan); }

.mCSB_scrollTools-left {
  right: 50% !important; }

/* ------------------------------------- */
/* 4_Newsletter ........................ */
/* ------------------------------------- */
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.dialog {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  pointer-events: none; }

.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(31, 34, 46, 0.9);
  opacity: 0;
  transition: opacity 0.3s; }

.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto; }

.dialog__content {
  width: 50%;
  max-width: 500px;
  min-width: 290px;
  background: transparent;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
  overflow: hidden;
  background: url(../img/avatar.png) center;
  background-size: cover;
  border: 0.625em solid var(--black); }
  .dialog__content::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid var(--cyan);
    background: rgba(32, 35, 45, 0.8); }

.dialog--open .dialog__content {
  pointer-events: auto; }

.dialog .close-newsletter {
  position: absolute;
  top: 2%;
  right: 2%;
  border: none;
  background: transparent;
  width: 2.5em;
  height: 2.5em;
  line-height: 2em;
  color: var(--white);
  font-size: 1.25em;
  opacity: 0.75; }
  .dialog .close-newsletter:hover {
    opacity: 1;
    color: red; }

.dialog .dialog-inner {
  padding: 90px 70px;
  overflow: hidden;
  color: var(--white); }
  .dialog .dialog-inner::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .dialog .dialog-inner h4 {
    font : normal 2em 'Marianne'; }
  .dialog .dialog-inner p {
    font : italic 1em 'Lora'; }

.links {
  display: flex;                 /* Deux colonnes côte à côte */
  justify-content: center;       /* Centrage horizontal */
  gap: 1em;                      /* Espace entre les colonnes */
  margin: 0em auto;              /* Centré dans la page */
  padding: 1em;
}
.link-item {
  flex: 1;                        /* Chaque colonne prend la même largeur */
  display: flex;
  flex-direction: column;         /* Empile image en haut, bouton en bas */
  justify-content: space-between; /* Espace entre l'image et le bouton */
  align-items: center;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.1);
}
.link-item img {
  width: 100%;
  height: auto;
}
.link-item span{
  padding: 0.5em 1.5em;
  margin: 0.5em auto 0.25em auto;
  font-size: 1em;
  font-weight: 600;
  background-color: var(--blue);
  color: var(--white);
  border: 0.125em solid var(--blue);
  cursor: pointer;
  display: block;
}
.link-item:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--white);
}

.dialog__overlay {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  -moz-animation-name: anim-open;
  animation-name: anim-open; }

.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  -moz-animation-name: anim-close;
  animation-name: anim-close; }

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); } }
@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); } }

/* ------------------------------------- */
/* 5_Contact ........................... */
/* ------------------------------------- */
.info-contact {
  margin-bottom: 1.875em; }
  .info-contact .item-map {
    padding: 0; }
    .info-contact .item-map:first-child {
      padding-left: 0.9em; }
    .info-contact .item-map:last-child {
      padding-right: 0.9em; }
    .info-contact .item-map .contact-item {
      padding: 0.9em auto;
      text-align: center; }
      .info-contact .item-map .contact-item img {
        width: 3.5em;
        height: 3.5em;
        margin: 0 auto; }
      .info-contact .item-map .contact-item p {
        width: 100%;
        display: block;
        color: var(--black);
        font: italic 0.8em 'Lora' !important;
        text-align: center !important; }
      .info-contact .item-map .contact-item a {
        width: 100%;
        display: block;
        color: var(--grey);
        font: normal 1em 'Marianne';
        text-align: center; }
        .info-contact .item-map .contact-item a:hover {
          color: var(--cyan); }

#contact-form {
  margin-top: 40px; }
  #contact-form .form-control {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    outline: medium none;
    height: 40px;
    width: 100%;
    color: var(--black);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    text-align: left; }
    #contact-form .form-control:hover, #contact-form .form-control:focus {
      box-shadow: none; }
    #contact-form .form-control:hover {
      border: 1px solid var(--cyan); }
    #contact-form .form-control:focus {
      border: 1px solid var(--blue); }
    #contact-form .form-control::-webkit-input-placeholder {
      color: var(--grey) !important; }
    #contact-form .form-control::-moz-placeholder {
      color: var(--grey) !important; }
    #contact-form .form-control:-moz-placeholder {
      color: var(--grey) !important; }
    #contact-form .form-control:-ms-input-placeholder {
      color: var(--grey) !important; }
  #contact-form textarea.form-control {
    min-height: 150px; }
  #contact-form button#valid-form {
    font-weight: 400;
    padding: 1em 2em;
    font-size: 1em;
    display: block;
    margin: 0 auto 0;
    background: var(--cyan);
    color: var(--white);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    width: 100%;
    line-height: 0.625em; }
    #contact-form button#valid-form:hover {
      background: var(--blue);
      color: var(--white); }

#block-answer {
  min-height: 60px;
  margin-top: 1em;
  text-align: center;
  color: var(--grey); }

.success-message, .error-message {
  color: var(--grey); }
  .success-message p, .error-message p {
    color: var(--grey) !important; }
  .success-message .ion-checkmark-round, .error-message .ion-checkmark-round {
    color: #27AE60; }

.error-message .ion-close-round {
  color: #FF1D4D; }

/* ------------------------------------- */
/* 6_Social-Icons ...................... */
/* ------------------------------------- */
.social-icons {
  position: absolute;
  left: 10%;
  bottom: 5%;
  margin-left: -22px;
  margin-bottom: -22px;
  display: block;
  z-index: 9;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1); }
  .social-icons h3{
    font: italic 0.9em 'Lora' !important;
    margin-bottom: 0.5em; }
  .social-icons i {
    color: var(--white);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }
  .social-icons a {
    color: var(--white);
    width: 50px;
    line-height: 50px;
    letter-spacing: 0;
    background: transparent;
    font-size: 1em;
    font-weight: 300;
    height: 50px;
    display: block;
    text-align: center;
    float: left;
    margin-right: 0.125em;
    border: none;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }
    .social-icons a:hover {
      color: var(--cyan);
      background: transparent; }
      .social-icons a:hover i {
        color: var(--cyan);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }

/* ------------------------------------- */
/* 7_Footer/Copyright .................. */
/* ------------------------------------- */
footer {
  padding: 0.625em 0;
  background: transparent;
  text-align: center; }
  footer p {
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: var(--grey); }

/* ------------------------------------- */
/* VARIANT YOUTUBE ..................... */
/* ------------------------------------- */
.mbYTP_wrapper {
  width: 100vw !important;
  min-width: 0 !important;
  left: 0 !important; }

.ytb-overlay {
  background: rgba(32, 35, 45, 0.6); }

.light-overlay {
  background: rgba(32, 35, 45, 0.5) !important; }

#player-nav {
  position: fixed;
  right: 1.25em;
  bottom: 1.25em;
  text-align: center; }
  #player-nav li {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
    #player-nav li:hover {
      background: black; }
      #player-nav li:hover a {
        color: var(--white); }
    #player-nav li a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0.9375em;
      color: rgba(255, 255, 255, 0.5); }

/* ------------------------------------- */
/* GALLERY PHOTOS ...................... */
/* ------------------------------------- */
.pswp__bg {
  background: var(--black); }
.pswp__caption h4 {
  margin-bottom: 0.625em !important; }

/* ------------------------------------- */
/* 8. Media Queries .................... */
/* ------------------------------------- */
/* Large Devices, Wide Screens */
/* Notebook devices */
/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  .overlay {
    left: 0;
    width: 100%;
    height: 100%; }
    .overlay.skew-part {
      -webkit-transform: skew(0deg, 0deg);
      -moz-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
      -o-transform: skew(0deg, 0deg);
      transform: skew(0deg, 0deg); }

  .brand-logo {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 1.5625em 0; }

  .light-btn {
    padding: 0.7em 0;
    margin-right: 0;
    float: none;
    margin: 0 auto;
    margin-bottom: 0.9375em;
    max-width: 50%; }

  .action-btn {
    padding: 0.7em 0;
    float: none;
    margin: 0 auto;
    max-width: 50%; }

  #left-side {
    width: 100%; }
    #left-side .content {
      text-align: center; }

  .social-icons {
    left: 0;
    bottom: 0;
    margin-left: 0;
    margin-bottom: 0; }

  #right-side {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
    width: 100%; }
    #right-side.hide-right {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

  #close-more-info {
    display: none; }

  .mCSB_scrollTools {
    right: 0; }

  .mCSB_scrollTools-left {
    right: 0 !important; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .light-btn {
    max-width: 70%;
    min-width: 60%; }

  .action-btn {
    max-width: 70%;
    min-width: 60%; }

  .photo-line figure {
    padding: 0;
    margin: 0 0 1.25em !important;
    width: 100% !important;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }

  .info-contact .item-map:first-child {
    padding-left: 0; }
  .info-contact .item-map:last-child {
    padding-right: 0; }

  .dialog__content {
    width: 80%;
    max-width: 80%;
    min-width: 75%; }

  .dialog .dialog-inner {
    padding: 40px 1.25em 90px;
    overflow: hidden; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #left-side {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0 150px; }
    #left-side .content {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: auto;
      text-align: center; }

  h1.text-intro {
    font-size: 1.875em; }

  h2.text-intro {
    font-size: 18px; }

  .light-btn {
    max-width: 80%;
    min-width: 70%; }

  .action-btn {
    max-width: 80%;
    min-width: 70%; }

  .dialog__content {
    width: 95%;
    max-width: 95%;
    min-width: 75%; }

  .dialog .close-newsletter {
    top: 0.125em;
    right: 0.3125em; }
  .dialog .dialog-inner {
    padding: 40px 1.25em 50px; }
    .dialog .dialog-inner h4 {
      font-size: 1.5625em;
      margin-bottom: 1.25em; }

  #subscribe .block-message {
    padding: 0.3125em 0.125em; }
  #subscribe p.notify-valid {
    font-size: 12px; } }
/* Only for tablet in landscape mode */
/* Only for phone in landscape mode */
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  #left-side {
    padding: 50px 0 100px; }

  h1.text-intro {
    font-size: 1.875em; }

  h2.text-intro {
    font-size: 18px; }

  .dialog__content {
    width: 100%;
    max-width: 100%;
    min-width: 75%; }

  .dialog .close-newsletter {
    top: 0.125em;
    right: 0.3125em; }
  .dialog .dialog-inner {
    padding: 40px 1.25em 50px; }
    .dialog .dialog-inner h4 {
      font-size: 1.5625em;
      margin-bottom: 0.3125em; }

  #subscribe #notifyMe {
    margin-top: 0.625em; }
    #subscribe #notifyMe .form-group .form-control {
      width: 70%;
      margin: 0;
      float: left; }
    #subscribe #notifyMe .form-group button.submit {
      width: 30%;
      margin: 0;
      float: left; }
  #subscribe .block-message {
    padding: 0.3125em 0.125em; }
  #subscribe p.notify-valid {
    font-size: 12px; } }