body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    
    opacity: 10.5;
    background-size: 100%;
    background-color: #33582F;
    
  }
  body {
    /*background-color:#F5F4E9;*/
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
  }
  
  body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(60, 70, 40, 0.1); /* Adjust the RGBA values and opacity as needed */
    z-index: -1;
  }
  
  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("Des-Grands-Malades-3-1024x683.jpg");
    background-size: 100%;
    background-repeat: no-repeat; /* Ensures the background image does not repeat */
    z-index: -2;
  }
  header {
    background: #33582F;
    ;
    color: #fff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #63b15b 3px solid;
  }
  
  header h1 {
    margin: 0;
    padding: 0 20px;
  }
  
  nav ul {
    padding: 0;
    list-style: none;
  }
  
  nav ul li {
    display: inline;
    margin-right: 5px;
  }
  
  nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    background: #63b15b;
    border-radius: 5px;
  }
  
  section {
    padding: 20px;
    margin: 20px 0;
  }
  
  section h2 {
    color:  #23441f;
  }
  
  footer {
    text-align: center;
    padding: 20px;
    background: #33582F;
    ;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
  }