body{
    background-color:black;
    color: rgb(255, 255, 255);
}

.vertical-spacer {
    height:100px;
}

h1 {
    
    font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(1.2em + (1.2 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    font-weight: 500;
}

h2 {
    /* font-size: 2rem;
    line-height: 1.2; */


    font-size: calc(15px + (25 - 15) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(0.9em + (1.2 - 0.9) * ((100vw - 300px)/(1600 - 300)));
    font-weight: 500;
}

h3 {
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(0.9em + (1.2 - 0.9) * ((100vw - 300px)/(1600 - 300)));
    font-weight: 300;
}


/* ----------- overlay menu/navigation ----------- */

#menu{
    color:white;
	position:fixed;
	top:0;
	height: 40px;
	z-index: 7;
	width: 100%;
	padding: 0;
	margin:0;
}

#menu button {
    position: absolute;
    z-index: 2;
    width: 50px;
    height:50px;
    padding: 0px;
    right: 30px;
    top: 30px;
}

#menu button:focus {
    outline: none;
}

#menu span {
    position: relative;
    display:inline-block;
	color: #000;
    font-size:30px;
    /* cursor:pointer; */
}

#overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    /* background-color:rgba(19, 19, 19, 0.9); */
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: fixed;
    top: 10%;
    width: 20%;
    text-align: right;
    line-height: 0.8;
    margin-top: 30px;
    padding-right: 2vw;
  }
  
  #overlay a {
    
    font-weight: 600;
      
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #c9c9c9;
    display: block;
    transition: 0.3s;
  }
  
  #lien-menu{
    margin:0;
    padding-right: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 36px;
    color: #E6711B !important;
  }

  .lien-menu{
    color:#383838 !important;
  }

  .lien-menu:hover{
    color:#000 !important;
  }
  #overlay a:hover, #overlay a:focus {
    color: #fff;
  }
  


  #fp-nav ul li a span, 
.fp-slidesNav ul li a span {
    background: #fff;
}


/* ----------- Section 1 ----------- */

#section-1 h1 {
    text-align: left;


    font-size: calc(50px + (80 - 50) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(1.2em + (1.2 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  
    font-weight: 600;
}

#section-1 span {
    border-bottom: 7px solid #E6711B;
    padding-bottom: 2px;
}

/* animation fade-in texte */

@keyframes typewriter {
    from {
      width: 0;
    }
    to {
      width: 52em;
    }
  }

  @keyframes blinkTextCursor {
    from {
      border-right-color: rgba(255, 255, 255, 0.75);
    }
    to {
      border-right-color: transparent;
    }
  }


.anim-typewriter {
    animation: typewriter 4s steps(45) 1s 1 normal both,
      blinkTextCursor 500ms steps(45) infinite normal;
  }
  
  

#section-1 .icone {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 100px;
    position:absolute;
    bottom:0;
    height:10%;
}

#section-1 .icone a {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.icono-arrow1-down {
    
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: rgb(218, 218, 218);
    box-sizing: border-box;
   

    width: 30px;
    height: 30px;
    border-width: 4px 4px 0 0;
    border-style: solid;
    margin: 10px;

    transform: rotate(135deg);
    
}

.icono-arrow1-down:hover {
    color: #fff
}


.icono-arrow1-down:before {
    content: "";
    box-sizing: border-box;
    right: 0;
    top: -3px;
    position: absolute;
    height: 4px;
    box-shadow: inset 0 0 0 32px;
    transform: rotate(-45deg);
    width: 45px;
    transform-origin: right top;
}

.icono-arrow1-down:after {
    content: "";
      box-sizing: border-box;
}


/* ----------- Section 2 ----------- */
#section-2 h1 {
    color: #E6711B;
}

#total-likes {
display: flex;
flex-direction: column;
justify-content: center;
  
}



/* ----------- Section 3 ----------- */


.fine{
  font-weight: 300 !important;
}
.tabset {
    top: 0;

}

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
  min-height: 350px;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 25px 25px 0px;
  border: 1px solid transparent;
  border-bottom: 0;
  /* cursor: pointer; */
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(20px + (25 - 15) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(1.2em + (1.2 - 1.2) * ((100vw - 300px)/(1600 - 300)));
    font-weight: 500;
  margin:0;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 10px;
  width: 30px;
  height: 3px;
  background:transparent;
  

}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #fff;
}


.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #E6711B;
}

.tabset > input:checked + label {
  border-color: #fff;
  border-width: 2px;
  padding-bottom: 20px;
  border-bottom: 2px solid #242424;
  margin-bottom: -2px;
}

.separateur {
  padding: 30px 0;
  border-top: 2px solid #ccc;
}


/* ----------- Section 4 ----------- */


#username, #username_2, #username_3 {
  padding-top: 10px;
  padding-bottom: 20px;
}

#category {
  font-size: calc(15px + (25 - 15) * ((100vw - 300px) / (1600 - 300)));
}

.fixSlid-container {
    position: relative;
    width: 70px;
    height: 140%;
    margin-top:-150px;
    background: #242424;
    --gapLine: 5%;
}

.fixSlid-container::after {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    content: '';
    /* opacity: 0.5; */
    box-shadow: inset 0 80px 20px -20px #242424, inset 0 -40px 20px -20px #242424;
}

.fixSlid-ruler {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: scroll;
    /* scroll-snap-type: y mandatory;   */
    /* display: flex; */
}

.fixSlid-thumb {
    --offset: 2;
    top: calc(var(--gapLine)*var(--offset));
    left: 0;
    right: 0;
    height: 5px;
    z-index: 1000;
    background: #E6711B;
    position: absolute;
}

.fixSlid-line {
    scroll-snap-align: start;
    position: relative;
    width: 100%;
    height: var(--gapLine);
}

.fixSlid-gap-top {
    position: relative;
    height: var(--gapLine);
}

.fixSlid-gap-bottom {
  position: relative;
  height: calc(100% - 15%);
}

.fixSlid-line::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    background: white;
}

.hidden {
    visibility: hidden;
}

.fixSlid-line:nth-of-type(3n+1)::after {
    width: 80%;
    /* height: 3%; */
}

.fixSlid-ruler::-webkit-scrollbar {
    display: none;
}

.fixSlid-counter {
    position: absolute;
    transform: translateY(-50%);
    left: 150%;
    margin-left: 10px;
    color: white;
    font-family: helvetica, sans-serif;
    font-size: 24pt;
}








#section-4 h1 {
    color: #E6711B;
}

.vertical-slider {
    border-color: #fff;
    border-left: 3px solid;
    height: 70vh;
}

#section-4 img {
  max-width: 100%;
}

.accent-color{
    color: #E6711B;

}

.total-likes-per-day {
    padding:15px;
    padding-bottom: 10px;
    border: 2px solid #ccc;
}







  * {
    cursor: none;
  }
  
  a,
  a:link,
  a:visited
   {
    text-decoration: none;
    color: white;
  }
  a:hover,
  a:active {
    color: black;
  }
  
  .cursor {
    opacity: 1;
    position: absolute;
    width: 50px;
    height: 45px;
    z-index: 1000;
    pointer-events: none;
    transition: opacity 2s;
  }
  .cursor:before,
  .cursor:after {
    position: absolute;
    content: "";
    right:20px;
    top: 0;
    width: 40px;
    height: 70px;
    background-image: url(../assets/img/heart2.png);
    background-size: contain;
    background-repeat: no-repeat;
   
  }

  
  .cursor:nth-child(2):before,
  .cursor:nth-child(2):after {
    background-image: url(../assets/img/heart.png);
  }
  


  .arrow-back{
    position: absolute;
    z-index: 2000;
    /* top: 16%; */
    /* margin-top: -38px; */

    left: 40px;
    width: 25px;
    height: 50px;
    background: url(../assets/img/arrow_left.png) no-repeat;
    background-size: contain;
    border: none;
  }

  .arrow-next{
    position: absolute;
    z-index: 4;
    /* top: 16%;
    margin-top: -38px; */

    right: 60px;
    width: 25px;
    height: 50px;
    background: url(../assets/img/arrow_right.png) no-repeat;
    background-size: contain;
    border: none;
  }



  @media screen and (max-width: 575px) {

    * {
      cursor: default !important;
    }
    #fp-nav{
        display: none;
    }

    .vertical-spacer {
        height:20px;
    }
    


    .fixSlid-container {
      /* position: relative; */
      margin-top:-150px;
      width: 40px;
      height: 500px;
  }

  .arrow-back{
    width: 15px;
    height:35px;
    margin-left: 20px;
    
  }

  .arrow-next{
    width: 15px;
    height:35px;
    
  }

  #section-4 .slide {
    margin-top: 5vh;
  }

  #subcategory, #subcategory_2, #subcategory_3 {
    padding-bottom: 10px;
  }
  .cursor{
    display: none;
  }

  #svg{
    max-width: 100%;
    margin-left:-30px;
  }

  .overlay-content{
    width:60%;
    padding-right: 8vw;
  }
  #overlay a {
    font-size: 20px;
  }
  }


  @media screen and (min-width: 2500px){
    #section-1 h1{
      font-size: 120px;
    }
  }