body{
    background-color: #1F2041 !important;
}
a{
  color: whitesmoke !important;
  text-decoration:underline !important;
  font-style: italic !important;
  font-weight: bold;
}

.rgpd{
    margin: 4rem auto;
    width: 60vw !important;
    color: whitesmoke;
}
.rgpd-title{
    font-size: 24px;
    font-weight: 700;
}
.rgpd .chapitre{
    margin: 2rem 0;
}
.rgpd .chap-title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1rem;
    text-decoration: underline;
}
.rgpd .chap-text{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1rem;
}
.rgpd .chap-text p{
    margin-bottom: 1rem;
    font-weight: 500;
}