.mon{
    display: inline-block;
}
.logo{
    width: 20%;;
    float: right;
    border-radius: 60%;
    border: 3px solid;
}
.liste_menu{
    display: inline-block;
    background-color: rgb(97, 185, 226);
}
.liste_item{
    display: inline-block;
    margin-top: 10px;
    font-size: 40px;
    background-color:rgb(113, 198, 224);
    border-radius: 5%;
}
.lien{
    text-decoration: none;
    margin-left: 20px;
    color: rgb(233, 238, 241);
}
.titre{
    background-color: beige;
    border: 2px solid cornflowerblue;
    width: 100%;
    box-shadow: 0px 0px 10px blue;
}
.diadi{
width: 10%;
height: 180px;
display: inline-block;
border-radius: 70%;
}
.ht{
    display: inline-block;
    font-size: 30px;
    margin-top: -100px;
    color: dodgerblue;
    text-transform: uppercase;
    text-align: center;
    margin-left: 70px;
}
h2{
 float: right;

}
p{
    margin: 20px;
}
.dio{
    width:10%;
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 15%;
}
.dio{
    display: inline-block;
    font-size: 15px;
}
.lik{
    display: inline-block;
    font-size: 40px;
    text-decoration: none;
    color: black;
    background-color: beige;
}
.mom{
    display: inline-block;
    font-size: 15px; 
    margin-left: 20%;
    
    
}
.BAS{
    border: 4px solid;
    margin-left: 10px;
    margin-top: 10px;
    background-color: beige;
    box-shadow: 0px 0px 10px blue;
}
@media screen and (max-width:600px) {
    .logo{
        width: 100%;
     }
     .liste_menu{
         width: 90%;
     }
     .H2{
         width: 100%;
     }
     .H3{
         width: 100%;
     }
     .P{
         width: 100%;
     }
     .titre{
         width: 100%;
     }
}
.OO{
    box-shadow: 0px 0px 10px blue;
}
.CON{
    float: right;
    box-shadow:0px 0px 10px black;
}