html{
    background-color: #310055;
}
body {
  /* background-color: #D4DCE2; */
  /* background: linear-gradient(to bottom right, #005583, #ffffff);*/   
  display: flex;
  flex-direction: column;
  align-items: center;
}





header {
    margin-top: 150px;
    text-align: center;
    height: 65vh;
    padding-top: 200px;
}
header div {
    display: block;
    align-items: center;
    height: 100%;
}
header div h1 {
    font-size: 3.5em;
    color: white;
}
header div h2 {
    font-size: 4em;
    color: white;

}







#contenu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 90%;
}

#contenu #img-gauche{
    width: 40%;
    height: 45%;
    border-radius: 30px;
    box-shadow: 5px 5px 10px 0px #D283FF;

}

#contenu div{
    width: 45%;
    color: white;

}

#contenu div ul li{
    list-style-type: none;
    text-align: center;
}

#contenu div ul li h2{
    font-size: 3em;
    width: 100%;
    text-align: center;
}

#contenu div ul li span{
    width: 100%;
    text-align: center;
    font-size: 2em;
}

#contenu div ul li img{
    width: 5%;
    padding-left: 10px;
    padding-right: 10px;
}

#realFait{
    display: flex;
    flex-direction: column;
}

#realFait h1{
    font-size: 3em;
}

#realFait ul li h2{
    font-size: 2em;
}

#realFait ul li span{
    font-size: 1.5em;
}
#realFait ul li{
    padding-top: 10px;
}

#realFait ul li a{
    border: solid;
    border-radius: 30px;
    padding: 10px;
}


#dossiers {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 80%;
}

#dossiers ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

#dossiers ul li{
    list-style-type: none;
    padding: 10px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 5px 5px 10px 0px #D283FF;

}

#dossiers ul li a{
    text-decoration: none;
}

#dossiers ul li a span{
    color: black;
    font-size: 1em
}
