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



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

    
}



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


}

.overlay2{
    position: absolute;
    top: 600;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 106vh;
    background: url("gainax2.jpg") center center no-repeat;
    background-size: cover;
    z-index: -100;


}

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

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

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;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;

}

.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: 0;
    margin-bottom: 0;
    justify-content: center;
    padding: 14px;
    background-color: #45a1ff;
    color: #fff;
    margin:0;
}

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

}