@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");

body {
  font-family: "Playfair", serif;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #333;
  background-color: #fff2e2;
  font-size: 20px;
}

header {
  padding: 50px 0 0 0;
  background-color: #fff2e2;
  color: black;
  display: flex;
  position: relative;
  height: 800px;
  overflow: hidden;
}

header h2 {
  font-size: 35px;
}

#pitch-background-photo {
  width: 33.333%;
  height: 100%;
  background-image: url(/office2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#pitch {
  width: 66.666%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 250px;
}

#pitch-photo-container {
  position: absolute;
  top: 15%;
  left: calc(33.333% - 300px);
  width: 370px;
  display: flex;
  justify-content: center;
}

#pitch-photo {
  z-index: 10;
  width: 370px;
  height: 600px;
  border-radius: 400px 400px 0 0;
  background-image: url(/woman.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0 15px 0 0;
  display: flex;
  gap: 25px;
}

nav ul li {
  display: inline;
}

nav ul li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #f39c12;
}

#pitch {
  padding: 20px 50px;
}

#logo {
  height: 140px;
  width: auto;
  margin-top: 17px;
}

h1 {
  font-family: "Playfair", serif;
  margin: 0;
  font-size: 64px;
  font-weight: 900;
}

h2 {
  font-family: "Playfair", serif;
  margin: 0;
  font-size: 45px;
  font-weight: 900;
}

section {
  padding: 20px;
  margin: 0px;
}

#accueil {
  display: flex;
  background-color: #fcf7f0;
  padding: 0;
}
#accueil-text {
  width: 80%;
  padding: 50px;
}

.custom-list {
  list-style: none; /* Supprime les puces par défaut */
  padding: 0;
}

.custom-list li {
  display: flex;
  align-items: center; /* Aligne le texte et l'icône */
  gap: 10px; /* Espace entre l'icône et le texte */
  font-size: 20px;
  color: #5a4636; /* Marron foncé */
  margin-bottom: 10px; /* Espace entre les éléments */
}

.custom-list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235a4636"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>')
    no-repeat center center;
  background-size: contain; /* Ajuste la taille au conteneur */
}

#keyboard-div {
  width: 20%;
  height: 500px;
}

#keyboard {
  width: auto;
  height: 100%;
}

#services-header {
  text-align: center;
  margin-bottom: 40px;
}

#services-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#card {
  width: 281px;
  height: 235px;
  text-align: center;
  padding: 10px;
  background-color: rgba(245, 222, 201, 0.5);
  margin-bottom: 10px;
}

.card-image-commerciale {
  width: 300px;
  height: 195px;
  background-image: url("/planner2.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 150px 150px 0 0;
}

.card-image-admin {
  width: 300px;
  height: 195px;
  background-image: url("/books.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 150px 150px 0 0;
}

.card-image-particulier {
  width: 300px;
  height: 195px;
  background-image: url("/penbook.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 150px 150px 0 0;
}

.card-image-com {
  width: 300px;
  height: 195px;
  background-image: url("/computer.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 150px 150px 0 0;
}

#card ul {
  list-style-type: none;
  padding: 0;
}

#tarifs {
  position: relative;
  background-color: #fcf7f0;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.tarifs-container {
  margin-bottom: 40px;
}

.tarifs-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  position: relative;
}

.tarif-card {
  background-color: #f3e5da;
  border-radius: 50%;
  padding: 30px 20px;
  width: 280px;
  height: 245px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 10px;
}

.tarif-card h3 {
  font-size: 1.5rem;
  color: #8c7253;
  margin-bottom: 15px;
}

.tarif-card .prix {
  font-size: 1.8rem;
  color: #5a4636;
  font-weight: bold;
}

#tarifs::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -10%;
  width: 200px;
  height: 400px;
  background-color: rgba(248, 231, 209, 0.5);
  transform: rotate(45deg);
  z-index: 0;
}

#tarifs::after {
  content: "";
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 250px;
  height: 450px;
  background-color: rgba(245, 222, 201, 0.5);
  transform: rotate(-30deg);
  z-index: 0;
}

#recommendations h2 {
  text-align: center;
  margin-bottom: 40px;
}

.recommendation {
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}

.recommendation::before {
  content: "“";
  font-size: 8rem;
  color: #e0c4a8;
  position: absolute;
  left: 0;
  top: -26px;
  line-height: 1;
}

.recommendation blockquote {
  font-size: 1.1rem;
  color: #5a4636;
  line-height: 1.6;
  margin: 10px;
  font-size: 20px;
}

blockquote footer {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #8c7253;
  text-align: right;
  font-style: italic;
}
#contact {
  padding: 50px 20px 0 20px;
  background-color: #fcf7f0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#contact h2 {
  margin-bottom: 20px;
}

.contact-info {
  height: 325px;
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 48% 49% 0% 0% / 62% 66% 26% 26%;
  background: rgba(248, 231, 209, 0.5);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  color: #5a4636;
}

.contact-item a,
.contact-item p {
  text-decoration: none;
  color: #8c7253;
  margin: 0;
  font-size: 20px;
}

.contact-item a:hover,
.contact-item p:hover {
  text-decoration: underline;
}

.cvg,
.cvg a {
  color: #8c7253;
  text-align: center;
}

.contact-icon {
  width: 24px;
  height: 24px;
  color: #5a4636;
}

.icon-instagram {
  width: 24px;
  height: 24px;
  background-color: #8c7253; /* ta couleur */
  -webkit-mask: url("instagram.svg") no-repeat center / contain;
  mask: url("instagram.svg") no-repeat center / contain;
}

.italic {
  font-style: italic;
}

/* Mobile Styles */
@media (max-width: 768px) {
  nav {
    padding: 0 10px;
    justify-content: left;
  }

  header {
    flex-direction: column-reverse;
    padding: 50px 10px 0px 10px;
    height: unset;
  }

  #logo {
    margin: 22px -32px 0 -25px;
    height: 130px;
  }

  nav ul li a[href="#accueil"] {
    display: none;
  }

  #card {
    margin-bottom: 25px;
  }

  #tarifs::after,
  #tarifs::before {
    display: none;
  }

  .tarifs-grid {
    gap: 0;
    flex-direction: column;
  }

  .tarif-card {
    margin: 10px;
  }

  #keyboard {
    display: none;
  }

  #accueil-text {
    width: 100%;
  }

  #pitch-photo-container {
    position: unset;
  }

  #pitch-background-photo {
    display: none;
  }

  #pitch-photo {
    width: 300px;
    height: 400px;
    position: unset;
  }

  #pitch {
    margin-left: 0;
    width: 100%;
    padding: 0px 10px 0px 10px;
  }

  h1 {
    font-size: 50px;
    margin-top: 50px;
  }

  #accueil-text {
    padding: 30px 0 0 0;
  }

  #accueil {
    padding: 10px;
    display: block;
  }

  #tarif-card {
    width: 250px;
    height: 220px;
  }

  #keyboard-div {
    display: none;
  }
}
