@font-face {
  font-family: 'Amusette';
  src: url('font/amustte/Amusette-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Amusette';
  src: url('font/amustte/Amusette-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Amusette Outline';
  src: url('font/amustte/AmusetteOutline-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Amusette Outline';
  src: url('font/amustte/AmusetteOutline-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'White Smile';
  src: url('font/white-smile/White-Smile.otf') format('opentype');
}

/* FOOTER */
.site-footer {
    background-color: #175732;
    color: white;
    text-align: center;
    padding: 20px 0;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
  }
  
  .footer-links a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
  }
  
  .footer-links a:hover {
    text-decoration: underline;
  }
  
  /* ICONES RÉSEAUX SOCIAUX */
  .footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .footer-socials a {
    display: flex;
    align-items: center;
  }
  
  .footer-socials img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
  }
  
  .footer-socials img:hover {
    transform: scale(1.2);
  }

  /*header*/
body {
    margin: 0;
    position: relative;
  }
  
  a {
    text-decoration: none;
    color: #ffffff;
  }
  
  .site-header {
    background-color: #175732;
    border-bottom: 1px solid #ccc;
    padding: .5em 1em;
    display: flex;
    justify-content: space-between;
  }
  
  .site-identity h1 {
    margin: .1em 0;
    display: inline-block;
  }
  
  .site-navigation ul,
  .site-navigation li {
    margin: 0;
    padding: 0;
  }
  
  .site-navigation li {
    display: inline-block;
    margin: 1.7em 1.5em 1.5em 1.5em;
  }
  
  .logo {
    width: 100%;
    height: 120px;
  }
  
  .nav {
    font-size: 20pt;
    font-family: 'Amusette', sans-serif;
  }

  /*titre*/
  .titre2 {
    font-family: Verdana, Tahoma, sans-serif;
    text-align: center;
    font-size: 35pt;
    margin-left: 255px;
    margin-right: 255px;
    margin-bottom: 60px;
    border-bottom: 3px solid #00561B;
    padding-bottom: 40px;
    color: #00561B;
  }
  
  
  .titre1 {
    font-family: Verdana, Tahoma, sans-serif;
    text-align: center;
    font-size: 45pt;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 30px;
    border-bottom: 3px solid #00561B;
    padding-bottom: 40px;
    color: #00561B;
  }

  .titre3 {
    font-family: Verdana, Tahoma, sans-serif;
    text-align: center;
    font-size: 25pt;
    margin-left: 300px;
    margin-right: 300px;
    margin-bottom: 60px;
    border-bottom: 3px solid #00561B;
    padding-bottom: 40px;
    color: #00561B;
  }

  p{
    font-size: 16pt;
    text-align: center;
    line-height: 1.6;
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
  }

  li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17pt;
    text-align: justify;
    text-align: center;
  }

  ul{
    list-style-type:none
  }

  @media (max-width: 768px) {
    
    .site-header {
      display: flex;
      flex-direction: column; 
      justify-content: center; 
      align-items: center; 
      padding: 1em;
    }
      .site-navigation li:nth-child(1) {
        border-right: 2px solid white;
      }
    
      .site-navigation li:nth-child(2) {
        border-right: 2px solid white;
      }
    
      .site-navigation li {
        padding-right: 10px;
      }
    .site-navigation ul {
      flex-direction: column;
      width: 100%;
    }
  
    .site-navigation li {
      margin: 10px 0;
    }
    .footer-content {
      flex-direction: column;
      text-align: center;
    }
  
    .footer-links,
    .footer-socials {
      margin-top: 15px;
    }
  
    .footer-socials img {
      width: 25px;
      height: 25px;
    }

    .titre1, .titre2, .titre3 {
      font-size: 30pt;
      margin-left: 10px;
      margin-right: 10px;
    }
  
    /* Réduction de la taille des images et des textes */
    p {
      font-size: 14pt;
      margin-left: 15px;
      margin-right: 15px;
    }
  
    li {
      font-size: 14pt;
    }
  
    /* Ajustement des images dans le footer */
    .footer-socials img {
      width: 20px;
      height: 20px;
    }
  }

  @media (max-width: 480px) {
    .site-header {
      padding: 1em;
      flex-direction: column;
      justify-content: center;
    }
  
    .site-navigation ul {
      display: flex;
      flex-direction: row;
      justify-content: center;
      width: 100%;
      margin-top: 10px;
      font-size: 15pt;
    }
  
    .nav li {
      margin: 0 8px; 
    }
  
  
    .logo {
      width:100%
    }
    .footer-socials img {
      width: 20px;
      height: 20px;
    }

    .titre1 {
      font-size: 28pt;
      margin: 5px 0;
      margin-left: 5px;
      margin-right: 5px;
    }
  
    .titre2 {
      font-size: 24pt;
    }
  
    .titre3 {
      font-size: 20pt;
    }
  
    p {
      font-size: 13pt;
      margin-left: 10px;
      margin-right: 10px;
    }
  
    li {
      font-size: 13pt;
    }
  }