:root {
  --numSize: 200px ;
  --arrowButtonSize: 5em;
  --ajustementArrow: 30%;
  --fontInstructions: ;
  --jaune: rgb(250, 199, 123);
  --violet: rgb(35, 27, 40);
  --rouge: rgb(145,34,0);
  --orange: rgb(255, 107, 64);
}
@font-face { font-family: montaga; src: url('assets/Montaga-Regular.ttf'); } 

html,
body {
  margin: 0;
  overflow: hidden;
  /* display: bloc; */
  align-items: center;
  justify-content: center;
  /* width: 100vw; */
  font-family: montaga;
  font-style: normal;
  background-color: var(--violet);
}

p {
  margin: 0;
}

.col{
  align-items: center;
  justify-content: center;
  display:flex;
}

.section {
  width: 100%;
  height: 100vh;
  background-color: var(--violet);
  color: var(--jaune);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section p {
  text-align: left;
  font-size:2.3em;
  width: 100%;
  /* margin-left: .5em;
  margin-right: .5em; */
}

.titre{
  width:80px;
  height:40px;
  font-size: 30px;
  color: var(--orange);
  text-align: left;
  position: fixed;
  opacity: 70%;
  z-index:100;
  top:20px;
  left:20px;
  opacity: 0;
  transition: 0.5s ease;
  cursor: pointer;
}

.visible{
  opacity: 1;
  transition: 0.5s ease;
}

.titre:hover{
  opacity: 100%;
  color: var(--jaune);
  transition: transform 0.3s ease-in-out;
}
.fullWidthP {
  padding-left: 10vw;
  padding-right: 10vw;
}

/* .nextspecial{
  text-align: right;
  font-size: var(--arrowButtonSize); */
  /* width: var(--numSize); */
  /* display: flex;
  position: relative;
  top: 20%;
  left: var(--ajustementArrow);
  

} */

.next-button{
  
  font-size: 5em;
  transform: rotate(90deg);
  height: 100px;
  cursor: pointer;  
}

.next-button:hover{
  color: var(--orange);
}

.backbutton{
  /* bottom: 0;
  font-size: 5em;
  left: 0;
  height: 100px;
  width: 100vw;
 
  display: flex;
  justify-content: space-between;
  align-items: center;*/
  transform: rotate(90deg); 
}
.nextbutton{
  /* bottom: 0;
  font-size: 5em;
  left: 0;
  height: 100px;
  width: 100vw;
 
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: rotate(90deg); */
}

/* .test{
  
  transform: rotate(90deg) !important;
  margin: 20px;
} */
/* span{
  margin-left : cacl(100vw-5em) 
} */
.testback{

  right:0;
  margin: 20px;
  left:0px;
}

.backspecial{
  
}

.section p+p {
  /* margin-top: 0.5em;
  margin-left: 0.5em; */
  width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
    /* display: none !important; */

}

/* .next{
  font-size: 1em;
} */

*{box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column {
  /* float: left; */
  width: 50vw;
  display: flex;
  justify-content: center;
}

.column p{
  /* padding-right: 0; */
}
.row{
  margin:0 10vw;
  width: 80vw;
  display: flex;
  align-items: center;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.scrollbar-wrapper {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 60px;
  height: 80%;
  z-index: 100;
}

.scrollbar-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50);
  background-color: #fac77b;
}

.scrollbar-cursor {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  background-color: #fac77b;
  border-radius: 50%;
  cursor: pointer;
}

.scrollbar-point {
  position: absolute;
  top: 0;
  left: 50%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%);
  background-color: #fac77b;
  border-radius: 50%;
  cursor: pointer;
}

.num-scroll {
  position: relative;
  /* top: 20%;
  left: 20%; */
  width: var(--numSize);
  height: var(--numSize);
  overflow: hidden;
  /* border: solid; */
}

.num-scroll-wrapper {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-in-out;
}

.num-scroll-wrapper:hover{
  color: var(--orange);
}

.num-scroll-wrapper span {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--numSize);
  line-height: 1;
}

/* span {
  content: "\27F6";
} */

@media (max-width: 767px) {
  .section {
    display: bloc;
    width:100vw;
    height:100vh;
  }
  iframe{
    width:100vw;
    height:100vh;
  }
  
  .section p {
    text-align: left;
    font-size:1.2em;
    width: 100%;
    margin-left: .3em;
    margin-right: .3em;
  }

  .titre{
    width:40px;
    height:20px;
    font-size: 15px;
    opacity: 70%;
    z-index:100;
    top:10px;
    left:10px;
  }

  .next-button{
    font-size: 2.5em;
     }
  
    
  .column p{
  padding-left: 10px;
}

.scrollbar-cursor {
  width: 10px;
  height: 10px;
}

  .scrollbar-point {
    width: 4px;
    height: 4px;
  }
}