*, *::before, *::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body{
    font-family: "Tw Cen Mt"; 
    font-size: 14px;
    margin: 0;

    
}

.titre_personnage{
    position:relative;
    margin: 0;
    color: white;
    text-align: center;
}

.gallery{
    position: relative;
    display: inline-block;
    border: 5px solid grey;
    margin: 10px;
    margin-top: 30%;
    background-color: rgb(0, 0, 0, 0.3);
    margin-left: 8%;
    border-bottom: 0;
}

.gallery .description{
    padding: 10px;
    color: white;
    text-align: center;

}

.gallery img{
    width: 250px;
}

.gallery:hover{
    border: 1px solid grey;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120vh;
    background: url("wallpaper.jpg") center center no-repeat;
    background-size: cover;
    z-index: -100;
}

.overlay2{
    position: absolute;
    top: 700px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120vh;
    background: url("wallpaper4.jpg") center center no-repeat;
    background-size: cover;
    z-index: -100;
}


.overlay3{
    position: absolute;
    top: 1400px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120vh;
    background: url("wallpaper5.png") center center no-repeat;
    background-size: cover;
    z-index: -100;
}


.overlay4{
    position: absolute;
    top: 2100px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120vh;
    background: url("wallpaper6.jpg") center center no-repeat;
    background-size: cover;
    z-index: -100;
}

.overlay5{
    position: absolute;
    top: 2800px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120vh;
    background: url("wallpaper7.png") center center no-repeat;
    background-size: cover;
    z-index: -100;
}


.overlay6{
    position: absolute;
    top: 3500px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120vh;
    background: url("wallpaper8.jpg") center center no-repeat;
    background-size: cover;
    z-index: -100;
}

.overlay7{
    position: absolute;
    top: 4200px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120vh;
    background: url("wallpaper9.jpg") center center no-repeat;
    background-size: cover;
    z-index: -100;
}

.overlay8{
    position: absolute;
    top: 4900px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120vh;
    background: url("wallpaper10.png") center center no-repeat;
    background-size: cover;
    z-index: -100;
}


.overlay9{
    position: absolute;
    top: 5600px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110vh;
    background: url("wallpaper11.jpg") center center no-repeat;
    background-size: cover;
    z-index: -100;
}

header{
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 10px 0 10px;
}

nav .logo{
    width: 80px;

}

nav .menu-icon{
    width: 110px;
    cursor: pointer;


}

a .menu-langue{
    width: 30px;
    cursor: pointer;
    position: relative;
    left: 1000px;
}

a .menu-anglais{
    width: 30px;
    cursor: pointer;
    position: relative;
    left: 1050px;
}

nav ul{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    width: 80px;
    padding-right: 40px;
}

nav ul li{
    list-style: none;
    margin-left: 20px;

}

nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    transition: color .3s;

}


nav ul li a:hover{
    color: #2eb0f0;
}


.text {
    padding: 70px 0;
    color: #fff;
    width: 1250px;
    margin-left: auto;
    margin-right: auto;

}




.text h2.background-h{
    margin: 0;
    background-color: rgb(0, 0, 0, 0.3);
    height: 50px;
    
}

.text p.background-p{
    margin: 0;
    background-color: rgb(0, 0, 0, 0.3);

}

.text h1{
    font-size: 75px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.text p{
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.text a{
    display: inline-block;
    text-decoration: none;
    font-size: 1.25rem;
    border: 1px solid #2eb0f0;
    color: #2eb0f0;
    padding: 10px 20px;
    margin-right: 30px;
}

.text a.cv{
    color: #121212;
    background-color: #2eb0f0;
    font-weight: 600;

}
  
.contenu {
    /* grow shrink basis */
    flex: 1 0 auto;
}
  
.contenu p {
    padding: 5vw 10vw;
    text-align: justify;
}

footer {
    border-radius: 20px;
    display: flex;
    position: relative;
    margin-top: 700;
    margin-bottom: 0;
    justify-content: center;
    padding: 14px;
    background-color: #45a1ff;
    color: #fff;
}

footer img.copyright-logo{
    
    width: 10px;
    margin-left: 10px;

}