/* ------------ STYLES GÉNÉRAUX ALIGNÉS SUR COACHINGS / WESTERN ------------ */
.elevage-section {
  background-color: #eeeeee;
  padding: 40px 20px;
  font-family: 'Open Sans', sans-serif;
}

.elevage-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.elevage-images {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.elevage-block {
  text-align: center;
}

.elevage-block img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background-color: #eeeeee;
  display: block;
  margin: 0 auto;
}

.elevage-caption {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  padding: 4px 10px;
  font-weight: 600;
  position: relative;
  margin-top: -35px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.elevage-text {
  width: 65%;
  max-width: 600px;
  line-height: 1.6;
}

.elevage-title {
  font-family: 'Great Vibes', cursive;
  font-size: 64px !important;
  color: #ff9900;
  margin-bottom: 20px;
  text-shadow:
    2px 2px 4px #000000,
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000;
}

.elevage-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 20px;
}

.elevage-text p,
.elevage-text ul {
  font-size: 18px;
  line-height: 1.6;
}

/* ----------- RESPONSIVE ----------- */
@media (max-width: 991px) {
  .elevage-container {
    flex-direction: column;
    align-items: center;
  }
  .elevage-images,
  .elevage-text {
    width: 100%;
  }
  .elevage-title {
    text-align: center;
  }
  .elevage-subtitle {
    text-align: center;
  }
  .elevage-text p,
  .elevage-text ul {
    text-align: center;
  }
}



.funky-title {
  font-family: 'Arial Black', Gadget, sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 36px;
  color: #1a1a1a;
  text-align: center;
  text-shadow:
    1px 1px 0 #999,
    2px 2px 3px rgba(0,0,0,0.6);
  margin-top: 20px;
  margin-bottom: 10px;
}

.etalon-main-image {
  text-align: center;
  margin-top: 20px;
}

.etalon-main-image img {
  max-width: 300px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}




.poulinieres-section {
  background-color: #eeeeee;
  padding: 40px 20px;
  font-family: 'Open Sans', sans-serif;
}

.poulinieres-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.poulinieres-images {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 200px;
}

.poulinieres-images img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  background-color: #eeeeee;
}

.poulinieres-caption {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  padding: 4px 10px;
  font-weight: 600;
  position: relative;
  margin-top: -40px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.poulinieres-text {
  width: 500px;
}

.poulinieres-title {
  font-family: 'Great Vibes', cursive;
  font-size: 64px !important;
  color: #ff9900;
  margin-bottom: 20px;
  text-shadow:
    2px 2px 4px #000000,
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000;
}

.poulinieres-text ul {
  font-size: 18px;
  line-height: 1.6;
}

/* ----------- RESPONSIVE ----------- */
@media (max-width: 991px) {
  .poulinieres-container {
    flex-direction: column;
    align-items: center;
  }

  .poulinieres-images {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .poulinieres-text {
    width: 100%;
    max-width: 600px;
  }

  .poulinieres-title {
    text-align: center;
  }
}


/* ----------- MARIAGES 2023 ----------- */
.mariages-section {
  background-color: #eeeeee;
  padding: 40px 20px;
  font-family: 'Open Sans', sans-serif;
}

.mariages-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mariages-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 200px;
}

.mariage-block {
  text-align: center;
}

.mariage-block img {
  width: 100%;
  height: 200px;
  object-fit: contain; /* Affiche toute l'image sans la rogner */
  border-radius: 12px;
  background-color: #eeeeee;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: block;
  margin: 0 auto;
}


.mariage-label {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  padding: 4px 10px;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
  margin-top: 5px;
}

.mariages-text {
  width: 500px;
  max-width: 100%;
  line-height: 1.6;
}

.mariages-title {
  font-family: 'Great Vibes', cursive;
  font-size: 64px !important;
  color: #ff9900;
  margin-bottom: 20px;
  text-shadow:
    2px 2px 4px #000000,
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000;
}

.mariages-text p {
  font-size: 18px;
  margin-bottom: 16px;
}

/* ----------- RESPONSIVE ----------- */
@media (max-width: 991px) {
  .mariages-container {
    flex-direction: column;
    align-items: center;
  }

  .mariages-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .mariage-block {
    width: 200px;
  }

  .mariages-text {
    width: 100%;
    max-width: 600px;
    text-align: center;
  }

  .mariages-title {
    text-align: center;
    font-size: 48px !important;
  }
}


/*chevaux à vendre :*/ 

/* ----------- CHEVAUX À VENDRE ----------- */
.chevaux-section {
  background-color: #eeeeee;
  padding: 40px 20px;
  font-family: 'Open Sans', sans-serif;
}

.chevaux-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.chevaux-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 200px;
}

.cheval-block {
  text-align: center;
}

.cheval-block img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 12px;
  background-color: #eeeeee;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: block;
  margin: 0 auto;
}

.chevaux-text {
  width: 500px;
  max-width: 100%;
  line-height: 1.6;
}

.chevaux-title {
  font-family: 'Great Vibes', cursive;
  font-size: 64px !important;
  color: #ff9900;
  margin-bottom: 20px;
  text-shadow:
    2px 2px 4px #000000,
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000;
  text-align: center;
}

.chevaux-text p {
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .chevaux-container {
    flex-direction: column;
    align-items: center;
  }

  .chevaux-col,
  .chevaux-text {
    width: 100%;
  }

  .chevaux-title {
    font-size: 48px;
    text-align: center;
  }

  .chevaux-text p {
    text-align: center;
  }
}

.etalon-main-image {
  text-align: center;
  margin-top: 20px;
}

.etalon-main-image img {
  max-width: 300px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


/* fin de chevaux à vendre --- */

/* Colonnes gauche et droite uniformisées */
.elevage-col,
.chevaux-col,
.mariages-col,
.poulinieres-images {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
