.BackgroundImageAccueil {
    background-image: url('/assets/ImageAccueil.png');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center; 
    padding-top: 150px;
}

.ImageRobo{
    width: 214px; 
    height: 214px;
    margin-top: 7%;
    margin-left: 4%;
}

.BoutonAccueil,.BoutonApropos,.BoutonContact{
    text-decoration: none;
    font-size: 23px;
    color: #26bb8e;
    font-family: 'Agrandir';
    margin-top: 5% !important;
    font-weight: 900;
}

.BoutonApropos{
    margin-right: 26%;
    margin-left: 7%;
}

.BoutonContact{
    position: relative;
    right: 26px;
}

.TexteUnAccueil{
    font-size: 28px;
    color: #26bb8e;
    font-family: 'Agrandir';
    font-weight: bold;
    text-align: center;
    background-color: #d1e9e9; 
    width: 69%;
    display: block;
    margin: auto;
    margin-top: 6%;
    border-radius: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.BlockGenereCV{
    background-color:#ffd7ca;
    padding-top: 5%;
    padding-bottom: 5%;
}

.BlockImgCV{
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    margin-top: 3%;
}

.ImageFlechePF{
    display: block;
    margin: auto;
    width: 400px;
    height: auto;
    margin-top: 4%;
    margin-bottom: 4%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.BoutonGenereCV{
    color:#26bb8e;
    font-family: 'Agrandir';
    font-weight: bold;
    background-color: white;
    font-size: 38px;
    border: none;
    border-radius: 30px;
    width: 400px;
    height: 55px;
    display: block;
    margin: auto;
}

.Loupe{
    width: 35px;
    height: auto;
    position: relative;
    left: 10px;
    bottom: 3px;
}

.section-titre{
    text-align: center;
    font-family: "Poppins";
    font-size: 35px;
    font-weight: bold;
    margin-top: 70px;
}

.section-texte{
    font-size: 20px;
    font-family: "Poppins";
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
}

.BoutonConseil{
    font-family: "Poppins";
    width: 500px;
    height: 45px;
    border-radius: 20px;
    font-size: 20px;
    border: none;
    color: black;
    background-color:#26bb8e;
}