
.sene{
    display: inline-block;
    width: 30%;
    border: 1px solid grey;
    background-color: #0e142e;
    box-shadow: 0px 0px 10px #0e142e;
    padding: 10px;
    border-radius: 20px;
}
.logo{
    width: 100%;
}
.menu{
width: 60%;
margin: 30px;
background-color: gainsboro;
color: black;
height: 50vh;
width: 94%;
}
.issa{
    display: inline-block;
    width: 30%;
    border: 1px solid gray;
    box-shadow: 0px 1px 10px;
    background-color: #0e142e;
    box-shadow: 0px 0px 10px #0e142e;
    padding: 10px;
    border-radius: 20px;
}
.asse{
    width: 30%;
    margin-left: 8px;
}
.tete{
    display: inline-block;
    width: 50%;

}
.title{
    display: inline-block;
    width: 60%;
    margin-left: 8%;
    background-color: #0e142e;
    color: aliceblue;
    border-radius: 20px;
}
.nom{
    margin-left: 100px;
    font-size: 60px;
    margin-right: 80px;
}
.date{
    margin-left: 280px;
    font-size: 20px;
}
.nias{
    display: none 10px;
    color: aliceblue;
    text-align: center;
    text-decoration: underline;
}
.lien{
    display: inline-block;
    width: 30%;
    margin-left: 20px;
    background-color: aliceblue;
}
.texte{
    color: aliceblue;
    }
    .satou{
        color: black;
    }
    .bo{
        background-color: #0e142e;
    }
    .issa:hover{
        background-color:sandybrown;
    }
    .sene:hover{
        background-color: blue;
    }
    .title:hover{
        background-color: palegreen;
    }
    .logo:hover{
        background-color: aqua;
    }
@media screen and (max-width:600px){
.issa{
    width: 100%;
}
.title{
width: 100%;
}
.menu{
    width: 100%;
}
.lien{
    width: 100%;
}
.sene{
    width: 100%;
}
}
