.experimentations-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.experimentation-titre {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  gap: 0.5rem;
}

.experimentation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0rem;
  width: 100%;
  justify-content: center;
}

.video {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.guidephotos-container,
.video {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.guidephotos-container img {
  min-width: 200px;
  width: fit-content;
}

.sommaire-wrapper {
  display: flex;
  flex-direction: column;
  width: 70%;
  gap: 1.5rem;
}

.sommaire-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.sommaire {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.sommaire-container li {
  flex: 1;
}

.sommaire-container img {
  width: 100%;
}

.zoomable {
  transition: transform 0.1s ease-in-out;
  display: block;
}

a:hover .zoomable {
  transform: scale(1.1);
}

@media (max-width: 800px) {

  .sommaire-wrapper {
    width: 90%;
  }
}

.cover-image {
  max-width: 100%;
  object-fit: cover;
}

.cover-image img {
    width: 100%;
}
