/*Couleurs*/
/*Tailles Responsive*/
/*Fonts*/
@font-face {
  font-family: "Beauty";
  src: url("../../fonts/Beauty.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Minion";
  src: url("../../fonts/Minion_Pro_Bold.ttf") format("truetype");
  font-style: bold;
  font-display: swap;
}

/*Media query mixin*/
/*Container*/
/* Container */
/*Titres et text*/
.landing_herofullimg {
  background-image: url("images/15.HTML/LandingPages/Popsell/Presentation_service/Header_mobile.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (min-width: 768px) {
  .landing_herofullimg {
    background-image: url("images/15.HTML/LandingPages/Popsell/Presentation_service/Header.png");
  }
}

.landing_herofullimg_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vh - 4.063rem);
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .landing_herofullimg_container {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .landing_herofullimg_container {
    width: 1000px;
  }
}

@media (min-width: 1440px) {
  .landing_herofullimg_container {
    width: 1200px;
  }
}

@media (min-width: 1600px) {
  .landing_herofullimg_container {
    width: 1500px;
  }
}

@media (min-width: 1024px) {
  .landing_herofullimg_container {
    height: calc(100vh - 10.5rem);
  }
}

.landing_herofullimg_title {
  font-family: "Beauty", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-transform: inherit;
  line-height: 33px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  display: none;
  text-align: center;
}

@media (min-width: 1024px) {
  .landing_herofullimg_title {
    font-family: "Beauty", sans-serif;
    font-size: 65px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: inherit;
    line-height: 97.5px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1440px) {
  .landing_herofullimg_title {
    font-family: "Beauty", sans-serif;
    font-size: 80px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: inherit;
    line-height: 120px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

.landing_herofullimg_title span {
  font-family: "Roboto", sans-serif;
  font-size: 3.125rem;
}

.landing_herofullimg_title aside {
  line-height: 0;
}

.landing_herofullimg_titleimg {
  max-width: 100%;
}

.landing_herofullimg_text {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-top: 3.125rem;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #122047;
  text-transform: inherit;
  line-height: 22.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  color: #fff !important;
  max-width: 36.25rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .landing_herofullimg_text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_herofullimg_text {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 31.5px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .landing_herofullimg_text {
    font-size: 1.625rem;
  }
}

@media (min-width: 1024px) {
  .landing_herofullimg_text {
    font-size: 2rem;
    line-height: 45px;
  }
}

.landing_herofullimg_downarrow {
  position: absolute;
  bottom: 2.125rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 2.188rem;
}

@media (min-width: 1600px) {
  .landing_herofullimg_downarrow {
    bottom: 5.125rem;
  }
}

.landing_howitswork {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 1024px) {
  .landing_howitswork {
    margin-top: 4px;
    height: auto;
  }
}

@media (min-width: 1600px) {
  .landing_howitswork {
    margin-bottom: 4.375rem;
  }
}

.landing_howitswork_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1440px) {
  .landing_howitswork_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.landing_howitswork_left {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1440px) {
  .landing_howitswork_left {
    width: 59%;
    height: 100%;
  }
}

.landing_howitswork_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 1440px) {
  .landing_howitswork_right {
    width: 40%;
    margin-top: 0px;
  }
}

.landing_howitswork_video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.landing_howitswork_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.landing_howitswork_spacer {
  width: 10%;
  margin-bottom: 0;
  content: ".";
  font-size: 0;
  color: transparent;
  height: 0.125rem;
  background: #000;
  vertical-align: middle;
  position: relative;
  top: -0.063rem;
  background-color: #cd1435;
}

@media (min-width: 1440px) {
  .landing_howitswork_spacer {
    width: 10%;
  }
}

@media (min-width: 1600px) {
  .landing_howitswork_spacer {
    width: 20%;
  }
}

.landing_howitswork_title {
  width: 100%;
  position: relative;
  margin-top: 2.375rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  color: #cd1435;
  text-transform: inherit;
  line-height: 34.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-weight: 300 !important;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .landing_howitswork_title {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 400;
    font-style: normal;
    color: #cd1435;
    text-transform: inherit;
    line-height: 57px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_howitswork_title {
    margin-top: 4.063rem;
  }
}

@media (min-width: 1600px) {
  .landing_howitswork_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 95%;
    margin-top: 5.313rem;
    margin-bottom: 3.75rem;
  }
}

.landing_howitswork_title h2 {
  width: 74%;
  max-width: 30.625rem;
}

@media (min-width: 768px) {
  .landing_howitswork_title h2 {
    width: 67%;
  }
}

@media (min-width: 1024px) {
  .landing_howitswork_title h2 {
    width: 85%;
  }
}

@media (min-width: 1600px) {
  .landing_howitswork_title h2 {
    width: 75%;
  }
}

.landing_howitswork_title span {
  font-weight: 700;
}

.landing_howitswork_steps {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1440px) {
  .landing_howitswork_steps {
    max-width: 650px;
  }
}

.landing_howitswork_under {
  position: relative;
}

.landing_howitswork_under::after {
  position: absolute;
  z-index: 998;
  height: 5.813rem;
  width: 0.063rem;
  top: 100%;
  background: #cd1435;
  content: "";
}

@media (max-width: 370px) {
  .landing_howitswork_under::after {
    display: none;
  }
}

.landing_howitswork_under::after:last-of-type {
  height: 0;
}

.landing_howitswork_under-1::after,
.landing_howitswork_under-2::after {
  height: 7rem;
}

.landing_howitswork_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.813rem;
  z-index: 9;
}

@media (max-width: 370px) {
  .landing_howitswork_step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1600px) {
  .landing_howitswork_step {
    margin-bottom: 4.688rem;
  }
}

.landing_howitswork_step:last-of-type {
  margin-bottom: 1.8rem;
}

.landing_howitswork_step-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.2rem;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 1.563rem;
  background-color: #cd1435;
}

@media (max-width: 370px) {
  .landing_howitswork_step-circle {
    margin: 0;
    margin-bottom: 0.938rem;
  }
}

@media (min-width: 1024px) {
  .landing_howitswork_step-circle {
    margin-right: 2.063rem;
    width: 3.438rem;
    height: 3.438rem;
    border-radius: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .landing_howitswork_step-circle {
    margin-right: 2.063rem;
    width: 4.688rem;
    height: 4.688rem;
    border-radius: 3.125rem;
  }
}

.landing_howitswork_step-circle p {
  font-family: "Beauty", sans-serif;
  font-weight: 400 !important;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 0;
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .landing_howitswork_step-circle p {
    margin-bottom: 5px;
  }
}

@media (min-width: 1440px) {
  .landing_howitswork_step-circle p {
    margin-bottom: 0;
    font-size: 3.75rem;
  }
}

.landing_howitswork_step-content {
  width: 15.625rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 370px) {
  .landing_howitswork_step-content {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .landing_howitswork_step-content {
    width: 300px;
  }
}

@media (min-width: 1600px) {
  .landing_howitswork_step-content {
    width: 31.25rem;
  }
}

.landing_howitswork_step-content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  color: #122047;
  text-transform: inherit;
  line-height: 22.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1rem !important;
}

@media (min-width: 768px) {
  .landing_howitswork_step-content h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_howitswork_step-content h3 {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 31.5px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_howitswork_step-content h3 {
    line-height: 1.263rem !important;
    font-size: 0.938rem;
  }
}

.landing_howitswork_step-content p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #122047;
  text-transform: inherit;
  line-height: 22.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1rem !important;
}

@media (min-width: 768px) {
  .landing_howitswork_step-content p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_howitswork_step-content p {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 31.5px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_howitswork_step-content p {
    font-size: 0.938rem;
    line-height: 1.263rem !important;
  }
}

.landing_howitswork_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.landing_howitswork_button {
  padding: 1.125rem 1.5rem;
  cursor: pointer;
  border-radius: 3.25rem;
  background-color: #cd1435;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.938rem;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .landing_howitswork_button {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .landing_howitswork_button {
    font-size: 1.25rem;
  }
}

.landing_discover {
  padding-bottom: 3.125rem;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}

.landing_discover_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .landing_discover_container {
    margin: auto;
    width: 85%;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  .landing_discover_container {
    width: 80%;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .landing_discover_container {
    width: 1000px;
  }
}

@media (min-width: 1024px) and (min-width: 1440px) {
  .landing_discover_container {
    width: 1200px;
  }
}

@media (min-width: 1024px) and (min-width: 1600px) {
  .landing_discover_container {
    width: 1500px;
  }
}

.landing_discover_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.375rem;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .landing_discover_title {
    margin-top: 4.375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.landing_discover_title h2 {
  width: 75%;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  color: #cd1435;
  text-transform: inherit;
  line-height: 34.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  line-height: 15px !important;
}

@media (min-width: 1024px) {
  .landing_discover_title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 400;
    font-style: normal;
    color: #cd1435;
    text-transform: inherit;
    line-height: 57px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_discover_title h2 {
    width: 55%;
  }
}

.landing_discover_title h2 img {
  max-width: 100%;
  width: 280px;
}

@media (min-width: 1024px) {
  .landing_discover_title h2 img {
    width: 430px;
  }
}

.landing_discover_spacer {
  width: 10%;
  margin-bottom: 0;
  height: 3px;
  content: ".";
  font-size: 0;
  color: transparent;
  background: #000;
  vertical-align: middle;
  position: relative;
  top: -0.063rem;
  background-color: #cd1435;
}

@media (min-width: 1024px) {
  .landing_discover_spacer {
    width: 30%;
  }
}

@media (min-width: 1440px) {
  .landing_discover_spacer {
    width: 28%;
    margin-bottom: 0.938rem;
  }
}

.landing_discover_slider {
  width: 16.875rem;
  margin: auto;
  margin-top: 3.125rem;
}

@media (min-width: 1024px) {
  .landing_discover_slider {
    width: 100%;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1440px) {
  .landing_discover_slider {
    overflow: hidden;
  }
}

.landing_discover_slider-wrapper {
  width: 100%;
}

.landing_discover_card {
  border-radius: 0.875rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16.875rem !important;
  -webkit-box-shadow: 0.01rem 0.01rem 1.25rem 0rem #00000019;
  box-shadow: 0.01rem 0.01rem 1.25rem 0rem #00000019;
  margin: 1.25rem auto;
}

@media (min-width: 1024px) {
  .landing_discover_card {
    width: 28.125rem !important;
  }
}

@media (min-width: 1440px) {
  .landing_discover_card {
    width: 21.875rem !important;
  }
}

@media (min-width: 1600px) {
  .landing_discover_card {
    width: 24.375rem !important;
  }
}

.landing_discover_card-image {
  width: 100%;
}

.landing_discover_card-image img {
  max-width: 100%;
}

@media (min-width: 1440px) {
  .landing_discover_card-image {
    width: 21.875rem;
    height: 21.875rem;
  }
}

@media (min-width: 1600px) {
  .landing_discover_card-image {
    width: 24.375rem;
    height: 24.375rem;
  }
}

.landing_discover_card-infos {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .landing_discover_card-infos {
    margin-top: 3.125rem;
  }
}

.landing_discover_card h3 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  color: #122047;
  text-transform: inherit;
  line-height: 22.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

@media (min-width: 768px) {
  .landing_discover_card h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_discover_card h3 {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 31.5px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

.landing_discover_card p {
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #122047;
  text-transform: inherit;
  line-height: 22.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  .landing_discover_card p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_discover_card p {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 31.5px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

.landing_discover_card-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.125rem;
}

.landing_discover_card-button {
  padding: 1.125rem 1.5rem;
  cursor: pointer;
  border-radius: 3.25rem;
  background-color: #cd1435;
  font-size: 0.938rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media (min-width: 768px) {
  .landing_discover_card-button {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .landing_discover_card-button {
    font-size: 1.25rem;
  }
}

.landing_discover_card-button a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.landing_discover_card-descr {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
  height: 3.438rem;
}

.landing_discover .swiper-button-next,
.landing_discover .swiper-button-prev {
  display: none;
  top: 55%;
  color: #cd1435;
}

@media (min-width: 1024px) {
  .landing_discover .swiper-button-next,
  .landing_discover .swiper-button-prev {
    display: block;
  }
}

.landing_discover .swiper-button-next {
  right: 5%;
}

.landing_discover .swiper-button-prev {
  left: 5%;
}

.landing_discover .swiper-button-disabled {
  opacity: 0 !important;
}

.landing_discover .swiper-pagination {
  bottom: 1.25rem !important;
}

@media (min-width: 1024px) {
  .landing_discover .swiper-pagination {
    bottom: 2.813rem !important;
  }
}

.landing_discover .swiper-pagination-bullet {
  background: #cd1435;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  position: relative;
}

.landing_discover .swiper-pagination-bullet::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #cd1435;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.landing_discover .swiper-pagination-bullet-active {
  background: #fff;
  border: 0.125rem solid #cd1435 !important;
  position: relative;
}

.landing_discover .swiper-pagination-bullet-active::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #cd1435;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.landing_service_split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.landing_service_left {
  width: 35%;
  background-color: #cd1435;
  height: 31.25rem;
}

@media (min-width: 1440px) {
  .landing_service_left {
    height: 46.25rem;
    max-height: 46.25rem;
  }
}

@media (min-width: 1600px) {
  .landing_service_left {
    height: 56.25rem;
    max-height: 56.25rem;
  }
}

.landing_service_right {
  width: 65%;
  background-image: url("images/15.HTML/LandingPages/Popsell/Presentation_service/Insight_mobile.png?$staticlink$");
  background-size: cover;
}

@media (min-width: 768px) {
  .landing_service_right {
    background-image: url("images/15.HTML/LandingPages/Popsell/Presentation_service/Insight.png?$staticlink$");
  }
}

.landing_service_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.375rem;
  margin-bottom: 2.813rem;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .landing_service_title {
    margin: auto;
    width: 85%;
    margin-top: 4.375rem;
    margin-bottom: 2.813rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  .landing_service_title {
    width: 80%;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .landing_service_title {
    width: 1000px;
  }
}

@media (min-width: 1024px) and (min-width: 1440px) {
  .landing_service_title {
    width: 1200px;
  }
}

@media (min-width: 1024px) and (min-width: 1600px) {
  .landing_service_title {
    width: 1500px;
  }
}

.landing_service_title h2 {
  width: 75%;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  color: #cd1435;
  text-transform: inherit;
  line-height: 34.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  line-height: 40px !important;
}

.landing_service_title h2 aside {
  line-height: 10px;
}

@media (min-width: 1024px) {
  .landing_service_title h2 aside {
    line-height: 35px;
  }
}

@media (min-width: 1024px) {
  .landing_service_title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 400;
    font-style: normal;
    color: #cd1435;
    text-transform: inherit;
    line-height: 57px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_service_title h2 {
    width: 55%;
  }
}

.landing_service_title h2 span {
  font-weight: 700;
}

.landing_service_text {
  margin-left: 10%;
  margin-top: 3.125rem;
  line-height: 3rem;
  color: #fff;
  position: absolute;
  z-index: 9999;
  font-family: "Minion", serif;
  font-size: 2rem;
  width: 50%;
}

@media (max-width: 370px) {
  .landing_service_text {
    width: 55%;
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .landing_service_text {
    font-size: 3.75rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .landing_service_text {
    margin-left: 4%;
    font-size: 4.313rem;
    margin-top: 5.313rem;
    line-height: 5rem;
  }
}

@media (min-width: 1440px) {
  .landing_service_text {
    font-size: 5.313rem;
    margin-top: 9.375rem;
    width: 55%;
  }
}

@media (min-width: 1600px) {
  .landing_service_text {
    font-size: 6.875rem;
    line-height: 7.5rem;
  }
}

.landing_service_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.landing_service_button {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  cursor: pointer;
  display: none;
  bottom: 6.25rem;
  padding: 1.25rem 1.563rem;
  border-radius: 3.25rem;
  background-color: #fff;
  font-size: 1.063rem;
  color: #cd1435;
  text-decoration: none;
}

@media (min-width: 768px) {
  .landing_service_button {
    font-size: 1.563rem;
  }
}

@media (min-width: 1440px) {
  .landing_service_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1600px) {
  .landing_service_button {
    font-size: 1.813rem;
    padding: 1.25rem 3.875rem;
  }
}

.landing_service_button a {
  color: #cd1435;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.landing_service_button-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: initial;
  background-color: #cd1435;
  padding: 1.25rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

@media (min-width: 1440px) {
  .landing_service_button-mobile {
    display: none;
  }
}

.landing_service_button-mobile a {
  color: #fff;
}

.landing_service_spacer {
  width: 10%;
  margin-bottom: 0;
  content: ".";
  font-size: 0;
  color: transparent;
  height: 3px;
  background: #000;
  vertical-align: middle;
  position: relative;
  top: -0.063rem;
  background-color: #cd1435;
}

@media (min-width: 1024px) {
  .landing_service_spacer {
    width: 30%;
  }
}

@media (min-width: 1440px) {
  .landing_service_spacer {
    width: 28%;
    margin-bottom: 0.938rem;
  }
}

.landing_join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 2.375rem;
  background-color: #f7f7f7;
}

@media (min-width: 1024px) {
  .landing_join {
    padding-top: 4.375rem;
  }
}

.landing_join_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.landing_join_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.25rem;
}

@media (min-width: 1024px) {
  .landing_join_title {
    margin: auto;
    width: 85%;
    margin-bottom: 2.813rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  .landing_join_title {
    width: 80%;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .landing_join_title {
    width: 1000px;
  }
}

@media (min-width: 1024px) and (min-width: 1440px) {
  .landing_join_title {
    width: 1200px;
  }
}

@media (min-width: 1024px) and (min-width: 1600px) {
  .landing_join_title {
    width: 1500px;
  }
}

.landing_join_title h2 {
  width: 75%;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  color: #cd1435;
  text-transform: inherit;
  line-height: 34.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  line-height: 15px !important;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .landing_join_title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 400;
    font-style: normal;
    color: #cd1435;
    text-transform: inherit;
    line-height: 57px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_join_title h2 {
    width: 55%;
  }
}

.landing_join_title h2 img {
  max-width: 100%;
  width: 280px;
}

@media (min-width: 1024px) {
  .landing_join_title h2 img {
    width: 430px;
  }
}

.landing_join_spacer {
  width: 10%;
  margin-bottom: 0;
  content: ".";
  font-size: 0;
  color: transparent;
  height: 3px;
  background: #000;
  vertical-align: middle;
  position: relative;
  top: -0.063rem;
  background-color: #cd1435;
}

@media (min-width: 1024px) {
  .landing_join_spacer {
    width: 30%;
  }
}

@media (min-width: 1440px) {
  .landing_join_spacer {
    width: 28%;
    margin-bottom: 0.938rem;
  }
}

.landing_join_split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.landing_join_left {
  width: 65%;
  background-image: url("images/15.HTML/LandingPages/Popsell/Presentation_service/Recrutement.png?$staticlink$");
  background-size: cover;
  background-position: center;
}

@media (min-width: 1440px) {
  .landing_join_left {
    width: 60%;
  }
}

.landing_join_right {
  width: 35%;
  background-color: #000;
  position: relative;
  background-color: #cd1435;
  min-height: 16.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .landing_join_right {
    min-height: 21.875rem;
  }
}

@media (min-width: 1024px) {
  .landing_join_right {
    min-height: 28.125rem;
  }
}

@media (min-width: 1440px) {
  .landing_join_right {
    width: 40%;
    min-height: 56.25rem;
  }
}

.landing_join_bigtext {
  display: none;
  margin-top: 3.125rem;
  color: #fff;
  z-index: 9999;
  font-family: "Minion", serif;
  font-size: 2.5rem;
  width: 50%;
  text-align: right;
}

@media (min-width: 768px) {
  .landing_join_bigtext {
    font-size: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .landing_join_bigtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-left: 0%;
    font-size: 4.313rem;
    margin-top: 5.313rem;
  }
}

@media (min-width: 1440px) {
  .landing_join_bigtext {
    font-size: 5.3rem;
  }
}

@media (min-width: 1600px) {
  .landing_join_bigtext {
    width: 80%;
    font-size: 6.875rem;
  }
}

.landing_join_bigtext-mobile {
  right: 0;
  width: 55%;
  margin-left: 0;
  margin-right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

@media (max-width: 370px) {
  .landing_join_bigtext-mobile {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .landing_join_bigtext-mobile {
    display: none;
  }
}

.landing_join_text {
  display: none;
  margin-top: 1.25rem;
}

@media (min-width: 1440px) {
  .landing_join_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.landing_join_text p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #122047;
  text-transform: inherit;
  line-height: 22.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  max-width: 32rem;
  margin-left: auto;
  color: #fff !important;
  margin-top: 1.875rem;
  margin-right: 5%;
}

@media (min-width: 768px) {
  .landing_join_text p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_join_text p {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 31.5px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_join_text p {
    width: 475px;
  }
}

@media (min-width: 1600px) {
  .landing_join_text p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.landing_join_text-mobile {
  margin-top: 1.563rem;
}

@media (min-width: 768px) {
  .landing_join_text-mobile {
    text-align: center;
  }
}

.landing_join_text-mobile p {
  margin-top: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #122047;
  text-transform: inherit;
  line-height: 22.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

@media (min-width: 768px) {
  .landing_join_text-mobile p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .landing_join_text-mobile p {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    color: #122047;
    text-transform: inherit;
    line-height: 31.5px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
  }
}

.landing_join_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .landing_join_buttons {
    margin-top: 3.125rem;
  }
}

.landing_join_button {
  cursor: pointer;
  display: none;
  bottom: 6.25rem;
  padding: 1.25rem 1.563rem;
  border-radius: 3.25rem;
  background-color: #fff;
  font-size: 1.063rem;
  color: #cd1435;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media (min-width: 768px) {
  .landing_join_button {
    font-size: 1.563rem;
  }
}

@media (min-width: 1440px) {
  .landing_join_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1600px) {
  .landing_join_button {
    font-size: 1.813rem;
    padding: 1.25rem 3.875rem;
  }
}

.landing_join_button a {
  color: #cd1435;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.landing_join_button-mobile {
  cursor: pointer;
  display: none;
  bottom: 6.25rem;
  padding: 1.25rem 1.563rem;
  border-radius: 3.25rem;
  background-color: #fff;
  font-size: 1.063rem;
  color: #cd1435;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: initial;
  background-color: #cd1435;
  padding: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .landing_join_button-mobile {
    font-size: 1.563rem;
  }
}

@media (min-width: 1440px) {
  .landing_join_button-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1600px) {
  .landing_join_button-mobile {
    font-size: 1.813rem;
    padding: 1.25rem 3.875rem;
  }
}

.landing_join_button-mobile a {
  color: #cd1435;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media (min-width: 1440px) {
  .landing_join_button-mobile {
    display: none;
  }
}

.landing_join_button-mobile a {
  color: #fff;
}

.landing_join_mobile {
  margin: auto;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .landing_join_mobile {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .landing_join_mobile {
    width: 1000px;
  }
}

@media (min-width: 1440px) {
  .landing_join_mobile {
    width: 1200px;
  }
}

@media (min-width: 1600px) {
  .landing_join_mobile {
    width: 1500px;
  }
}

@media (min-width: 1440px) {
  .landing_join_mobile {
    display: none;
  }
}
