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

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

#popUpBg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0,0,0,0.8);
    z-index: 3;
    align-items: center;
    justify-content: center;
}

.active{
    display: flex;
}

.unActive{
    display: none;
}

body.immobile{

    overflow: hidden;
}

#popUpContent{
    max-width:70%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#popUpClose{
    position: absolute;
    right: 12%;
    top: 5%;
    color: white;
    font-size: 40px;
    font-family: 'BebasNeue';
    color: white;
    text-decoration: none;
    transform: rotate(45deg);
}

#popUpClose:hover{
    color: hotpink;
}

.img{
    width: 100%;
    height: auto;
}

body{
    z-index: 2;
}


main{
    background-color: black;
}

header{
    width: 100%;
    padding-top : 30px;
    padding-bottom: 30px;
    background-color : white; 
}

header #titleProjets{
    text-align: center;
    font-family: 'BebasNeue';
    font-size: 120px;
    padding-left: 60px;
}

#bandeau{
    display : flex;
    flex-wrap: wrap;
    margin : 30px;
}

#backBookShow {
    width : 20%;
}

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

#backBookShow a:hover{
    color: hotpink;
}

#menu{
    width : 60%;
    display : flex;
    justify-content: center;
}

#menu a{
    padding-top: 15px;
    font-size: 50px;
    font-family: 'BebasNeue';
    color: white;
    text-decoration: none;
    padding-right: 60px;
    padding-left:60px;
}

#menu a:hover{
    color: hotpink;
}

#backToTop{
    position: fixed;
    bottom : 60px;
    right : 60px;
}

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

#backToTop a:hover{
    color: hotpink;
}

.chapitre{
    background-color : white;
    font-color: black;
    font-family: 'BebasNeue';
    font-size : 40px;
    margin-top: 40px;
    padding-left: 20px;
}

.projet h{
    font-size: 40px;
    color : hotpink;
}

#mc {
    color : hotpink;
}

.projet{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 180px;
    padding-bottom: 100px;
    background-color: black;
}

.image{
    /*background-color: aquamarine;*/
    height: 260px;
    width: 260px;
    display: flex;
    padding: 10px;
}

img{
    width: 100%;
    height: 100%;
}

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

.videoContainer video{
    width: 100%;
}

.description{
    font-family: 'HankenGrotesk';
    color: white;
    font-size: 20px;
    width: 600px;
    padding-left: 100px;
    display : flex;
    flex-direction: column;
}

.galerie{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: black;
}

.galerie img{
    width: 160px;
    height: 160px;
    padding: 60px;
}

.noImage{
    text-align: center;
}

#basDePage{
    height: 180px;
    background-color: black;
}

