* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: monospace;
    line-height: 1.2;
}

.wrapper {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

header {
    background-color: gray;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 10px 1px black;
    border-radius: 0 0 30px 30px;
    background-image: url("../images/texture.png");
    text-shadow: 0px 0px 15px rgb(255, 251, 251);
}



nav {
    background-color: gray;
    width: 130px;
    padding: 20px;
    position: fixed;
    top: 120px;
    left: 450px;
    z-index: 10;
    box-shadow: 2px 2px 10px 1px black;
    border-radius: 0 30px 30px 0;
}

nav ul li {
    list-style: none;
    margin-bottom: 10px;
    transition: all 0.4s;
}

nav ul li:hover{
    transform: translateY(-5px);
    box-shadow: -4px 9px 18px;
    margin: 0 auto;
    padding: 5px;
    width: 100px;
    border-radius: 10px;
}

nav a {
    text-decoration: none;
    color: black;
}

nav a:hover{
    color: white;
}
.remonter{
    background-color: gray;
    position: fixed;
    bottom: 40px;
    right: 370px;
    font-size: 40px;
    border-radius: 50%;
    padding: 10px 20px;
    box-shadow: 2px 2px 10px 1px black;
    color: black;

}

footer {
    background-color: gray;
    text-align: center;
    width: 1024px;
    padding: 20px 0;
    position: fixed;
    bottom: 20px;
    z-index: 0;
    box-shadow: 2px 2px 10px 1px black;
    border-radius: 30px 30px 0 0;
    font-weight: bold;
    font-size: 20px;

}

main {
    width: 874px;
    margin-left: 150px;
    position: absolute;
    top: 97px;
}

.contenu-accueil a {
    text-decoration: none;
}

.rapport {
    width: 437px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.interview {
    width: 437px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
}



.parcours {
    width: 437px;
    height: 300px;
    position: absolute;
    top: 320px;
    left: 0;
}

.conclusion {
    width: 437px;
    height: 300px;
    position: absolute;
    top: 320px;
    right: 0;
}

.accueil-box {
    width: 350px;
    height: 200px;
    border-radius: 30px;
    margin: 83.5px auto;
    text-align: center;
    box-shadow: 2px 2px 10px 1px black;
    transition: all 0.3s;
}

.accueil-box:hover{
    transform: rotate(-5deg);
    box-shadow: 20px 20px 10px 1px black;
}

.content-box-accueil {
    padding: 40px 0;
}

.blanche {
    background-color: #D9D9D9;
    background-image: url("../images/textureblanche.png");
}

.blanchea a {
    color: black;

}



.ombreblanche{
    width: 250px;
    height: 60px;
    margin: 0 auto;
    box-shadow: inset 0px 0px 14px 7px;
    background-color: white;
    padding-top: 10px;
}

.ombreblanche1{
    height: 70px;
}

.ombreblanche:hover{
        box-shadow: inset 0px 0px 14px 7px red;

}

.ombrenoire{
    width: 250px;
    height: 60px;
    margin: 0 auto;
    box-shadow: inset 0px 0px 14px 7px;
    background-color: rgb(0, 0, 0);
    padding-top: 10px;
}

.ombrenoire:hover{
        box-shadow: inset 0px 0px 14px 7px red;

}

.blanche p{
}

.noire {
    background-color: #2C2C2C;
    color: white;
    background-image: url("../images/texturenoire.png");

}

.noirea a {
    color: white;
}

.rapport-box {}

.interview-box {}

.parcours-box {}

.conclusion-box {}

.fixxer-description {
    background-color: #2C2C2C;
    color: white;
    width: 450px;
    height: 180px;
    position: absolute;
    top: 50px;
    right: 50px;
    border-radius: 30px;
    box-shadow: 2px 2px 10px 1px black;
    z-index: 10;
}

.fixxer-description h2 {
    margin-top: 30px;
    margin-left: 30px;
}

.fixxer-description p {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 20px;
}

.fixxer-description img {
    width: 100px;
    position: absolute;
    top: 32px;
    right: 30px;
}

.fixxer-coordonnees {
    background-color: #D9D9D9;
    color: black;
    width: 450px;
    height: 180px;
    position: absolute;
    top: 160px;
    left: 50px;
    border-radius: 30px;
    box-shadow: 2px 2px 10px 1px black;

}

.fixxer-coordonnees h2 {
    margin-top: 30px;
    margin-left: 30px;
}

.fixxer-coordonnees p {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 20px;
}

.fixxer-direction {
    background-color: #2C2C2C;
    color: white;
    width: 250px;
    height: 450px;
    position: absolute;
    top: 400px;
    left: 0;
    border-radius: 0 50px 0 0;
}

.fixxer-direction img {
    width: 100px;
    position: absolute;
    top: 100px;
    left: 20px;
}

.fixxer-direction h2 {
    margin-top: 140px;
    margin-left: 20px;
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}


.fixxer-direction ul {
    padding-left: 40px;
    list-style: square;

    margin-right: 30px;
}



.fixxer-organigramme {
    background-color: transparent;
    color: black;
    width: 625px;
    height: 650px;
    position: absolute;
    top: 400px;
    right: 0;
}

.fixxer-organigramme h2 {}

.fixxer-organigramme img {
    width: 580px;
    margin-top: 100px;
    margin-left: 30px;
}

.dev-frontend {
    background-color: #2C2C2C;
    color: white;
    width: 850px;
    height: 230px;
    border-radius: 0 50px 0 50px;
    box-shadow: 2px 2px 10px 1px black;


}

.dev-frontend h2 {
    padding-top: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.dev-frontend h3 {
    padding-right: 50px;
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 20px;


}

.dev-frontend p {
    padding-right: 100px;
    margin-left: 30px;
    font-size: 16px;
}

.julia img {
    position: absolute;
    top: 140px;
    right: 0px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px 1px black;
    transition: 0.8s;
}

.julia img:hover{
    transform: translateY(-10px);
}


.interview-dev-frontend {
    width: 874px;
    height: 500px;
    margin-top: 30px;
}

.interview-dev-frontend h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.question {
    margin-bottom: 10px;
    padding: 20px;
    box-shadow: 2px 2px 10px 1px black;
    border-radius: 30px;
    cursor: pointer;
    list-style:none;
    background-color: #2C2C2C;
    color: white;
    transition: all 0.6s;
}

.question:hover{
    transform: translateY(-3px);
}

.reponse {
    box-shadow: 2px 2px 10px 1px black;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
    transition: all 1s;
}

.reponse:hover{
    transform: translateY(-30px);
    z-index: 10;
    background-color: #D9D9D9;
    height: 100px;
}

.espacevide {
    width: 100%;
    height: 1200px;
}

.espace-footer {
    height: 200px;
}

.presentation {
    width: 437px;
    height: 400px;
}

.entete-presentation {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.entete-presentation h2 {
    position: absolute;
    bottom: 7px;
    left: 75px;
}

.entete-presentation img {
    margin-left: 30px;
    width: 70px;
}

.presentation h2 {
    margin-left: 30px;
}

.presentation p {
    margin-left: 30px;
    margin-bottom: 30px;
    margin-right: 50px;
}


.carte-profil {
    width: 437px;
    height: 650px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: gray;
    border-radius: 50px;
    border: 3px solid #2C2C2C;
    text-align: center;
    box-shadow: 2px 2px 10px 1px black;

}

.carte-profil img {
    width: 370px;
    border-radius: 50%;
    margin: 40px 30px;
    border: 3px solid #2C2C2C;
}

.carte-profil p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.carte-profil h2 {
    font-size: 32px;
}





.maconclusion {
    width: 874px;
    height: 500px;
    text-align: center;

}

.box-maconclusion {
    width: 800px;
    height: 300px;
    border: 1px solid #2C2C2C;
    border-radius: 50px;
    margin: 100px auto;
    box-shadow: 2px 2px 10px 1px black;


}

.box-maconclusion h2 {
    margin-top: 50px;
}

.box-maconclusion p {
    margin-top: 30px;

}