body{
    margin:auto;
    background-color:#081c25;
    color: lavender;
    max-width: 1000px;
}
#page{
    margin:auto;
    text-align: justify;
    background-size: cover;
    padding:10px 30px 10px 30px;
    background-color:#257fa6
;
}
#banniere{
    margin-bottom: 50px;
    border-radius: 5px;
    background:url('banniere.JPG') no-repeat;
    height: 300px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-size: cover;
    position: relative;
    border-style: solid;
}
#banniere #bande{
    vertical-align: middle;
    display: block;
    background-color: lavender;
    border-top:solid;
    border-bottom: solid;
    border-width: 2px;
    border-color: lavenderblush;
    opacity: 0.9;
    height:60px;
    position: absolute;
    right:0px;
    left:0px;
    top:120px;
}
#description{
    position: absolute;
    bottom: 0px;
    right:0;
    left:0;
    padding-right: 10px;
    text-align: right;
    background-color: #0B1907;
    opacity: 0.8;
    display:none;
}
#banniere  #bande h1{
    text-align: center;
    height:60px;
    line-height:40px;
    text-transform: uppercase;
    font-size: larger;
    color: darkslategrey;
}
nav{
    width: auto;
}


nav ul{
    list-style: none;
    display:inline;
}

nav a {
    margin:5px;
    padding:1px;
    text-decoration: none;
    font-family: cursive;
    font-size: x-large;
    font-weight: bold;
    border-width: 1px;
    color:#BDBDBD;
}
nav li {
    display:inline;

}
nav a:hover {
    color:#0B1907;
    background-color:#BDBDBD ;
}
@media all and (max-width: 2000px){
    nav {
        width: auto;
        text-align: left;
    }

    nav ul {
        flex-direction: column;
    }
}
a{
    color: lavender;
}


section ul{
    margin-bottom: 20px;
}
profil{
    position: relative;
    left:200px;
}
#avatar{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    display: inline;
    float: right;
    border:3px solid lavender;
    margin-right: 30px;
    margin-top:-10px;
}

#avatar img{
    width: 100%;
    height: auto;
    margin-bottom: 200px;
    margin-left: -5px;
}

#bloc{
    display: inline-block;
    float: right;
    background-color: white;
    color: #0B3B17;
    right:15%;
    bottom: 200px;
    padding: 3px;
    border-radius: 5px;
    transform:rotate(10deg);
}
#dessin div{
    display: inline-flex;
    border-style: solid;
    border-width: 1px;
    height: 400px;
    width:300px;
    text-align: center;
    position: relative;
    justify-content: center;
}
#dessin img{
    max-height:90%;
    max-width: 90%;
}
#dessin div div{
    line-height: 30px;
    display:block;
    width:100%;
    height:30px;
    position: absolute;
    bottom:0;
    vertical-align: middle;
}
