body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
            
}


.navbar {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000000;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    z-index: 1000; 
}

.navbar h1 {
    margin: 0;
    font-size: 24px;
}

.navbar div {
    list-style: none;
    margin: 20px;
    padding: 0;
    display: flex;
}

.navbar div li {
    margin: 0 10px;
}

.navbar div li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
}


footer {
    position: relative; 
    width: 100%;
    height: 400px; 
}
  
  
  footer h2 {
    position: absolute; 
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    margin: 0; 
    color: rgb(0, 0, 0); 
    font-size: 70px; 
    font-weight: bold; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
    text-align: center; 
}
@media screen and (max-width: 768px) {
    footer h2 {
        font-size: 30px;
    }
  }

  .nous {
    display: flex;                 
    justify-content: center;       
    gap: 120px;                   
    flex-wrap: wrap;              
    margin:  auto;             
    max-width: 80%;     
}

  .nous img {
    width: 200px;                  
    height: auto;
}

.paragraph  {
    display: flex;
    justify-content: center;       
    gap: 130px;                   
    flex-wrap: wrap;              
    margin:  50px;             
    max-width: 80%;     
}



.paragraph .texte {
    flex: 1;
    color: #000000;
    font-size: 16px;                               
    line-height: 1.6;             
    text-align: left;           
    margin: 50px;  
}
  
.footer {
    background-color: #000000;     
    color: #ffffff;                
    padding: 40px 20px;            
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: auto;        
}


.footer-content {
    display: flex;                 
    justify-content: space-between; 
    flex-wrap: wrap;                
    max-width: 1200px;             
    margin: 0 auto;               
}


.footer-section {
    flex: 1 1 200px;               
    margin: 10px;
}

.footer-section h5 {
    font-size: 20px;                
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-section p {
    font-size: 14px;                
}

.footer-section ul {
    list-style-type: none;          
    padding: 0;
}

.footer-section ul li {
    margin: 5px 0;                  
}


.footer-bottom {
    text-align: center;             
    margin-top: 20px;              
    font-size: 14px;               
}

.footer-bottom p {
    margin: 0;
}
 
