body {
  font-family: 'Spinnaker', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
}

.conseil-hero {
  /* padding: 60px 5%; */
  background-color: #ffffff;
}

.conseil-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* border: 1px solid #122983; */
}

.conseil-text {
  flex: 1;
  /* padding: 40px; */
  text-align: center;
}

.conseil-text h2 {
  font-size: 30px;
  font-weight: bold;
  color: #122983;
  /* margin-bottom: 20px; */
}

.conseil-text p {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  color: #0b153d;
}

.conseil-image {
  flex: 1;
}

.conseil-image img {
  width: 100%;
  height: auto;
  display: block;
}

.horizontal-line {
  height: 2.4px;
  width: 100%;
  background-color: #122983;
  /* margin: 0 auto; */
}

/* Section 2 */
.conseil-summary {
  text-align: center;
  padding: 60px 10%;
  background-color: #ffffff;
}

.conseil-summary h3 {
  font-size: 30px;
  color: #122983;
  font-weight: bold;
  margin-bottom: 30px;
}

.conseil-summary ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}

.conseil-summary li {
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
  color: #004b6e;
}


.recrutement-section {
  /* padding: 60px 5%; */
  background-color: #ffffff;
}

.recrutement-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* border: 1px solid #122983; */
}

.recrutement-image {
  flex: 1;
}

.recrutement-image img {
  width: 100%;
  height: auto;
  display: block;
}

.recrutement-text {
  flex: 1;
  padding: 30px;
  margin-left: 10%;
  text-align: left;
}

.recrutement-text h3 {
  font-size: 30px;
  color: #122983;
  margin-bottom: 20px;
  margin-left: 15%;
}

.recrutement-text p {
  font-size: 20px;
  color: #004b6e;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}

.accompagnement {
  padding: 60px 5%;
  background-color: #ffffff;
  text-align: center;
}

.accompagnement h3 {
  font-size: 30px;
  color: #122983;
  font-weight: bold;
  margin-bottom: 30px;
}

.accompagnement p {
  font-size: 20px;
  font-weight: bold;
  color: #004b6e;
  line-height: 1.6;
}


.conseil-technique-section {
  /* padding: 60px 5%; */
  background-color: #ffffff;
}

.conseil-technique-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* border: 1px solid #122983; */
}

.conseil-technique-text {
  flex: 1;
  padding: 40px;
  text-align: left;
}

.conseil-technique-text h3 {
  font-size: 30px;
  color: #122983;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.conseil-technique-text p {
  font-size: 20px;
  color: #004b6e;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

.conseil-technique-image {
  flex: 1;
}

.conseil-technique-image img {
  width: 100%;
  height: auto;
  display: block;
}



.domaines-expertise {
  background-color: #000;
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.domaines-expertise h3 {
  color: #30469c;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px;
  margin-left: 18%;
  margin-right: 18%;
  justify-items: center;
}

.expertise-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expertise-item img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.expertise-item p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  max-width: 180px;
}

.closing-section {
  text-align: center;
  padding: 50px 20px;
  font-size: 30px;
  font-weight: bold;
  color: #122983;
  background-color: #fff;
  line-height: 1.6;
}

.horizontal-line {
  height: 2.4px;
  background-color: #30469c;
  width: 100%;
}

/* Mobile Optimization */
@media (max-width: 768px) {

  /* Hero Section */
  .conseil-container {
    flex-direction: column;
    text-align: center;
  }

  .conseil-text h2 {
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .conseil-text p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 40px;
  }

  .conseil-image img {
    width: 100%;
    margin: 0;
    display: block;
    border-top: 2.4px solid #122983;
  }

  /* Summary Section */
  .conseil-summary {
    padding: 30px 15px;
  }

  .conseil-summary h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
  }

  .conseil-summary li {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    font-weight: normal;
  }

  /* Recrutement Section */
  .recrutement-container {
    flex-direction: column;
    text-align: center;
  }

  .recrutement-text {
    padding: 15px;
    margin-left: 0;
  }

  .recrutement-image img {
    border-bottom: 2.4px solid #122983;
  }

  .recrutement-text h3 {
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
  }

  .recrutement-text p {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
  }

  /* Accompagnement Section */
  .accompagnement {
    padding: 30px 15px;
  }

  .accompagnement h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-left: 25%;
    margin-right: 25%;
  }

  .accompagnement p {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    font-weight: normal;
  }

  /* Conseil Technique Section */
  .conseil-technique-container {
    flex-direction: column;
  }

  .conseil-technique-text {
    padding: 20px 15px;
    text-align: left;
  }

  .conseil-technique-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .conseil-technique-text p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    margin-left: 10%;
    margin-right: 10%;
  }

  .conseil-technique-image img {
    width: 100%;
    margin-top: 10px;
    border-top: 2.4px solid #122983;
  }

  /* Domaines d'expertise */
  .domaines-expertise {
    padding: 30px 15px;
  }

  .domaines-expertise h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
  }

  .expertise-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 per row on mobile */
    gap: 20px;
    margin: 0;
  }

  .expertise-item img {
    width: 70px;
  }

  .expertise-item p {
    font-size: 12px;
  }

  /* Closing Section */
  .closing-section {
    font-size: 18px;
    padding: 20px 15px;
    line-height: 1.4;
    margin-left: 15%;
    margin-right: 15%;
  }

  .mission-line {
    height: 2px;
    width: 40%;
    background-color: #273c8e;
    margin: 10px auto 20px auto;
  }
}
