h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--title-font-family);
  color: var(--main-color-green);
  margin-bottom: 2rem;
}

h1,
.h1 {
  font-size: var(--font-size-h1);
}

h2,
.h2 {
  font-size: var(--font-size-h2);
}

h3,
.h3 {
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
}

a {
  color: var(--main-color-black);
  text-decoration: none;
}

section {
  margin-bottom: 5rem;
}

.content-area {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .content-area {
    padding: 0 2rem;
  }
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* BREADCRUMB */
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb {
  font-size: var(--font-size-base);
  color: var(--color-light-black);
  padding: 2rem 0;
  margin: 0;
}

/* AVIS */
#google_reviews h2 {
  margin-bottom: 2rem;
}

#google_reviews
  .ti-widget.ti-goog
  .ti-verified-by-row[data-style="2"]
  > .ti-inner {
  background-color: var(--main-color-green) !important;
  color: var(--main-color-white) !important;
  border-radius: var(--border-radius);
  padding: 0.5rem 1rem;
}

#google_reviews
  .ti-widget.ti-goog
  .ti-verified-by-row[data-style="2"]
  .ti-info-icon {
  background-color: var(--main-color-white) !important;
}

#google_reviews .ti-widget.ti-goog .ti-verified-by-row {
  text-align: right;
}

/* INFORMATIONS */

#informations_pepiniere {
  width: 100%;
  gap: 1.875rem;
  display: flex;
  align-items: center;
}

#informations_pepiniere .map {
  width: 50%;
}

#informations_pepiniere .schedule {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  #informations_pepiniere {
    flex-direction: column;
  }
  #informations_pepiniere .map {
    width: 100%;
  }

  #informations_pepiniere .schedule {
    width: 100%;
  }
}

#informations_pepiniere .schedule table {
  width: 100%;
}

#informations_pepiniere .schedule table td {
  text-align: center;
}

#informations_pepiniere .schedule table th {
  text-align: left;
}

#informations_pepiniere .schedule table tr td,
.schedule table tr th {
  padding: 1rem 2rem;
}

#informations_pepiniere .schedule table tr:nth-child(odd) {
  background-color: var(--color-light-beige);
}
