body {
    background-image: url("/image/fond_optik.jpg");
    background-size: cover;
}
#blockpage {
    width: 90%;
    margin: auto;
}

#oeil {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.5em;
}

#oeil img{
    max-width: 5%;
    max-height: 5%;
}

#blockTete{
    position: relative;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-image: url("image/oeil_bandeau.jpg");
    background-size: cover;
    border-radius: 25px;
    box-shadow: 2px 5px 10px black;
    margin-top:2%;
    margin-bottom: 2%;
}
#textTete{
    position: absolute;
    bottom: 0px;
    height: 30%;
    width: 100%;
    background-color: rgba(219, 28, 28, 0.844);
    color: white;
    border-radius: 0px 0px 25px 25px;
}

#textTete p{
    padding:1%0%;
}

#Bjaune{
    background-image: url("image/fond_jaune.png");
    column-count: 4;
    height: 150px;
    padding: 2%;
}

#Bjaune img{
    max-width: 25px;
    max-height: 25px;
}

#bBleu{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    background-color: rgb(131, 198, 243);
    border-radius: 50px 0px;
    padding: 2% 3%;
    margin-top: 3%;
}

#photos{
    display: flex;
    flex-direction: column;
   
}

#amis{
    margin-right: 2%;
}

#photos img{
    border:5px solid salmon;
}

#ligne1{
    display: flex;
    justify-content: space-around;
    margin-bottom: 2%;
}
#hg, #bg{
    margin-right: 20%;
}

#ligne2{
    display: flex;
    justify-content: space-around;
}

ul{
    display: inline-block;
    color: rgb(97, 72, 112);
    list-style: none;
}

#leftul{
    padding-left: 5px;
}