.mon{
    display: inline-block;
}
.logo{
    float: right;
    border-radius: 60%;
    border: 3px solid;
}
.liste_menu{
    display: inline-block;
    background-color: rgb(72, 173, 219);
}
.liste_item{
    display: inline-block;
    margin-top: 10px;
    font-size: 40px;
    background-color: rgb(82, 171, 206);
    color: black;
}
.lien{
    text-decoration: none;
  
    color: rgb(225, 230, 233);
    font-size: 45px;
}
.titre{
    background-color: beige;
    border: 2px solid cornflowerblue;
    box-shadow: 0px 0px 10px blue;
}
.diadi{
    width: 10%;
    height: 180px;
    display: inline-block;
    border-radius: 70%;
    }
    .ht{
        font-size: 30px;
        float: right;
        color: dodgerblue;
        text-transform: uppercase;
        text-align: center;
    }
    h2{
        text-align: center;
    
    }
    p{
        text-align: center;
    }
    .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: 80%;
         }
         .liste_menu{
             width: 90%;
         }
         .H2{
             width: 100%;
         }
         .H3{
             width: 100%;
         }
         .P{
             width: 100%;
         }
         .titre{
             width: 100%;
         }
         .liste_item{
             width: 100%;
         }
         .lien{
             width: 100%;
         }
         .HH{
             width: 100%;
         }
         .diadi{
             width: 20%;
         }
    }
    .SSO{
        float: right;
        border: 0px;
        box-shadow: 0px 0px 30px black;
        font-size: 20px;
        border-radius: 20px;
    }