body {
    margin : 0;
}

.partie_gauche {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 25%;
    height: 100%;
    background-color: white;
}


.partie_gauche h1 {
    text-align: center;
}

.partie_droite {
    position : fixed;
    left : 25%;
    top:0;
    width: 75%;
    height: 100%;
    background-color: #06720fcc;
}

.partie_droite p {
    font-size: 75%;
    color: white;
}

.partie_droite profil{
    text-align: end;
    color: white;
}

.list {
    font-size:175%;
}

.credit{
    position: relative;
    left: 2px;
    font-size: smaller;
}

.calendrier_tablez {
    border-collapse: collapse;
    border: 2px solid rgba(18, 72, 10, 0.8);
    front-family: sans-serif;
}
