@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');
body{
    margin: 10;
    padding: 10;
    font-family: 'Montserrat', sans-serif;
    background-color: rgb(255, 255, 255);
}
nav .img{
    justify-content: center;
}
nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center ;
    align-items: center ;
    border-bottom: 8px solid #6f6f6f;
}
html{
    font-size: 80%;
}
th, td, caption {
  border-style:solid;
  border-color: #96D4D4;
}
@media screen and (max-width:680px) {
    html{
        font-size: 40%;
    }
}

nav h1{
    color: #717171;
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    
}
nav .onglets{
    margin-top: 3px;
    margin-left: 300px;
}

nav .onglets a{
     text-decoration: none;
     color: #000;
     margin-right: 10px;
     border-bottom: 1px solid #000;
     padding-bottom: 5px;
}


.row{
    position: relative;
    width: 110%;
    display: flex;
    justify-content: right;
}
.row .col50{
    position: relative;
    width: 52%;
    justify-content: ;
    align-items: center;
    text-align: left;
}

.row .col50 h1{
    margin-bottom: 20px;
     
}


.titre-texte{
    color: #000;
    font-size: 3rem;
    font-weight: 300px;
    text-transform: capitalize;
 
}
.row .col50 img{
    height: 60%;
    width: 70%;
    position: relative;
}
.row .col51 
 @media screen and (max-width:680px) {
     nav .onglets{

         margin-bottom: 20px;
         
     }
     nav .img{
    position: relative;
    align-items: center;
    justify-content: center ;
}

}
@media screen and (max-width:600px) {
    .row .col50 img{
    height: 90%;
    width: 90%;
    position: relative;
    }
    .row .col51{
        text-align : right;
        position: relative;
        font-size: 2rem;
    }
}


/*body {
    margin: 10px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    background-color: rgb(255, 255, 255);
}

nav .img {
    display: flex;
    justify-content: center;
}

nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 8px solid #6f6f6f;
}

html {
    font-size: 80%;
}

th, td, caption {
    border-style: solid;
    border-color: #96D4D4;
}

@media screen and (max-width: 680px) {
    html {
        font-size: 40%;
    }
}

nav h1 {
    color: #717171;
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
}

nav .onglets {
    margin-top: 3px;
    margin-left: 10px;
}

nav .onglets a {
    text-decoration: none;
    color: #000;
    margin-right: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.row {
    position: relative;
    width: 110%;
    display: flex;
    justify-content: right;
}

.row .col50 {
    position: relative;
    width: 50%;
    justify-content: ;
    align-items: center;
    text-align: left;
}

.row .col50 h1 {
    margin-bottom: 20px;
}

.titre-texte {
    color: #000;
    font-size: 3rem;
    font-weight: 300px;
    text-transform: capitalize;
}

.row .col50 img {
    height: 300px;
    width: auto;
    position: relative;
}

.row .col51 {
    /* Vous pouvez ajouter des styles supplémentaires ici si nécessaire */
}
/*
@media screen and (max-width: 680px) {
    nav .onglets {
        margin-bottom: 20px;
    }
    
    nav .img {
        position: relative;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .row .col50 img {
        height: 90%;
        width: 90%;
        position: relative;
    }
    
    .row .col51 {
        text-align: right;
        position: relative;
        font-size: 2rem;
    }
}/*

/* Réinitialisation des styles par défaut */
/* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Styles généraux */
 /* body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  
  th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  
  caption {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .audio-player {
    width: 100%;
    margin-bottom: 20px;
  }
  
  /* Styles spécifiques à la navigation */
  /*nav {
    background-color: #333;
    padding: 10px;
    margin-bottom: 20px;
  }
  
  nav img {
    width: 200px;
    height: auto;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  
  nav ul li {
    margin-right: 10px;
  }
  
  nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.3s ease;
  }
  
  nav ul li a:hover {
    border-bottom-color: #fff;
  }
  
  /* Styles spécifiques à la section des activités */
  /*.activities-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .activity-card {
    width: calc(50% - 20px);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .activity-card h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .activity-card audio {
    width: 100%;
  }
  
  /* Styles spécifiques aux médias */
  /*@media screen and (max-width: 768px) {
    .container {
      padding: 10px;
    }
  
    h1 {
      font-size: 24px;
    }
  
    table {
      font-size: 14px;
    }
  
    nav img {
      width: 150px;
    }
  
    .activities-section {
      flex-direction: column;
    }
  
    .activity-card {
      width: 100%;
    }
  }/*


 
 
  /*  Réinitialisation des styles par défaut 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Styles généraux 
  body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: #f5f5f5;
    color: #333;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  p {
    margin-bottom: 10px;
  }
  
  /* Styles spécifiques à la navigation 
  nav {
    background-color: #006241;
    padding: 10px;
    margin-bottom: 20px;
  }
  
  nav img {
    width: 200px;
    height: auto;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  
  nav ul li {
    margin-right: 10px;
  }
  
  nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.3s ease;
  }
  
  nav ul li a:hover {
    border-bottom-color: #fff;
  }
  
  /* Styles spécifiques à la section des produits 
  .products-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .product-card {
    width: calc(33.33% - 20px);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .product-card h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .product-card p {
    font-size: 16px;
  }
  
  /* Styles spécifiques au pied de page 
  footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
  }
  
  footer p {
    margin-bottom: 10px;
  }
  
  /* Styles spécifiques aux médias 
  @media screen and (max-width: 768px) {
    .container {
      padding: 10px;
    }
  
    h1 {
      font-size: 24px;
    }
  
    nav img {
      width: 150px;
    }
  
    .products-section {
      flex-direction: column;
    }
  
    .product-card {
      width: 100%;
    }
  }