.mon{
    display: inline-block;
}
.logo{
    width: 22%;;
     float: right;
    border-radius: 60%;
    border: 3px solid;
}
.liste_menu{
    display: inline-block;
    background-color: rgb(113, 195, 233);
}
.liste_item{
    display: inline-block;
    margin-top: 10px;
    font-size: 70px;
    background-color: rgb(124, 185, 235);
    color: black;
}
.lien{
    text-decoration: none;
    margin-left: 20px;
    color: rgb(252, 248, 248);
    font-size: 80px;
    box-shadow: 0px 0px 50px rgb(233, 229, 229);
}
.titre{
    box-shadow: 0px 0px 10px blue;
    background-color: beige;
    border: 2px solid cornflowerblue;
    width: 100%;
}
.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-left: 400px;
    }
    .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: 100%;
         }
         .H2{
             width: 100%;
         }
         .H3{
             width: 100%;
         }
         .P{
             width: 100%;
         }
         .titre{
             width: 100%;
         }
         .troi{
             width: 100%;
         }
         .label{
             width: 100%;
         }
         .diadi{
             width: 10%;
         }
         .liste_menu{
             width: 100%;
         }
         .lien{
             width: 100%;
         }
    }
    .troi{
        width: 20%;
        background-color: aqua;
        height: 150px;
        display: inline-block;
        margin: 2%;
    }
    .TROIS{
        text-align: center;
        font-size: 20px;
        margin: 30px;
    }
    .SSO{
        float: right;
        border: 0px;
        box-shadow: 0px 0px 30px black;
        font-size: 40px;
        border-radius: 20px;
    }