html {
    width: 100%;
    margin: 0px;
}

body {
    text-align: center;
    background-color: white;
    margin: 0px;
    font-size: 20px;
    line-height: normal;
}

.case {
    padding: 10px 0;
}

.caseGrise {
    background-color: lightgray;
}

.DescriptionCase {
    width: 80%;
    max-width: 800px;
    margin: auto;
    padding: 25px 0;
}

.SousTitre {
    padding: 20px 0;
}

.ImageLogo {
    width: 30%;
    max-width: 200px;
}

.ImageProjet {
    width: 80%;
    max-width: 700px;
}

h1 {
    text-align: center;
    margin: 0px;
}

textarea {
    resize: both;
    min-width: 500px;
    max-width: 50%;
    min-height: 100px;
    max-height: 250px;
}

.LibelleImage {
    font-style: italic;
    color: grey;
}

.ElementForm {
    display: block;
    padding-bottom: 20px;
}

.ancre {
    display: block;
    height: 50px;
    margin-top: -50px;
    visibility: hidden;
}

.Photos {
    width: 960px;
    height: 540px;
}

/* Sidenav menu */
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    background-color: #e8e8e8;
    padding-top: 60px;
    transition: left 0.5s ease;
}

/* Sidenav menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #111;
}

.sidenav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Active class */
.sidenav.active {
    left: 0;
}

/* Close btn */
.sidenav .close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

/* Icône burger */
.burger-icon span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

.ImageArrondie {
    display: inline-block;
    width: 250px;
    height: 250px;
    border: none;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    margin-right: 50px;

}

.BtnBleu {
    text-align: center;
    padding-top: 15px;
    display: inline-block;
    background-color: dodgerblue;
    height: 35px;
    width: 250px;
    color: black;
    text-decoration: none;
}

#competences {
    width: 100%;
    height: 100px;
    text-align: center;
}

#competences ul {
    left: 0px;
    padding: 0px;
    display: inline-block;

}

#competences ul li {
    list-style-type: none;
    display: inline-block;
    padding: 20px;
    width: 250px;
    background-color: grey;
    font-weight: bold;

}

#PagePhotos img {
    width: 80%;
}