
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family : Helvetica;
  }
                                      
  .site-header {                                        /* Header */
    position: fixed; 
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #FFFAF0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 1000;
    margin-bottom: auto;
  }
  
.site-header .container {
    font-size : 1.2rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
}
.logo a {
    margin-right: auto;
    font-size: 1.8rem;
    font-weight: bold;
    color: #007D80;
    text-decoration: none;
}
.logo img {
    height: 40px;
}
  
.nav {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.nav a {
  margin-left: 2rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.nav a:hover {
  color: #7B1B38;
}

.btn-contact {
  background-color: #007D80;
  color: #FFFAF0 !important;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.8s;
  display: inline-block;
}

.btn-contact:hover {
  background-color: #09ccc2;
}
  
  .content{                                                 /* Main content */
    margin-top: 50px;
    height: auto;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
    background-color: #FFFAF0;
  }
  .intro { 
    text-align: center;
    font-size: 3rem;
    width: 100%;
    color :#FFFAF0;
    padding: 2rem 1rem;
    background-color: #182727;
    margin-bottom : 1rem;
  }
  .intro p{
  margin-top : 1.2rem;
  }
 .conclusion {
  text-align: center;
  width : 100%;
  padding: 2rem 1rem;
  font-size: 2.1rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  margin: auto;
  background-color: #182727;
}
.conclusion-text , h2 {
  line-height: 2.5rem;
  margin-top: 1rem;
  color : #FFFAF0;
}
.conclusion h2 span {
  color: #09ccc2;
}
.intro h2 span {
  color: #09ccc2;
}


                                                                /* domaines*/

.domaines-quinconce {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 3rem 2rem;
  max-width: 2000px;
  margin: auto;
  font-size: 3rem;
}


.ligne {
      display: flex;
      align-items: center;
      gap: 4rem;
}

.ligne:nth-child(even) {
  flex-direction: row-reverse;
}

.valeurs {
  text-align: center;
  padding: 4rem 2rem;
}

.valeurs h2 {
  font-size: 5rem;                                                        /*valeurs*/
  color: #000000;
  font-weight: bold;
}
.underline {
  width: 25%;
  height: 0.25rem;
  background-color: #c0392b;
  margin: 2rem auto 0 auto;
  border-radius: 2px;
}
.valeurs h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #007D80;
}
.image img {
      max-width: 60rem;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }
.liste-valeurs {
  padding-top: 3rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}

.valeur {
  flex: 1 1 200px;
  max-width: 400px;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  background-color: white;

}

.valeur h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.valeur p {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333;
}


  .site-footer {                                           /* Footer */
    background-color: #182727;
    color: #FFFAF0;
    padding: 0rem 2rem 1rem 2rem;
    font-size : 1.4rem;
  }
  .reseaux{
    flex : 1;
  }
  .site-footer .container{
    max-width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 2rem;
  }
  
  .footer-column {
    flex: 1;
    min-width: 250px;
    padding-top: 1rem;
    margin: 1rem 0;
  }
  
  .footer-logo {
    width: 120px;
    margin-bottom: 1rem;
  }
  
  .slogan {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-style: italic;
  }
  
  .social-icons a {
    margin-right: 0.5rem;
  }
  
  .social-icons img {
    width: 50px;
    height: 50px;
  }
  
  .footer-column h4 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 0.5rem;
  }
  
  .footer-column ul li a {
    color: #FFFAF0;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .footer-column ul li {
    color: #FFFAF0;
  }

  .footer-column a{
    color: #FFFAF0;
    text-decoration: none;
  }
  
  .footer-column a:hover {
    color: #09ccc2;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 2rem;
    border-top: 1px solid #2b252555;
    padding-top: 1rem;
    font-size: 0.8rem;
  }
.texte-cache {                          /*Animations*/
  display: none;
  transition: all 0.3s ease;
}

.valeur.active .texte-cache {
  display: block;
}

.chevron {
  text-align: center;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  margin-top: 1rem;
  cursor: pointer;
}

.valeur.active .chevron {
  transform: rotate(180deg);
}

/* --- Responsive for laptop 15–17 --- */
@media (min-width: 768px) and (max-width: 1700px) {
  .intro {
    font-size: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .domaines {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 2rem;
  justify-items: center;
  max-width: 60%;
  margin: auto;
    }
    .domaine {
      padding: 1.5rem;
      font-size: 1.1rem;
      background-color: white;

    }

    .domaine h3, h4{
      color: #007D80;
      margin-bottom: 1rem;
    }

    .domaine ul {
      text-align: left;
      margin: 1rem 0;
      padding-left: 1.2rem;
    }
    .valeurs h2{
        font-size: 4rem;
    }

    .valeur p {
    font-size: 1.3rem;
    }

    .valeur h3{
        font-size : 1.8rem;
    }

    .conclusion {
    font-size: 1.6rem;
    padding: 1rem;
    }

    .conclusion-text , h2 {
    line-height: 2.5rem;
    margin-top: 1rem;
    }

    .domaines-quinconce {
      display: flex;
      flex-direction: column;
      gap: 4rem;
      padding: 3rem 2rem;
      max-width: 1200px;
      margin: auto;
    }

    .ligne {
      display: flex;
      align-items: center;
      gap: 2rem;
    }

    .ligne:nth-child(even) {
      flex-direction: row-reverse;
    }

    .image img {
      max-width: 450px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .texte h3 {
      font-size: 3rem;
      margin-bottom: 1rem;
      color: #007D80;
    }

    .texte ul {
      font-size: 1.8rem;
      line-height: 1.4;
      color: #333;
      padding-bottom: 1rem;
      padding-left : 2rem;
    }

    .texte h4 {
      font-weight: bold;
      font-size: 1.6rem;
    }
    .site-footer{
        font-size : 1.2rem;
    }
}
@media (max-width: 768px) {
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Helvetica;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 1.2vw;
  background-color: #FFFAF0;
}

                                        /* Header */
.site-header {
  position: fixed;
  height: 8vw;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFFAF0;
  box-shadow: 0 0.3vw 1vw rgba(0,0,0,0.3);
  z-index: 1000;
}

.site-header .container {
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo a {
  font-size: 3vw;
  font-weight: bold;
  color: #007D80;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1vw;
}

.logo img {
  height: 6vw;
}

.nav {
  gap: 2vw;
}

.nav a {
  font-size: 2.4vw;
}

.btn-contact {
  padding: 0.8vw 1.5vw;
  border-radius: 0.5vw;
  font-size: 2vw;
}
                                          /* Main */
.content {
  margin-top: 10vw;
  padding-bottom: 4vw;
}

.intro {
  text-align: center;
  font-size: 4vw;
  padding: 4vw 2vw;
}

.conclusion {
  padding: 3vw 2vw;
  font-size: 3vw;
  box-shadow: 0 0.5vw 1vw rgba(0,0,0,0.5);
}

.domaines-quinconce {
  display: flex;
  flex-direction: column;
  gap: 4vw;
  padding: 4vw 2vw;
  max-width: 95vw;
  margin: auto;
  font-size: 3vw;
}

.ligne {
  display: flex;
  align-items: flex-start;
  gap: 2vw;
  justify-content: space-between;
}

.ligne:nth-child(even) {
  flex-direction: row-reverse;
}

.image img {
  max-width: 45vw;
  border-radius: 1vw;
  box-shadow: 0 0.5vw 1vw rgba(0,0,0,0.3);
  width: 100%;
  height: auto;
}

.texte {
  flex: 1;
}

.texte h3 {
  font-size: 3.5vw;
  margin-bottom: 1vw;
  color: #007D80;
}

.texte ul {
  font-size: 3vw;
  line-height: 1.4;
  padding-left: 2vw;
}

.valeurs {
  text-align: center;
  padding: 4vw 2vw;
}

.valeurs h2 {
  font-size: 8vw;
}

.underline {
  width: 25vw;
  height: 0.5vw;
  margin: 2vw auto;
  border-radius: 0.2vw;
}

.liste-valeurs {
  padding-top: 3vw;
  gap: 2vw;
}

.valeur {
  flex: 1 1 30vw;
  max-width: 40vw;
  padding: 2vw;
  border-radius: 1vw;
  box-shadow: 0 0.5vw 1vw rgba(0,0,0,0.5);
}

.valeur h3 {
  font-size: 3vw;
  margin-bottom: 1vw;
}

.valeur p {
  font-size: 2.6vw;
  line-height: 1.5;
}

                                                /* Footer */
.site-footer {
  padding: 2vw;
  font-size: 2vw;
}

.site-footer .container {
  max-width: 90vw;
  padding-top: 2vw;
}

.footer-column {
  min-width: 30vw;
  padding-top: 1vw;
  margin: 1vw 0;
}

.footer-logo {
  width: 12vw;
  margin-bottom: 1vw;
}

.slogan {
  font-size: 2vw;
  margin-bottom: 1vw;
}

.social-icons a {
  margin-right: 1vw;
}

.social-icons img {
  width: 5vw;
  height: 5vw;
}

.footer-column h4 {
  margin-bottom: 0.5vw;
  font-size: 4vw;
}

.footer-column ul li {
  margin-bottom: 0.5vw;
}

.footer-column ul li a {
  font-size: 2vw;
}

.footer-bottom {
  margin-top: 2vw;
  border-top: 0.1vw solid #2b252555;
  padding-top: 1vw;
  font-size: 2vw;
}

/* Chevron animation */
.chevron {
  font-size: 1.5vw;
  margin-top: 1vw;
}
}