/*------------------------------- end general init -----------------------------------*/
.text-blue,
.text-blue h1,
.text-blue h2,
.text-blue h3 {
  color: #092141 !important;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3 {
  color: #fff;
}

#offre-page {
  transition: background 1s ease-in-out;
}
#offre-page .logo {
  background-color: #fff;
}
#offre-page .section {
  height: auto;
  padding: 10rem 3rem;
  margin-bottom: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: "MultipleSans Pro", arial;
  font-weight: 600;
}
#offre-page .section h1,
#offre-page .section h2,
#offre-page .section h3,
#offre-page .section .titre-offre {
  font-family: "Buffalo";
}
#offre-page .section .titre-offre {
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
#offre-page .section h2 {
  font-size: 5rem;
  max-width: 900px;
  margin-block-start: 0rem;
  margin-block-end: 0rem;
  line-height: 0.8;
}
#offre-page .section h3 {
  font-size: 2rem;
}
#offre-page .section ul {
  padding-inline-start: 20px;
}
#offre-page .section .row {
  max-width: 1800px;
  margin: auto;
}
#offre-page .section .box-image img {
  width: 35vw;
  height: 80vh;
  object-fit: cover;
}
#offre-page .section .big-titre {
  font-size: 7rem;
}
#offre-page .section .description {
  font-family: "MultipleSans Pro", arial;
  font-size: 1.3rem;
  text-transform: normal;
  font-weight: 400;
  margin-top: 4rem;
}
#offre-page .section.section-right .box-image {
  margin-top: -10rem;
  margin-right: 5rem;
}
#offre-page .section.section-right .description {
  margin-top: 4rem;
}
#offre-page .section.section-right .button-action {
  margin-left: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#offre-page .section.section-left .bloc-left {
  margin-top: 5rem;
}
#offre-page .section.section-team {
  color: #000;
}
#offre-page .section.section-team h2 {
  padding: 0 1rem;
}
#offre-page .section.section-team img {
  height: 500px;
}
#offre-page .section.section-team .box-image {
  margin-right: 5rem;
}
#offre-page .section a.button-action {
  transform: skewX(-10deg);
  padding: 10px 25px 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Buffalo", arial;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 55px;
  white-space: nowrap;
  color: #092141;
  line-height: 1.1;
}

#offre-page .section-hero a.button-action {
  background-color: #FFA32A;
    color: #FFFFFF !important;
    border-color: #FFA32A !important;
}

  #offre-page .section-hero a.button-action:hover {
    background-color: #FFA32A;
    color: #FFFFFF !important;
    border-color: #FFA32A !important;
  }



#offre-page .section .number {
  font-size: 10rem;
  font-family: "Buffalo";
  display: block;
  color: #FF3962;
  text-align: center;
}
#offre-page .section .number-detail {
  font-size: 2rem;
  font-family: "Buffalo";
  display: block;
  color: #092141;
  text-align: center;
}
#offre-page .section mark.yellow {
  padding: 1rem 2rem;
  display: inline-block;
  transform: skewX(-10deg);
}
#offre-page .section.section-small-height {
  height: 50vh;
}
#offre-page #big-text {
  height: 100vh;
}
#offre-page .magenta {
  color: #FF3962;
}
#offre-page .mark_blue {
  background-color: #092141;
  color: #fff !important;
  border: 3px solid #092141 !important;
}
#offre-page .mark_blue:hover {
  background-color: #fff;
  color: #092141 !important;
  border: 3px solid #092141 !important;
}
#offre-page .yellow {
  background-color: #fff300;
}
#offre-page .text-black {
  color: #000;
}
#offre-page .text-yellow {
  color: yellow;
}
#offre-page .section-hero {
  margin-top: 0px;
  padding: 0px !important;
  height: calc(100vh - 124px);
  /*background-image: linear-gradient(to bottom, rgba(255, 57, 98, 0.5), rgba(255, 57, 98, 0.5)), url("../img/Landing.jpg");*/
  background-image: url("../img/Landing.jpg");
  background-size: cover;
  text-align: right;
  line-height: 0.8;
  min-height: 700px;
}
#offre-page .section-hero .bloc-offre {
  background-repeat: no-repeat;
  background-position: top left, bottom right, bottom left;
  background-size: 500px, 376px, 276px;
  font-size: 72px;
  font-weight: 600;
  font-family: "Buffalo";
  max-width: 1200px;
  margin: auto;
}
#offre-page .section-hero .bloc-offre .row {
  margin-top: -4rem;
}
#offre-page .section-hero .bloc-offre .row .col-sm-6:first-child {
  padding-left: 2rem;
}
#offre-page .section-hero .bloc-offre .row .col-sm-6:last-child {
  padding-right: 2rem;
}
#offre-page .section-hero .bloc-offre .box-prix {
  background-color: #ffa32a;
  color: #FFFFFF;
  margin-right: auto;
  margin-left: 2rem;
}
#offre-page .section-hero .bloc-offre .btn-prix {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#offre-page .section-hero .bloc-offre .btn-prix:hover .box-prix {
  background-color: #ffa32a;
  color: #FFFFFF;
}
#offre-page .section-hero .bloc-offre .button-action.texte-dark_blue {
  display: flex;
}
#offre-page .section-hero .mark_magenta {
  color: #fff;
}
#offre-page .section-hero .mark_magenta:hover {
  background-color: #fff;
  color: #FF3962 !important;
}
#offre-page .section-hero .titre-offre {
  font-size: 5rem;
  margin-bottom: 2rem;
  color: #FFFFFF !important;
}
#offre-page .section-hero .row {
  width: 100%;
  padding: 4rem;
}
#offre-page .section-hero .box-prix {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  transform: skewX(-10deg);
  padding: 10px 40px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 42px;
  white-space: nowrap;
  background-color: #0E5557;
  color: #fff;
}
#offre-page .section-hero .prix {
  font-size: 12rem;
  font-family: "Buffalo";
}
#offre-page .section-hero .duree {
  font-size: 5rem;
  margin-left: 2rem;
  text-align: left;
  font-family: "Buffalo";
}
#offre-page .section-hero a.button-action {
  margin-right: 2rem;
}
#offre-page .section-hero a.mark_magenta {
  margin-right: 0rem;
}
#offre-page .section-hero a.button-action.text-white {
  color: #fff;
}
#offre-page .box-button {
  text-align: center;
}
#offre-page .section-team .box-button {
  margin-top: 3rem;
  padding-bottom: 8rem;
}
#offre-page .section-team img {
  width: 80vw;
  height: 500px;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
#offre-page .credits {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}
#offre-page .white {
  color: #000;
}
#offre-page .white ul {
  font-size: 1.2rem;
}
#offre-page .w-100 {
  width: 100%;
}
#offre-page .td-main-content-wrap {
  position: relative;
  z-index: 1;
}
#offre-page .conditions {
  font-family: "buffalo", arial;
  font-size: 2.5rem;
  color: #FFFFFF;
  text-align: left;
  margin-left: 2rem;
  margin-top: 0.8rem;
  font-weight: 500;
}
#offre-page .btn-prix {
  margin-top: 2.4rem;
  display: block;
}

@media (max-width: 2000px) {
  #offre-page .section {
    width: unset;
  }
  #offre-page .section .row {
    max-width: 1600px;
  }
  #offre-page .section .box-image img {
    width: 100%;
  }
  #offre-page .section-hero .prix {
    font-size: 12rem;
  }
  #offre-page .section-hero .duree {
    font-size: 5rem;
    margin-left: 2rem;
  }
  #offre-page .section-hero .bloc-offre .row {
    padding: 0px;
  }
}
@media (max-width: 1700px) {
  #offre-page .section.section-right .box-image, #offre-page .section.section-team .box-image {
    margin-right: 2rem;
  }
  #offre-page .section-hero {
    background-size: 100;
    padding: 0px;
  }
  #offre-page .section-hero .duree {
    margin-left: 2rem;
  }
}
@media (max-width: 1475px) {
  #offre-page .section a.button-action {
    font-size: 54px;
  }
  #offre-page .section-hero .titre-offre {
    font-size: 4.5rem;
  }
  #offre-page .section-hero .prix {
    font-size: 11rem;
  }
  #offre-page .section-hero .duree {
    font-size: 4.5rem;
    margin-left: 2rem;
  }
  #offre-page .section-hero .btn-prix {
    margin-top: 2.2rem;
  }
  #offre-page #big-text {
    height: auto;
    padding: 20rem 3rem;
  }
  #offre-page .section .big-titre {
    font-size: 6rem;
  }
}
@media (max-width: 1256px) {
  #offre-page .section h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 1180px) {
  #offre-page .section-hero {
    padding: 0px;
  }
  #offre-page .section-hero .prix {
    font-size: 9rem;
  }
  #offre-page .section-hero .duree {
    font-size: 3.5rem;
    margin-left: 2rem;
  }
  #offre-page .section-hero .titre-offre {
    font-size: 4.5rem;
  }
  #offre-page .section-hero .btn-prix {
    margin-top: 2.5rem;
  }
  #offre-page .section-team .description {
    font-size: 1.1rem;
  }
}
@media (max-width: 990px) {
  #offre-page .section .titre-offre {
    font-size: 5rem;
  }
  #offre-page .section h2 {
    font-size: 4rem;
  }
  #offre-page .section.section-right .box-image {
    margin-top: 0rem;
  }
  #offre-page .section .box-image img {
    width: 82vw;
    height: 350px;
    margin-bottom: 3rem;
  }
  #offre-page .section-hero {
    min-height: 700px;
    padding: 0px;
  }
  #offre-page .section-hero .titre-offre {
    font-size: 4rem;
  }
  #offre-page .section-hero .prix {
    font-size: 9rem;
  }
  #offre-page .section-hero .duree {
    font-size: 3.5rem;
    margin-left: 2rem;
  }
  #offre-page .section-hero .bloc-offre .row {
    padding: 2rem;
  }
  #offre-page .section-hero .bloc-offre .box-prix {
    margin-left: 0rem;
  }
  #offre-page .section-hero .btn-prix {
    margin-top: 1.5rem;
  }
  #offre-page .section.section-team .box-image {
    margin-right: 0px;
  }
  #offre-page .section.section-team .box-image img {
    width: 100% !important;
    height: 400px;
    margin-top: 6rem;
    margin-bottom: 3rem;
  }
  #offre-page .section.section-team .description {
    margin-top: 0px;
  }
  #offre-page .section-team .description {
    font-size: 1.2rem;
  }
  #offre-page .section.section-right .box-image img,
  #offre-page .section.section-right .box-image {
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 960px) {
  #offre-page .section h2 {
    font-size: 3.5rem;
  }
  #offre-page .section-hero .titre-offre {
    font-size: 3.5rem;
  }
  #offre-page .section-hero .box-prix {
    padding: 10px 27px 12px;
    margin-top: 0.5rem;
  }
  #offre-page .section-hero .prix {
    font-size: 6rem;
  }
  #offre-page .section-hero .duree {
    font-size: 3rem;
    margin-left: 1rem;
  }
  #offre-page .section-hero .btn-prix {
    margin-top: 2.4rem;
  }
}
@media (max-width: 768px) {
  #offre-page .section {
    padding: 10rem 2rem;
  }
  #offre-page .section img {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  #offre-page .section .big-titre {
    font-size: 5rem;
    padding-top: 5rem;
    padding-bottom: 0rem;
  }
  #offre-page .section h2 {
    font-size: 3.8rem;
  }
  #offre-page #big-text {
    padding: 10rem 2rem;
  }
  #offre-page .section-hero {
    margin-top: 0rem;
    min-height: 500px;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    height: calc(100vh - 124px);
  }
  #offre-page .section-hero img {
    display: none;
  }
  #offre-page .section-hero .bloc-offre {
    background-size: 250px, 214px, 170px;
  }
  #offre-page .section-hero .bloc-offre .box-prix {
    margin-left: auto;
    padding: 10px 40px 12px;
  }
  #offre-page .section-hero .bloc-offre .box-prix .prix {
    font-size: 8rem;
  }
  #offre-page .section-hero .bloc-offre .box-prix .duree {
    font-size: 3rem;
    margin-left: 2rem;
  }
  #offre-page .section-hero .titre-offre {
    font-size: 3.8rem;
    text-align: center;
  }
  #offre-page .section-hero .btn-prix {
    margin-top: 0rem;
  }
  #offre-page.section.section-small-height {
    height: 10vh;
  }
  #offre-page .section-team .col-xs-12 .col-xs-12 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
  #offre-page .section-team .col-photo {
    order: 1;
  }
  #offre-page .section-team .col-text {
    order: 0;
    margin-top: 4rem;
  }
  #offre-page .section-team .description {
    font-size: 1.1rem;
  }
  #offre-page .section-hero .col-xs-12,
  #offre-page .section-hero .col-sm-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 650px) {
  .logo {
    display: block;
    height: 70px;
  }
  .logo img {
    height: 70px;
  }
  #offre-page .section .big-titre {
    font-size: 4rem;
  }
  #offre-page .section-hero {
    height: calc(100vh - 102px);
  }

  #offre-page .section-hero.section {
    background-position: right;
  }
}
@media (max-width: 450px) {
  #offre-page .section-hero .titre-offre {
    font-size: 3.3rem;
  }
  #offre-page .section-hero.section {
    height: calc(100vh - 39px);
    padding: 0px;
    min-height: 600px;
  }
  #offre-page .section-hero.section .bloc-offre {
    min-height: 600px;
    background-size: 250px, 138px, 130px;
  }
  #offre-page .section-hero.section .bloc-offre .row {
    height: auto !important;
    margin-top: 0vh;
    padding-top: 1rem;
  }
  #offre-page .section-hero.section .bloc-offre .box-prix .duree {
    font-size: 2.6rem;
    margin-left: 1rem;
  }
  #offre-page .section-hero.section .bloc-offre .box-prix .prix {
    font-size: 6.4rem;
  }
  #offre-page .section .box-image img {
    height: 300px;
  }
  #offre-page .section-team .box-button {
    margin-top: 3rem;
    padding-bottom: 5rem;
  }
  #offre-page .section {
    height: auto;
    padding: 9rem 1rem;
  }
  #offre-page .section .big-titre {
    font-size: 3rem;
  }
  #offre-page .section h2 {
    font-size: 3rem;
  }
  #offre-page .section.section-right .button-action {
    margin-left: 0rem !important;
  }
  #offre-page .section a.button-action {
    font-size: 2.5rem;
  }
}
@media (max-width: 375px) {
  #offre-page .section {
    height: auto;
    padding: 15rem 1rem 2rem;
  }
  #offre-page .section .big-titre {
    font-size: 3rem;
  }
  #offre-page .section h2 {
    font-size: 3rem;
  }
  #offre-page .section.section-right .button-action {
    margin-left: 0rem !important;
  }
  #offre-page .section-hero {
    height: calc(100vh - 139px);
    padding: 0px;
  }
  #offre-page .section-hero .titre-offre {
    font-size: 3rem;
  }
  #offre-page .section-hero .duree {
    font-size: 2.6rem;
    margin-left: 1rem;
  }
  #offre-page .section-hero .prix {
    font-size: 6.4rem;
  }
  #offre-page .section-hero .box-prix {
    padding: 10px 20px 12px;
    margin-top: 0rem;
  }
  #offre-page .section-hero .bloc-offre {
    background-size: 250px, 138px, 130px;
    min-height: 500px;
  }
  #offre-page .section-hero .bloc-offre .row {
    padding: 1rem;
    margin-top: 0vh !important;
  }
  #offre-page .section-hero .mark_magenta {
    color: #fff;
    margin-top: -11rem;
    margin-right: 0rem !important;
  }
  #offre-page .triptyque .button-action {
    margin-bottom: 4rem;
  }
}
@media (max-width: 330px) {
  #offre-page .section-hero .bloc-offre .box-prix {
    padding: 10px 25px 12px;
  }
  #offre-page .section .number-detail {
    font-size: 1.7rem;
  }
}
@media (max-width: 990px) {
  .conditions {
    margin-left: 0rem;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .btn-prix {
    margin-top: -1.5rem;
    display: block;
  }
  .conditions {
    text-align: center;
    font-size: 2rem;
    margin-right: 0px;
    margin-left: -7px;
  }
}
.triptyque {
  background-color: #f3f2f2;
  padding-left: 0px;
  padding-right: 0px;
}
.triptyque h2 {
  color: #092141;
  font-family: "buffalo", arial;
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 3rem;
  padding: 2rem;
}
.triptyque img {
  width: 100%;
  height: auto;
}
.triptyque .triptyque-title2 {
  color: #092141;
  font-family: "buffalo", arial;
  font-size: 2.3rem;
  margin-bottom: 0.7rem;
}
.triptyque .triptyque-subtitle {
  font-size: 1.1rem;
}
.triptyque .row {
  max-width: 1000px;
}
.triptyque .col-triptyque {
  max-width: 400px;
  margin: auto;
  text-align: center;
}
.triptyque .col-triptyque-mobile .content {
  padding: 3rem;
  text-align: center;
}
.triptyque .triptyque2 {
  margin-top: -2rem;
}

.triptyque-mobile {
  display: none;
}

.triptyque-desktop {
  display: block;
}

.box-button {
  margin-top: 3rem;
}

@media (max-width: 1300px) {
  .triptyque .triptyque-title2 {
    font-size: 1.8rem;
  }
  .triptyque .triptyque-subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 990px) {
  .triptyque {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .triptyque .triptyque-title2 {
    font-size: 3rem;
  }
  .triptyque .triptyque-subtitle {
    font-size: 1.3rem;
  }
  .triptyque img {
    margin-bottom: 0px !important;
  }
  .triptyque .col-triptyque-mobile .content {
    padding-top: 1rem;
  }
  .triptyque-mobile {
    display: block;
  }
  .triptyque-desktop {
    display: none;
  }
}
@media (max-width: 578px) {
  .triptyque .triptyque-title2 {
    font-size: 2rem;
  }
  .triptyque .triptyque-subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .triptyque h2 {
    font-size: 2rem;
  }
}

#offre-page #section-abonnement {
    background-color: #f3f2f2;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

#offre-page #section-abonnement h2 {
    margin-bottom: 3rem;
    margin-top: 1.5rem;
}

#offre-page #section-abonnement .wrapper-section {
    max-width: 1200px;
    width: 100%;
}

#offre-page #section-abonnement .wrapper-section .inside-wrapper {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

#offre-page #section-abonnement .wrapper-section .inside-wrapper {

    font-family: 'MultipleSlab Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    text-align: center;
    letter-spacing: 0.01em;
    position: relative;
    color: #000000;
}

#section-abonnement h2 {
        text-align: center !important;
        justify-self: center;
    }

@media (min-width: 1000px) {
    #section-abonnement .glide__arrows {
        display: none;

    }
    #section-abonnement .glide__bullets {
        display: none;
    }
}

/*# sourceMappingURL=page-offre.css.map */
