@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,100,200);



body{
  font-family: 'Raleway', sans-serif;
  font-size:1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
}

.white{ background-color: #ffffff}


/* *html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.body__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
} */
@media (max-width: 768px) {

  .two-column,
  .one-column {
    width: 100%;
    float: none;
  }


}

  .body__wrapper {
    max-width: 100%;
  overflow-x: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}


html {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

::selection {
    color: #000;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/***** HEADER  ******/

.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header {
    height: 80px;
  }
}

.cd-auto-hide-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 77px;
  background-color: #ffffff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}


img {position: inherit !important;}

.imgMargin {margin-top: 200px;}


/*
**************************
PRELOADER
**************************
*/

.preloader{
  position:fixed;
  top:0;
  left: 0;
  right: 0;
  width:100%;
  height:100%;
  background:#fff;
  z-index:999;
}
 
.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
} 

.spinner {
  width: 30px;
  height: 30px;
  margin: 0px auto;
  background-color: #c5c5c5;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.5s infinite ease-in-out;
  animation: scaleout 1.5s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




/***************************
ADDED FONTS
***************************/


@font-face {
    font-family: 'akrobatblack';
    src: url('../fonts/akrobat-black.woff2') format('woff2'),
         url('../fonts/akrobat-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'akrobatextrabold';
    src: url('../fonts/akrobat-extrabold.woff2') format('woff2'),
         url('../fonts/akrobat-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'akrobatbold';
    src: url('../fonts/akrobat-bold.woff2') format('woff2'),
         url('../fonts/akrobat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'akrobatsemibold';
    src: url('../fonts/akrobat-semibold.woff2') format('woff2'),
         url('../fonts/akrobat-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'akrobatextralight';
    src: url('../fonts/akrobat-extralight.woff2') format('woff2'),
         url('../fonts/akrobat-extralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'akrobatlight';
    src: url('../fonts/akrobat-light.woff2') format('woff2'),
         url('../fonts/akrobat-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'akrobatregular';
    src: url('../fonts/akrobat-regular.woff2') format('woff2'),
         url('../fonts/akrobat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'akrobatthin';
    src: url('../fonts/akrobat-thin.woff2') format('woff2'),
         url('../fonts/akrobat-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/*** BODY ***/


bodywrapper {position: relative;}


.body__wrapper {
    height: 100%;
    margin: 0 auto;
    width: 100%;
    width: 100%;
}

/***** TITLES + § ******/



h1{
  position: fixed;
  left: 0;
  top: 30%;
  writing-mode: sideways-lr;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 99;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: default;
  user-select: none;
  margin-left: 0px;
  margin-right: 0px;
  width: auto !important;
  padding: 14px !important;
  font-family: "akrobatregular",sans-serif;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 18px;
  }


h2 {
    text-align: center; 
    float: none;
    font-family:'Raleway',sans-serif;
    font-size:14px;
    font-weight:500;
    background-color: white;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 0 0 transparent, 0 0 0 transparent;
}


h3 {
    color: #ffffff;
    font-family: akrobatregular;
    font-size: 17px;
    letter-spacing: 0.01em;
    font-weight: normal;
    line-height: 22px;
    margin-left: 5px;
    margin-top: 28px;
    width: 100%;
}

h5 {
    color: #888888;
    font-family: akrobatregular;
    font-size: 16px;
    letter-spacing: 0.00em;
    font-weight: normal;
    line-height: 21px;
    margin-left: 5px;
    width: 70%;
    margin: 25px;
}


#banners{margin-top: 150px;}

h6{position: fixed;
    right: 0;
    bottom: 15%;
    /*transform: translateY(-50%);*/
    writing-mode: tb;
    /*text-orientation: upright;*/
    font-family: "akrobatregular",sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 99;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    cursor: default;
    user-select: none;
    margin-left: 0px;
    margin-right: 0px;
    width: auto !important;
    padding: 14px !important;
  }





.content .text-intro h6 {
    background-color: #000;
    color: #fff;
    display: inline;
    font-family: "akrobatregular",sans-serif;
    font-size: 18px;
    /*font-weight: 500;*/
    margin-bottom: 0;
    padding: 0 10px 3px;
    text-transform: uppercase;
    width: inherit;
    border: solid 0.25px #ffffff40;
}


p.aboutme {
    letter-spacing: 1px;
    line-height: 16px;
    width: 86% !important;
}


p.subtitle {
    letter-spacing: 4px;
    font-size: 18px;
    margin-top: 0px;
}

p{
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  font-weight: 400 !important;
}

a{
  text-decoration:none;
  color: #fff;
  text-decoration: none;
}    

a:focus {
  outline:none;
}


strong{url(../lookbook.html)
  font-weight:700;
}


/***************************
DISPLAY
***************************/


#full{
  width:1140px;
  position: relative;
  top:-13;
  margin:0 auto;
  z-index: 9997;
}


#fullscreen{
  display:none;
  position:absolute;
  top:0;
  width:100%;
  margin:20px auto 0;
  height:80px;
  z-index: 9998;
}


#fullwidth {
    height: 200px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px;
}


/***************************
HEADER
***************************/

header.boxed{
  position:fixed;
  width:100%;
  margin:0 auto;
  height:70px;
  z-index:9999;
  display:none;
  background:none;
  top:0;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in; 
}

header.boxed .header-margin{
  width:1140px;
  margin:0 auto;
}

header.boxed .header-margin-mini{
  width:90%;
  margin:0 auto;
}


ul.social-icon{
  float:right;
}

ul.social-icon a{
  float:right;
  font-size:15px;
  border-bottom:0;
  color:black;
  padding-right:0px !important;
}

ul.social-icon a:hover{
  color:#c3c3c3;
}


/*****NEW MENU*********/


.navigation__checkbox {
  display: none;
}

.navigation__button {
  position: fixed;
  top: 1.6rem;
  right: 1.4rem;
  height: 2rem;
  width: 2.1rem;
  text-align: center;
  /*background-color: #fff;*/
  border-radius: 50%;
  z-index: 300;
  /*box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);*/
  cursor: pointer;
}

@media screen  and (min-width: 768px) {
  .navigation__button {
    top: -1.6rem;
    right: 0.25rem;
    height: 6rem;
    width: 3.5rem;
  }
}

.navigation__background {
  position: fixed;
  top: 1rem;
  right: 1rem;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 1);
  background-size: cover;
  background-position: center;
  z-index: 100;
  transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

@media screen and (min-width: 768px) {
  .navigation__background {
  top: 1rem;
  right: 1rem;
  height: 3rem;
  width: 3rem;
  }
  
}



.navigation__nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  opacity: 0;
  width: 0;
  visibility: hidden;
  z-index: 200;
  transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__checkbox:checked ~ .navigation__nav {
  width: 100%;
  visibility: visible;
  opacity: 1;
}


.navigation__list {
  /*@include center;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: -30px;
}

.navigation__item {
  margin: 1rem;
}

.navigation__link:link,
.navigation__link:visited {
  display: inline-block;
  padding: 1rem 2rem;
  font-family: "akrobatsemibold",sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 2.4rem;
  text-decoration: none;
  transition: all .2s;
}

@media(min-width: 768px) {
  .navigation__link:link,
  .navigation__link:visited {
  font-size: 4rem;
  line-height: 2rem;
  }
  
}

@media(max-width: 767px) {
  .navigation__link:link,
  .navigation__link:visited {
  font-size: 2.8rem;
  line-height: 0rem;
  }
  
}

.navigation__link span {
  margin-right: 1.5rem;
  display: inline-block;
}

.navigation__link:hover {
  color: #444;
  transform: scale(1.1);
}

.navigation__checkbox:checked~.navigation__background {
  transform: scale(100)
}

.navigation__checkbox:checked~.navigation__nav {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.navigation__icon {

  position: relative;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .navigation__icon {
  margin-top: 4rem;
  margin-right: 0.9rem;
  }
}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
  display: inline-block;
  width: 1.2rem;
  height: 2px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .navigation__icon,
  .navigation__icon::before,
  .navigation__icon::after {
     /* width: 2rem;*/
  }
}

.navigation__icon::before,
.navigation__icon::after {
  content: '';
  position: absolute;
  left: 0;
  transition: all 200ms;
}

.navigation__icon::before {
  top: -.4rem;
}

.navigation__icon::after {
  top: .4rem;
}

.navigation__button:hover .navigation__icon::before {
  top: -0.5rem;
}

.navigation__button:hover .navigation__icon::after {
  top: 0.5rem;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
  background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}



/*-----------------------*/
#by {
font-family: 'Arima Madurai', cursive;
color: #4A676A;
font-size: 10px;
position: absolute;
top: 22%;
right: 2.5%; 
}


.contentleft{

left:50px !important;

}

/*
light-blue: #C1D0D0;
dark-blue: #4A676A;
cream: #FFEAA5;
yellow: #FFB037;
*/


/* MENU

header.boxed{
position:fixed;
width:100%;
margin:0 auto;
height:80px;
z-index:9999;
display:none;
background:none;
top:0;
-webkit-transition: background 0.2s ease-in;
-moz-transition: background 0.2s ease-in;
-ms-transition: background 0.2s ease-in;
-o-transition: background 0.2s ease-in;
transition: background 0.2s ease-in; 
}

header.boxed .header-margin{
width:1140px;
margin:0 auto;
}

header.boxed .header-margin-mini{
width:90%;
margin:0 auto;
}


ul.social-icon{
float:right;
}

ul.social-icon a{
float:right;
font-size:15px;
border-bottom:0;
color:black;
padding-right:0px !important;
}

ul.social-icon a:hover{
color:#c3c3c3;
}



/***************************
MENU
***************************/


.menu-index{
  position: fixed;
  right: 5%;
  top: 45px;
  height: 19px;
  width: 16px;
  z-index: 99999;
  padding:8px;
  border-radius: 1px;
  background:black;
  cursor:pointer;
}


.menu-index i{
  float:right;
  font-size:18px;
  color:white;
  padding-right:0px !important;
}

.menu-index i:hover{
  color:#c3c3c3;
  transition:all 0.4s ease-in-out 0s;
}

ul.menu-icon{
  float:right;
}

ul.menu-icon a{
  float:right;
  font-size:19px;
  color:white;
  padding-right:0px !important;
}

ul.menu-icon i{
  padding:20px;
  background:black;
}

ul.menu-icon a:hover{
  color:#c3c3c3;
}

header a{
  color:#000000;
}

ul.header-nav{
  width:60%;
  float:left;
}


header li{
  text-transform:uppercase;
  list-style-type: none; margin: 0 auto; float: left;
}

header li > a{
  font-size:13px;
  color:#c3c3c3;
  padding-right:25px;
  padding-left:25px;
  font-weight:800;
  line-height:80px;
  display:inline-block;
  border-bottom:0;
}

header li > a:hover{
  color:#000000;
}

header li > a #active{
  color:#000000;
}

header li ul{
  overflow: hidden; display: none; background: #f9f9f9; z-index:20;
}

header li ul li a{
  line-height:50px;
  padding-left:30px; 
  width:260px;
}

header li:hover ul{
  position: absolute; padding: 0; display: block; width: 260px;
}


/***************************
CONTENT
***************************/

#carousel {margin: 25px; margin-top: 25px;  }


.one-column{
  display: flex;
  flex-direction: column;
}

.two-column{
  width:75%;
  position:relative;
  float:left;
}

.two-column img {width: 50%; float: left; display: flex;}


.one-column p{
  width:80% !important;
}

.two-column p{
  width:100% !important;
}

.clear{
  clear:both;
}

  .content-hp{
  display: block;
  overflow: auto;  /* force à englober la grille */
}


.content .text-intro{
  width: 100%;
 margin-top: 80px;
}


/*
.content .text-intro h1{
  font-family: "akrobatregular", sans-serif;
  font-size:30px;   
  margin-left: 4px;
  width:90%;
  text-transform:uppercase;
  color:#000000;
  font-weight:500;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
}
*/


.gallery-container {
    display: flex;
    justify-content: space-between; /* pousse les éléments aux extrêmes */
    width: 100vw;
    height: 100vh;
}

.main-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: left; /* centre la grande image si tu veux */
}

.main-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;             /* espace entre les miniatures */
    align-items: flex-end; /* colle à droite */
    padding-right: 20px;
}

.thumbnails img {
    width: 80px;
    cursor: pointer;
}


.content .text-intro h1 {
    background-color: #000;
    color: #fff;
    display: inline;
    font-family: "akrobatregular",sans-serif;
    font-size: 18px;
    /*font-weight: 500;*/
    margin-bottom: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 10px 3px;
    text-transform: uppercase;
    width: inherit;
   /*border-right: solid 0.25px #ffffff40;
    border-top: solid 0.25px #ffffff40;
    border-bottom: solid 0.25px #ffffff40;*/
}

.content .text-intro p{
  font-family: "akrobatbold", sans-serif;
  font-size:15px;
  color:#555;
  margin-left:5px;
  margin-top:16px;
  margin-bottom:10px;
  width:40%;
  padding-right:15px;
  line-height:22px;
  margin: 0px 0px 50px 25px;
}


/***************************
PORTFOLIO GRID
***************************/


.prev-next{
  width:100%;
  max-width:1170px;
  margin:0 auto;
  /*padding-bottom: 50px;*/
}

.prev-next a{
  color:#a5a5a5;
 font-family: "akrobatsemibold", sans-serif;
  /*padding-bottom: 30px;*/
  text-decoration: none;
}

.prev-next a:hover{
  color:#444;
  transition:all 0.4s ease-in-out 0s;
}

.prev-button{
  width:50%;
  position:relative;
  float:left;
  text-align:left;
  margin-top: 35px;
}

.next-button{
  width:50%;
  position:relative;
  float:right;
  text-align:right;
  margin-top: 35px;
}


.logo {
  position: relative;
  width: 150px;
  height: 80px;
  display: block; /* important pour éviter un comportement flex inutile ici */
  margin: 0 auto;
}

/* Les deux images se superposent */
.logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

/* Le logo hover est invisible par défaut */
.logo-hover {
  opacity: 0;
    transform: translateY(-82.1px); 

}

/* Au survol du lien ou du conteneur */
.logo:hover .logo-default,
.logo a:hover .logo-default {
  opacity: 0;
}

.logo:hover .logo-hover,
.logo a:hover .logo-hover {
  opacity: 1;
}


#portfolio-sidebar{
  width: 780px !important;
  padding-right: 390px;
}



/***************************
FOOTER
***************************/

#footer-box{height:10px; margin-top:5px;}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative; /* par défaut */
  clear: both;
   bottom: 0;
  left: 0;
}


.footer-margin .copyright{
    color: #595959;
    font-family: "akrobatbold", sans-serif;
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.copyright{
 margin-top: 5px;
 margin-bottom: 30px;
  color: #000000;
}

.footer-margin .social-footer{
  color: #000000;
  font-size: 61px;
  width: 100%;
  text-align:center;
}

.footer-margin .social-footer a{
  font-size:15px;
  color:black;
  padding: 3px;
}


.footericon{  
  position: relative;
  padding: 0;
  height: 48px;
  width: 48px;  
  margin-bottom: 10px;
  margin-top: 55px;
  margin: 60px auto 0;
  background-image:url(../img/logoicon.svg);
  background-repeat: no-repeat;
  opacity: 1; 
}


.footericon:hover {
  background-image:url(../img/logoiconhover.svg);
  height: 48px;
  margin: 60px auto 0;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 48px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}


 #p-arrow {line-height: 1px; margin-right:8px;}
 #n-arrow {line-height: 1px; margin-left:8px;}


 #top {top: 0px !important;}

 p a{
    background-color: rgb(193, 193, 193);
    padding: 2px 5px 5px 5px;
    margin-top: 25px;
    display: block;
    width: 160px;
    text-align: center;
  }


/***************************
ABOUT ME
***************************/


    .container {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 160px;
    }

    .left-column img {
      width: 240px;
      height: auto;
      object-fit: cover;
      align-items: center; /* Aligne l’image verticalement */
    }

    .right-column {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 20px;
      max-width: 800px;
      margin-top: 21px;
    }

    .title-box {
      font-size: 17px;
      letter-spacing: 0.01em;
      font-weight: normal;
      line-height: 22px;
      font-family: "akrobatregular",sans-serif;
      background-color: black;
      color: white;
      padding: 10px 20px;
      font-size: 24px;
      font-weight: bold;
      align-self: flex-start;     /* évite que le flex-child s'étire */
      width: fit-content;
      margin-left: 40px;         /* adapte la largeur au texte + padding */
      border: dotted 1px;
    }

    .text-block {
      line-height: 1.7;
      margin:0px 0 0 20px;
      color: #000000;
      padding: 20px;
      width: 78%;
    }

    .btn {
      display: block;
      padding: 12px 24px;
      background-color: #007BFF;
      color: white;
      border: none;
      cursor: pointer;
      font-size: 16px;
      border-radius: 4px;
      width: fit-content;
      margin-left: 39px;
      margin-bottom: 50px;
    }
    

    .btn:hover {
      background-color: #1e5da0;
    }

    .profilpic{border-radius: 200px;}


/***************************
CONTACT FORM
***************************/

#contactform {
  width: 90%;
  float: none;
  margin: 45px auto;
}


input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{
    	outline: none;
    }


input {
  width:100%;
  height:40px;
  border:0;
  font-size:16px;
  font-family: "akrobatsemibold", sans-serif;
  line-height:20px;
  border-bottom: 1px solid rgba(45, 45, 45,.1);
  -webkit-background-clip: padding-box; /* Safari */
  background-clip: padding-box; /* IE9+ Firefox 4+, Opera, Chrome */
  border-width: medium medium 2px;
  margin-bottom:10px;
  margin-top:4px;
    
}


#submit{
  cursor: pointer;
  border:0px;
  opacity: 1;
  color: #888;
  background-color: #E5E5E5;
  font-family: "akrobatsemibold", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  max-width: 150px;
  float: right;
  margin-bottom: 20px;
}

input#submit:hover {
    color: #777;
    transition: opacity 0s ease-out 0s, color 0s ease-out 0s;
     background-color: #D9D9D9;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    -webkit-appearance: none;
}


label {
   font-family: "akrobatbold", sans-serif;  
   color: #8d8d8d;
}


#contact ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 50px;
}

#message {margin-top: 15px;}

.form-click {
  width: 50%;
  margin: 0 auto;
  float: none;
  list-style-type: none;
}

.form-field {
  font-family:'Raleway',sans-serif;
  font-size:14px;
  font-weight:500;
  list-style-type: none;
}

textarea{
  width:100%;
  height:32px;
  line-height:20px;
  color:#000;
  font-size:16px;
  font-family: "akrobatsemibold", sans-serif;
  margin-bottom:30px;
  border:0;
  border-bottom: 1px solid rgba(45, 45, 45,.1);
  -webkit-background-clip: padding-box; /* Safari */
  background-clip: padding-box; /* IE9+ Firefox 4+, Opera, Chrome */
  border-width: medium medium 2px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; 
}

textarea:focus{ height:165px;}

#msg_all, #msg_nom, #msg_sujet, #msg_email, #msg_message  {
    float: right;
    font-family: 'raleway', sans-serif;
    font-size: 11px;
    font-weight: 600;}

.msg {color: red;}

input:required {
    box-shadow:none;
}

input:invalid {
    box-shadow:none;
}


/***************************
LOGO EFFECT
**************************/

.link--kumya:hover {
    color: #000;
}

.link--kumya:hover:after {
    transform: translate3d(0px, 0px, 0px);
}

.link--kumya span:before {
    color: #fff;
    content: attr(data-letters);
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: width 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    white-space: nowrap;
    width: 0;
}

.link--kumya span {
    color: #000;
    display: block;
    position: relative;
}

.link--kumya:hover span:before {width: 100%;}


.link--kumya:after {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(101%, 0px, 0px);
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    z-index: -1; 
}

.link--kumya {
    line-height: 1;
    overflow: hidden;
   
}
.link {
    color: #000;
    display: inline-block;
    line-height: 1;
    outline: medium none;
    position: relative;
    text-decoration: none;
    padding: 5px 7px 9px;
    font-family: "akrobatregular",sans-serif;
    font-size: 30px;
    vertical-align: middle;
    margin-bottom: 2px;
}

/**************************
IMG SINGLE PAGE
***************************/



.imgsingle img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    border: 4px solid #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 0 0 transparent, 0 0 0 transparent;
}  

.profilpic{
    border-radius: 200px;
    width: 50%;
    margin: 15px;
}


inline-span {
    font-family: "akrobatbold", sans-serif ; 
    background-color:#000;
    color: #fff;
    padding:8px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: inherit;
}


inline-span:hover{ 
    color: #fff;
    font-weight: inherit;
    background-color: #d3d3d3;
    transition: background-color 200ms linear 0s;
}  


.linkbutton {
    margin-left: 25px;
    display: inline-block;
    width: 125px;
    text-align: center;
}


.aboutme {font-size: 16px !important;}


.hvr-wobble-to-bottom-right {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    vertical-align: middle;
}

.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: hvr-wobble-to-bottom-right;
    animation-timing-function: ease-in-out;
}

/***************************
VARIOUS BACKGROUND IMG
***************************/


#bg1mvip {
	background: url(../img/bg/balearicpool.jpg) no-repeat top center;
    background-position: 60% 50%;   
}

#bg1mv {
	background: url(../img/bg/bg1mv.jpg) no-repeat top center;
    background-position: 60% 50%; 
}


/***************************
IMG THUMBNAIL
***************************/


.thumbnail{
  
   /* border: 4px solid #fff;*/
   /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 0 0 transparent, 0 0 0 transparent;*/
}

#carousel .slides img{
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px rgba(164, 164, 164, 0.75), 0 0 0 #fff0, 0 0 0 transparent;;
  width: 100%;
}


/*slider .lightbox img:hover {cursor:zoom-in;}*/

/***************************
COLOR PALETTE
***************************/

.palette{width:50px; height: 25px; display:block; padding: 5px;}
.colorpalette {display: inline-block; width:25px; height: 25px;}
.doree {background-color: #D09C0E;}
.noir {background-color: black; }
    

/********** SLIDER ***********/
    
 #slider ul > li:hover .mask {opacity: 1; width: 100%;}

 #slider ul > li .mask {
    cursor: pointer;
    height: auto;
    margin-top: 50px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease-in-out 0s;
    width: 100%;
 }

/***************************
PLACEHOLDER
***************************/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b8b8b8;
    font-size: 13px;
    text-transform: uppercase;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b8b8b8;
    opacity:  1;
    font-size: 13px;
    text-transform: uppercase;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #b8b8b8;
    opacity:  1;
    font-size: 13px;
    text-transform: uppercase;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #b8b8b8;
    font-size: 13px;
    text-transform: uppercase;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #b8b8b8;
  font-size: 13px;
  text-transform: uppercase;
}


:placeholder-shown:focus , :-moz-placeholder:focus {opacity: 0;} 

/***************************
CENTER ELEMENTS
**************************/


.center{margin: 0 auto;}

/***************************
INLINE IMG
***************************/

.inlineimg {
    float: left;
}


/***************************
TRANSITION OPACITY
**************************

@keyframes fade-in {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fade-in {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fade-out {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fade-out {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.transition-enabled {
    opacity: 0;
}
.transition-in {
    animation: 0.25s ease-in 0s normal forwards 1 running fade-in;
}
.transition-out {
    animation: 0.25s ease-out 0s normal forwards 1 running fade-out;
    opacity: 1;
}
.link-transition a {
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.link-transition a svg {
    transition: fill 0.2s ease 0s;
}
*/


@-webkit-keyframes fadetransition {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadetransition {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadetransition {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadetransition {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#fade {
  -webkit-animation: fadetransition 1.5s ; /* Safari 4+ */
  -moz-animation:    fadetransition 1.5s ; /* Fx 5+ */
  -o-animation:      fadetransition 1.5s ; /* Opera 12+ */
  animation:         fadetransition 1.5s ; /* IE 10+, Fx 29+ */
}


/*LATEST MODIF*/


.fullimg .bannieres{width: 20%;}

.videomotion{
  margin-top: 30px !important;
  width: 100%;
  height: auto;
  display: block;
  max-width: 78%;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  margin: 0 auto;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3)}

li a img {display: block;}

.gamma-container {
	min-height: 200px;
}

.gamma-gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}


.gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px;
}

.gamma-gallery li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.gamma-description {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	background-color: rgba(0,0,0,0.88);
  border: solid 0.55px #ffffff40;
  border-radius: 10px;
} 

.gamma-gallery li:hover .gamma-description:hover {
    opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);

}
 
.gamma-description:before {
	content: '';
	height: 100%;
}

.gamma-description:before,
.gamma-description h4 {
	display: inline-block;
	vertical-align: middle;
}

.gamma-description h4 {
    font-size: 28px;
    padding: 3px 4px 5px 6px;
    font-family: "akrobatsemibold",sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
}

.gamma-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10001;
}

.gamma-buttons button {
	float: left;
	background: #333;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
	font-family: 'entypo-selected';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-align: center;
	opacity: 0.7;
	outline: none;
}

.no-touch .gamma-buttons button:hover {
	background: #666;
}

button.gamma-btn-close:before {
	content: '\2715';
}

button.gamma-btn-ssplay:before {
	content: '\25b6';
}

button.gamma-btn-sspause:before {
	content: '\2389';
}

.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 10000;
	text-align: center;
	display:none;
}

.gamma-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	z-index: 9999;
}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}

.gamma-description-wrapper {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}

.gamma-nav span:before {
	color: #fff;
	opacity: 0.7;
	font-size: 40px;
}
.gamma-description:hover {
	opacity: 1;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}

.gamma-nav span.gamma-prev:before {
	content: '\e75d';
}

.gamma-nav span.gamma-next:before {
	content: '\e75e';
}

.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}


/***************************
2 COLUMNS
***************************/

.img-container {
    display: flex;
    flex-wrap: wrap;      /* permet le passage à la ligne automatiquement */
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

.img-container img {
    width: calc(50% - 20px); /* 2 images par ligne */
    max-width: 600px;        /* limite optionnelle */
    height: auto;
}

/* 📱 Mobile : 1 image par ligne */
@media (max-width: 768px) {
    .img-container img {
        width: 100%;
        max-width: none;
    }
}

/***************************
1 COLUMNS
***************************/

.img-container1cl {
    display: flex;
    flex-wrap: wrap;      /* permet le passage à la ligne automatiquement */
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

.img-container1cl img {
    width: calc(100%); /* 2 images par ligne */
    max-width: 1220px;        /* limite optionnelle */
    height: auto;
}

/* 📱 Sur mobile : les images se mettent côte à côte */
@media (max-width: 320px) {
    .img-container1cl {
        flex-direction: row;  /* passe en ligne */
        flex-wrap: wrap;
        justify-content: center;
    }

    .img-container1cl img {
        width: calc(50% - 20px); /* deux images par ligne */
        height: auto;
    }
}

/*LAST MODIF DEC*/


@media (max-width: 500px){

.gamma-description {
	position: absolute;
	top: 0px;
	left: 16px;
	bottom: 0px;
	right: 16px;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	background-color: rgba(0,0,0,0.9);
  border: solid 0.55px #ffffff40;
  border-radius: 10px;
} 
    .fullimg{margin-top: 30px !important;}

}

@media (max-width: 399px){

.gamma-description {
	position: absolute;
	top: 0px;
	left: 16px;
	bottom: 0px;
	right: 16px;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	background-color: rgba(0,0,0,0.9);
  border: solid 0.55px #ffffff40;
  border-radius: 10px;
}
}


@media (max-width: 500px){

    h1,h6{visibility: hidden;}

}



.fullimg{margin-top: 40px;}



.bloc::before {
    content: "Mon titre de section";
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}



/***************************
NAVIGATION
***************************/



#floating-nextprev {
    color: #333;
    display: block;
    font-size: 12px;
    text-align: left;
}

#floating-nextprev .floating-nextprev-nav {
    position: fixed;
    top: 50%;
    z-index: 2;
}

#floating-nextprev .floating-nextprev-prev, #floating-nextprev .floating-nextprev-next {
    opacity: 1;
    transition: all 0.2s ease 0s;
}

#floating-nextprev .floating-nextprev-prev:hover, #floating-nextprev .floating-nextprev-next:hover {
    opacity: 1;
    text-decoration: none;
}

#floating-nextprev .floating-nextprev-content {
    background: #ffffff none repeat scroll 0 0;
    color: #333;
    height: 65px;
    overflow: hidden;
    position: absolute;
    top: -36px;
    width: 145px;
    z-index: 1;
    opacity: 0.15;
}

#floating-nextprev .floating-nextprev-arrow-left, #floating-nextprev .floating-nextprev-arrow-right {
    height: 37px;
    position: relative;
    width: 40px;
}

#floating-nextprev .floating-nextprev-arrow-left {
    background: rgba(0, 0, 0, 0) url("../img/arrow-left.png") no-repeat scroll 0 0 / 10px 19px;
    left: 30px;
    top: -12px;
}

#floating-nextprev .floating-nextprev-arrow-right {
    background: rgba(0, 0, 0, 0) url("../img/arrow-right.png") no-repeat scroll 0 0 / 10px 19px;
    left: 1px;
    top: -12px;
}

#floating-nextprev strong {
    display: block;
    font-weight: bold;
    opacity: 0;
}

#floating-nextprev span {
    opacity: 0;
    vertical-align: middle;
}

#floating-nextprev .floating-nextprev-prev img {
    float: left;
    margin: 0 0 0 45px;
}

#floating-nextprev .floating-nextprev-next img {
    float: right;
    margin: 0 45px 0 0;
}


#floating-nextprev.style-default .floating-nextprev-prev .floating-nextprev-content, #floating-nextprev.style-btnblue .floating-nextprev-prev .floating-nextprev-content, #floating-nextprev.style-btnred .floating-nextprev-prev .floating-nextprev-content, #floating-nextprev.style-btngreen .floating-nextprev-prev .floating-nextprev-content, #floating-nextprev.style-btngray .floating-nextprev-prev .floating-nextprev-content {
    left: -106px;
}

#floating-nextprev.style-default .floating-nextprev-next, #floating-nextprev.style-btnblue .floating-nextprev-next, #floating-nextprev.style-btnred .floating-nextprev-next, #floating-nextprev.style-btngreen .floating-nextprev-next, #floating-nextprev.style-btngray .floating-nextprev-next {
    right: 0;
}

#floating-nextprev.style-default .floating-nextprev-next .floating-nextprev-content, #floating-nextprev.style-btnblue .floating-nextprev-next .floating-nextprev-content, #floating-nextprev.style-btnred .floating-nextprev-next .floating-nextprev-content, #floating-nextprev.style-btngreen .floating-nextprev-next .floating-nextprev-content, #floating-nextprev.style-btngray .floating-nextprev-next .floating-nextprev-content {
    right: -80px;
}

#floating-nextprev.style-default .floating-nextprev-prev .floating-nextprev-content, #floating-nextprev.style-btnblue .floating-nextprev-prev .floating-nextprev-content, #floating-nextprev.style-btnred .floating-nextprev-prev .floating-nextprev-content, #floating-nextprev.style-btngreen .floating-nextprev-prev .floating-nextprev-content, #floating-nextprev.style-btngray .floating-nextprev-prev .floating-nextprev-content {
    padding: 0;
    left: -80px;
}

#floating-nextprev.style-default .floating-nextprev-next .floating-nextprev-content, #floating-nextprev.style-btnblue .floating-nextprev-next .floating-nextprev-content, #floating-nextprev.style-btnred .floating-nextprev-next .floating-nextprev-content, #floating-nextprev.style-btngreen .floating-nextprev-next .floating-nextprev-content, #floating-nextprev.style-btngray .floating-nextprev-next .floating-nextprev-content {
    padding: 0;
}

#floating-nextprev.style-default .floating-nextprev-prev .floating-nextprev-content {

}

#floating-nextprev.style-default .floating-nextprev-next .floating-nextprev-content {
    
}


.floating-nextprev-content{border-radius: 200px;}


#floating-nextprev.style-default .floating-nextprev-content {
}

#floating-nextprev.style-btnblue .floating-nextprev-content {
    border-color: #004d97;
}

#floating-nextprev.style-btnblue strong {
    color: #004d97;
}

#floating-nextprev.style-btnred .floating-nextprev-content {
}

#floating-nextprev.style-btnred strong {
    color: #d00;
}

#floating-nextprev.style-btngreen .floating-nextprev-content {
    border-color: #049547;
}

#floating-nextprev.style-btngreen strong {
    color: #049547;
}



#floating-nextprev.style-likefbgreen .floating-nextprev-content::before {
    background: #049547 none repeat scroll 0 0;
}

#floating-nextprev.style-likefbgreen strong {
    color: #049547;
}

#floating-nextprev.style-likefbgray .floating-nextprev-content::before {
    background: #666 none repeat scroll 0 0;
}

#floating-nextprev.style-likefbgray strong {
    color: #666;
}


#floating-nextprev .floating-nextprev-content:hover {
    
    background-color: black;
    border: solid white 2px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
#floating-nextprev {
    display: none;
}
}


@media screen and (max-width: 500px) {
   .portfolio-grid img {
    width: 90% !important;
    margin: 0 auto !important;
  }
    h5{width: 80%;}
}


@media screen and (max-width: 900px) {
    h5{width: 80%;}
}


@media screen and (min-width: 340px) and (max-width: 900px) {
.portfolio-grid > li {
   width: 320px !important;          /* largeur des colonnes */
}
}



   /*HACK WEBKIT*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    
    /*li img{margin:5px;}*/
    
    .flexslider ul,
    .flexslider  li {-webkit-transform: translate3d(0px, 0px, 0px);}
    
}



  .content-hp {
    display: block;
    overflow: auto; /* force à englober la grille */
  }

  .grid {
    display: block;
    width: 100%;
    clear: both;
  }

  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    clear: both;
    position: relative; /* flux normal */
  }



  /*VIDEO*/

  .video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* Derrière le contenu */
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Remplir l'écran */
  opacity: 0.35;
}

.portfolio-grid img{border-radius: 10px;}


.midsize{width: 80%;margin: 0 auto;}

.twobloc {
  display: flex;
  width: auto;
  height: auto;
  margin-top: 50px;
  justify-content: space-between; /* centre les images */
  gap: 20px; /* espace entre les images */
  flex-wrap: wrap;
}

.twobloc img {
  max-width:49%;
  height: 49%;
  margin: 0 auto;
}

.pad img-row{

  margin-top: 20px !important;

}


/* 👉 Quand la largeur de l'écran est < 700px, les images passent l'une sous l'autre */
@media (max-width: 700px) {
  .twobloc {
    flex-direction: column; /* vertical */
    align-items: center;    /* centre les images */
    flex-wrap:wrap;
  }
}

.separator {margin-bottom: 20px;}


/* LATEST */

.gallery {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

/* Image en pleine largeur */
.img-big {
    width: 100%;
    margin-bottom: 20px;
}

/* Image 1 en pleine largeur
.img-big:first-child {
    margin-top: 78px;
} */

/* Ligne des 2 images */
.img-row {
    display: flex;
    gap: 20px;
}

.img-row img {
    width: 50%;
    object-fit: cover;
}

.pad{
    margin: 0px 70px 0px 70px;
    /* gap: 25px;*/
}




/* Responsive : tout repasse en colonne */
@media (max-width: 768px) {
    .img-row {
        flex-direction: column;
    }

    .img-row img {
        width: 65%;
    margin: 0 auto;
  }

  video {width: 65%; margin: 0 auto;}
  
}

@media (max-width: 768px) {

.twobloc img {
  max-width: 100%;
  height: auto;
}
}


@media (max-width: 1024px) {

.one-column{

  padding: 0px;
}
}



@media (min-width: 600px) {
   .img-big {
        width: 50%;
        margin:0 auto;
        margin-bottom: 20px;
    }
}

.blur-bg {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(8px);
  padding: 20px;
}

h1 {color: white;}


.nav-arrow {
  position: fixed;
  top: 93%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
  z-index: 99;
  border: solid 3px;
  padding: 8px;
  border-radius: 20px;
  background-color: rgb(204 204 204 / 49%);
}

/* Animation au survol */
.nav-arrow:hover {
  color: rgba(255, 255, 255, 0.9);
  animation: wiggle 0.5s infinite ease-in-out;
  background-color:rgba(151, 151, 151, 0.9); ;
}

@keyframes wiggle {
  0% { transform: translate(0, -50%); }
  50% { transform: translate(5px, -50%); }
  100% { transform: translate(0, -50%); }
}


@media (max-width: 768px) {
   .pad{margin: 0px;
    }
}


/* bubblelegend */


  :root{
    --bg: #000000d4;
    --fg: #111;
    --accent: #0b74de;
    --shadow: 0 6px 24px rgba(11, 20, 40, 0.12);
    --radius: 12px;
  }

  /* Container fixed (bottom-right par défaut) */
  .legend-bubble {
    position: fixed;
    width: 100%;            /* pleine largeur */
    max-width: none;        /* empêche les limites */
    padding: 16px;          /* pour respirer */
    box-sizing: border-box; /* important pour éviter dépassements */
    border-radius: 0;       /* optionnel si tu veux un look plein écran */
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;  
    background: var(--bg);
    color: var(--fg);
    box-shadow: var(--shadow);
    padding: 14px 12px 12px 14px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    transform-origin: bottom right;
    transition: transform 180ms ease, opacity 180ms ease;
    z-index: 99;
    
  }

  /* Icon / left column */
  .legend-bubble .icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #e6f2ff, #dff0ff);
    display: grid;
    place-items: center;
    font-weight: 700;
    color: var(--accent);
  }

  /* Content */
  .legend-bubble .content {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
  }
  .legend-bubble .title {
    font-weight: 200;
    margin: 0px 22px 0px;
    font-size: 15px;
    color:#fff;
  }
  .legend-bubble .text {
    margin: 0;
    font-size: 13px;
    color: #3a3a3a;
  }

  /* Close button */
  .legend-bubble .close {
    border: none;
    background: transparent;
    padding: 6px;
    margin-left: 6px;
    cursor: pointer;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff;
  }
 /* .legend-bubble .close:focus {
    outline: 2px solid #cfe8ff;
    outline-offset: 2px;
  }*/

  /* Hidden state (for closing with animation) */
  .legend-bubble.hidden {
    opacity: 0;
    transform: scale(0.92);
    pointer-events: none;
  }

  /* Small responsive tweak */
  @media (max-width: 420px) {
    .legend-bubble { right: 12px; max-width: none; }
  }


  /*delayreveal*/

  .legend-bubble {
  opacity: 0;
  transform: scale(0.9);
  animation: bubbleIn 0.35s ease forwards;
  animation-delay: 0.6s; /* délai avant apparition */
}

@keyframes bubbleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}