@import url('experimentations.css');

.experimentation-titre {
  width:80vw;
  display: flex;
  flex-direction: column;
}

.experimentation-description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video {
  width: 100%;
}

.description-avantage::before {
  content: "→";
  margin-right: 0.4rem;
}

.illustration {
  width: 70%;
  align-self: center;
}

.guide {
  display: flex;
  flex-direction: column;
}

.guide__container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
}

.guide__left-col, .guide__right-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.guide__left-col {
  width: 40%;
}

.guide__right-col {
  width: 60%;
}

.guide img {
  width: 100%;
}

.guidephotos-container {
    padding: 0rem;
    display: flex;
    flex-direction: column;
}

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

.next-experimentation {
    margin-top: 2rem;
    justify-content: left;
}

@media (max-width : 600px) {
  .guide__container {
    flex-direction: column;
    align-items: center;
  }

  .guide__left-col, .guide__right-col {
    width: 80%;
    align-items: center;
  }
}
