/* index.php + pages générales */
h1 {font-family: "Bebas Neue"; margin: 0;  font-size: 5em;}
p {font-family: "Lato"; margin: 0; font-size: 1em;}
h2 {font-family: "Roboto"; font-weight:100; font-size: 1.1em;}
header h1 {color: black; font-size: 1.5em; line-height: 0.6;}
header h2 {color: black;}
.background-image{max-width: 100%;}
.background-image-container {float: left; margin-top: 10%; padding: 0rem 0rem 0rem 3rem;}
nav {z-index: 8; position: fixed; display: flex; align-items: center; justify-content: space-between; background-color: white; width: 100%; padding: 2rem 2rem 0.5rem 2rem; flex-wrap: wrap;}
.social {display:flex ; align-items: center; justify-content: center; padding: 0 20%; margin:0!important; list-style-type: none; width: 100%;}
.social li a {display: inline-block; color: black; font-family: "Roboto"; font-weight:100; font-size: 1.1em;}

.nav-ul {display:flex ; align-items: center; justify-content: center; padding: 0; list-style-type: none;}
.nav-ul li a {display: inline-block; color: black; font-family: "Roboto"; font-weight:100; font-size: 1.1em;}


#etsy {font-size: 0.9em;}
.link-home {width: 20%;}
.home-page-content {position: fixed;}
.mobile-home-image {display: none; padding: 0!important;}
.portfolio-list {float: right;  text-align: center; vertical-align: middle; margin-top: 8%;}
.portfolio-list ul {list-style-type:none; padding: 5% 0; margin: 0;}
.portfolio-list h1 {font-size: 1.5em;}
.portfolio-list a {font-family: "Roboto"; font-weight: 200; font-size: 1.1em; color: black;}
.portfolio-list a:hover {text-decoration: none; color: #0056b3;}
.logo-menu {width: 1.5em;vertical-align: sub;}
hr {width: 25%; text-align: center; margin-left: auto; margin-right: auto; opacity: 0.75;}
.citation {font-style: italic; font-weight: 50;}
.navbar-brand-mobile {display: none;}
.nav-ul-mobile {display: none; align-items: center; justify-content: space-between; padding: 0 5%; margin: 0!important; list-style-type: none; width: 100%; }
.nav-ul-mobile li a {display: inline-block; color: black; font-family: "Roboto"; font-weight:100; font-size: 1.1em;}
.head-img-mobile {display: none;}


/* tarif.php */
.tarif-image-container {float: right; padding: 10% 0 0 0;}
.tarif-content {text-align: center; float: left; padding: 15% 0; margin: 0;}
.tarif-content h1 {font-size: 2em;}
.tarif-content p {font-size: 1em; text-align: left; padding: 0 10%;}
.tarif-desktop {display: block; margin-left: auto; margin-right: auto; width: 50%;}
.tarif-mobile {display: none;}
.tarif-image-container {padding: 20% 0 0 0 0;}

/* contact.php */
.contact-image-container {float: right; padding: 8% 5% 0 5%; width: 70%;}
.contact-image {width: 100%; margin: 1% 0; margin-left: auto; margin-right: auto;}
.contact-content {text-align: center; float: left; padding: 15% 0; margin: 0 4%; position: initial;}
.contact-content h1 {font-size: 2em;}
.contact-content p {font-size: 1em; text-align: left; margin: 0 10%;}
.contact-content ul {list-style-type:none;}
.contact-page-content {position: fixed;}
.social {padding: 0 10%;}
.mail {text-align: center !important;}
.ul-social {display:flex ; align-items: center; justify-content: center; padding: 0; list-style-type: none;}
.ul-social li a {display: inline-block; color: black; font-family: "Roboto"; font-weight:100; font-size: 1.1em;}

/* modèle pages photos */
.image-container {float: right; padding: 10% 2% 0 2%;}
.image {width: 100%; max-width: 100%; margin: 1% 0;}
.content {text-align: center; float: left; padding: 15% 0; margin: 0; position: fixed;}
.content h1 {font-size: 2em;}
.content p {font-size: 1em; margin: 0 10%;}

/* pages series vidéos */
.video-image-container {float: right; padding: 17% 0 1% 0; text-align: center;}
.video-image-container p {font-family: "Roboto"; font-weight:100; font-size: 1.1em; padding: 0 10%;}
.video-image-container h2 {font-family: "Roboto"; font-weight:500; font-size: 1.1em;}
.video-image {width: 50%; max-width: 100%; margin: 1% 0;}
.video-content {text-align: center; float: left; padding: 15% 0; margin: 0; position: fixed;}
.video-content h1 {font-size: 2em;}
.video-content p {font-size: 1em; text-align: left; margin: 0 10%;}

/* modèle pages collections */
.item-page-image {width: 100%; margin: 0!important;}
.portfolio-item {margin: 0!important; display: inline-block; max-width: 40%;}
.portfolio-items {padding: 8% 0% 0% 0%; text-align: center;}



/* MODIFS EN COURS modèle page photographies */
.content-photo {position: fixed; width: 100%; height: 100%; display: flex;}
.content-photo h1 {text-align: center;}
.content-photo img {object-fit: cover;}
.photo-item {padding: 0!important; margin-right: 0.75%;}

.content-video {position: fixed; width: 100%; height: 100%; display: flex;}
.content-video h1 {text-align: center;}
.content-video img {object-fit: cover;}
.video-item {padding: 0!important; margin-right: 0.75%;}

.height {height: 100%!important;}

.content-home {position: fixed; width: 100%; height: 100%; display: flex;}
.content-home h1 {text-align: center;}
.content-home img {object-fit: cover;}
.home-item {padding: 0!important; margin-right: 0.75%;}

/* MODIFS EN COURS page particulier video */

.image-fond-particulier {background-image: url("../img/videos/sarahhadrane-particulier-01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1500px;
  height: 750px;
  background-size: 100% auto;
  background-attachment: fixed;}

.image-fond-corporate {background-image: url("../img/videos/sarahhadrane-corporate-01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1500px;
  height: 750px;
  background-size: 100% auto;
  background-attachment: fixed;}

.image-fond-montage {background-image: url("../img/videos/sarahhadrane-montage-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1500px;
  height: 750px;
  background-size: 100% auto;
  background-attachment: fixed;}

.image-container2 {float: right; padding: 60% 2% 0 2%;}

.content2 {text-align: center; float: left; padding: 2% 0 0; margin: 10% 4% 0; background-color: white; position: fixed;}
.content2 h1 {font-size: 2em;}
.content2 p {font-size: 1em; margin: 0 7%;}

.content-montage {text-align: center; float: left; padding: 2% 0 0; margin: 15% 4% 0; background-color: white; position: fixed;}


mark {background-color: black; color: white;}



/* sesame.php */
.sesame-image-container {float: right; padding: 15% 0; text-align: center; position: fixed; margin-left: 40%;}
.sesame-image-container p {font-family: "Roboto"; font-weight:100; font-size: 1.1em;}
.sesame-image {width: 90%; max-width: 100%; margin: 1% 0;}
.sesame-content {text-align: center; float: left; padding: 12% 0; margin: 0;}
.sesame-content h1 {font-size: 2em;}
.sesame-content p {font-size: 1em; text-align: left; margin: 0 10%;}

/* enResidence.php */
.residence-image-container {float: right; padding: 10% 0; text-align: center;}
.residence-image-container p {font-family: "Roboto"; font-weight:100; font-size: 1.1em;}
.residence-image {width: 90%; max-width: 100%; margin: 1% 0;}
.residence-content {text-align: center; float: left; padding: 15% 0; margin: 0; position: fixed;}
.residence-content h1 {font-size: 2em;}
.residence-content p {font-size: 1em; text-align: left; margin: 0 10%;}

/* leType.php */
.letype-image-container {float: right; padding: 10% 0; text-align: center;}
.letype-image-container p {font-family: "Roboto"; font-weight:100; font-size: 1.1em;}
.letype-image {width: 90%; max-width: 100%; margin: 1% 0;}
.letype-content {text-align: center; float: left; padding: 15% 0; margin: 0; position: fixed;}
.letype-content h1 {font-size: 2em;}
.letype-content p {font-size: 1em; text-align: left; margin: 0 10%;}

/* effet fade photos collections */
.effeckt-caption {float: left; overflow: hidden; width: 100%; margin: 0 4% 1rem 0;}
.effeckt-caption:nth-child(2n) {margin-right: 0;}
.effeckt-caption img {width: 75%; height: auto; display: block; }
.effeckt-caption figcaption {background: rgba(0, 0, 0, 0.8); color: white; padding: 1rem; }
.effeckt-caption figcaption h1 {text-align: center; display:flex; align-items:center; height:100%; justify-content: center;}
.effeckt-figcaption-wrap {height: 100%; width: 100%;}
.effeckt-caption figcaption p {margin: 0; }
.effeckt-caption img {width: 100%;}

/* hamburger*/
.hamburger {
    background-color: transparent;
    border: 0;
    color: black;
    cursor: pointer;
    font-size: 20px;
    margin-top: 0;
    display: none;
}

.hamburger:focus {outline: none;}

/* Animation croix fermeture */
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon3 span {
  background: black;
}

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

/* Fin hamburger */

/* Media queries */
@media screen and (min-width:1000px) {
  body {margin: 0; padding: 0; overflow: scroll; cursor: none; }
  .cursor {width: 40px; height: 40px; position: absolute; z-index: 11; pointer-events: none;}
  a:hover {cursor: none}
  .white {color: white;}
  nav {box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);}
  .portrait-container {text-align: center;}
  .image-fond-montage {position: fixed;}
  .image-fond-particulier {position: fixed;}
  .image-portrait-verticale {width: 100%; max-width: 100%; margin: 0.5% 0.25%; display: inline-block; max-width: 40%;}
  .image-portrait-horizontale {width: 100%; max-width: 100%; margin: 0.5% 0.25%; display: inline-block; max-width: 81%;}
}

@media screen and (max-width:767px) {
  nav{position: sticky; top:0; z-index: 8;}
   .nav-ul {display: none; flex-direction: column; width: 100%; position: absolute; top:100%;left: 0; width: 100%;z-index: 8;background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
   .nav-ul.show {display: flex;}
   .hamburger {display: block;}
   .background-image-container {width: 100%; margin: 0; padding: 30% 0 0;}
   .containeur-404 {padding: 40% 5%;}
   .contact-content {padding: 40% 0 5% 0; margin:0}
   .contact-image-container {padding: 0;}
   .effeckt-caption[data-effeckt-type="cover-fade"] figcaption {opacity: 1 !important;}
   .effeckt-caption {margin: 0 0 1% 0;}
   .effeckt-caption figcaption {background: rgba(0, 0, 0, 0.1);}
   .portfolio-items {padding: 30% 0% 0% 0%;}
   .video-content {padding: 40% 0 5% 0;}
   .video-image-container {width: 100%; margin: 0; padding: 0; float: initial;}
   .video-image-container iframe {width: 100%;}
   .video-image {width: 100%; max-width: 100%; margin: 1% 0;}
   .sesame-content {padding: 40% 0 5% 0;}
   .sesame-image-container {width: 100%; margin: 0; padding: 20% 0 0; position: initial;}
   .sesame-image-container iframe {width: 100%;}
   .tarif-desktop {display: none;}
   .tarif-mobile {display: block; padding-top: 30%; width: 100%;}
   .tarif-image-container {padding: 0;}
   .image-container {padding: 10% 0 0 0; float: initial;}
   #myModal {padding-top: 50px;}
   .window-content {height: auto!important;}
   .portfolio-list {display: none;}
   .portfolio-item {margin: 0!important; display: inline-block; max-width: 100%;}
   .mobile-home-image {display: block;  margin: 0 auto; position: fixed;}
   .desktop-home-image {display: none;}
   .cursor {display: none!important;}
   .content {text-align: center; float: left; padding: 10% 0 5% 0; margin: 0; position: initial;}
   .content2 {text-align: center; float: left; padding: 10% 0 0 0; margin: 0; background-color: white; position: initial;}
   .contact-image {width: 100%; max-width: 100%; margin: 1% 0;}
   .sesame-content {text-align: center; float: left; margin: 0}
   .video-content {text-align: center; float: left; margin: 0; position: initial;}
   .page-content {padding: 0;}
   .video-page-content {padding: 0;}
   .image-fond-corporate {width: 100%; height: 1000px; background: none;}
   .image-fond-montage {width: 100%; height:1000px; background: none;}
   .image-fond-particulier {width: 100%; height:1000px; background: none;}
   .content-photo {display: block;}
   .content-photo img {width: 100%!important;}
   .content-home {display: block;}
   .content-home img {width: 100%!important;}
   .content-video {display: block;}
   .content-video img {width: 100%!important;}
   .video-item {height: 28%;}
   .photo-item {height: 40%;}
   .head-img-mobile {display: block; padding: 0;}
   .hide-mobile {display: none!important;}
   .image-fond-corporate {background-image: unset;
    background-repeat: unset;
    background-position: unset;
    background-size: unset;
    width: unset;
    height: unset;
    background-size: unset;
    background-attachment: unset;}
    h1 {font-size: 3em;}
    .home-item{height:40%}
}

/* Fenêtre pour regarder les photos */
/* https://www.w3schools.com/howto/howto_js_lightbox.asp?fbclid=IwAR39M1uCuKHLc0GT6W9oeTWlkPTffMJtSsea0a0GbM7iFgDLl_U8kpJmeVU */
/* The Modal (background) */
* {
    box-sizing: border-box;
  }  

.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 10%;
  }


.window {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .window-content {
    position: relative;
    background-color: black;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    height: 600px;
  }
  
  /* The Close Button */
  .close {
    color: white !important;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }

  .close span {background: white!important;}
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
    height: 100%;
    text-align: center;
  }

  .mySlides img {
    max-width: 100%;
    max-height: 100%;
  }
  
  .cursor-box {
    cursor: pointer;
    z-index: 9;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.5;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }