/*partie aide */

.aideBouton{
    margin-right: 3em;
}
.conteneurManuel{
    background-color: white;
    margin-top: 10px;
}
.headerManuel{
    text-align: center;
}
.titreManuel{
    margin-top: 0;
    padding-top:10px;
}
.mainManuel{
    display: flex;
    text-align: left;
}
.navManuel{
    width: 15%;

}
.navManuel div{
    position: fixed;
    width: 15%;
}
.listeNav{
    list-style:none;
    position: static;
}
.listeManuel{
    padding-left: 20px;
}
.listeManuel li{

}
.lienNav:hover{
    text-decoration: none;

}
.listeNav li i {
    margin-left: -20px;
    margin-right: 7px;
}
.wrapper{
    max-width: 80%;
    margin: auto;
}

/* images */
.aide_image_40{
    max-width: 400px;
    margin: 1em auto 1em auto;
}

.aide_image_50{
    max-width: 600px;
    margin: 1em auto 1em auto;
}
.aide_image{
    width: 100%;
}

.aide_image_100{
    max-width: 100%;
}
.aide_image_80{
    max-width: 80%;
    margin: 1em auto 1em auto;
}
.aide_bloc_double_img{
    display: flex;
    justify-content: space-around;
}
.aide_bloc_double_img img{
    max-width: 45%;

}

.partieManuel {

}
