#cta-offre,
#cta-offre .bloc-offre {
  height: auto !important;
  min-height: 219px !important;
}

#offre-banner {
  font-family: "Buffalo", arial;
  font-weight: 700;
}
#offre-banner .section-hero {
  background-image: none !important;
}
#offre-banner #cta-offre .bloc-offre {
  display: flex;
  flex-direction: column;
}
#offre-banner #cta-offre .bloc-offre .row {
  margin-top: 0px !important;
  padding: 1rem 2rem;
  height: 100% !important;
  min-height: unset;
}
#offre-banner #cta-offre .prix {
  font-size: 7rem;
}
#offre-banner #cta-offre .duree {
  font-size: 3rem;
  text-align: left;
  margin-left: 1rem;
}
#offre-banner #cta-offre .box-prix {
  margin-top: 0px;
  margin-left: 1rem !important;
  padding: 10px 32px 12px 20px !important;
  align-items: center;
  transform: skewX(-10deg);
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 42px;
  white-space: nowrap;
  color: #fff;
  line-height: 0.8;
}
#offre-banner #cta-offre .titre-offre {
  font-size: 4rem;
  margin-bottom: 0rem;
  margin-top: -1rem;
  text-align: right;
  line-height: 0.8;
  margin-right: 1rem;
}
#offre-banner #cta-offre .box-button {
  margin-left: -1rem;
  margin-top: -1.1rem;
}
#offre-banner #cta-offre .box-button .button-action {
  font-size: 3rem;
  border: 3px solid #003C57 !important;
}
#offre-banner #cta-offre .box-button .button-action:hover {
  color: #003C57 !important;
  background-color: #fff !important;
  border: 3px solid #003C57 !important;
}
#offre-banner #cta-offre .container-offre-row {
  width: 100%;
  margin: auto;
}
#offre-banner #cta-offre .container-offre-prix {
  display: flex;
  align-items: center;
}
#offre-banner #cta-offre .conditions {
  font-size: 1.5rem;
  margin-top: 10px;
  font-family: "buffalo", arial;
  color: #003C57;
  text-align: left;
  margin-left: 2rem;
  font-weight: 500;
}
#offre-banner #cta-offre .btn-prix {
  margin-top: 1rem;
  text-decoration: none !important;
}
#offre-banner #cta-offre .btn-prix:hover {
  text-decoration: none !important;
}
#offre-banner #cta-offre .intro {
  justify-content: center;
}
#offre-banner #cta-offre .col-left,
#offre-banner #cta-offre .col-sm-5,
#offre-banner #cta-offre .col-sm-3,
#offre-banner #cta-offre .col-sm {
  flex: 0 0 auto;
  width: auto;
}
#offre-banner #cta-offre .col-left {
  padding-right: 0px;
  max-width: 37%;
  margin-left: -2rem;
}

@media (max-width: 1100px) {
  #offre-banner #cta-offre .bloc-offre .titre-offre {
    font-size: 3.8rem;
  }
  #offre-banner #cta-offre .bloc-offre .col-left {
    margin-left: 0rem;
  }
}
@media (max-width: 1000px) {
  #offre-banner #cta-offre .bloc-offre .duree {
    font-size: 2.5rem;
  }
  #offre-banner #cta-offre .bloc-offre .box-prix {
    padding: 10px 32px 12px 20px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  #offre-banner #cta-offre .bloc-offre .duree {
    font-size: 2rem;
  }
  #offre-banner #cta-offre .bloc-offre .prix {
    font-size: 4.8rem;
  }
  #offre-banner #cta-offre .bloc-offre .titre-offre {
    font-size: 3.2rem;
  }
  #offre-banner #cta-offre .bloc-offre .button-action {
    font-size: 2rem !important;
  }
}
@media (max-width: 990px) {
  #offre-banner #cta-offre .titre-offre {
    margin-bottom: 0px;
  }
  #offre-banner #cta-offre .duree {
    margin-left: 1rem;
  }
  #offre-banner #cta-offre .bloc-offre {
    background-position: top left, bottom -30px right, bottom left;
    background-size: 200px, 170px, 100px !important;
  }
}
@media (max-width: 880px) {
  #offre-banner #cta-offre .bloc-offre .button-action {
    font-size: 2.5rem;
  }
  #offre-banner #cta-offre .bloc-offre .row {
    margin-top: 0px !important;
    padding: 1rem 1rem;
  }
  #offre-banner #cta-offre .box-button {
    margin-top: -1.6rem;
  }
}
@media (max-width: 768px) {
  #offre-banner #cta-offre .bloc-offre {
    padding: 4rem 1rem 6rem;
    width: unset;
    background-position: top left, bottom 0px right, bottom left;
    background-size: 200px, 200px, 170px !important;
  }
  #offre-banner #cta-offre .titre-offre {
    font-size: 3.8rem;
    text-align: center;
    margin: auto;
  }
  #offre-banner #cta-offre .box-prix {
    margin-top: 0.7rem;
  }
  #offre-banner #cta-offre .btn-prix {
    margin-bottom: 1.5rem;
  }
  #offre-banner #cta-offre .container-offre-prix {
    flex-direction: column;
    justify-content: center;
  }
  #offre-banner #cta-offre .box-button {
    margin-left: 0rem;
  }
  #offre-banner #cta-offre .button-action {
    margin-top: 2rem;
  }
  #offre-banner #cta-offre .col-left {
    max-width: unset;
    width: 100%;
  }
  #offre-banner #cta-offre .conditions {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 468px) and (max-width: 768px) {
  #offre-banner .section-hero .bloc-offre .titre-offre {
    font-size: 4.5rem !important;
  }
  #offre-banner .section-hero .bloc-offre .col-left {
    padding-right: 0px;
    max-width: unset;
  }
}
@media (max-width: 467px) {
  #offre-banner .section-hero .bloc-offre .titre-offre {
    font-size: 2.8rem !important;
  }
  #offre-banner .section-hero .bloc-offre .duree {
    font-size: 2rem !important;
  }
  #offre-banner .section-hero .bloc-offre .prix {
    font-size: 5rem !important;
  }
  #offre-banner .section-hero .bloc-offre .box-prix {
    padding: 10px 20px 12px 20px !important;
    margin-left: 0px !important;
  }
  #offre-banner .section-hero .bloc-offre .col-left {
    padding-left: 0px !important;
  }
}
@media (max-width: 450px) {
  #offre-banner #cta-offre .bloc-offre {
    background-size: 200px, 149px, 134px !important;
  }
  #offre-banner #cta-offre .bloc-offre .row {
    margin: 0 !important;
  }
  #offre-banner #cta-offre .bloc-offre .titre-offre {
    font-size: 2.8rem;
  }
}

/*# sourceMappingURL=banner.css.map */
