.page-trouver {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 75px;
}
.page-trouver .container_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cover_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  background-image: url("/images/index-header-r.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 33%;
  transition: background-position 1s ease-in-out;
}
.cover_bg_white {
  position: absolute;
  width: 66%;
  height: 13%;
  bottom: 0;
  z-index: 3;
  background-color: white;
}
.header_text {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 50%;
  color: var(--white);
  z-index: 2;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-style: italic;
  padding: 5%;
}
.header_text h2 {
  text-transform: none;
}
h1 span {
  font-size: 3rem;
  display: block;
}
h2 {
  color: var(--gold);
}
button {
  font-size: 16px;
  font-family: "roboto", sans-serif;
}
.header_text .a_button {
  margin-top: 5%;
}
h2 {
  font-style: italic;
}
.section-1 .row-3 {
  margin-top: 30px;
}
.section-1 .row-3 .coordoones {
  display: flex;
  column-gap: 10px;
}
.section-1 .row-3 a {
  color: black;
  font-weight: 400;
}
.section-1 .row-3 a:hover {
  color: var(--gold);
}
.section-1 .row-3 .ville {
  color: var(--gold);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1em;
}
.section-1 .row-3 .telephone {
  margin-top: 20px;
}
.section-1 .row-3 .courriel {
  margin-top: 20px;
}
.section-1 .title {
  color: var(--gold);
  font-size: 1.5em;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 40px;
}
.page-trouver > .a_button {
  align-self: center;
}
.section-2 {
  margin-top: 64px;
}
.section-2 .row-1 {
  margin-bottom: 20px;
}
.section-2 .row-1 h2 {
  font-weight: 800;
  text-transform: none;
}
.section-2 form .grid-container .textarea-container {
  grid-column-end: 3;
  grid-column-start: 1;
}
@media only screen and (max-width: 1499px) {
  h1 span {
    font-size: 2.5rem;
  }
  .cover_bg.active {
    background-position: right -500%;
  }
}
@media only screen and (max-width: 1023px) {
  h1 span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .section-2 form .grid-container .textarea-container {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
  .header_text {
    top: 35%;
  }
  .header_text .a_button {
    margin-top: 0;
    font-size: 0.8rem;
    padding: 5px 30px;
    border-width: 3px;
    border-radius: 13px;
  }
  .page-trouver .header_text .a_button {
    background-color: red;
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 500px) {
  h1 span {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 2000px) {
  .page-trouver .container_img img {
    max-width: unset;
    height: 900px;
    object-fit: cover;
  }
}
