
@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,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Climate+Crisis&display=swap');



*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'poppins',sans-serif;
    line-height: 1.6;
}
:root{
 
  --dark-color:#222222;
  --icon-color:#fff;
  --font-size-p:14px;
  --color-descrp:#555;
  --color-titre-h3:#3a3a3a;
  --body-color:#f5f6f9;
  --text-color:#666666;
  --border-color:#6666662a;
  --font-siz-p-mobil:12px;
 --font-size-h1:16px;

 
  }
   
body{
    font-family: 'poppins',sans-serif;
    background: #f5f6f9 !important;
    
  } 
/*   
body {
background-color: #f8f9fa;
color: #343a40;
} */
.container_privacy{
   margin-top:190px !important;
   
}

/* Header */
/* .header {
background-color: #007bff;
color: #fff;
padding: 20px 0;
text-align: center;
}

.header h1 {
font-size: 2.5rem;
margin-bottom: 10px;
}

.header .update-date {
font-weight: bold;
} */

/* Main Content */
.box {
width: 98%;
margin: 20px auto;
padding: 20px;
}

.container_privacy.box{
max-width: 1100px; 
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.main-container.box{
    margin: 172px auto !important;
    display: none;
}

section h2 {
font-size: 1.8rem;
margin-bottom: 10px;
color:#000;
}

section p {
margin-bottom: 15px;
color: #495057;
font-size: 14px;
}

section ul {
list-style: disc;
margin-left: 20px;

}

section ul li {
margin-bottom: 10px;
font-size: 14px;

}




 
@media(max-width:600px) {
    section h2 , section h3{
    font-size:1rem;
   }
    section ul li{
        font-size: 12px;
    }
    p{
        font-size: 12px;
    }
}