body{
    margin: 0;
    background-color: rgb(230, 230, 230);
}

.nav{
    height: 3rem;
    width: 100%;
    background-color: #43535b;
    display: flex;
    align-items: center;
}

.navel{
    height: 100%;
    align-items: center;
}

.navim{
    height: 100%;
}

.nav-max{
    height: 3rem;
    width: 100%;
    background-color: #43535b;
}

.page{
    margin: 0;
    color: #d3e4ed;
    font: caption;
    font-size:xx-large;
    text-align: left;
}

.txt{
    width: 50%;
    font-size: large;
}

.center{
    margin-left: auto;
    margin-right: auto;
}

.boxed{
    padding: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #fff;
}

.personnes{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 10%;
    justify-content: center;
}

.name{
    color: #000000; 
}

.name:hover{
    color: rgb(129, 129, 129);
}

.pagelink {
    text-decoration: none;
}

.img-slider{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.examples{
    width: 100%;
}

.button{
    background-color: #43535b;
    border-radius: 8px;
    border-width: 0px;
    width: 80px;
    height: 30px;
    color: #d3e4ed;
}

.button:hover{
    background-color: #5d7580;
    color: #fff;
}

.slider-button-container{
    width: 70%;
    margin-left: auto;
    margin-right:auto;
}

.nav-button {
    border-radius: 0px;
    height:100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.menu-button {
    float: right;
}