.banniere-promo {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: stretch;
  background-position: center;
  background-size: cover;
}
.banniere-promo__container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px;
  z-index: 1;
}
.banniere-promo__inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.banniere-promo__overline {
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  line-height: 1.185;
  margin-bottom: -20px;
}
.banniere-promo__title {
  font-family: "Rubik", sans-serif;
  font-size: 31px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.185;
  margin-bottom: -14px;
}
.banniere-promo__overline + .banniere-promo__title {
  font-size: 54px;
}
.banniere-promo p {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6875;
}
.banniere-promo__overlay-center, .banniere-promo__overlay-left, .banniere-promo__overlay-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.banniere-promo__overlay-center {
  margin: 0 auto;
}
.banniere-promo__overlay-left, .banniere-promo__overlay-right {
  width: 30%;
  background-size: 120% auto;
  bottom: 57px;
}
.banniere-promo__overlay-left {
  right: auto;
  background-position: bottom right;
}
.banniere-promo__overlay-right {
  left: auto;
  background-position: bottom left;
}
.banniere-promo__button {
  display: inline-block;
  padding: 8px 24px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6875;
  border: 1px solid currentColor;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 768px) {
  .banniere-promo {
    height: auto;
    min-height: 615px;
  }
  .banniere-promo__overline + .banniere-promo__title {
    font-size: 31px;
  }
  .banniere-promo__overlay-center {
    width: 100%;
    background-size: auto 70%;
    z-index: 1;
  }
  .banniere-promo__overlay-left, .banniere-promo__overlay-right {
    width: auto;
    height: 30%;
    background-size: 110% auto;
    background-position: bottom center;
  }
  .banniere-promo__overlay-left {
    right: 0;
    bottom: auto;
  }
  .banniere-promo__overlay-right {
    left: 0;
    bottom: 27px;
    top: auto;
  }
}

.banniere-reponse {
  position: relative;
  min-height: 481px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.banniere-reponse__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 58px 80px;
}
.banniere-reponse__inner-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 500px;
}
.banniere-reponse__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}
.banniere-reponse__product {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 40%;
  height: 300px;
  background-position: center left;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.banniere-reponse__product-responsive {
  display: none;
  position: absolute;
  right: 0;
  bottom: -54px;
  width: 100%;
  height: 200px;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.banniere-reponse h2 {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.185;
}
.banniere-reponse p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
}
.banniere-reponse__overlay-responsive {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.banniere-reponse__button {
  display: inline-block;
  padding: 8px 24px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6875;
  border: 1px solid currentColor;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 768px) {
  .banniere-reponse {
    height: auto;
    min-height: 557px;
    margin-bottom: 54px;
    align-items: flex-start;
  }
  .banniere-reponse__container {
    margin-top: 100px;
    margin-bottom: 200px;
    margin-right: 73px;
    padding: 53px 39px;
    z-index: 10;
  }
  .banniere-reponse__overlay {
    display: none;
  }
  .banniere-reponse__overlay-responsive {
    display: block;
  }
  .banniere-reponse__product {
    display: none;
  }
  .banniere-reponse__product-responsive {
    display: block;
  }
}

.banniere-simple {
  position: relative;
  min-height: 481px;
  display: flex;
  align-items: center;
  justify-content: stretch;
  background-position: center;
  background-size: cover;
}
.banniere-simple__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px;
}
.banniere-simple__inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.banniere-simple__inner-box--left {
  margin: 0;
  margin-right: auto;
  text-align: left;
  align-items: flex-start;
}
.banniere-simple__inner-box--right {
  margin: 0;
  margin-left: auto;
  text-align: right;
  align-items: flex-end;
}
.banniere-simple__overline {
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  line-height: 1.185;
  margin-bottom: -20px;
}
.banniere-simple__title {
  font-family: "Rubik", sans-serif;
  font-size: 31px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.185;
}
.banniere-simple__overline + .banniere-simple__title {
  font-size: 54px;
}
.banniere-simple p {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6875;
}
.banniere-simple__button {
  display: inline-block;
  padding: 8px 24px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6875;
  border: 1px solid currentColor;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 768px) {
  .banniere-simple {
    height: auto;
    min-height: 720px;
  }
  .banniere-simple__title {
    font-size: 20px;
  }
  .banniere-simple__overline + .banniere-simple__title {
    font-size: 30px;
  }
  .banniere-simple__overline {
    font-size: 15px;
  }
  .banniere-simple p {
    font-size: 14px;
  }
}