@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Source+Sans+3:wght@200;900&display=swap');


* {
   margin: 25;
   padding: 0;
   box-sizing: border-box;
   text-align: justify;
}


body {
   font-family: Arial, sans-serif;
   background-color: #ffffff;
   line-height: 1.6;
}


a {
   color:#3E561B;
   text-decoration: none;
}


h2 {
   font-family: "Lora", serif;
   font-weight: 600;
   color:#3E561B;
}


body {
   padding: 0 100px;
}


.mentions-legales {
   background-color:#F2F0E9;
   padding: 30px 10px;
   font-family: Arial, sans-serif;
}


.container {
   max-width: 1000px;
   margin:auto;
}


h1 {
   text-align: center;
   font-size: 2.2rem;
   margin-bottom: 10px;
   color: #3E561B; /* Vert foncÃ© */
}


h2 {
   font-size: 1.5rem;
   margin-top: 25px;
   color: #7ba05b; /* Vert plus clair */
}


p {
   font-size: 1rem;
   line-height: 1.6;
   color: #333;
}


strong {
   color: #3E561B;
}


a {
   color: #3E561B;
   text-decoration: underline;
}


a:hover {
   color: #7ba05b;
}
