.apple{ /*Popriété du logo apple*/
    display: flex;
    position: absolute;
    top: 2%;
    width: 3%;
    margin-left: 5%;
}
.menutete{ /*Popriété du 1er mot du "menu"*/
    display: flex;
    gap: 5px;
    padding-left: 65%;
    padding-top: 1.5%;
    font-size: 17px;
}
.menusuite{ /*Popriété du reste des mot du menu*/
    display: flex;
    gap: 5px;
    padding-left: 2%;
    padding-top: 1.5%;
    font-size: 17px;
}
.sameline{ /*Permet de mettre sur la meme ligne*/
    display: flex;
}
.line{ /*Ligne sous le mot "Accueil" du menu*/
    position: absolute;
    top: 8.5%;
    left: 65%;
    width: 52PX;
    border: 1px solid black;
}
.bonjour{ /*Popriété de "Bonjour"*/
    display: flex;
    position: absolute;
    top: 27%;
    width: 6%;
    margin-left: 5%;
}
.minifond{ /*Popriété du fond du millieux"*/
    position: absolute;
    background-image: url("image/mini-fond.jpgg");
    width: 100%;
    height: 65%;
    margin: 0px;
    padding-top: 2%;
    opacity: 30%;;
    z-index: -1;
}
.police1{
    font-family: Helvetica;
}
.textmillieu{
    display: flex;
    padding-top: 9.5%;
    padding-left:5.2%;
    position:absolute;
}
.textmillieubis{
    display: flex;
    padding-top: 16%;
    padding-left:5.2%;
    position:absolute;
    font-size: 12px;
}
.titremoyen{
    font-size: 20px;
    display: flex;
    padding-top: 12.5%;
    padding-left:5.2%;
    position:absolute;
}
.logoRS{
    position: absolute;
    z-index: 1;
    Padding-top:19%;
    padding-left: 5%;
    width: 12%;
    height: 6%;
}
.minilogo{
    display: flex;
    position: absolute;
    width: 7%;
}
.pp{
    display: flex;
    position: absolute;
    padding-top: 6%;
    padding-left: 60%;
    width: 25%;
}
.mc{
    display: flex;
    position: absolute;
    margin-top: 35%;
    margin-left: 7.5%;
    width: 30%;
    height: 37%;
}
.textebas{
    display: flex;
    position: absolute;
    margin-top: 37%;
    margin-left: 52.7%;
}
.textebas_encadrer{
    display: flex;
    position: absolute;
    margin-top: 39%;
    margin-left: 52.7%;
}
.samelinebis{ /*Permet de mettre sur la meme ligne*/
    display: flex;
    gap: 25px;
}
.border{
    border: 1.5px;
    border-style:ridge;
    border-radius: 5px;
    border-color:#0bceaf;
}
.recupcv{
    display: flex;
    position: absolute;
    margin-top: 45%;
    margin-left: 51.7%;
    border-style: ridge;
    border-radius: 360px 360px 360px 360px;
    border: #0bceaf solid;
    border-color:#0bceaf;
    background-color:#0bceaf;
    width: 180px;
}
.download{
    height: 9%;
    width: 9%;
}
.texteblanc{
    color: white;
}
html body{
    margin: 0 0 0 0;
}