@font-face {
  font-family: 'BebasNeue';
  src: url('../ASSETS/fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Grenze_Gotisch';
  src: url('../ASSETS/fonts/Grenze_Gotisch/GrenzeGotisch-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Staatliches';
  src: url('../ASSETS/fonts/Staatliches/Staatliches-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'HankenGrotesk';
  src: url('../ASSETS/fonts/Hanken_Grotesk/HankenGrotesk-VariableFont_wght.ttf') format('truetype');
}

/*Intro*/
#body{

    background-color: black;
}

#videoContainer{
    
    width: 100vw;
    height: 100vh;
    background-color: black;
    display: flex;  
    justify-content: center;
}

#video{
    
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.1);
    bottom: 0;
    left: 0;
}

.inner{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-44%,-50%);
    display: flex;
    flex-direction: column;
    }

.inner img{
    width: 100px;
    opacity : 0;
    animation-delay: 9s;
    animation-name : apparitionI;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    padding-left: 120px;
    padding-bottom: 10px;
}

.inner h{
    color: rgb(0,0,0,0);
    font-size: 40px;
    animation-delay: 9s;
    animation-name: apparitionH;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    font-family: 'BebasNeue';
    text-align: center;
}

.inner a{
    color: hotpink;
    font-size: 30px;
    animation-delay: 10s;
    animation-name: apparitionP;
    animation-duration: 3s;
    animation-fill-mode: both;
    font-family: 'BebasNeue';
    text-decoration: none;
    text-align: center;
}

.fadeIn{
    
    animation-name: fadeInAnim;
    animation-duration: 4s;
}

.fadeOut{
    
    animation-name: fadeOutAnim;
    animation-duration: 4s;
}

@keyframes fadeInAnim{
    
    from{
    
        opacity: 1.0;

    }
    to{
        opacity: 0.0;
    }
}

@keyframes fadeOutAnim{
    
    from{
    
        opacity: 0.0;

    }
    to{
        opacity: 1.0;
    }
}

@keyframes apparitionH{
    from{
        color: rgb(0,0,0,0);
    }
    to {
        color: rgb(0,0,0,1);
    }
}
@keyframes apparitionP{
     from{
        color: rgb(0,0,0,0);
    }
    to {
        color: rgb(0,0,0,1);
    }
}
@keyframes apparitionI{
     from{
        opacity: 0;
    }
    to {
       opacity: 1;
    }
}

@keyframes apparitionHWhite {
    from {
        color: rgb(255,255,255,0);
    }

    to {
        color: rgb(255,255,255,1);
    }
}

@keyframes apparitionPWhite {
    from {
        color: rgb(255,255,255,0);
    }

    to {
        color: rgb(255,255,255,1);
    }
}

/*Acceuil*/

#mc {
    color: hotpink;
}

#responsiveHomeHeader {
    display: none;
}

#image{
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

#imageContainer {
    width: 100vw;
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
}

.overlayProject{
    position: absolute;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width:100%;
    top:33%;
    bottom: 0;
    left: 0;
}

#menu {
    height: 300px;
    /*width: 200px;*/
    display: flex;
    flex-direction: column;
}

#menu a{
    text-decoration: none;
    font-family: 'BebasNeue';
    color: gainsboro;
    opacity:1;
    font-size: 40px;
    padding: 20px;
    text-shadow: 2px 2px black;
}

#menu a:hover{
    color: hotpink;
    opacity: 1;
    transition-duration: 1s;
}

.innerProject{
    display: flex;
    }


.AboutMe{
    background-color: rgb(255,0,0,0);
    display: flex;
    flex-wrap: wrap;
    } 

#descriptionMe {
    padding-left: 18px;
    font-family: 'HankenGrotesk';
    color : gainsboro;
    font-size: 18px;
    width: 700px;
}

.grayScale {
    filter: grayscale(100%);
    transition-duration: 1s;
}

.grayScale:hover {
    filter: grayscale(0%);
}

/*PHONE*/

#responsivePhoneHeader{
    display: none;
}

#imageContainerPhone {
    width: 100vw;
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
}

#imageContainerPhone img{
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

#backBook{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    width: 300px;
}

#backBook a{
    font-size: 60px;
    font-family: 'BebasNeue';
    color: white;
    text-decoration: none;
}

#backBook a:hover{
    color: hotpink;
}

.phone {
    position: absolute;
    left: 37%;
    top: 40%;
    height: 300px;
    width: 400px;
    transform: rotate(10deg);
}

.phone img{
    height: 110px;
    padding: 20px;
    padding-left: 30px;
    transform: rotate(349deg);
}

.phone img:hover{
    opacity: 0.8;
    filter: invert(63%) sepia(50%) saturate(3024%) hue-rotate(296deg) brightness(102%) contrast(101%);
}

#Row1{
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
}

#Row2{
    display: flex;
    flex-wrap: wrap;
    left: 50px;
}

/*SHOWREEL*/

.whiteHeader{
    background: gainsboro;
    padding: 20px;
    width: 100%;
}

#showreelTitle{
    font-family:'BebasNeue';
    font-size: 100px;
    color: black;
    background-color: gainsboro;
}

#showreelContainer{
    width: 60vw;
    height: 60vh;
    background-color: black;
    display: flex;  
    justify-content: center;
    margin-top: 10px;
    margin-left: 20%;
    }

#showreel{

    width: 100%;

}

 #backBookShow a{
    font-size: 60px;
    font-family: 'BebasNeue';
    color: white;
    text-decoration: none;
    padding-left: 20px;
    }

#backBookShow a:hover{
    color: hotpink;
}

/*CV*/

#cvContainer{
    padding-right : 10%;
    padding-left : 25%;
}

#cvTitle{
    font-family:'BebasNeue';
    font-size: 100px;
    color: black;
    background-color: gainsboro;
}

#backBookCv a {
    font-size: 60px;
    font-family: 'BebasNeue';
    color: white;
    text-decoration: none;
    padding-left: 20px;
}

#backBookCv a:hover {
        color: hotpink;
    }

#name{
    font-family:'BebasNeue';
    font-size: 80px;
    color: gainsboro;
}

#underName{
    font-family:'BebasNeue';
    font-size: 50px;
    color: gainsboro;
}

.Categorie{
    font-family:'BebasNeue';
    font-size: 40px;
    color: gainsboro;
    padding-top: 30px;
    display:flex;
    flex-direction: column;
    padding-right : 10%;
    padding-left : 10%;
}

.insideCat{
    font-family:'HankenGrotesk';
    font-size: 20px;
    color: gainsboro;
}

.insideCat h{
    font-family:'Staatliches';
    font-size: 20px;
    color: gainsboro;
}

.titleBlabla{
    padding: 20px;
}

.blaBla{
    padding-left: 40px;
}

.blaBla span{
    font-family:'HankenGrotesk';
    font-size: 20px;
    color: gainsboro;
}

.blaBla .infosImp {
    color: hotpink;
}

.insideCat .location{
    color: gainsboro;
}

.titleBlabla span{
    color : hotpink;
}

#Programmes img{
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}