

body{
    margin: 0;
    color: white;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 background-color: black;
}
.inner{
    padding-left: 20px;
padding-right: 20px;
}
main{
    margin: auto;
    background-image: url(bg/hyeroglyph_bg.gif);
max-width: 400px;
height: 750px;

position: relative;
}
.menu{
    margin: 0;
    text-transform: uppercase; 
    font-weight: 700;
    font-size: 26px;
   margin: auto;
   color: white;
   text-decoration: none;
}
img{
    padding-top: 10px;
    position: absolute;
    top: 50%;
    left: 0%;
margin: auto;
    transform: translateY(-50%);
    width:max-content;
}
header{
    padding-top: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    height: 50px;
}
.cta{
    padding:15px;
    margin: 0;
    color: black;
    background-color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    border-radius: 20px;
    text-transform: uppercase;
position: absolute;
top:72%;
left: 50%;
transform: translateX(-50%);
transition: 0.3s;
}

a.cta:hover{
    color:white;
    background-color:rgba(255, 255, 255, 0) ;
    transition: 0.3s ;
}

div.degrade{
    height: 80px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    position: absolute;
  top: 91%;
}

.playing{
    scale: 150%;
    transform: translateY(1.5px);
}
.fullscreen{
    transform: translateY(1.5px);
    scale: 120%;
}
/* CODE PAGE VIDEO */

.main-2{
    margin: auto;
 background-color: black;
max-width: 400px;
height: 850px;

}

video{
    max-width: 100%;
    margin: auto;
}

figure{
    margin: 0;
    padding: 0;
}

/* gerer boutons */

/* #region CONTROLS */
ul{
    display: flex;
   padding: 0;
   margin: 0;
}

#video-controls li {
    list-style: none;
    margin: 0 .5rem .5rem 0;

}

/* #region progress */
.progress,
#progress {
    width: 100%;
    margin: 0;
}

.progress {
    position: relative;
}

progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    border-radius: 15px;
    background-color: bisque;
}

/* progress bar background */
progress[value]::-webkit-progress-bar {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

/* progress bar progress */
progress[value]::-webkit-progress-value {
    
    background-color: #E69D0C;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.33) inset;
}


.marker,
#handle {
    position: absolute;
    width:5px;
height: 10px;
    top: 9.5px;
    background-color: brown;
    
    z-index: 2;
}
#handle {
    top: 0px;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    border: 2px solid #E69D0C;
    background-color: #E69D0C;
    transform: translateY(7px);

    z-index: 3;
    cursor: grab;
}

/* #endregion */

/* #region buttons */
/* reset default button */
button {
  

    color: #333;
}

/* ugly demo style */
button {
  
  background-color: black;
font-size: 20px;
  border: 0px;
    color: rgb(255, 255, 255);
 
    font-weight: 700;
}


/* #endregion */

/* #endregion */

