 .u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 778px;
}

.u-section-1 .u-image-1 {
  width: 936px;
  height: 777px;
  margin: 1px auto;
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 599px;
  }

  .u-section-1 .u-image-1 {
    width: 720px;
    height: 598px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 450px;
  }

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 449px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 284px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 283px;
  }
}

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

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

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

.chevre-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;
}

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

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

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

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

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

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

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

.contact-logos {
  display: flex;
  gap: 20px;
  justify-content: center; /* ou flex-start selon l’alignement souhaité */
  align-items: center;
  margin-top: 20px;
}

.contact-logos img {
  height: 60px; /* Ajuste ici pour plus petit ou plus grand */
  width: auto;
  object-fit: contain;
  transition: transform 0.2s ease-in-out;
}

.contact-logos img:hover {
  transform: scale(1.05);
}
.contact-text p {
  margin: 4px 0;
  font-size: 16px;
  font-weight: 500;
}