@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

html, body {
  color:#232538;
  font-family: 'Vollkorn', serif;
  border-color:#232538;
  background-color:white;
}

#images.gradient{
  background-image: linear-gradient(#1a191c 74%,#48464a 100%);
}

#images.gradient img{
  box-shadow: none;
}
#horizontal .images.gradient .image-wrapper {
  padding: 6vh 0px 6vh 0px;
}

.tablette img{
  box-shadow: none !important;
}

.menu-content {
  text-align: left;
}

#clickerDiv {
  position: absolute;
  display: table;
  z-index: 2;
  pointer-events: all;
}
#clickerLeft,#clickerMiddle,#clickerRight{
  display: table-cell;

}
#clickerLeft,#clickerRight{
  cursor: none;
  width: 25%; 
}
#clickerMiddle{
  width: 50%; 
}
#cursorDiv{
  position: absolute;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  margin-top: -13px;
  border:2px solid #232538;
  z-index: 3;
  border-radius: 50%;
  display: none;
  background-color: #FFF;
  pointer-events: none;
  font-size: 16pt;
}
#cursorDiv.icon-left-open-1::before{
  position: absolute;
  margin-left: 1px;
  margin-top: 2px;
}
#cursorDiv.icon-right-open-1::before{
  position: absolute;
  margin-left: 4px;
  margin-top: 2px;
}

.menu-content .label{    
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}

.menu-content a.menu-link{
  width: auto;
  position: relative;
  display: block;
  transition:padding-left 0.4s;
  color: #232538;
  text-decoration: none;
  border-color: #87839b;
}

.menu-content a:visited{
  color: #87839b;
}

.content:after {
  background:#1d1d23;
  transition: opacity 0.2s;
}

a.link{
  font-family: 'Vollkorn', serif;
  font-weight: bolder;
  text-transform: uppercase;
  transition : opacity ; 
  cursor: pointer;
  text-decoration: none;
  color: #232538;
}

a.link:hover{
  opacity:0.4;
}

a.link:visited{
  color:inherit;
}

.container.open .content:after {
  opacity: 0.4;
  transition: opacity 0.5s;
  width: 100vw;
}

.galerie-pic{
  display:none;
  animation: appear 0.8s both;
}

.sticky{
  position :relative;
}


.dark .images .galerie button{
  border-color: #f7f7f9;
  color:#f7f7f9;
  background: #f7f7f9;
}
.container .images .galerie button:hover{
  opacity: 0.6;
}



.dark .images .galerie button.selected{
  background:#f7f7f9;
}

#gallery .images {
  box-sizing: border-box;
}

#gallery .images .image-wrapper{
  height: 500px;
}

.navigation .menu {
  background-color:white;
  transition: 0.2s;
  cursor:pointer;
}

.navigation .menu .option {
  transition: 0.2s;
  border: none;
}

.navigation .menu .option:hover {
  color:#b5b7c9;
}

.navigation .menu .option.title{
  text-transform: uppercase;
  font-weight:bold;
}

.footer {
  background-color:#1d1d23;
  color:white;
  /* display: none;  */
}

.footer p{
  text-align:right;
}

.dark .images {
  background:#28282f;
}

.grey .images {
  background:#e9e9ef;
}

.images img {
  box-shadow:4px 6px 12px #b5b7c9;
}

.dark .images img {
  box-shadow:4px 6px 36px #000;
}

.images iframe {
  box-shadow:4px 6px 12px #b5b7c9;
}

.infos {
  background-color:#f7f7f9;
}

.dark .infos {
  background-color: #f7f7f9;
}
#gallery.dark .infos {
  background-color: #26262c ;
  color: #f7f7f9;
}

.infos .media {
  padding:48px 48px 48px 48px ;
  background-color:#ededf2;
}

.infos h1{
  font-style: italic;
  font-weight:bold;
  margin:auto;
}

.infos blockquote{    
  font-size: 16pt;
  line-height: 26pt;
  margin-left: 23px;
  margin-top: 40px;
  font-style: italic;
}

.infos .author{     
  text-align: right;
  margin-top: 0px;
  margin-bottom: 60px;
}
  
.bell{
  border-radius: 40px 40px 0px 0px;
  width: 80px;
  height: 40px;
  background-color: #1d1d23;
  box-shadow: 4px 6px 12px #b5b7c9;
  transition:1s;
}

.dark .bell{
  background-color: #1d1d23;
  box-shadow: 4px 6px 12px #1d1d23;
}
  
.bell:after{    
  color: #fff;
  transition:1s;
}
  
.bell:hover:after{    
  animation: shake 0.3s ease-in-out 1.5;
}

  
.infos:hover .bell{
  height: 80px;
}
  
.infos .bell:hover{
  height: 110px;
}

.bell:after{    
  font-size: 18px;
  margin-left: -7px;
}
  
.infos:hover .bell{
  bottom: -40px;
}
  
.infos:hover .bell:after{
  margin-top:-25px
}
  
.infos .bell:hover{
  bottom: -55px;
}
  
.infos .bell:hover:after{
  margin-top:-40px
}


.main-page-main-title {
  font-weight: bold;
  letter-spacing: 1.6pt;
}

.main-page-main-title {  
  border-bottom: 2px solid;
}
.main-diapo.full{
  background-size: cover !important;
  background-position: center !important;
}
.main-diapo.dark{
  background: #28282f;
}
.main-diapo.dark img{
  box-shadow: 4px 6px 36px #000;
}
.main-diapo.light{
  background:#e9e9ef;
}
.main-diapo.light img{
  box-shadow: 4px 6px 12px #b5b7c9;
}

@media only screen and (orientation: portrait) {


  #cursorDiv{
    display: none !important;
  }
  
  .menu-info.presentation{
    padding: 6vw;
  }

  .menu-info a.link{
float: right;
  }

  #infos p.legend {
    font-size: 3.6vw;
    color: #68687b;
    line-height: 5vw;
    margin-bottom: 6vw;
  }

  .menu-content {
    background: white;
    position: relative;
  }
  #bio .texte{
    max-width: 80vw;
    padding-top: 4vw;
  }
  .bio-wrapper .texte h1 {
    font-size: 7vw;
    margin: 2vw 0px;
  }
  #bio .texte p{
    margin-left:4vw;
    margin-bottom: 4vw;
    margin-left: 0;
  }
  #bio a.link{
    display: block;
    margin-top: 4vw;
    text-align: center;
  }

  .main-page-main-content-wrapper {
    white-space: nowrap;
    height: 100%;
    position: absolute;
}
.main-diapo {
  position: absolute;
  display: inline-block;
  width: 100vw;
  height: 100%;
}
  
  
.main-page {
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
  overflow-x: hidden;
}
.main-page-main-content {
  height: 62vw;
  width: 100vw;
}

  .main-page-main-title{
    line-height: 26vw;
    font-size: 8vw;
    top: 0;
    z-index: 3;
    background: white;
    width:100vw;
  }

  @supports (position: sticky) {
    .main-page-main-title{
      position: sticky;
    }
  }
  @supports not (position: sticky) {
    .main-page-main-title{
      position: fixed;
    }
    .main-page-main-content {
      margin-top: 25vw;
    }
  }

  .menu-content .label {
    padding: 6vw 0 2vw 0;
    font-size: 4vw;
    border-bottom: 0.5vw solid;
}

.menu-content a {
  line-height: 6vw;
  padding: 4vw 6vw;
  font-size: 5.2vw;
  border-bottom: 0.3vw dashed;
}

  .navigation .menu .option.title{
    border-left: 0.3vw dashed;
    border-right: 0.3vw dashed;
  }

  .navigation .menu {
    box-shadow: inset 0px -0.5vw 0px #1d1d23;
  }

  .infos h1{
    font-size: 10vw;
    line-height: 12vw;
    padding-bottom: 2vw;
  }
  
  .infos h2 {
    margin-bottom: 4vw;
    margin-top: 0;
    font-size: 6vw;
  }

  .infos h3{ 
    margin-bottom: 4vw;
    margin-top: 0;
    font-size: 4vw;
    color: #9898b7;
    font-weight: lighter;
  }

  a.link{
    border: 0.5vw solid;
    padding: 2vw 4vw 2vw 4vw;
    border-radius: 4vw;
    font-size: 3.4vw;
    letter-spacing: 0.3vw;
  }

  .images p{
    font-size:5vw;
    line-height:6vw;
    margin-left: 2vw;
  }

  .navigation {
    transition:margin-top 0.2s;
  } 

  .container.open .navigation {
    transition:margin-top 0.5s;
  }
  
  .navigation {
    margin-top:-70vh;
  }

  .container.open .navigation {
    margin-top:0vh;
  }

  .navigation .menu-content{
    height: 70vh;
  }

  .navigation .menu , .container .content:before  {
    height: 12vw;
  }

  .container .content:after  {
    height: 100vh;
    width:100vw;
    z-index:1;
  }

  .navigation .menu .option.title{
    font-size:3.2vw;
    letter-spacing:1.4pt;
  }

  .navigation .menu .option:not(.title){
    width: 14vw;
  }

  .navigation .menu .option .icon{
    font-size: 3.5vw;
  }

  #gallery .images  {
    padding: 6vw;
  }

  #horizontal .images img  {
    width: 80vw;
    margin-bottom: 10vw;
  }
  
  #horizontal .images .images-content{    
    padding-top: 6vw;
  }

  #vertical .images .images-content {
    padding: 20px;
  }

  #horizontal .images .image-wrapper{
    padding-left: 10vw;
  }

  #horizontal .images img {
    margin-right: 10vw;
  } 

  #horizontal .images.gradient img {
    margin-right: 0vw;
  } 

  #vertical .images img{
    margin-bottom: 16px;
  }

  #horizontal .main {
    margin-top: -12vw;
  }

  .images .legende .galerie{
    padding-bottom: 4vh;
    padding-top: 5vh;
  }

  .images .galerie button{
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
    margin-left: 2vw;
    border-radius: 5vw;
    font-size: 5.3vw;
    background-color: #232538;
    opacity:0.5;
  }

  .images .galerie button.selected{
    width: 5vw;
    height: 5vw;
    margin-right: 1.5vw;
    margin-left: 1.5vw;
    border-radius: 5vw;
    font-size: 5.3vw;
    opacity: 1;
    border: transparent solid 0.5vw;
  }

  .infos .texte {
    padding:4vh ;
  }

  .infos p {
    font-size:5vw;
    line-height:7vw;
    margin-bottom: 6vw;
  }

  .infos ul{
    font-size:4vw;
    line-height:6vw;
    margin-bottom: 6vw;
  }

  .footer p{
    font-size:3vw;
    margin-right:6vw;
  }
  
  .footer {
    height: 30vw;
    line-height: 10vw;
  }

}



@media only screen and (orientation: landscape) {


  .tablette.images img.galerie-pic{
    max-height: 120% !important;
  }

.menu-content a.menu-link:hover{
  /*padding-left:20px;*/
  background-color:#232538 ;
  color:white;
  border-color: white;
  cursor: pointer;
}

  #infos p.legend , #infos ul.legend , #infos li.legend{
    font-size: 10pt;
    color: #68687b;
    line-height: 16.4pt;
  }
  
  #full #infos p.legend , #full #infos ul.legend , #full #infos li.legend{
    color: #232538;
  }

  .dark #infos p.legend , .dark #infos ul.legend , .dark #infos li.legend{
    color: #9292a9;
  }

  #infos ul{
    font-size: 10pt;
    line-height: 16.4pt;
    margin-top:-20px;
  }

  #bio .texte p{
    font-size:11pt;
    line-height:12pt;
    margin-left:12px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #bio a.link{
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 12px;
    margin-right: 12px;
  }

  .main-page-main-title {    
    padding-top: 28px;
    font-size: 22pt;
    padding-bottom: 18px;
  }
  
  .main-page-menu{
    border-right:2px solid #232538;
  }
  
  .menu-content .label{    
  padding: 30px 0 10px 0;
  font-size: 10pt;
  border-bottom: 2px solid;
  }

.menu-content a.menu-link{
  line-height: 18px;
  border-bottom: 1px dashed #87839b;
  padding: 14px 16px;
}

  .navigation .menu .option.title{
    border-left: 1px dashed;
    border-right: 1px dashed;
  }

  .navigation .menu {
    box-shadow: inset 0px -2px 0px #1d1d23;
  }

  .infos h1{
    font-size:28pt;
    line-height:30pt;
    margin:auto;
    max-width:480px;
    padding-bottom:28px;
  }

  .infos h2{
    margin: auto;
    max-width: 480px;
    margin-bottom: 16px;
  }

  .infos h3{ 
    margin: auto;
    max-width: 480px;
    margin-bottom: 16px;
    color: #9898b7;
    font-weight: lighter;
  }

  a.link{
    border: 2px solid;
    padding: 10px 20px 8px 20px;
    border-radius: 16px;
    font-size: 9pt;
    letter-spacing: 0.4pt;
  }
  
  .menu-info.presentation{
    padding-top: 26px;
  }
  .menu-info.presentation p{
    margin-bottom: 20px;
  }
  .label.main-title{
    font-size: 16pt;
    letter-spacing: 2pt;
    padding-bottom: 26px;
  }

  .menu-info a.link{
    float:right;
  }

  #vertical img{
    margin-bottom: 40px;
    /*cursor: zoom-in;*/
  }

  #horizontal .images img {
    margin-right: 16vh;
  }

#vertical .images-content {
  padding: 60px;
}

#horizontal .images .image-wrapper{
  padding: 10vh 0px 16vh 0px;
}

#gallery .images .images-content {
  max-width: 80%;
}

  #gallery .images-content {
    max-width: 80%;
    margin: auto;
  }

  #gallery .images {
    height: 100vh;
  }

  .images .images-content{
    transition:margin 0.8s;
  }

  #full .images .images-content:hover{
    margin-left:-60px;
  }

  #horizontal .images .images-content:hover{
    margin-left:80px;
  }

  #vertical .images .images-content:hover{
    margin-top:-20px;
  }

  .navigation .navigation-wrapper {
    margin-left: -156px;
    margin-top: -200px;
    height: 400px;
    background:white;
    transition:margin-left 0.2s;
  } 

  .navigation {
    width: 60px;
  }

  .navigation .menu {
    height: 80px;
  } 

  .navigation .menu-content {
    height: 340px;
  } 
  
  .navigation .navigation-wrapper:hover {
    margin-left: -142px;
  }
  
  .container.open .navigation .navigation-wrapper {
    margin-left: 200px;
    transition:margin-left 0.5s;
  }

  .navigation .option {
    padding-bottom:20px;
  }

  .menu-content {
    padding-bottom:20px;
  }

  .images .fill{
    min-width:320px;
  }

  .images p{
    font-size:11pt;
    line-height:12pt;
    margin-left:12px;
  }

  .navigation .option.title{
    font-size:10pt;
    letter-spacing:0.8pt;
  }

  .images .legende{
    padding-top: 32px;
  }

  .images .galerie button{
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 11.5pt;
    border:none;
    background: #232538;
    opacity:0.5;
  }

  .images .galerie button.selected{
    width: 14px;
    height: 14px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 8px;
    border: transparent solid 2px;
    opacity:1;
  }

  .infos .texte {
    padding:48px ;
  }

  .infos p{
    font-size:12pt;
    line-height:22pt;
    max-width:480px;
    margin:auto;
    margin-bottom: 26px;
  }

  .footer p{
    font-size:9pt;
    margin-right:34px;
  }
  
  .footer {
    height: 40px;
    line-height: 40px;
  }

}



@media only screen and (max-width: 1200px) and (orientation: landscape) {

  .infos {
    padding:40px;
  }

  .sticky:hover:before {
    bottom: -60px;
  }

  .infos .texte{
    padding: 48px;
  }

  .bell{
    right: 110px;
    bottom: -40px;
  }

  .sticky:before{
    background:linear-gradient(white 80%, transparent 90%);
    pointer-events: none;
  }

  .dark .sticky:before{
    background:linear-gradient(#28282f 80%, transparent 90%);
  }

  .grey .sticky:before{
    background:linear-gradient(#e9e9ef 80%, transparent 90%);
  }

  .sticky:after{
    font-size: 8vh;
    margin-left:-30px;
    color: #F7F7F9;
    bottom: 2vh;
  }

  .dark .sticky:after{
    color: #27272f;
  }

  #gallery .images  {
    padding: 60px 40px 60px 40px;
  }
  
}



@media only screen and (min-width: 1200px) and (orientation: landscape) {

  #full #infos.hidden {
    width:0;
  }

  #full .infos h3{ 
   color: #232538;
  }

  #infos{transition:width 0.4s;}

  #horizontal .images:after ,  #full .images:after{    
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0.25turn,transparent 98%, rgb(0,0,0,0.1));
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
  }


#gallery .infos {
  width:420px
}


#full .infos {
  width: 420px;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  /*height: 100vh;*/
  background-color: #f7f7f9b3;
}

  #horizontal .images .image-wrapper{
    padding: 10vh 0px 10vh 0px;
  }

  #galley .images .images-content {
    max-width: 80%;
  }

  #horizontal .images .images-content {   
    margin-left: 18vh;
  }

  #gallery .images  {
    padding: 40px 40px 60px 40px;
  }

  .container .infos {
    width: 540px;
  }

  #horizontal .infos {
    width: 420px;
  }

  #vertical .infos {
    width: 420px;
  }

  .infos .infos-content{    
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    /*min-width: 420px;*/
    overflow: auto;
    position: relative;
    /*height: 100vh;*/
  }

  #full .infos .infos-content {
    height: 100vh;
    min-width: 420px;
  }

  .bell{
    right: 20px;
    bottom: -40px;
  }

}

@keyframes appear {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes shake {
  0%  {transform: rotate(0deg);}
  25%  {transform: rotate(-16deg);}
  75%  {transform: rotate(16deg);}
  100% {transform: rotate(0deg);}
}
