/* Default */
*{
    margin: 0;
    padding: 0;
    line-height: 1.8;
    font-size: 19px;
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 22px;
}

.page{
    width: 1024px;
    height: 900px;
    margin: 0 auto;
    background: url(../images/image1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
header{
    padding: 40px;
    background-color: #212121;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}


.menu{
    border-radius: 0 25px 25px 0;
    width: 200px;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    backdrop-filter: blur(5px);
    border: 1px solid white;
    position: sticky;
    top: 167px;
    ul li{
        list-style-type: none;
        a{
            color: white;
            text-decoration: none;

            
        }
        a:hover{
            text-decoration: underline;
            text-underline-offset: 5px;
            animation: soulignement 0.5s ease;
        }

    }
}

@keyframes soulignement {
        from{
            text-underline-offset: 9px;
        }
        to{
            text-underline-offset: 5px;
        }
}



.content{
    width: 780px;
    top: 147px;
    height: 600px;
    position: absolute;
    right: 0;
    margin-top: 20px;
    margin-right: 20px;
}

.card1{
    position: absolute;
    top: 0;
    left: 0;
   
    border-radius: 25px;
    border: 1px solid white;
    
}
.card2{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 25px;
    border: 1px solid white;
    
}
.card3{
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 25px;
    border: 1px solid white;
}
.card4{
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 25px;
    border: 1px solid white;
}
.st{
    color: white;
    text-shadow: 5px 5px 5px black;
    height: 240px;
    width: 350px;
    backdrop-filter: blur(3px);
    text-align: center;
    padding: 20px;
    box-shadow: 2px 2px 20px black;
    transition: all 0.4s ease;
}

.st:hover{
    scale: 1.1;
    transition: all 0.4s ease;
}
footer{
    position: fixed;
    text-align: center;
    background-color: #212121;
    width: 1024px;
    bottom: 0;
    padding: 40px;
    color: white;
}

/* Page de Rapport */

.page-rapport{
    width: 1024px;
    height: 1100px;
    margin: 0 auto;
    background: url(../images/image1.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}
.content-rapport{
    width: 780px;
    top: 147px;
    height: 800px;
    position: absolute;
    right: 0;
    margin-top: 20px;
    margin-right: 20px;
    padding: 50px;
}
.box-logo{
    background-color: #212121;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 2px solid white;
    margin: 0 auto;
    
}
.logo{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: url(../images/logo-sans-fond.png);
    background-size: cover;
    
}

.card-rapport{
    /* width: 500px;
    height: 300px; */
    border: 2px solid white;
    backdrop-filter: blur(5px);
    border-radius: 25px;
    text-align: center;
    padding: 20px;
    color: white;
    margin: 20px auto 20px auto;
    text-shadow: 5px 5px 5px black;
}

.card-rapport2{
    /* width: 700px;
    height: 200px; */
    border: 2px solid white;
    backdrop-filter: blur(3px);
    border-radius: 25px;
    text-align: center;
    padding: 40px;
    color: white;
    margin: 20px auto 20px auto;
    text-shadow: 5px 5px 5px black;
}


/* Page interview */

.page-interview{
    width: 1024px;
    height: 6800px;
    margin: 0 auto;
    background: url(../images/image1.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}
.content-interview{
    width: 780px;
    top: 147px;
    height: 6700px;
    position: absolute;
    right: 0;
    margin-top: 20px;
    margin-right: 20px;
}
.speaker1{
    background: url(../images/Maxim_Pacini2.png);
    margin-left: 30px;
    margin-top: 20px;
    background-position: top;
    background-size: cover;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 2px solid #2CFF05;
}
.chatbox1{
    margin-top: 20px;
    margin-left: 30px;
    text-shadow: 5px 5px 5px black;
    /* height: 100px;
    width: 400px; */
    border: 2px solid #2CFF05;
    backdrop-filter: blur(7px);
    text-align: center;
    border-radius: 25px;
    color: white;
    padding: 5px;
}

.speaker2{
    background: url(../images/Romain2.jpg);
    margin-top: 20px;
    margin-left: 620px;
    background-position: top;
    background-size: cover;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 2px solid orangered;
}
.chatbox2{
    margin-top: 20px;
    text-shadow: 5px 5px 5px black;
    margin-left: 90px;
    /* height: 200px;
    width: 650px; */
    border: 2px solid orangered;
    backdrop-filter: blur(7px);
    text-align: center;
    border-radius: 25px;
    color: white;
    padding: 3px;
}



/* Page Parcours */

.page-parcours{
    width: 1024px;
    height: 2200px;
    margin: 0 auto;
    background: url(../images/image1.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}
.content-parcours{
    width: 780px;
    top: 147px;
    height: 400px;
    position: absolute;
    right: 0;
    margin-top: 20px;
    margin-right: 20px;
}

.photo{
    background: url(../images/Maxim_Pacini.png);
    background-size: cover;
    background-position: top;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 20px auto;

}

.card-parcours{
    backdrop-filter: blur(3px);
    border-radius: 25px;
    color: white;
    border: 2px solid white;
    text-align: center;
    padding: 50px 30px;
    h2{
        text-shadow: 5px 5px 5px black;
    }
    p{
        text-shadow: 5px 5px 5px black;
    }
}

.lien-top{
    text-decoration: none;
}
.back-up{
    border: 1px solid white;
    backdrop-filter: blur(3px);
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    width: 300px;
    margin-top: 20px;
}




/* page conclusion */

.page-conclusion{
    width: 1024px;
    height: 1150px;
    margin: 0 auto;
    background: url(../images/image1.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}


.box-conclusion{
    text-align: center;
    backdrop-filter: blur(3px);
    border: 1px solid white;
    border-radius: 25px;
    color: white;
    padding: 20px;
    text-shadow: 5px 5px 5px black;
    h2{
        margin-bottom: 20px;
    }
}

