
.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%;
}
.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;
}
.lien{
    display: inline-block;
    width: 30%;
    margin-left: 20px;
    background-color: aliceblue;
}
.texte{
    color: aliceblue;
    }
    .satou{
        color: black;
    }
    .bo{
        background-color: #0e142e;
    }
}
@media screen and(max-width:600px){
    .logo{
        width: 120%;
    }
    .asse{
        width: 100%;
    }
    .title{
        width: 120%;
    }
.sene{
    width: 90%;
}
}
