@font-face {
  font-family: anek;
  src: url("../styles/fonts/AnekTelugu-VariableFont_wdth\,wght.ttf");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  font-family: "anek", sans-serif;

  letter-spacing: 0.065em;
}

body {
  background: white;
  font-family: "anek", sans-serif;
}

nav ul li {
  list-style-type: none;
}
span {
  font-weight: bold;
}
underline {
  font-weight: bold;
  text-decoration: underline;
}

button {
  background-color: #6b827b;
  border: 2px solid #6b827b;
  border-radius: 10px;
  color: white;
  height: 50px;
  width: 249px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  background: #6b827b;
  border: 2px solid #6b827b;
  border-radius: 10px;

  color: white;
  height: 50px;
  width: 249px;
}

.button:hover,
button:hover {
  background-color: white;
  color: #6b827b;
  transition: all 300ms ease-in;
}

header nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  align-items: center;

  width: 100%;
  padding: 1rem 3rem 1rem 3rem;

  background: #6b827b;
  color: white;
  font-size: 1.2rem;
}

nav ul a {
  text-decoration: none;
  list-style-type: none;
  color: white;
  width: 50%;
}

.navigation .active {
  border-bottom: 2px solid rgba(255, 255, 255, 0); /* Couleur de votre choix */
}

h1 {
  font-size: 4rem;
  font-family: "";

  font-style: normal;
  font-weight: 400;
}
h2 {
  font-size: 4rem;
  color: #6b827b;
  font-style: normal;
  font-weight: 600;
}
p {
  line-height: 2rem;
}

.image {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
}
.image img {
  max-height: 300px;
  max-width: 300px;
  height: 100%;
  width: 100%;
}

.en-tete-container {
  color: #6b827b;
  padding-bottom: 5%;
}
.en-tete-container h1 {
  color: #6e8f87;
  font-size: 4rem;
}
.en-tete-container h2 {
  color: #6e8f87;
  font-size: 2.2rem;

  font-family: Anek;
  font-weight: 300;
}

.title {
  font-size: 2.4rem;
  color: #6b827b;
  padding: 2rem;
}

.accueil {
  display: flex;
  align-items: center;
  padding: 5% 10% 0% 10%;
}
.titre-accueil {
  display: flex;
  margin: 0;
  text-align: center;
  max-width: 1000px;
}
.accueil h1,
.accueil h2 {
  display: flex;
}

.accueil img {
  max-width: 160px;
}

.article {
  display: flex;
  align-items: center;

  justify-content: space-between;
}
.article2 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;

  justify-content: space-between;
}
.image2 {
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
}

.image2 img {
  max-height: 300px;
  max-width: 300px;
}
.article-container {
  padding: 0rem 12rem 2rem 12rem;
}

.articleplus {
  color: #6b827b;
  font-size: 1.5rem;
  /* font-family: "Anek Telugu"; */
  text-align: justify;
  font-style: normal;
  font-weight: 400;
}
.articleplus ul {
  gap: 5px;
  padding: 1rem 4rem 2rem 4rem;
}
.articleplus li {
  margin: 10px;
}

.article-containt,
.article-containt2 {
  display: flex;
  flex-direction: column;

  gap: 60px;

  color: #6b827b;

  letter-spacing: 1.625px;
  font-size: 1.7rem;
  padding: 2rem;
}

.vague-container {
  background: #f6f9f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}

.vague-container h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3%;

  /* padding: 5%; */
  font-size: 2.4rem;
}

.vague-container .button {
  margin-bottom: 3%;
}

.vague-container3 .button {
  margin-bottom: 3%;
}

.vague-container3 {
  background: #f6f9f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}

.vague-container3 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  margin-bottom: 3%;

  /* padding: 5%; */
}

.feetandhand {
  display: flex;
  justify-content: center;
  align-items: center;

  color: #6e8f87;
  font-size: 1.6rem;

  padding: 2rem;
  gap: 40px;
}

.feet,
.hand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 10px;
  gap: 20px;
}

.feet img,
.hand img {
  width: 100%;
  max-width: 40px;
  height: auto;
}

.waves img {
  max-height: 60px;
  margin: 0;
  padding: 0;
  height: 100%;
}

.wavesdown img {
  vertical-align: bottom;
}
.waves {
  position: relative;

  max-height: 59px;
}

.image-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;

  padding: 2rem 2rem 2rem 2rem;
}
.image-container-2 {
  display: flex;
  justify-content: space-around;

  padding: 5%;
}
.image-container-2 img {
  display: flex;
  max-width: 300px;
  max-height: 300px;
}
.image-container-3 {
  display: flex;
  max-width: 1300px;
  max-height: auto;
  padding: 5%;
}
.image-container-4 {
  display: flex;
  max-width: 1300px;
  max-height: 700px;
  aspect-ratio: 227/82;
  padding: 5%;
}
.image-container-4 img {
  border-radius: 10px;
}

.image-container img {
  display: flex;

  gap: 56px;
  width: 20%;
  height: auto;
}

.image-container img:nth-child(even) {
  margin-top: 100px;
}
.about-container {
  padding: 2rem 10rem 10rem 10rem;
}
.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.065em;
  color: #6b827b;

  gap: 30px;
}

.about-content img {
  display: flex;
  align-items: center;

  max-width: 50%;
  height: auto;
}

.about-content p {
  padding: 5rem 0rem 5rem 0;

  font-family: Anek;
  letter-spacing: 1.625px;
  font-size: 1.7rem;
  max-width: 40rem;
  color: #6b827b;
  text-align: justify;
}
.about-container2 {
  padding: 2rem;
  display: flex;
  flex-direction: column;

  justify-content: center;
}
.about-container2 h2 {
  display: flex;
  padding: 1rem 2rem 1rem 2rem;
  justify-content: center;
}
.about-content2 p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem 1rem 2rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 38px;
  text-align: justify;
  letter-spacing: 0.065em;

  color: #6b827b;
  gap: 10%;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2% 10% 0% 10%;

  background-color: #6b827b;
  color: white;
}

.logo {
  display: flex;
  align-items: center;

  justify-content: center;
}

.logo img {
  max-width: 175px;
  max-height: 201px;
}
.contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1%;
  padding-bottom: 1%;
  align-items: center;
}

.contact p {
  display: flex;

  justify-content: center;
  text-align: center;
  font-family: Anek;
  font-size: 1rem;
  max-height: 50px;
  margin-bottom: 10px;
}
.mentions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mentions p {
  width: auto;

  font-size: 0.8rem;
}
.mentions a {
  width: auto;
  color: #ccc;
  text-decoration: underline #ffffff;
  font-size: 0.8rem;
}

.card-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
  padding: 2rem 12rem 12rem 12rem;
}
.card {
  color: #6b827b;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
}
.card h2 {
  display: flex;
  font-size: 2rem;
  font-weight: 700;

  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.card p {
  font-size: 1.5rem;
  color: #6b827b;
  font-style: normal;
  font-weight: 400;
}
.tarifs-container {
  padding: 5%;
}
.tarifs p {
  text-align: justify;
}

#formulaire {
  padding: 2rem 12rem 2rem 12rem;
}

.ordi {
  display: flex;
}
.tel {
  display: none;
}

/* Media query pour les écrans de taille inférieure à 768px */
@media screen and (max-width: 960px) {
  /* Ajoutez les styles spécifiques pour les écrans plus petits ici */

  header nav ul {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }
  header li {
    padding: 3%;
  }
  .waves {
    position: inherit;
    bottom: 0;
    margin: 0;
    padding: 0;
  }

  .waves img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }

  .wavesdown img {
    vertical-align: bottom;
    bottom: 0;
    height: 100%;
  }
  .title {
    font-size: 1.6rem;
    padding-left: 5%;
  }
  .vague-container h2,
  .card h2,
  h2 {
    font-size: 1.6rem;
    padding-left: 5%;
  }
  p,
  .about-content p,
  .articleplus,
  .card p,
  .about-content2 p {
    font-size: 1rem;
    line-height: normal;
  }

  .accueil {
    flex-direction: column;
    align-items: center;
  }

  .accueil img {
    margin-bottom: 10px;
  }
  .accueil h1 {
    font-size: 3.7rem;
    margin-bottom: 10%;
  }
  .accueil h2 {
    overflow: hidden;
    font-size: 2.7rem;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }

  .article,
  .article2 {
    flex-direction: column;
    align-items: center;
  }
  .image2 {
    justify-content: center;
  }

  .article-containt {
    gap: 30px;
  }

  .article-containt {
    padding: 5%;
  }

  .vague-title h2 {
    display: flex;
    justify-content: center;
    text-align: justify;
  }

  .feetandhand {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .feet,
  .hand {
    flex-direction: column;
    text-align: center;
  }
  .image {
    display: flex;

    justify-content: center;
    padding: 2rem;
  }

  .image-container {
    flex-direction: column;
  }

  .image-container img:nth-child(even) {
    margin: 50px;
  }
  .image-container img {
    display: flex;

    width: 50%;
    height: auto;
  }
  .image-container-2 {
    display: flex;
    flex-direction: column;
    align-items: center;

    max-width: 800px;
    max-height: 800px;
  }
  .image-container-2 img {
    padding: 1rem;
  }

  .about-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-content img {
    max-width: 100%;
    max-height: none;
    margin-bottom: 20px;
  }
  .about-container {
    padding: 2rem;
  }
  .article-container {
    padding: 2rem;
  }

  .card-container {
    padding: 2rem;
  }

  .footer {
    height: auto;
  }

  .logo img {
    max-width: 150px;
  }
  .contact {
    flex-direction: column;
    justify-content: flex-start;
    padding: 5%;
    gap: 20px;
  }
  #formulaire {
    padding: 2rem 4rem 2rem 4rem;
  }
  .form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .nav-link {
    min-height: 2%;
    border-bottom: 1px solid rgba(203, 255, 195, 0.334);
  }
  .navigation .active {
    border-bottom: 2px solid rgb(255, 255, 255);
  }

  .mentions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .ordi {
    display: none;
  }
  .tel {
    display: flex;
  }
  .mentions-container {
    padding: 1rem;
  }
}

.head-content {
  padding: 0% 0 0 10%;
}

.form-row {
  display: flex;
  margin-bottom: 10px;
  min-width: 280px;
  gap: 20px;
}

.form-column-half {
  flex: 1;
}

.form-column-full {
  flex: 2;
}

label {
  display: block;
}

input,
textarea {
  width: 100%;

  box-sizing: border-box;
  border-radius: 20px;
  height: 80px;
  padding: 2%;
}

button {
  margin-top: 50px;
  margin-bottom: 100px;
}

#message {
  grid-column: span 2; /* Occupe les deux colonnes */
}

#message {
  min-height: 200px;
}
#objet {
  grid-column: span 2;
  height: 80px;
}

input::placeholder {
  color: #6b827b;
  font-style: italic;
  padding-left: 2%;
}

input[type="text"] {
  padding: 5px;
  border: 1px solid #ccc;
}

.container {
  display: flex;
  justify-content: center;
  padding: 2rem;
}
.contact-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 600px;
}
.contact-column h2 {
  display: flex;
  font-size: 2.4rem;
  justify-content: center;

  padding-bottom: 5%;
}
.contact-column p {
  font-family: anek;
  font-size: 1.5rem;
  color: #6b827b;
}

.align {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.align i {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  width: auto;
  font-size: 30px;
}

.mentions-container {
  padding: 10rem;
  font-family: anek;
  font-size: 1.5rem;
  color: #6b827b;
}
.mentions-container p {
  padding: 2rem;

  font-size: 1.5rem;
  color: #6b827b;
}
