.mon{
    display: inline-block;
}
.logo{
    width: 22%;;
    border-radius: 60%;
    border: 3px solid;
    float: right;
  
}
.liste_menu{
    display: inline-block;
    background-color: rgb(87, 179, 233);
}
.liste_item{
    display: inline-block;
   
    font-size: 30px;
    background-color: rgb(88, 159, 216);
    color: rgb(243, 246, 247);
}
.lien{
    text-decoration: none;
    margin-left: 20px;
    color: rgb(236, 240, 243);
    font-size: 45px;
}
.titree{
    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{
        margin-left: 300px;
    
    }
    p{
        margin: 20px;
    }
    .titre{
        color: white;
        font-size: 50px;
        text-align: center;
        text-decoration: underline;
        margin-top: -15px;
    }
    .ligne{
        width: 100%;
        height: 50px;
        color: rgb(236, 228, 228);
        font-size: 30px;
    }
    .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;
    }
    .entete{
        color: white;
        font-size: 25px;
    }
    @media screen and (max-width:600px) {
        .logo{
            width: 100%;
         }
         .liste_menu{
             width: 100%;
         }
         .H2{
             width: 100%;
         }
         .H3{
             width: 100%;
         }
         .P{
             width: 100%;
         }
         .titre{
             width: 100%;
         }
    }