
.vaLeur {
    background-color: white;
  }
  
  h3 {
    font-size: 17px;
    margin-top: 2%;
    font-family: "Comic Sans MS", cursive, sans-serif; /* Applique la police Comic Sans */
    text-align: center; /* Centre le texte */
  }
  
  .nature-1 {
    color: #4caf50; /* Vert forêt */
  }
  
  .nature-2 {
    color: #ff9800; /* Orange */
  }
  
  .nature-3 {
    color: #75c7edae; /* Bleu */
  }
  
  .nature-4 {
    color: #ff5722; /* Rouge orangé */
  }
  
  .nature-5 {
    color: #9c27b0; /* Violet */
  }
  
  h3 span {
    opacity: 0; /* Masquer les mots au début */
    transform: translateY(20px); /* Déplacer légèrement les mots vers le bas */
    transition: opacity 0.5s ease, transform 0.5s ease; /* Animations de l'opacité et de la transformation */
  }
  
  #h5 {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: Indie Flower;
    letter-spacing: 3.5px;
    text-align: center;
    color: #ff7b00;
  }
  .nosValeurs {
    display: flex;
    margin-top: 20px;
    position: relative;
  
    justify-content: space-around; /* Espace égal entre les éléments */
  }
  
  .detailsNosValeurs {
    margin-left: 1%;
    margin-top: 1%;
    border-radius: 10px;
    background-color: rgb(255, 253, 251);
    width: 80%;
  }
  .enFant {
    display: flex;
    margin-bottom: 30px;
    padding-left: 10px;
    margin-top: 4%;
    color: black;
  }
  .divText1 {
    width: 70%;
    margin-left: 10%;
  }
  .divImg1 {
    width: 30%;
    margin-left: 10%;
    justify-content: center;
    justify-content: center; /* Centrer horizontalement */
    align-items: center; /* Centrer verticalement */
  }
  .divText2 {
    width: 70%;
  }
  .divImg2 {
    width: 30%;
    justify-content: center;
    margin-right: 10%;
    justify-content: center; /* Centrer horizontalement */
    align-items: center; /* Centrer verticalement */
  }
  
  .enFant ul {
    margin-bottom: 2%;
  }
  
  .enFant li::before {
    content: "•";
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: 2em;
  }
  
  /* Enlève le style pour le premier li */
  #titVal::before {
    content: "";
  }
  
  .paRent {
    display: flex;
    margin-bottom: 30px;
  }
  
  .enFant:hover img {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  
  .paRent:hover img {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  
  .nosProf:hover img {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  
  .gaRantie:hover img {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  
  .enFant img,
  .paRent img,
  .nosProf img,
  .gaRantie img {
    -webkit-transition: transform 0.5s ease; /* Pour les anciens navigateurs */
    transition: transform 0.5s ease; /* Pour les navigateurs modernes */
  }
  
  .paRent li::before {
    content: "•";
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: 2em;
  }
  .nosProf {
    display: flex;
    margin-bottom: 30px;
  }
  .nosProf li::before {
    content: "•";
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: 2em;
  }
  
  .gaRantie {
    display: flex;
  }
  .gaRantie li::before {
    content: "•";
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: 2em;
  }
  #titVal {
    font-size: 20px;
    font-weight: bold;
    color: rgb(255, 162, 0);
    padding-bottom: 3%;
    font-family: indie flower;
    letter-spacing: 2.5px;
  }
  
  .enFant img,
  .paRent img,
  .nosProf img,
  .gaRantie img {
    width: 250px;
    height: 200px;
    border-radius: 15px;
    border: 4px solid #94d3f1;
    object-fit: cover;
  
    justify-items: center;
    align-items: center;
  }
  
  .enFant li,
  .paRent li,
  .nosProf li,
  .gaRantie li {
    margin-bottom: 10px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    font-size: 14px;
    list-style: none;
    display: flex;
    align-items: center;
    line-height: 1, 5;
  }
  
  .acTualites {
    margin-left: 1%;
    width: 400px;
    margin-right: 2%;
    margin-top: 1%;
    border-radius: 10px;
    background-color: rgb(255, 253, 251);
    /* border: solid; */
  }
  
  /* Effet au survol */
  .acTualites li:hover {
    /* background-color: #4CAF50; Couleur de fond au survol */
    color: rgb(9, 9, 131); /* Couleur du texte au survol */
    transform: scale(1.1); /* Grandissement léger */
  }
  .acTualites ul li {
    margin-left: 2%;
    margin-bottom: 5%;
    color: black;
    font-size: 14px;
    list-style: none;
  }
  
  .acTualites ul li a {
    color: inherit; /* Hérite de la couleur du texte parent */
    text-decoration: none; /* Supprime le soulignement */
  }
  
  .acTualites ul li a:hover {
    color: inherit; /* Maintient la couleur lors du survol */
    text-decoration: underline; /* Optionnel : ajoute soulignement lors du survol */
  }
  .acTualites h6 {
    margin-top: 2%;
    font-size: 26px;
    font-weight: bold;
    color: #75c7edae;
    text-align: center;
  
    font-family: "Chela One", Hind;
    letter-spacing: 2.5px;
  }
  .acTualites li::before {
    content: "•";
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: 2em;
  }
  
  .acTualites li {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .acTualites button {
    background-color: rgb(255, 199, 108);
    font-size: 16px;
    color: white;
    border-radius: 10px;
    border-color: antiquewhite;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    /* align-items: center; */
    margin-right: 10px;
  
    margin: 0 auto; /* Centre le bouton horizontalement */
    display: block; /* Rend le bouton un élément de bloc */
  }
  
  .liens h7 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  
  @media (max-width: 1000px) {
    .imLogo {
      display: none;
      visibility: hidden;
    }
  }
  @media (max-width: 1000px) {
      .nosValeurs,
      .enFant,
      .paRent,
      .nosProf,
      .gaRantie{
        display: block;
        text-align: center;
      }

      .detailsNosValeurs,
      .acTualites{
        width: 100%;
        text-align: center;
      }

      .divImg2,
      .divImg1{
        width: auto;
        margin-left: 0%;
        margin-right: 0%;
      }
      .divText1,
      .divText2{
        width: 70%;
        margin:10%;
      }
  }
  @media (max-width: 700px) {

  }