body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* div golbale qui contien l'ensemble de page d'une largeure de 1024px que pour l'acceuil */
.container-global-acceuil {
    width: 1024px;
    margin: 0 auto;
    background-color: rgb(0, 7, 66);
    height: 100vh;
}

/* div golbale qui contien l'ensemble de page d'une largeure de 1024px */
.container-global {
    width: 1024px;
    margin: 0 auto;
    background-color: rgb(0, 7, 66);
    min-height: fit-content;
}

/* header avec une image en backgroud et un titre en blanc */

header {
    background-image: url("./../images/830014-futuriste-banniere-fond-avec-filaire-terrain-gratuit-vectoriel.jpg");
    text-align: center;
    color: white;
    padding: 10px;
    background-position-x: 50%;
    background-position-y: 50%;
}

/* main contenant la bare de navigation et le contenu de page */

main {
    width: 100%;
    position: relative;
    padding: 20px 0 0 20px;
}

/* menu de navigation à gauche du contenu en position absolut pour la page acceuil */

.accueil-absolute {
    position: absolute;
    background-color: #472178;
    width: 200px;
    padding: 10px 00px;
    top: 20px;
    left: 20px;
}

/* menu de navigation à gauche du contenu en position sticky pour les autre page */
.accueil-sticky {
    position: sticky;
    background-color: #472178;
    width: 200px;
    padding: 10px 00px;
    top: 20px;
    z-index: 100;
}

/* styile des element dans le menu de navigation */

.menue ul {
    width: 150px;
    margin: 0 auto;
    padding: 0;
}

.menue ul li {
    list-style: none;
    text-decoration: none;
    padding: 5px;
    margin: 20px 5px;
    border: solid 1px white;
    text-align: center;
    cursor: pointer;
}

.menue ul li a {
    text-decoration: none;
    color: white;
}

.menue ul li:hover {
    transform: scale(1.1);
    box-shadow: 5px 5px 5px rgb(0, 7, 66);
}



/* contenu de la page accueil avec les 4 carte qui redirige vers les autre pages */

.sujet {
    width: 720px;
    margin: 0 60px 0 auto;
    text-align: center;
}

.sujet-container {
    width: 100%;
    position: relative;
    top: 60px;
}


.sujet-content-left-top {
    position: absolute;
    left: 0;
    width: 320px;
    height: 155px;
    padding: 50px 10px;
    color: white;
    border: 1px solid white;
    box-shadow: 5px 5px 10px #472178;
}

.sujet-content-right-top {
    height: 155px;
    width: 320px;
    position: absolute;
    right: 0;
    padding: 50px 10px;
    color: white;
    border: 1px solid white;
    box-shadow: 5px 5px 10px #472178;
}

.sujet-content-left-bottom {
    height: 155px;
    position: absolute;
    left: 0;
    top: 300px;
    width: 320px;
    padding: 50px 10px;
    color: white;
    border: 1px solid white;
    box-shadow: 5px 5px 10px #472178;
}

.sujet-content-right-bottom {
    height: 155px;
    position: absolute;
    right: 0;
    top: 300px;
    width: 320px;
    padding: 50px 10px;
    color: white;
    border: 1px solid white;
    box-shadow: 5px 5px 10px #472178;
}

.carte-sujet {
    text-decoration: none;
    height: 200PX;
    background-color: red;
}

.carte-hover:hover {
    border-radius: 20px;
    transform: scale(1.1);
}

/* style de la partie texte dans les pages rapport et interview  */

.text {
    margin: 0;
    padding: 10px 0;
    width: 700px;
    margin: 0 60px 0 auto;
    text-align: justify;
    color: white;
}

/* div vide permettant de mettre de l'espace au niveau du footer pour pas que les element se retrouve deriére */

.espace {
    height: 95px;
}

/* div avec une image en background en haut des page rapport et interview */
.image-rapport {
    position: absolute;
    top: 20px;
    right: 60px;
    width: 700px;
    height: 290px;
    background-image: url("./../images/360_F_953114714_Hd0Kw2CLPC5ahBbEwfbGQjg55UqLMyRr.jpg");
    text-align: center;
}

/* style du titre des pages */
.image-rapport h1 {
    margin: 100px;
    font-size: 4rem;
    font-weight: bolder;
}

/* div avec une image en background en haut des page rapport et interview */
.image-parcours {
    position: absolute;
    top: 20px;
    right: 60px;
    width: 700px;
    height: 290px;
    background: url("./../images/web-dev.avif");
    text-align: center;
}

.parcours-titre {
    border: solid 1px black;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    height: 100%;
}

/* style du titre des pages */
.image-parcours h1 {
    font-size: 4rem;
    font-weight: bolder;
    margin-top: 100px;
}

/* style du tableau de la page rapport */
.table-rapport {
    width: 700px;
    border: 1px white solid;
}


/* style du boutton qui permet de remonter vers le haut de la page */
.logo-remonter {
    width: 30px;
    height: 30px;
    position: sticky;
    background-attachment: scroll;
    margin-left: 970px;
    z-index: 100;
    top: 88%;
    font-weight: bolder;
    text-align: center;
    background-color: #472178;
}

.logo-remonter a {
    text-decoration: none;
    color: white;
}

.logo-remonter a h2 {
    margin: 0;
    padding: 0;
}

.logo-remonter:hover {
    transform: scale(1.2);
}

/* styilisation et mise en place du shema  */
.shema {
    width: 900px;
    height: 400px;
    /* background-color: aqua; */
    margin: 0 auto;
    position: relative;
}

hr {
    width: 670px;
    margin: 0 auto;
}

.element {
    color: white;
    border: white solid 1px;
    padding: 10px;
    font-weight: bolder;
    position: absolute;
    top: 10px;
    left: 10px;
}

.element2 {
    color: white;
    border: white solid 1px;
    padding: 10px;
    font-weight: bolder;
    position: absolute;
    top: 10px;
    left: 270px;
}

.element3 {
    color: white;
    border: white solid 1px;
    padding: 10px;
    font-weight: bolder;
    position: absolute;
    top: 10px;
    left: 650px;
}

.element4 {
    color: white;
    border: white solid 1px;
    padding: 10px;
    font-weight: bolder;
    position: absolute;
    top: 150px;
    left: 650px;
}

.element5 {
    color: white;
    border: white solid 1px;
    padding: 10px;
    font-weight: bolder;
    position: absolute;
    top: 100px;
    left: 250px;
}

.element6 {
    color: white;
    border: white solid 1px;
    padding: 10px;
    font-weight: bolder;
    position: absolute;
    top: 200px;
    left: 10px;
}

.element7 {
    color: white;
    border: white solid 1px;
    padding: 10px;
    font-weight: bolder;
    position: absolute;
    top: 300px;
    left: 250px;
}

.element8 {
    color: white;
    border: white solid 1px;
    padding: 10px;
    font-weight: bolder;
    position: absolute;
    top: 300px;
    left: 450px;
}

.fleche {
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 12px;
    left: 180px;
}

.fleche2 {
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 12px;
    left: 520px;
}

.fleche3 {
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 80px;
    left: 700px;
    transform: rotate(90deg);
}

.fleche3 {
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 80px;
    left: 700px;
    transform: rotate(90deg);
}

.fleche4 {
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 120px;
    left: 570px;
    transform: rotate(210deg);
}

.fleche5 {
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 150px;
    left: 270px;
    transform: rotate(150deg);
}

.fleche6 {
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 255px;
    left: 180px;
    transform: rotate(45deg);
}


.fleche7 {
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 300px;
    left: 365px;
}

.text-parcours {
    margin: 0;
    padding: 10px 0;
    width: 700px;
    margin: 0 auto;
    text-align: justify;
    color: white;
}

/* ajout d'une image perso et mise en page du text */
.image-perso {
    background-image: url("./../images/najib-mohamed.png");
    height: 300px;
    width: 250px;
    background-size: cover;
    border-radius: 30px;
}

.espace-tab {
    width: 30px;
}


.conclusion {
    height: 120px;
    width: 700px;
    margin: 0 60px 0 auto;
    overflow: hidden;
    color: white;
    border: white solid 1px;
    margin-top: 30px;
}

.conclusion:hover {
    height: 300px;
    transition: all 2s ease-in-out;
}

.merci {
    text-align: center;
    font-size: 3rem;
}

.text-conclusion {
    padding: 0 30px 0 30px;
    text-align: justify;
}

.pub {
    width: 700px;
    height: 250px;
    margin: 0 60px 0 auto;
}

.conclusion-tab {
    width: 100%;
    padding-top: 50px;
    margin-top: 30px;
}

.conclusion-column {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    color: white;
    box-shadow: 5px 10px 10px #634091;
    border: white 1px solid;
}
.conclusion-column a {
    text-decoration: none;
    color: white;
    font-weight: 2rem;
}

.text-pub{
    font-weight: bold;
}

.conclusion-column:hover {
    background-color: rgba(255, 255, 255, 0.733);
    transition: all 1s ease-in-out;
    cursor: pointer;
    transform: scale(1.1);
    color: #b176ff;
}

/* le code style du footer */

footer {
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0;
    width: 1024px;
    padding: 10px 0;
    background-color: rgb(0, 0, 0);
}