/* SUMMARY

.SIMPLE

*/
/* SUMMARY

.VARIABLES

*/
/* VARIABLES
================================================================================= */
/* FONTS */
/* COLORS */
/* COLORS - CNP */
/* SIMPLE
================================================================================= */
#page-wrapper .push-offre {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-wrapper .push-offre > *:not(:last-child) {
  margin-bottom: 48px;
}
#page-wrapper .push-offre img {
  border-radius: 120px 0px;
  width: 100%;
  max-width: 278px;
}
#page-wrapper .push-offre .title {
  font-family: "AvenirNextLTPro-Bold", bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
#page-wrapper .push-offre .title span {
  color: #B10967;
}
#page-wrapper .push-offre h1 {
  font-size: 36px;
  line-height: 40px;
}
#page-wrapper .push-offre .ctaWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

/* HACK INTERNET EXPLORER
================================================================================= */
/* MEDIA QUERIES - DEVICE < 1500px
================================================================================= */
/* MEDIA QUERIES - DEVICE < 1280px
================================================================================= */
/* MEDIA QUERIES - DEVICE < 1023px
================================================================================= */
@media only screen and (max-width: 1023px) {
  #page-wrapper .push-offre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 24px;
  }
  #page-wrapper .push-offre .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px !important;
  }
  #page-wrapper .push-offre h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
/* MEDIA QUERIES - DEVICE < 500px
================================================================================= */
@media only screen and (max-width: 500px) {
  #page-wrapper .push-offre > *:not(:last-child) {
    margin-bottom: 40px;
  }
  #page-wrapper .push-offre .ctaWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}