.single-oeuvre {
  padding-top: 40px;
}

/* =========================
   CONTAINER
========================= */

.oeuvre-container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 70px 120px;
}

/* =========================
   TOP
========================= */

.oeuvre-top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;

  align-items: start;

  margin-bottom: 120px;
}

/* =========================
   IMAGE / GALERIE
========================= */

.oeuvre-image {
  width: 100%;
}

.oeuvre-image img {
  width: 100%;
  max-width: 680px;

  height: auto;

  display: block;
}

/* =========================
   MODULA
========================= */

.oeuvre-modula {
  width: 100%;
  max-width: 680px;
}

.oeuvre-modula .modula {
  margin: 0 !important;
}

/* =========================
   INFOS
========================= */

.oeuvre-infos {
  padding-top: 20px;
}

.oeuvre-artiste {
  margin-bottom: 18px;
}

.oeuvre-artiste a {
  text-decoration: none;

  color: #777;

  font-size: 16px;
}

.oeuvre-infos h1 {
  font-family: "Roboto Slab", serif;

  font-size: 56px;
  line-height: 1;

  margin-bottom: 35px;

  color: #111;
}

.oeuvre-meta {
  font-size: 16px;
  line-height: 1.9;

  color: #666;
}

/* =========================
   CONTACT OEUVRE
========================= */

.oeuvre-contact {
  margin-top: 38px;
}

.oeuvre-contact a {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 16px 28px;

  border: 1px solid #111;

  text-decoration: none;

  font-size: 14px;

  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #111;

  transition: all 0.3s ease;
}

.oeuvre-contact a:hover {
  background: #111;
  color: #fff;
}

/* =========================
   DESCRIPTION
========================= */

.oeuvre-description {
  max-width: 760px;

  margin-bottom: 120px;

  font-size: 17px;
  line-height: 2;

  color: #111;
}

.oeuvre-description p {
  margin-bottom: 24px;
}

/* =========================
   RELATED
========================= */

.oeuvre-related {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 40px;
}

.related-item {
  text-decoration: none;

  color: #111;
}

.related-item img {
  width: 100%;

  height: 260px;

  object-fit: cover;

  display: block;

  transition: opacity 0.3s ease;
}

.related-item:hover img {
  opacity: 0.9;
}

.related-item h2 {
  font-family: "Roboto Slab", serif;

  font-size: 18px;
  font-weight: 400;

  margin-top: 16px;

  text-align: center;
}

/* =========================
   RESPONSIVE
========================= */

@media screen and (max-width: 1100px) {
  .oeuvre-container {
    padding: 0 24px 80px;
  }

  .oeuvre-top {
    grid-template-columns: 1fr;

    gap: 50px;

    margin-bottom: 80px;
  }

  .oeuvre-image img,
  .oeuvre-modula {
    max-width: 100%;
  }

  .oeuvre-infos {
    padding-top: 0;
  }

  .oeuvre-infos h1 {
    font-size: 42px;
  }

  .oeuvre-related {
    grid-template-columns: 1fr;

    gap: 50px;
  }

  .related-item img {
    height: auto;
  }

  .oeuvre-contact a {
    width: 100%;

    text-align: center;
  }
}

/* =========================
   FORMULAIRE OEUVRE
========================= */

.oeuvre-form-wrapper {
  display: none;

  margin-top: 30px;

  max-width: 620px;
}

.oeuvre-form-wrapper.active {
  display: block;
}

.oeuvre-contact-btn {
  appearance: none;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 100%;

  max-width: 330px;

  height: 70px;

  padding: 0 40px;

  border: 1px solid #111;

  background: transparent;

  color: #111;

  font-family: "Bebas Neue", sans-serif;

  font-size: 22px;

  letter-spacing: 1.2px;

  text-transform: uppercase;

  cursor: pointer;

  transition: all 0.3s ease;
}

.oeuvre-contact-btn:hover {
  background: #111;
  color: #fff;
}

.oeuvre-form-wrapper .cf7-contact {
  margin-top: 25px;
}

.oeuvre-form-wrapper .cf7-row {
  margin-bottom: 10px;
}

.oeuvre-form-wrapper .cf7-row label {
  display: block;

  margin-bottom: 4px;

  font-family: "Roboto Slab", serif;

  font-size: 15px;

  font-weight: 500;

  color: #111;
}

.oeuvre-form-wrapper input,
.oeuvre-form-wrapper textarea,
.oeuvre-form-wrapper select {
  width: 100%;

  min-height: 46px;

  padding: 8px 12px;

  border: 1px solid #2a2a2a;

  background: transparent;

  border-radius: 0;

  font-family: "Roboto Slab", serif;

  font-size: 14px;

  color: #111;
}

.oeuvre-form-wrapper textarea {
  min-height: 110px;

  resize: vertical;
}

.oeuvre-form-wrapper .cf7-submit {
  margin-top: 18px;
}

.oeuvre-form-wrapper .cf7-submit input[type="submit"] {
  width: 100%;

  height: 70px;

  border: 1px solid #111;

  background: transparent;

  color: #111;

  font-family: "Bebas Neue", sans-serif;

  font-size: 22px;

  letter-spacing: 1.4px;

  text-transform: uppercase;

  cursor: pointer;

  transition: all 0.3s ease;
}

.oeuvre-form-wrapper .cf7-submit input[type="submit"]:hover {
  background: #111;

  color: #fff;
}

@media screen and (max-width: 1100px) {
  .oeuvre-contact-btn {
    width: 100%;

    max-width: none;
  }

  .oeuvre-form-wrapper {
    max-width: 100%;
  }
}
