header{
    margin-top: -80px;
    position: fixed;
    background-color: #0b01c1A0;
    display: flex;
    height: 60px;
    width: calc(60vw + 200px);
    margin-bottom: 20px;
    border-bottom-right-radius: 10px ;
}
header img{
    height: 50px;
    width: 50px;
    margin: 5px;
    border-radius: 5px;
}
header button{
    width: calc(30vw);
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    margin: 5px;
    border-radius: 5px;
}

/*-----------------*/

body {
    padding-top: 80px;
    margin: 0;
    background-color: #010101;
    background-image: url(../../Public/img/fond.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
main>div{  
    margin-top: -80px;
    height: 100vmax;
    background: rgba(255, 255, 255, 0.2);
    padding-top: 50px;
}
.titre{
    margin-top: 50px;
    margin-left: 25vw;
    width: 50vw;
    background-color: black;
    padding: 2px;
    padding-bottom: 0 ;
}
h1{
    margin: 0;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
}
main>div>div>img{
    margin-left: 25vw;
    width: 50vw;
    background-color: black;
    padding: 2px;
}
.choice{
    margin-top: -7px;
    margin-left: 25vw;
    display:flex;
    z-index: 10;
}
p{
    text-align: center;
    font-size: small;
    line-height: 40px;
    margin-top: 0;
    background-color: #fff;
    margin-bottom: 0;
}
 .button-A{
    width: calc(25vw - 1px);
    background-color: black;
    padding: 2px;
    padding-right: 1px;
}
.button-B {
    width: calc(25vw - 1px);
    background-color: black;
    padding: 2px;
    padding-left: 1px;
} 
a{
    text-decoration: none;
    color: black;
}
.article>div{
    margin-left: 15vw;
    display: flex;
}
.article h1{
    margin-top: 50px;
    margin-left: 10vw;
    width: 80vw;
    border: solid;
}
.article>div>a>div{
    margin-top: 20px;
    height: 30vw;
    width: 30vw;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid;
}
.article>div>a+a>div {
    margin-left: 10vw;
}
.Denji1{
    background-image: url("../../Public/img/Denji/denji-normal.webp");
    background-position: center;
}
.Denji2 {
    background-image: url("../../Public/img/Denji/denji-conducteur.jpg");
    background-position: center;
    background-position: top;
}
#correctif-img{
    height: calc(100%);
}
.Pingouin1{
    background-image: url("../../Public/img/Pingouin/mini-pingouin.jpeg");
    background-position: center;
    background-position: top;
}
.Pingouin2{
    background-image: url("../../Public/img/Pingouin/faux-pingouin.jpg");
    background-position: center;
    background-position: top;
}
.article>div>a>div+div {
    margin-top: 0;
    background-color: #fff;
    width: 30vw;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-top: 0;
}
.article>img{
    margin-top: 20px;
    margin-left: 20vw;
    width: 60vw;
    border: solid;
}
button{
    padding: 0;
}
button>img{
    margin: auto;
    width: 36px;
    margin: 0 7px ;
}
header>nav{
    padding-top: 60px;
    position: fixed;
    display: flex;
    flex-direction: column;
    margin-left: 60px;
    background-color: #0b01c1A0;
    line-height: 30px;
    width: calc(30vw + 70px);
    z-index: -1;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid white;
}
header>nav+a+button+nav {
    margin-left: calc(30vw + 130px);
}
header>nav>a{
    color: #fff;
}
.Element-404{
    margin-top: 20px;
    text-align: center;
}
.Element-404 label{
    text-align: center;
    color: white;
}