@import url('style.css');

.legal-content h1 {
color: rgba(var(--accent-color), 1);
margin-bottom: 40px;
}
    
.legal-content h2 {
color: rgba(var(--primary-color), 1);
font-size: 1.5rem;
margin-bottom: 20px;
}

.legal-content h3, .legal-content h4 {
font-size: 1.2rem;
margin-bottom: 10px;
}

.legal-content {
max-width: 1000px;
margin: 0 auto;
padding: 40px 40px;
text-align: center;
background-color: rgba(var(--secondary-color), 0.5);
}

.legal-content section {
margin-top: 60px;
margin-bottom: 0px;
}

.banner-ml  {
background-image: url(./img/img-infirmiere\ et\ patient.webp);
background-attachment: fixed;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 75vh;
width: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
text-align: center;
padding-right: 15%;
animation: fadeIn 1.5s ease-in;
}

.legal-content ul {
list-style:inside;
margin-left: 20px;
margin-bottom: 20px;
}

.legal-content li {
margin-bottom: 10px;
}

.politique-confidentialite, .utilisation-cookies {
text-align: start;
}

