File: /home/x/n/m/xnmprns/www/Styles/mention-légale.css
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
* {
margin: 0;
padding: 0;
text-decoration: none;
list-style: none;
user-select: none;
scroll-behavior: smooth;
}
:root {
--Texte-noir: #0B1C2C;
--Orange: #FFA02C;
--Blanc: #FFFFFF;
--Background: #EAE1D6;
--Titre-Beige: #E3B96D;
--Background-noir: #181713;
--Back-24 : #242424;
}
body {
background-color: var(--Background);
}
/* ? Message prévention */
.prevention-message {
background-color: #fff;
padding: 15px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
max-width: 800px;
margin: 20px auto;
}
.prevention-text {
color: var(--Texte-noir);
font-size: 1rem;
line-height: 1.6;
}
.highlight {
font-weight: bold;
color: #FFA02C;
}
/* ? Fin deMessage prévention */
/* ? Mentions légales */
.mentions-legales {
background-color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
max-width: 800px;
margin: 20px auto;
font-family: 'Poppins', sans-serif;
}
.mentions-title {
color: var(--Texte-noir);
text-align: center;
font-size: 1.8rem;
margin-bottom: 20px;
font-weight: 700;
}
.mentions-content {
line-height: 1.8;
font-size: 1rem;
color: var(--Texte-noir);
}
.mentions-subtitle {
color: #FFA02C;
font-size: 1.2rem;
font-weight: 600;
margin-top: 15px;
border-bottom: 2px solid var(--Orange);
padding-bottom: 5px;
}
.mentions-text {
margin: 10px 0;
}
.mentions-link {
color: var(--Orange);
text-decoration: none;
}
.mentions-link:hover {
text-decoration: underline;
}
/* ? Fin Mentions légales */