
  /*slider*/
  aside,
  .container {
    margin: 0 auto 20px;
  }

  .container {
    border-radius: 5px;
    position: relative;
    transition: box-shadow 200ms;
  }

  .container:hover {
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.25);
  }

  .slideshow {
    position: relative;
    width: 100%;
  }

  .slideshow::after {
    content: '';
    display: block;
    padding-bottom: calc((100% / 6) * 2.7);
  }

  .slideshow:hover a {
    opacity: 1;
  }

  .slideshow a {
    opacity: 0;
    position: relative;
    text-decoration: none;
    transition: opacity 0.5s;
  }

  .slideshow a::after {
    border-color: #FFF #FFF transparent transparent;
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    display: block;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    width: 10px;
  }

  .slideshow a:first-child::after {
    content: '';
    left: 10px;
    transform: rotate(-135deg);
  }

  .slideshow a:nth-child(2)::after {
    content: '';
    right: 10px;
    transform: rotate(45deg);
  }

  .slide {
    background-color: #FFF;
    box-sizing: border-box;
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
  }

  .slide:first-child,
  .slide:target {
    display: block;
  }

  .slide a {
    display: block;
    height: 100%;
    position: absolute;
    width: 50%;
  }

  .slide a:nth-child(2) {
    left: 50%;
  }

  .slide img {
    border-radius: 5px;
    width: 100%;
  }

  .pagination {
    display: flex;
    bottom: 10px;
    justify-content: center;
    position: absolute;
    width: 100%;
  }

  .pagination a {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px;
  }

  .pagination a:not(:last-child) {
    margin-right: 5px;
  }

  .pagination a span {
    display: none;
  }

  a:target {
    color: red;
  }

  /*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;
  }

  /*text*/
  .presentation,
  .activiter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17pt;
    text-align: justify;
  }

  .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;
    display: inline-block;
    color: #00561B;
  }

  .presentation {
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 17px;
  }

  .activiter {
    margin-left: 250px;
    margin-right: 250px;
  }

  .activite {
    margin-bottom: 25px;
  }

  .titre2 {
    font-family: Verdana, Tahoma, sans-serif;
    text-align: center;
    font-size: 40pt;
    margin-left: 225px;
    margin-right: 225px;
    margin-bottom: 60px;
    border-bottom: 3px solid #00561B;
    padding-bottom: 40px;
    display: inline-block;
    color: #00561B;
  }


  .text-accueil {
    background-color: #e0fbe8;
    margin: 0;
    padding: 20px 0;
    min-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Importation des polices */
  @font-face {
    font-family: 'Amusette';
    src: url('font/amustte/Amusette-Regular.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Amusette';
    src: url('font/amustte/Amusette-Italic.ttf') format('truetype');
    font-style: italic;
  }

  @font-face {
    font-family: 'Amusette Outline';
    src: url('font/amustte/AmusetteOutline-Regular.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Amusette Outline';
    src: url('font/amustte/AmusetteOutline-Italic.ttf') format('truetype');
    font-style: italic;
  }

  @font-face {
    font-family: 'White Smile';
    src: url('font/white-smile/White-Smile.otf') format('opentype');
  }

  /* Corps de la page */
  body {
    font-family: Arial, sans-serif;
    background-color: #e0fbe8;
    color: #333;
  }



  .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);
  }
  
  @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;
    }
  
    .text-accueil {
      padding: 30px 10px;
    }
  
    .titre1 {
      font-size: 36pt;
      margin-left: 20px;
      margin-right: 20px;
    }

    .titre2 {
      font-size: 30pt;
      margin-left: 20px;
      margin-right: 20px;
    }
    .presentation,
    .activiter {
      margin-left: 20px;
      margin-right: 20px;
    }
  
    .footer-content {
      flex-direction: column;
      text-align: center;
    }
  
    .footer-links,
    .footer-socials {
      margin-top: 15px;
    }
  
    .footer-socials img {
      width: 25px;
      height: 25px;
    }
  }
  
    @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%
      }

    .text-accueil {
      padding: 20px 10px;
    }
  
    .titre1 {
      font-size: 32pt;
      margin-left: 10px;
      margin-right: 10px;
    }
  
    .presentation,
    .activiter {
      margin-left: 10px;
      margin-right: 10px;
    }
  
    .footer-socials img {
      width: 20px;
      height: 20px;
    }
  }