#breadcrumbs {
  display: none;
}

.bs-wrapper {
  background-color: #ECFFEC;
  color: #113027;
}

.bs-wrapper img {
  width: 100%;
}

.bs-wrapper header {
  position: relative;
  max-width: 1650px;
  margin: auto;
}

.bs-wrapper header img {
  width: 100%;
  max-height: 675px;
  object-fit: cover;
  position: relative;
  object-position: bottom;
}

.bs-wrapper h1 {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

@media screen and (max-width: 90rem) and (min-width: 60rem) {
  .bs-wrapper h1 {
    font-size: 3rem;
    top: 65%;
  }
}

@media screen and (min-width: 118rem) {
  .bs-wrapper header img {
    object-position: 0% 70%;
  }

  .bs-wrapper h1 {
    font-size: 4rem;
  }
}

.bs-wrapper section {
  background-color: #fff;
  z-index: 2;
  position: relative;
  max-width: 1440px;
  margin: -6rem auto 0;
}

.bs-wrapper section > p {
  text-align: center;
  padding: 2rem 4rem;
  margin: 0;
}

.bs-wrapper section > p:first-of-type {
  font-size: 1.25rem;
  line-height: 1.7rem;
  letter-spacing: .02rem;
}

.bs-wrapper section > p:nth-of-type(2) {
  line-height: 1.5rem;
  letter-spacing: .05rem;
  word-spacing: .12rem;
}

.bs-wrapper section > p:last-of-type {
  font-size: 2rem;
  padding: 0;
  margin-bottom: 3rem;
}

.bs-wrapper article {
  display: flex;
}

.bs-wrapper article:not(:last-of-type) {
  margin-bottom: 3rem;
}

.bs-wrapper article .bs-img {
  width: 50%;
  position: relative;
}

.bs-wrapper article:nth-of-type(2n+1) {
  text-align: right;
}

.bs-wrapper article div:not(.bs-img) {
  width: 50%;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: .05rem;
  word-spacing: .12rem;
}

.bs-wrapper article h2 {
  font-size: 1.3rem;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 2rem;
}

.bs-wrapper article p {
  line-height: 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
}

.bs-wrapper article a {
  color: #fff;
  text-transform: uppercase;
  background-color: #113027;
  padding: 1rem 2rem;
  position: relative;
  margin: 10px auto;
  font-weight: 600;
  text-align: center;
}

.bs-wrapper article a::before, .bs-wrapper article a::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
}

.bs-wrapper article a::before {
  top: -10px;
  left: -10px;
  border-left: solid 1px #113027;
  border-top: solid 1px #113027;
}

.bs-wrapper article a::after {
  bottom: -10px;
  right: -10px;
  border-right: solid 1px #113027;
  border-bottom: solid 1px #113027;
}

/* COPYRIGHTS */
.bs-wrapper header::after {
  content: '© Emmanuel Berthier';
  color: #fff;
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: fit-content;
  z-index: 3;
  width: fit-content;
  font-size: .7rem;
  font-weight: 300;
  transform: rotate(270deg) translate(50%,400%);
}

.bs-wrapper article div.bs-img::after {
  content: '';
  color: #fff;
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: fit-content;
  z-index: 3;
  width: fit-content;
  font-size: .7rem;
  font-weight: 300;
}

.bs-wrapper article:nth-of-type(1) div.bs-img::after {
  content: '© Marine Leroy';
}

.bs-wrapper article:nth-of-type(2) div.bs-img::after {
  content: '© Emmanuel Berthier';
}

.bs-wrapper article:nth-of-type(3) div.bs-img::after {
  content: '© Marine Leroy';
}

.bs-wrapper article:nth-of-type(4) div.bs-img::after {
  content: '© Eric Garault';
}

@media screen and (max-width: 59rem) {
  .bs-wrapper h1 {
    font-size: 2rem;
    width: 90%;
  }

  .bs-wrapper section > p {
    padding: 2rem 2.2rem;
  }

  .bs-wrapper section > p:first-of-type {
    font-size: 1.1rem;
  }

  .bs-wrapper section {
    margin: 0 auto;
  }

  .bs-wrapper article {
    flex-direction: column;
  }

  .bs-wrapper article .bs-img, .bs-wrapper article div:not(.bs-img) {
    width: 100%;
  }

  .bs-wrapper article a {
    width: 100%;
  }

  .bs-wrapper article:nth-of-type(2n+2) {
    flex-direction: column-reverse;
  }

  .bs-wrapper article:last-of-type img {
    max-height: 300px;
    object-fit: cover;
    object-position: bottom;
  }

  .bs-wrapper article:not(:last-of-type) {
    margin-bottom: 0;
  }

  .bs-wrapper header::after {
    transform: none;
  }
}

footer {
  @media screen and (min-width: 1280px) {
    width: 1140px !important;
  }
  margin: 0 auto !important;
}
