/* INFO :
*
* min-width: 90rem = 1440px, (.stl_grid_col-xxl-)
* min-width: 64rem = 1024px, (.stl_grid_col-xl-)
* min-width: 48rem = 768px, (.stl_grid_col-md-)
* min-width: 36rem = 576px, (.stl_grid_col-sm-)
* min-width: 20rem = 320px, (.stl_grid_col-xs-)
*
*/
@font-face {
  font-family: "Source Sans Pro";
  src: url("../../fonts/sourcesanspro-regular.otf") format("otf"), url("../../fonts/sourcesanspro-regular.woff") format("woff");
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../../fonts/sourcesanspro-semibold.otf") format("otf"), url("../../fonts/sourcesanspro-semibold.woff") format("woff");
  font-weight: 600;
  font-display: fallback;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat-bold.woff2") format("woff2"), url("../../fonts/montserrat-bold.woff") format("woff");
  font-weight: 700;
  font-display: fallback;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat-extrabold.woff2") format("woff2"), url("../../fonts/montserrat-extrabold.woff") format("woff");
  font-weight: 800;
  font-display: fallback;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.nowrap {
  white-space: nowrap;
}

.stl_section {
  margin: 0 auto 2.5rem;
  width: 100%;
  max-width: 1440px;
}

.stl_section picture {
  display: block;
}

.stl_section img {
  display: block;
  max-width: 100%;
}

.stl_section video {
  display: block;
  width: 100%;
  max-width: 100%;
}

.stl_section-overflow {
  overflow: hidden;
}

.stl_section-grey {
  background-color: #f4f5f6;
}

.stl_section-grey > .stl_layout {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.stl_section-blue {
  background-color: #010035;
}

.stl_section-blue > .stl_layout {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.stl_section-blue > .stl_layout .stl_title, .stl_section-blue > .stl_layout .stl_baseline {
  color: #fff;
}

.stl_section-blue .stl_card .stl_title, .stl_section-blue .stl_card .stl_baseline {
  color: #010035;
}

.stl_section-teal {
  background-color: #003136;
}

.stl_section-teal > .stl_layout {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.stl_section-teal > .stl_layout .stl_title, .stl_section-teal > .stl_layout .stl_baseline {
  color: #fff;
}

.stl_section-teal .stl_card .stl_title, .stl_section-teal .stl_card .stl_baseline {
  color: #010035;
}

.stl_section--gradient-top {
  margin: 0 auto;
  padding-bottom: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #f4f4f4));
  background: linear-gradient(to bottom, #fff 50%, #f4f4f4 50%);
}

.stl_section--gradient-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#fff));
  background: linear-gradient(to bottom, #f4f4f4 0%, #fff 100%);
}

.stl_section--full .stl_layout {
  padding: 0;
  max-width: 100%;
}

.stl_section--on-banner {
  margin-top: -4.5rem;
}

.stl_layout > .stl_title {
  margin-bottom: 1.5rem;
  text-align: center;
}

.stl_layout > .stl_title:last-child {
  margin-bottom: 0;
}

.stl_layout > .stl_title + .stl_baseline {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.stl_layout > .stl_title + .stl_baseline:last-child {
  margin-bottom: 0;
}

.stl_layout > p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 64rem) {
  .stl_section {
    margin-bottom: 5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .stl_section-grey > .stl_layout,
  .stl_section-blue > .stl_layout,
  .stl_section-teal > .stl_layout {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .stl_section--on-banner {
    margin-top: -8rem;
  }
  .stl_layout > .stl_title--2 {
    margin-bottom: 2.5rem;
  }
  .stl_layout > .stl_title--2 + .stl_baseline {
    margin-top: -2rem;
    margin-bottom: 2.5rem;
  }
}

.mw-30p {
  max-width: 30%;
}

.mw-40p {
  max-width: 40%;
}

.mw-50p {
  max-width: 50%;
}

.mw-60p {
  max-width: 60%;
}

.mw-70p {
  max-width: 70%;
}

.mw-80p {
  max-width: 80%;
}

.mw-90p {
  max-width: 90%;
}

.mw-400 {
  max-width: 400px;
}

.mw-600 {
  max-width: 600px;
}

.mw-800 {
  max-width: 800px;
}

.mw-1000 {
  max-width: 1000px;
}

.mw-1220 {
  max-width: 1220px;
}

.mw-1440 {
  max-width: 1440px;
}

.stl_grid_row {
  row-gap: 1rem;
}

.stl_grid_row.stl_grid_row--no-gutter .stl_grid_col {
  padding-right: 0;
  padding-left: 0;
}

.stl_grid_row.stl_grid_row--no-gutter picture, .stl_grid_row.stl_grid_row--no-gutter picture > img {
  width: 100%;
}

.stl_grid_row.stl_grid_row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* texte */
sup {
  font-size: small;
  line-height: 0;
  position: relative;
  top: 0;
}

.stl_baseline {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.stl_baseline br {
  display: none;
}

.stl_baseline[class*="mw-"] {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 64rem) {
  .stl_baseline {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .stl_baseline br {
    display: inline-block;
  }
}

.stl_picture--snatched {
  position: relative;
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
  width: 100%;
}

.stl_picture--snatched.stl_picture--snatched-end {
  margin: 0 auto 0 0;
}

.stl_picture--snatched.stl_picture--snatched-end picture {
  padding-right: 1.5rem;
  padding-left: 0;
}

.stl_picture--snatched.stl_picture--snatched-end figcaption {
  right: 0;
  left: auto;
}

.stl_picture--snatched picture {
  padding-left: 1.5rem;
}

.stl_picture--snatched img {
  width: 100%;
}

.stl_picture--snatched figcaption {
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.25rem 0.5rem;
  width: 100%;
  max-width: 240px;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.stl_picture--snatched figcaption.stl_picture--snatched-bottom {
  top: auto;
  bottom: 1rem;
}

.stl_picture--snatched figcaption > .stl_picture--snatched-icon {
  margin: 0 !important;
  width: 32px !important;
}

.stl_picture--snatched figcaption .stl_picture--snatched-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.stl_picture--snatched figcaption .stl_picture--snatched-value {
  color: red;
}

@media only screen and (min-width: 64rem) {
  .stl_picture--snatched figcaption {
    top: 1.5rem;
    padding: 0.5rem;
    max-width: 330px;
  }
  .stl_picture--snatched figcaption.stl_picture--snatched-bottom {
    bottom: 1.5rem;
  }
}

.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.icon-white {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(67deg) brightness(107%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(67deg) brightness(107%) contrast(104%);
}

.icon-black {
  -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(24%) saturate(7473%) hue-rotate(227deg) brightness(72%) contrast(114%);
          filter: brightness(0) saturate(100%) invert(9%) sepia(24%) saturate(7473%) hue-rotate(227deg) brightness(72%) contrast(114%);
}

.icon-grey {
  -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(4%) saturate(0%) hue-rotate(175deg) brightness(86%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(71%) sepia(4%) saturate(0%) hue-rotate(175deg) brightness(86%) contrast(84%);
}

.icon-dark-grey {
  -webkit-filter: brightness(0) saturate(100%) invert(34%) sepia(3%) saturate(14%) hue-rotate(4deg) brightness(91%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(34%) sepia(3%) saturate(14%) hue-rotate(4deg) brightness(91%) contrast(89%);
}

.icon-green {
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(84%) saturate(368%) hue-rotate(81deg) brightness(95%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(38%) sepia(84%) saturate(368%) hue-rotate(81deg) brightness(95%) contrast(94%);
}

.icon-red {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(100%) saturate(7018%) hue-rotate(355deg) brightness(87%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(100%) saturate(7018%) hue-rotate(355deg) brightness(87%) contrast(104%);
}

@media only screen and (max-width: 767px) {
  .mob-text-left {
    text-align: left !important;
  }
  .mob-text-center {
    text-align: center !important;
  }
  .mob-text-right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 64rem) {
  main.dcw_main {
    margin-top: 55px !important;
  }
}

.stl_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stl_ul .stl_ul-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stl_ul .stl_ul-item + .stl_ul-item {
  margin-top: 1rem;
}

.stl_ul .stl_ul-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1rem;
}

.stl_ul-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: .5rem 1rem .5rem .5rem;
  width: 100%;
  max-width: 360px;
  background: #FFF;
  border-radius: .25rem;
}

.stl_ul-tile .stl_ul-tile-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1rem;
}

.stl_ul-tile .stl_ul-tile-title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.stl_ul-tile .stl_ul-tile-data {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.stl_title {
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 700;
}

.stl_title--1 {
  font-weight: 800;
  line-height: 2rem;
}

.stl_title--2 {
  line-height: 1.75rem;
}

.stl_title--3 {
  line-height: 1.25rem;
}

.stl_title--4 {
  line-height: 1.125rem;
}

.stl_title--5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #010035;
}

.stl_title br {
  display: none;
}

.stl_title[class*="mw-"] {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 64rem) {
  .stl_title--1 {
    line-height: 3rem;
  }
  .stl_title--2 {
    line-height: 2.5rem;
  }
  .stl_title--3 {
    line-height: 2rem;
  }
  .stl_title--4 {
    line-height: 1.75rem;
  }
}

.stl_btn {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.stl_btn--primary,
.stl_btn-primary,
.stl_btn--primarylight,
.stl_btn-primarylight,
.stl_btn--secondary,
.stl_btn-secondary,
.stl_btn--secondarylight,
.stl_btn-secondarylight {
  border-radius: 1.75rem;
}

.stl_btn--primary::after,
.stl_btn-primary::after,
.stl_btn--primarylight::after,
.stl_btn-primarylight::after,
.stl_btn--secondary::after,
.stl_btn-secondary::after,
.stl_btn--secondarylight::after,
.stl_btn-secondarylight::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 50%, transparent 0%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: opacity 1.25s, -webkit-transform 1s;
  transition: opacity 1.25s, -webkit-transform 1s;
  transition: transform 1s, opacity 1.25s;
  transition: transform 1s, opacity 1.25s, -webkit-transform 1s;
}

.stl_btn--primary:active::after,
.stl_btn-primary:active::after,
.stl_btn--primarylight:active::after,
.stl_btn-primarylight:active::after,
.stl_btn--secondary:active::after,
.stl_btn-secondary:active::after,
.stl_btn--secondarylight:active::after,
.stl_btn-secondarylight:active::after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-animation: none;
          animation: none;
}

.stl_btn--primarylight,
.stl_btn-primarylight {
  color: #e2010b;
}

.stl_btn--secondary,
.stl_btn-secondary {
  background-color: transparent;
}

.stl_btn--secondary:not([disabled]):focus,
.stl_btn-secondary:not([disabled]):focus {
  color: #545454;
}

.stl_btn--secondary:not([disabled]):hover,
.stl_btn-secondary:not([disabled]):hover {
  color: white;
}

.stl_btn--secondarylight,
.stl_btn-secondarylight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 0px;
  color: white;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-width: 0.125rem;
  border-style: solid;
  border-color: white;
  background-color: transparent;
  -webkit-transition: border 0.3s ease 0s, background 0.3s ease 0s, color 0.3s ease 0s;
  transition: border 0.3s ease 0s, background 0.3s ease 0s, color 0.3s ease 0s;
  cursor: pointer;
}

.stl_btn--secondarylight:not([disabled]):hover,
.stl_btn-secondarylight:not([disabled]):hover {
  border-color: #c80319;
  color: #c80319;
}

.stl_btn--secondarylight::after,
.stl_btn-secondarylight::after {
  background-image: radial-gradient(circle, #e2010b 50%, transparent 0%);
}

.stl_btn--tertiary,
.stl_btn-tertiary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0px;
  color: #e2010b;
  font-weight: 600;
  text-decoration: none;
  border: 0px;
  background-color: transparent;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  cursor: pointer;
  /**/
  width: auto;
  height: auto;
}

.stl_btn--tertiary:not([disabled]):hover,
.stl_btn-tertiary:not([disabled]):hover {
  color: #c80319;
}

.stl_btn--link,
.stl_btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0px;
  color: #545454;
  font-weight: 600;
  text-decoration: underline;
  border: 0px;
  background-color: transparent;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  cursor: pointer;
  width: auto;
  height: auto;
}

.stl_btn--link:not([disabled]):hover,
.stl_btn-link:not([disabled]):hover {
  color: #c80319;
}

.stl_btn--icon,
.stl_btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  cursor: pointer;
  width: auto;
  height: auto;
}

.stl_btn--icon .stl_icon,
.stl_btn-icon .stl_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.stl_btn .stl_icon,
.stl_btn--primary .stl_icon,
.stl_btn-primary .stl_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.stl_btn-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stl_btn-group .stl_btn {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.stl_btn--sm {
  padding: 0.375rem 1rem;
  font-weight: 600;
  font-size: 0.875rem;
}

.stl_link {
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: inherit;
}

.stl_link--tertiary {
  text-decoration: none;
  color: #e2010b;
}

.stl_link--tertiary:hover > [class*="icon"]:last-child {
  -webkit-animation: 0.6s ease 0s 1 normal none running hoverArrowForward;
          animation: 0.6s ease 0s 1 normal none running hoverArrowForward;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.stl_link--tertiary .stl_icon {
  width: 1.5rem;
  height: 1.5rem;
}

@-webkit-keyframes hoverArrowForward {
  0%,
  70% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  25%,
  100% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

@keyframes hoverArrowForward {
  0%,
  70% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  25%,
  100% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

.stl_link--primary {
  overflow: hidden;
  position: relative;
  padding: 0px;
  border-radius: 1.75rem;
  border-width: 0px;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  background-color: #e2010b;
  color: #ffffff;
  -webkit-transition: border 0.3s ease 0s, background 0.3s ease 0s, color 0.3s ease 0s;
  transition: border 0.3s ease 0s, background 0.3s ease 0s, color 0.3s ease 0s;
}

.stl_link--primary.stl_link--md {
  width: 15rem;
  height: 3rem;
  margin: 0;
}

.stl_link--primary:hover {
  background-color: #c80319;
}

.stl_link--primary:hover,
.stl_link--primary:focus {
  color: #ffffff;
}

.stl_link--primary::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 50%, transparent 0%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: opacity 1.25s, -webkit-transform 1s;
  transition: opacity 1.25s, -webkit-transform 1s;
  transition: transform 1s, opacity 1.25s;
  transition: transform 1s, opacity 1.25s, -webkit-transform 1s;
}

.stl_link--primary:active::after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-animation: none;
          animation: none;
}

.stl_link > [class*="icon"]:last-child, .stl_link > svg:last-child {
  margin: 0 0 0 0.125rem;
}

.stl_tag {
  margin-bottom: 0.25rem;
  padding: 0.25rem 0.5rem;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
  cursor: inherit;
}

.stl_tag::before {
  display: none;
}

.stl_tag--color-1, .stl_tag-color-1 {
  color: #010035;
  background-color: #FFF;
}

.stl_tag--color-2, .stl_tag-color-2 {
  color: #FFF;
  background-color: #010035;
}

.stl_tag--color-3, .stl_tag-color-3 {
  color: #FFF;
  background-color: #7739c2;
}

.stl_tag--color-4, .stl_tag-color-4 {
  color: #000;
  background-color: #f3bb27;
}

.stl_tag--color-5, .stl_tag-color-5 {
  color: #FFF;
  background-color: #e2010b;
}

.stl_card {
  margin-top: 0;
  background-color: #ffffff;
  border: none;
  overflow: hidden;
}

a.stl_card {
  text-decoration: none;
  color: #545454;
}

a.stl_card:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 8px 0px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 8px 0px;
}

.stl_card-cover {
  position: relative;
  border-radius: 0;
}

.stl_card-cover picture {
  position: relative;
  display: initial;
}

.stl_card-cover picture img, .stl_card-cover img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  color: transparent;
}

.stl_card-cover .stl_tag-container {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
}

.stl_card-cover .stl_tag-container .stl_tag {
  margin-bottom: 0;
}

.stl_card-body {
  padding: 1.25rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.stl_card-body .stl_title {
  margin-bottom: 0.5rem;
}

.stl_card-body-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.25rem;
  padding: 0;
  list-style: none;
}

.stl_card-body-tags li {
  color: #999;
}

.stl_card-body-tags .pipe {
  margin: 0 0.5rem;
}

.stl_card-body-tags img {
  display: inline-block;
  margin: -2px 0.375rem 0 0;
  vertical-align: middle;
  -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(4%) saturate(0%) hue-rotate(175deg) brightness(86%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(71%) sepia(4%) saturate(0%) hue-rotate(175deg) brightness(86%) contrast(84%);
}

.stl_card-actions {
  margin: 0 0 1rem;
}

.stl_card-meta-title {
  margin-bottom: 0;
}

.stl_card-meta-description {
  margin-top: 0.5rem;
}

.stl_card .stl_card-actions .stl_link,
.stl_card .stl_card-actions .stl_link--primarylink {
  text-decoration: none;
  color: #e2010b;
}

.stl_card .stl_card-actions .stl_link:hover,
.stl_card .stl_card-actions .stl_link:focus,
.stl_card .stl_card-actions .stl_link--primarylink:hover,
.stl_card .stl_card-actions .stl_link--primarylink:focus {
  color: #c80319;
}

.stl_card-meta-description .stl_block > p,
.stl_card-meta-description .stl_block > .stl_text {
  margin-top: 0;
}

a.stl_card.stl_card-bordered:hover .stl_card-actions .stl_link--tertiary .stl_icon {
  -webkit-animation: 0.6s ease 0s 1 normal none running hoverArrowForward;
          animation: 0.6s ease 0s 1 normal none running hoverArrowForward;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

a.stl_card.stl_card-bordered {
  text-decoration: none;
  color: #545454;
  overflow: hidden;
  -webkit-transition: color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s;
  transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

a.stl_card.stl_card-bordered.stl_card_link-icon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

a.stl_card.stl_card-bordered:hover .stl_link--label {
  color: #c80319;
}

a.stl_card.stl_card-bordered:hover {
  -webkit-box-shadow: black 0px 4px 8px 0px;
          box-shadow: black 0px 4px 8px 0px;
}

a.stl_card .stl_card-actions li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

a.stl_card .stl_card-actions li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.stl_block-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.stl_card-fullscreen {
  height: 17rem;
  position: relative;
}

.stl_card-fullscreen .stl_card-cover {
  height: 100%;
}

.stl_card-fullscreen .stl_card-cover img,
.stl_card-fullscreen .stl_card-cover picture img {
  -o-object-position: center right;
     object-position: center right;
}

.stl_card-fullscreen .stl_card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.stl_card-fullscreen .stl_card-body .stl_card-actions {
  padding-left: 0;
  padding-right: 0;
  margin-top: 2rem;
}

@media screen and (min-width: 64rem) {
  .stl_card-fullscreen {
    height: 22.25rem;
  }
}

.stl_card-fullscreen .stl_block-tag {
  position: relative;
  bottom: 0;
  left: 0;
  margin-bottom: 1rem;
}

@media screen and (min-width: 64rem) {
  .stl_card-fullscreen .stl_block-tag {
    margin-bottom: 1.5rem;
  }
}

.stl_card-swiper {
  min-height: 230px;
}

.stl_card-swiper .stl_card-body {
  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;
  padding: 0;
}

.stl_card-swiper .stl_card-meta {
  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;
}

.stl_card-swiper .stl_card-meta-detail {
  margin-top: 1rem;
  text-align: center;
}

.stl_no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.stl_no-bg {
  background-color: transparent;
}

.stl_card-simple div {
  padding: 0;
}

.stl_card-simple .stl_card-meta-avatar + .stl_card-head {
  margin-top: 1.5rem;
}

.stl_card-simple .stl_card-head + .stl_card-body {
  margin-top: 0.5rem;
}

.stl_card-simple .stl_card-body + .stl_card-actions {
  margin-top: 2rem;
  margin-bottom: 0;
}

.stl_message {
  margin-top: 0;
  margin-bottom: 0;
  font: inherit;
}

.stl_message-title {
  margin-top: 1rem;
  margin-bottom: 0;
}

.stl_message-title h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.stl_message-subtitle {
  margin-top: 0.5rem;
}

.stl_message-extra {
  margin-top: 1rem;
}

@media screen and (min-width: 48rem) {
  .stl_message-subtitle {
    margin-top: 1rem;
  }
}

.stl_tabs {
  margin-top: 0;
}

.stl_tabs > .stl_tabs-bar .stl_tabs-tab {
  line-height: 1.75rem;
  gap: 0.625rem;
  /* espace icon */
}

@media screen and (min-width: 64rem) {
  .stl_tabs > .stl_tabs-bar .stl_tabs-tab {
    padding-bottom: 1.25rem;
    gap: 1.25rem;
    /* espace icon */
  }
}

/* ---------------------- FIN .stl_tabs ---------------------- */
/* ---------------------- DEBUT .stl_tabs icon ---------------------- */
.stl_tabs .stl_icon {
  width: 2rem;
  /*1.5rem*/
  height: 2rem;
  /*1.5rem*/
}

.stl_tabs > .stl_tabs-bar .stl_tabs-tab .stl_text {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media screen and (min-width: 64rem) {
  .stl_tabs > .stl_tabs-bar .stl_tabs-tab .stl_text {
    font-size: 1.25rem;
  }
}

.stl_badge {
  position: relative;
  display: inline-block;
}

.stl_badge-count,
.stl_badge-status-dot,
.ant-scroll-number-custom-component {
  font-size: 0.75rem;
  background: #29873d;
  height: 1.5rem;
  min-width: 1.5rem;
  padding: 0px 0.25rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: white;
  white-space: nowrap;
}

/* ---------------------- FIN .stl_badge ---------------------- */
/* ---------------------- DEBUT .stl_badge icon ---------------------- */
.stl_badge .stl_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.ant-scroll-number-custom-component svg {
  fill: currentcolor;
  stroke: currentcolor;
}

.stl_divider.stl_divider-vertical {
  width: 0.0625rem;
  height: 100%;
  min-height: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.stl_alert {
  margin-top: 0;
  padding: 1.75rem 1.5rem 1.75rem 3.5rem;
}

.stl_alert .stl_icon {
  top: 1.75rem;
}

.stl_alert-message {
  display: block;
}

@media screen and (min-width: 48rem) {
  .stl_alert {
    padding: 1.5rem 2rem 1.5rem 6rem;
  }
  .stl_alert .stl_icon {
    top: 1.5rem;
  }
}

.stl_price-label {
  display: block;
  line-height: 1;
}

.stl_price-commercial--l2, .stl_price-commercial--l6 {
  display: -ms-inline-grid;
  display: inline-grid;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.stl_price-commercial--l2 .stl_price-commercial__integer, .stl_price-commercial--l6 .stl_price-commercial__integer {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

.stl_price-commercial--l2 .stl_price-commercial__decimal, .stl_price-commercial--l6 .stl_price-commercial__decimal {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
}

.stl_price-commercial--l2 .stl_price-commercial__unit, .stl_price-commercial--l6 .stl_price-commercial__unit {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 3 / 4;
  position: relative;
}

.stl_price-commercial--l2 .stl_price-commercial__unit sup, .stl_price-commercial--l6 .stl_price-commercial__unit sup {
  position: absolute;
  top: 2px;
  z-index: 1;
  line-height: 1;
}

.stl_price-commercial--l2 .stl_price-commercial__term, .stl_price-commercial--l6 .stl_price-commercial__term {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  grid-area: 2 / 4 / 4 / 4;
  margin-bottom: -1rem;
  margin-left: 0.25rem;
  line-height: 1;
}

.stl_price-commercial__unit {
  position: relative;
}

.stl_price-commercial__unit sup {
  position: absolute;
  top: 2px;
  z-index: 1;
  line-height: 1;
}

.stl_price-commercial__term {
  position: relative;
}

.stl_price-commercial__term sup {
  position: absolute;
  top: -4px;
  z-index: 1;
  font-size: xx-small;
  line-height: 1;
}

.stl_btn-group {
  margin-top: 0;
}

.stl_btn-group.stl_btn-group-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.stl_btn-group.stl_btn-group-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.stl_grid_row + .stl_btn-group {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 64rem) {
  .stl_grid_row + .stl_btn-group {
    margin-top: 2rem;
  }
}

.stl_visual-highlight {
  margin-top: 0;
}

.stl_accordion {
  margin: 0;
  color: #333;
}

.stl_accordion .stl_accordion-item:last-child {
  border-bottom: none;
}

.stl_accordion .stl_accordion-header {
  font-weight: 700;
  background-color: #f4f5f6;
}

.stl_accordion .stl_accordion-header h2, .stl_accordion .stl_accordion-header h3, .stl_accordion .stl_accordion-header h4 {
  margin: 0;
  pointer-events: none;
}

.stl_accordion .stl_accordion-header .stl_accordion-arrow {
  margin: 0;
  pointer-events: none;
}

.stl_accordion .stl_accordion-header .stl_accordion-arrow img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.stl_accordion .stl_accordion-content {
  padding: 0 0 1.5rem 2.5rem;
  overflow: hidden;
}

.stl_accordion .stl_accordion-content p, .stl_accordion .stl_accordion-content ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.stl_accordion .stl_accordion-content p:last-child, .stl_accordion .stl_accordion-content ul:last-child {
  margin-bottom: 0;
}

.stl_accordion.stl_accordion-icon-position-left .stl_accordion-arrow {
  margin-right: 1rem;
}

.stl_accordion.stl_accordion-icon-position-right .stl_accordion-arrow {
  margin-left: 1rem;
}

.stl_accordion--expand .stl_accordion-item {
  padding: 1.5rem 1rem 2rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.stl_accordion--expand .stl_accordion-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stl_accordion--expand .stl_accordion-header h2, .stl_accordion--expand .stl_accordion-header h3, .stl_accordion--expand .stl_accordion-header h4 {
  margin: 0 0 0 1rem;
  color: #010035;
  pointer-events: none;
}

.stl_accordion--expand .stl_accordion-header img {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.stl_accordion--expand .stl_accordion-header[aria-expanded~="false"] + .stl_accordion-content {
  display: block;
  padding: 0 1rem 0 3rem;
  height: 24px;
}

.stl_accordion--expand .stl_accordion-header[aria-expanded~="false"] + .stl_accordion-content .stl_accordion-content-box p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stl_accordion--expand .stl_accordion-header[aria-expanded~="false"] + .stl_accordion-content .stl_accordion-content-box ul {
  list-style: disc;
}

.stl_accordion--expand .stl_accordion-header[aria-expanded~="true"] + .stl_accordion-content-active {
  padding: 0 1rem 0 3rem;
  height: auto;
}

@media screen and (min-width: 64rem) {
  .stl_accordion--expand .stl_accordion-item + .stl_accordion-item {
    margin-top: 2rem;
  }
}

.stl_section--hero {
  padding: 0;
  max-width: 1440px;
}

.stl_section--hero .stl_layout {
  padding: 0;
  max-width: 100%;
}

.stl_section--hero .stl_grid_row {
  position: relative;
  margin: 0;
  row-gap: 0;
}

.stl_section--hero .stl_grid_col--visual {
  padding: 0;
  overflow: hidden;
}

.stl_section--hero .stl_grid_col--visual img {
  width: 100%;
  height: auto;
}

.stl_section--hero:not(.stl_section--hero-home):not(.stl_section--hero-home-video) .stl_grid_col--visual {
  display: none;
}

.stl_section--hero .stl_grid_col--content {
  padding: 1.25rem 1rem;
  overflow: hidden;
}

.stl_section--hero .stl_tag {
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.stl_section--hero .stl_tag-no-bg {
  margin-left: 0.5rem;
  padding-left: 0;
  padding-right: 0;
}

.stl_section--hero .stl_title sup {
  position: relative;
  top: 0;
  margin-left: 4px;
  font-size: small;
  line-height: 0;
}

.stl_section--hero .stl_title + .stl_baseline {
  margin-top: 0.5rem;
  text-align: left;
}

.stl_section--hero .stl_title + .stl_baseline sup {
  position: relative;
  top: 0;
  font-size: xx-small;
  line-height: 0;
}

.stl_section--hero .stl_highlight {
  padding: 0 .25rem;
}

.stl_section--hero .stl_btn-group {
  margin-top: 0;
}

.stl_section--hero .cashback-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  width: 100%;
  max-width: 346px;
}

.stl_section--hero .cashback-container .logo {
  width: 109px;
  height: 30px;
}

.stl_section--hero .cashback-container + .stl_btn {
  margin-top: 1.5rem;
}

.stl_section--hero .stl_btn {
  margin-top: 1rem;
}

.stl_section--hero .stl_legal-notices {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.stl_section--hero .stl_legal-notices.stl_legal-notices-ml {
  font-size: 1.125rem;
}

.stl_section--hero-home {
  max-width: 1800px;
}

.stl_section--hero-home .stl_grid_col--content {
  padding-bottom: 3rem;
}

.stl_section--hero-home-video {
  max-width: 1800px;
}

.stl_section--hero-home-video .stl_grid_row {
  min-height: auto !important;
}

.stl_section--hero-home-video .stl_grid_col--content {
  padding-bottom: 3rem;
}

.stl_section--hero-home-video .stl_grid_col--video {
  display: none;
}

@media only screen and (min-width: 64rem) {
  .stl_section--hero:not(.stl_section--hero-home):not(.stl_section--hero-home-video) .stl_grid_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .stl_section--hero:not(.stl_section--hero-home):not(.stl_section--hero-home-video) .stl_grid_col--visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stl_section--hero .stl_grid_row {
    min-height: 400px;
  }
  .stl_section--hero .stl_grid_row > .stl_grid_col {
    min-height: 100%;
  }
  .stl_section--hero .stl_btn-group {
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .stl_section--hero .stl_grid_col--visual img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .stl_section--hero .stl_grid_col--content {
    padding: 1rem 3rem;
  }
  .stl_section--hero .hero_container {
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .stl_section--hero .stl_title sup {
    top: -4px;
  }
  .stl_section--hero .stl_title + .stl_baseline {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .stl_section--hero .stl_highlight {
    padding: 0 .5rem;
  }
  .stl_section--hero .stl_taux {
    font-size: 3.125rem;
    line-height: 3rem;
  }
  .stl_section--hero .cashback-container + .stl_btn {
    margin-top: 2.5rem;
  }
  .stl_section--hero .stl_btn {
    margin-top: 1.5rem;
    margin-right: 0;
    margin-left: 0;
  }
  .stl_section--hero .stl_legal-notices {
    margin-top: 0;
  }
  .stl_section--hero .stl_legal-notices.stl_legal-notices-ml {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
  .stl_section--hero-home .stl_grid_row, .stl_section--hero-home .stl_grid_col--visual img {
    height: 500px;
  }
  .stl_section--hero-home .stl_grid_col--content {
    padding-bottom: 3rem;
  }
  .stl_section--hero-home.stl_section--hero-full .stl_grid_col--visual {
    min-height: 500px;
  }
  .stl_section--hero-home.stl_section--hero-full .stl_grid_col--content {
    position: absolute;
    z-index: 1;
  }
  .stl_section--hero.stl_section--hero-full:not(.stl_section--hero-home) .stl_grid_col--visual {
    min-height: 400px;
  }
  .stl_section--hero.stl_section--hero-full:not(.stl_section--hero-home) .stl_grid_col--visual img {
    height: 400px;
  }
  .stl_section--hero.stl_section--hero-full:not(.stl_section--hero-home) .stl_grid_col--content {
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .stl_section--hero-home-video .stl_grid_col {
    padding: 0;
  }
  .stl_section--hero-home-video .stl_grid_col--visual, .stl_section--hero-home-video .stl_grid_col--content {
    display: none;
  }
  .stl_section--hero-home-video .stl_grid_col--video {
    display: initial;
  }
}

@media only screen and (min-width: 90rem) {
  .stl_section--hero .stl_grid_col--content {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .stl_section--hero .stl_title br {
    display: block;
  }
  .stl_section--hero-home .stl_grid_row, .stl_section--hero-home .stl_grid_col--visual img {
    height: 560px;
  }
}

.stl_grid_row--chiffres-cles > .stl_grid_col {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0.5rem;
}

.content--chiffre-cle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  text-align: left;
}

.content--chiffre-cle .stl_title, .content--chiffre-cle p {
  margin: 0;
}

.chiffre-cle-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
}

.chiffre-cle-icon img {
  height: 48px;
  width: 48px;
}

@media only screen and (min-width: 48rem) {
  .stl_grid_row--chiffres-cles > .stl_grid_col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .content--chiffre-cle {
    display: block;
    text-align: center;
  }
  .content--chiffre-cle .chiffre-cle-icon {
    width: 100%;
  }
  .content--chiffre-cle .chiffre-cle-icon img {
    margin-right: auto;
    margin-left: auto;
  }
  .content--chiffre-cle .stl_title {
    margin-top: 1rem;
  }
  .content--chiffre-cle p {
    margin-top: .5rem;
  }
}

@media only screen and (min-width: 64rem) {
  .chiffre-cle-icon img {
    height: 64px;
    width: 64px;
  }
}

.stl_section--application-sg .stl_link .stl_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.visual--application-sg {
  margin-bottom: 1.5rem;
}

.visual--application-sg img {
  margin-right: auto;
  margin-left: auto;
  width: 55%;
  max-width: 22rem;
}

.stl_grid_row--application-sg .stl_link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.content--application-sg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content--application-sg img {
  height: 48px;
  width: 48px;
}

.content--application-sg p {
  margin: 0 0 0 1rem;
}

.stl_grid_col--application-sg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.stl_grid_col--application-sg .content--note {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.5rem);
          flex: 0 0 calc(50% - 0.5rem);
}

.stl_grid_col--application-sg .content--note-text img, .stl_grid_col--application-sg .content--note-text p {
  display: inline-block;
  margin: 0;
}

.stl_grid_col--application-sg .content--note-text strong {
  font-size: 1.5rem;
  line-height: 2rem;
}

.stl_grid_col--application-sg .content--note-link img {
  height: 44px;
}

@media only screen and (min-width: 48rem) {
  .stl_section--application-sg .stl_layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
    height: 520px;
  }
  .stl_section--application-sg .stl_layout .stl_title {
    margin-bottom: 2rem;
  }
  .stl_section--application-sg .stl_title,
  .stl_section--application-sg .stl_grid_row--application-sg {
    width: 57%;
  }
  .stl_section--application-sg .stl_title {
    text-align: left;
  }
  .stl_section--application-sg .stl_grid_row--application-sg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    row-gap: 1.5rem;
    max-width: 600px;
  }
  .stl_section--application-sg .stl_link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .stl_section--application-sg .visual--application-sg {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
    margin-bottom: 0;
    width: 30%;
  }
  .stl_section--application-sg .visual--application-sg img {
    width: 100%;
  }
  .stl_section--application-sg .content--application-sg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stl_section--application-sg .content--application-sg img {
    width: 3rem;
    height: 3rem;
  }
  .stl_section--application-sg .content--application-sg p {
    margin-right: 0;
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 64rem) {
  .stl_section--application-sg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stl_section--application-sg .stl_layout {
    height: 540px;
  }
  .stl_section--application-sg .stl_grid_col--application-sg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0.5rem;
  }
  .stl_section--application-sg .stl_grid_col--application-sg .content--note {
    display: block;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .stl_section--application-sg .stl_grid_col--application-sg .content--note-link {
    margin-right: 0;
  }
}

.content--informations-complementaires {
  padding: 1.5rem;
  text-align: center;
  background-color: #F7F8FD;
}

.content--informations-complementaires .stl_title {
  margin-top: 1rem;
  text-transform: uppercase;
}

.content--informations-complementaires p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  max-width: 500px;
}

.content--informations-complementaires .stl_btn {
  margin-top: 1rem;
}

@media only screen and (min-width: 48rem) {
  .content--informations-complementaires {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .content--informations-complementaires img, .content--informations-complementaires svg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content--informations-complementaires .stl_title {
    margin-top: 0;
  }
  .content--informations-complementaires .stl_btn {
    margin-top: 1.5rem;
  }
}

.content--bon-a-savoir {
  padding: 1rem;
  background-color: #f4f5f6;
  border-radius: 0.25rem;
  border-left: 0.25rem solid #e2010b;
}

.content--bon-a-savoir .stl_title {
  text-transform: uppercase;
}

.content--bon-a-savoir p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 64rem) {
  .content--bon-a-savoir {
    padding: 1rem 2.5rem;
  }
}

.stl_section--avantages .stl_grid_row {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content--avantages-visual {
  width: 100%;
}

.content--avantages-visual img {
  margin-right: auto;
  margin-left: auto;
  max-width: 280px;
}

.content--avantages .stl_title--3 {
  margin: 0 0 1rem;
}

.content--avantages .stl_grid_row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content--avantages .stl_grid_row .content--avantages-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content--avantages .stl_grid_row img {
  width: 40px;
}

.content--avantages .stl_grid_row p {
  margin: 0 0 0 1rem;
}

.content--avantages .stl_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem auto 0;
}

@media only screen and (min-width: 48rem) {
  .content--avantages .stl_btn {
    margin-left: 0;
  }
}

@media only screen and (min-width: 64rem) {
  .stl_section--avantages .stl_grid_row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .stl_section--avantages .stl_grid_row-reverse .content--avantages {
    padding-right: 3rem;
    padding-left: 0;
  }
  .stl_section--avantages .content--avantages {
    padding-left: 3rem;
  }
  .stl_section--avantages .content--avantages-desc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stl_section--avantages .content--avantages-desc img {
    width: 48px;
  }
  .content--avantages .stl_title--3 {
    margin: 0 0 1.5rem;
  }
}

.stl_section--mieux-vous-connaitre .stl_grid_row {
  row-gap: 1.5rem;
}

.stl_section--mieux-vous-connaitre .stl_card {
  height: auto;
}

.stl_section--mieux-vous-connaitre .stl_card-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(120%, currentColor));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, currentColor 120%);
}

.stl_section--mieux-vous-connaitre .stl_card-fullscreen .stl_card-body {
  z-index: 10;
  padding: 1.875rem 1.5rem;
}

.stl_section--mieux-vous-connaitre .stl_card-fullscreen .stl_title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFF;
}

.stl_section--mieux-vous-connaitre .stl_card-fullscreen .stl_title span {
  display: block;
}

.stl_section--mieux-vous-connaitre .stl_card-fullscreen .stl_link {
  color: #FFF;
}

.stl_grid_row--rencontrer-conseiller {
  row-gap: 2.5rem;
}

.content--rencontrer-conseiller {
  max-width: 20rem;
  margin: 0 auto;
  text-align: center;
}

.content--rencontrer-conseiller img {
  margin: 0 auto;
  height: 48px;
  width: 48px;
}

.content--rencontrer-conseiller .stl_title,
.content--rencontrer-conseiller p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.content--rencontrer-conseiller .stl_btn {
  margin-top: 1rem;
}

@media only screen and (min-width: 48rem) {
  .stl_grid_row--rencontrer-conseiller > .stl_grid_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 64rem) {
  .content--rencontrer-conseiller img {
    height: 64px;
    width: 64px;
  }
  .content--rencontrer-conseiller .stl_title {
    margin-top: 1rem;
  }
}

.content--nouveaute {
  padding: 2rem 1rem;
  background-color: #010035;
  border-radius: 0.5rem;
}

.content--nouveaute .content--nouveaute-visual {
  display: block;
  margin: 0 auto;
  max-width: 24.25rem;
}

.content--nouveaute .content--nouveaute-visual img {
  width: 100%;
}

.content--nouveaute .content--nouveaute-desc {
  margin-top: 1.5rem;
}

.content--nouveaute .content--nouveaute-desc .stl_title,
.content--nouveaute .content--nouveaute-desc p,
.content--nouveaute .content--nouveaute-desc .stl_link {
  color: #FFF;
}

.content--nouveaute .content--nouveaute-desc p,
.content--nouveaute .content--nouveaute-desc .stl_link {
  margin-top: 1rem;
  margin-bottom: 0;
}

.content--nouveaute .content--nouveaute-desc .stl_link .stl_icon {
  margin-top: 0;
  width: 1.5rem;
  height: 1.5rem;
}

@media only screen and (min-width: 48rem) {
  .content--nouveaute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .content--nouveaute.content--nouveaute-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .content--nouveaute .content--nouveaute-visual {
    margin: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  .content--nouveaute .content--nouveaute-desc {
    margin: 0;
    max-width: 16rem;
  }
  .content--nouveaute .content--nouveaute-desc p,
  .content--nouveaute .content--nouveaute-desc .stl_link {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 64rem) {
  .content--nouveaute .content--nouveaute-desc {
    max-width: 25rem;
  }
}

.content--nos-conseils {
  padding: 2.5rem 1rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.content--nos-conseils .stl_title {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #fff;
}

.content--nos-conseils p {
  margin-bottom: 1rem;
  color: #fff;
}

.content--nos-conseils .content--nos-conseils-visual {
  margin: 0;
}

.content--nos-conseils .content--nos-conseils-visual > div {
  position: relative;
}

.content--nos-conseils .content--nos-conseils-visual picture {
  position: relative;
}

.content--nos-conseils .content--nos-conseils-visual img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.content--nos-conseils .content--nos-conseils-visual .stl_btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
}

.content--nos-conseils .content--nos-conseils-visual figcaption {
  color: #fff;
  margin: 0.5rem 0 1.5rem;
}

@media only screen and (min-width: 48rem) {
  .content--nos-conseils {
    display: -ms-grid;
    display: grid;
    padding: 5rem 1rem;
    max-height: 560px;
    -ms-grid-columns: 0.5fr 3fr 0.2fr 3fr 0.5fr;
        grid-template-columns: 0.5fr 3fr 0.2fr 3fr 0.5fr;
  }
  .content--nos-conseils .stl_title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .content--nos-conseils .content--nos-conseils-visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 1 / 4 / 4 / 5;
  }
  .content--nos-conseils .content--nos-conseils-visual figcaption {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .content--nos-conseils p {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }
  .content--nos-conseils .stl_btn--secondarylight {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media only screen and (min-width: 64rem) {
  .content--nos-conseils .stl_title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.stl_card--prospect {
  position: relative;
  text-decoration: none;
  aspect-ratio: 59 / 32;
}

.stl_card--prospect .stl_card-cover {
  position: absolute;
  height: 100%;
  border-radius: 0;
}

.stl_card--prospect .stl_card-cover img {
  -o-object-position: top center;
     object-position: top center;
}

.stl_card--prospect .stl_card-body {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
  padding: 1rem;
}

.stl_card--prospect .stl_card--prospect-content {
  max-width: 53%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.stl_card--prospect .stl_tag {
  margin-right: 0;
}

.stl_card--prospect .stl_title {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .stl_card--prospect {
    max-width: 590px;
  }
  .stl_card--prospect .stl_card-body {
    padding: 2.5rem 2rem 2rem;
  }
  .stl_card--prospect .stl_card--prospect-content {
    max-width: 50%;
  }
  .stl_card--prospect .stl_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 1253px) {
  .stl_card--prospect .stl_card-body {
    height: 320px;
  }
}

.stl_section--grid-cards .stl_card-cover {
  border-radius: 0;
}

.stl_section--grid-cards .stl_card-cover picture img, .stl_section--grid-cards .stl_card-cover img {
  -o-object-position: top center;
     object-position: top center;
}

.stl_section--grid-cards .stl_card-body {
  padding: 1rem;
}

.stl_section--grid-cards .stl_card-body .stl_title {
  font-size: 1rem;
  line-height: 1.5rem;
}

.stl_section--grid-cards .stl_card-body p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.stl_section--grid-cards .stl_card-actions {
  -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;
}

.stl_section--grid-cards .stl_card-actions .stl_btn--sm {
  padding: 0.375rem 1.5rem;
}

.stl_section--grid-cards .stl_card-actions .stl_btn--sm + .stl_link {
  margin-top: 0.5rem;
}

.stl_section--grid-cards .stl_card-actions-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.stl_section--grid-cards-centre .stl_card-body {
  text-align: center;
}

.stl_section--grid-cards-centre .stl_card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stl_card-bordered-cta {
  text-align: center;
}

.stl_card-bordered-cta .stl_card-body {
  padding: 1.5rem;
}

.stl_card-bordered-cta .stl_card-body .stl_title {
  margin: 0.5rem 0;
}

.stl_card-bordered-cta .stl_card-body p {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48rem) {
  .stl_section--grid-cards .stl_card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .stl_section--grid-cards .stl_card-body .stl_title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .stl_section--grid-cards .stl_card-body p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .stl_section--grid-cards .stl_card-actions .stl_btn--sm + .stl_link {
    margin-top: 1rem;
  }
}

.content--reassurance {
  text-align: center;
}

.content--reassurance img {
  margin: 0 auto;
  height: 48px;
  width: 48px;
}

.content--reassurance .stl_title {
  margin-top: 0.5rem;
}

.content--reassurance p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 64rem) {
  .content--reassurance .stl_title {
    margin-top: 1rem;
  }
  .content--reassurance img {
    height: 64px;
    width: 64px;
  }
}

.stl_section--hero + .stl_section--tableau-des-taux {
  margin-top: -1.5rem;
}

.stl_section--tableau-des-taux .stl_grid_row {
  padding: 1rem 0.5rem;
  row-gap: 0;
  border: 1px solid #999;
}

.stl_section--tableau-des-taux p {
  margin-bottom: 0.5rem;
}

.stl_section--tableau-des-taux p sup {
  font-size: x-small;
}

.stl_section--tableau-des-taux .taux-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.stl_section--tableau-des-taux .taux-description-2 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.stl_section--tableau-des-taux .taux-mensualites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stl_section--tableau-des-taux .taux-mensualites > div + div {
  padding: 0 1rem;
}

.stl_section--tableau-des-taux .taux-mensualites .taux {
  font-weight: 700;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.stl_section--tableau-des-taux .taux-mensualites .taux sup {
  font-size: small;
}

.stl_section--tableau-des-taux .taux-mensualites .taeg {
  display: block;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.stl_section--tableau-des-taux .taux-mensualites .mensualites {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.stl_section--tableau-des-taux .taux-mentions {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media only screen and (min-width: 64rem) {
  .stl_section--hero + .stl_section--tableau-des-taux {
    margin-top: -4rem;
  }
  .stl_section--tableau-des-taux .stl_grid_row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stl_section--tableau-des-taux p {
    margin-bottom: 0;
  }
  .stl_section--tableau-des-taux .taux-description-2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .stl_section--tableau-des-taux .taux-mensualites .taux, .stl_section--tableau-des-taux .taux-mensualites .taeg {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  .stl_section--tableau-des-taux .taux-mensualites .mensualites {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .stl_section--tableau-des-taux .taux-mentions {
    line-height: 1.5rem;
  }
}

.stl_section--mentions-legales {
  font-size: .875rem;
  line-height: 1.5;
  color: #a0a0a0;
}

.stl_section--mentions-legales .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
  color: #a0a0a0;
}

.stl_section--mentions-legales .download svg, .stl_section--mentions-legales .download img {
  margin-right: 0.5rem;
}

.stl_section--avantages-2 .stl_layout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stl_section--avantages-2 .stl_title--2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.stl_section--avantages-2 .visual--avantages-2 {
  margin: 0 -1rem;
}

.stl_section--avantages-2 .content--avantages-2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stl_section--avantages-2 .content--avantages-2 p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.stl_section--avantages-2 .avantages-2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  padding: 0;
}

.stl_section--avantages-2 .avantages-2-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1rem;
}

.stl_section--avantages-2 .avantages-2-icon img {
  height: 48px;
  width: 48px;
}

@media only screen and (min-width: 48rem) {
  .stl_section--avantages-2 .stl_layout {
    height: 380px;
  }
  .stl_section--avantages-2 .stl_title {
    width: 50%;
    text-align: left;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .stl_section--avantages-2 .visual--avantages-2 {
    margin: 0;
    width: calc(50% - 1rem);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .stl_section--avantages-2 .content--avantages-2 {
    width: 50%;
  }
  .stl_section--avantages-2 .content--avantages-2 p {
    max-width: 80%;
  }
  .stl_section--avantages-2 .avantages-2-item {
    margin-top: 1.5rem;
  }
  .stl_section--avantages-2 .avantages-2-item:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 64rem) {
  .stl_section--avantages-2 .stl_layout {
    height: 420px;
  }
  .stl_section--avantages-2 .stl_title {
    margin-bottom: 2rem;
  }
  .stl_section--avantages-2 .content--avantages-2 p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .stl_section--avantages-2 .avantages-2-icon {
    padding-right: 2rem;
  }
}

.stl_section-grey .stl_grid_row--etapier .etapier-content-icon {
  background-color: #f4f5f6;
}

.stl_section-grey .stl_grid_row--etapier .stl_grid_col:last-child {
  background-color: transparent;
}

.stl_grid_row--etapier {
  position: relative;
  row-gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-color: lavender;
}

.stl_grid_row--etapier::before {
  content: "";
  display: block;
  position: absolute;
  left: 38px;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 4px;
  background-color: #b8b8cc;
}

.stl_grid_row--etapier .stl_grid_col {
  width: 100%;
}

.stl_grid_row--etapier .stl_grid_col:last-child {
  background-color: #fff;
}

.etapier-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.etapier-content-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: .5rem;
  max-width: 100%;
  background-color: #fff;
}

.etapier-content-icon img {
  height: 48px;
  width: 48px;
}

.etapier-content-desc {
  padding-top: 0.5rem;
  width: 100%;
}

.etapier-content-desc p {
  margin-bottom: 0;
}

@media only screen and (min-width: 64rem) {
  .stl_grid_row--etapier {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2rem;
  }
  .stl_grid_row--etapier::before {
    left: 8%;
    top: 30px;
    width: 84%;
    height: 4px;
  }
  .stl_grid_row--etapier .stl_grid_col:last-child {
    background-color: transparent;
  }
  .etapier-content {
    display: block;
    text-align: center;
  }
  .etapier-content-icon {
    padding: 0 1rem;
  }
  .etapier-content-icon img {
    margin: 0 auto;
    height: 64px;
    width: 64px;
  }
  .etapier-content-desc p {
    margin-top: 1rem;
  }
}

.content--le-plus {
  padding: 1rem;
  background-color: #f7f8fd;
}

.content--le-plus p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 64rem) {
  .content--le-plus {
    padding: 1.5rem;
  }
}

.content--exemple {
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #dcdcdc;
}

.content--exemple p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 64rem) {
  .content--exemple {
    padding: 1.5rem;
  }
}

.stl_section--credit-taux {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stl_section--credit-taux .stl_title--2 {
  margin-bottom: 1rem;
}

.stl_section--credit-taux .stl_title--2 + p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.stl_section--credit-taux .stl_grid_col--visual img {
  margin: 0 auto;
  width: 50%;
}

.stl_section--credit-taux .stl_btn--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 2rem;
}

.stl_section--credit-taux .frais {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.stl_section--credit-taux .mentions {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.stl_grid_row--credit-taux {
  margin: 1.5rem 0 2rem;
}

.stl_grid_row--credit-taux > .stl_grid_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.stl_grid_row--credit-taux .taux, .stl_grid_row--credit-taux .taux-desc {
  margin: 0;
}

.stl_grid_row--credit-taux .taux {
  padding: 1rem;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #FFF;
  background-color: #330072;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.stl_grid_row--credit-taux .taux-desc {
  padding: 0.5rem 1rem;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #330072;
  background-color: #f4f5f6;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

@media only screen and (min-width: 64rem) {
  .stl_section--credit-taux .stl_title--2 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .stl_section--credit-taux .stl_title--2 + p {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .stl_section--credit-taux .frais {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .stl_section--credit-taux .mentions {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .stl_grid_row--credit-taux {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .stl_grid_row--credit-taux .taux {
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .stl_grid_row--credit-taux .taux-desc {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.stl_section--introduction .icon {
  margin: 0 auto;
  height: 24px;
  width: 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.stl_section--hero .js-timer {
  margin-top: 1rem;
  color: #FFF;
}

.stl_section--compteur {
  margin-bottom: 0;
  padding: 1rem;
  text-align: center;
  font-family: "Montserrat", arial, sans-serif;
  color: #fff;
  background-color: #330072;
}

.stl_section--compteur .js-timer {
  margin: 0 auto;
}

.js-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0.5rem 0 0.625rem;
  max-width: 250px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #fff;
}

.js-timer_separator {
  font-family: "Montserrat";
  font-size: 1.875rem;
  font-weight: 600;
}

.js-timer_value {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
}

.js-timer_unit {
  font-family: "Source Sans pro", sans-serif;
  font-size: 0.875rem;
}

@media screen and (min-width: 64rem) {
  .stl_section--compteur {
    padding: 1.5rem 1rem;
  }
  .js-timer {
    max-width: 340px;
  }
  .js-timer_value {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.stl_section--slider-marketing .slider-container {
  position: relative;
  overflow: hidden;
  background-color: #330072;
}

.stl_section--slider-marketing .slider-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  height: 8px;
  width: 8px;
  background-color: #fff;
  opacity: 1;
}

.stl_section--slider-marketing .slider-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}

.stl_section--slider-marketing .slider-container .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #FFF;
}

.stl_section--slider-marketing .slider-container .swiper--container_nav {
  width: 100%;
  position: absolute;
  bottom: 12px;
}

.stl_section--slider-marketing .wrap--item {
  padding: 1rem 1rem 0;
}

.stl_section--slider-marketing .item--img {
  margin-bottom: 1rem;
}

.stl_section--slider-marketing .item--img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
  width: 100%;
}

.stl_section--slider-marketing .item--body {
  color: #fff;
}

.stl_section--slider-marketing .item--title {
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.stl_section--slider-marketing .item--text {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.stl_section--slider-marketing .swiper--container_nav,
.stl_section--slider-marketing .swiper-button-disabled,
.stl_section--slider-marketing .swiper-button-prev.swiper-button-disabled,
.stl_section--slider-marketing .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  visibility: visible;
}

.stl_section--slider-marketing .swiper-button-next, .stl_section--slider-marketing .swiper-button-prev {
  height: 3rem !important;
  width: 3rem !important;
  background-color: white;
  background-image: none !important;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  border-radius: 50%;
}

.stl_section--slider-marketing .swiper-button-next::before, .stl_section--slider-marketing .swiper-button-prev::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  height: 12px;
  width: 12px;
  border: 2px solid #E2010B;
  border-left: none;
  border-top: none;
}

.stl_section--slider-marketing .swiper-button-next {
  position: absolute;
}

.stl_section--slider-marketing .swiper-button-next::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 17px;
  left: 16px;
}

.stl_section--slider-marketing .swiper-button-prev::before {
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
  top: 16px;
  left: 19px;
}

@media screen and (min-width: 64rem) {
  .stl_section--slider-marketing {
    margin-right: auto;
    margin-left: auto;
  }
  .stl_section--slider-marketing .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 50%;
    bottom: 60px;
    left: 50%;
  }
  .stl_section--slider-marketing .wrap--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    max-height: 500px;
  }
  .stl_section--slider-marketing .item--img, .stl_section--slider-marketing .item--body {
    width: 50%;
    max-width: 50%;
  }
  .stl_section--slider-marketing .item--img {
    margin-bottom: 0;
  }
  .stl_section--slider-marketing .item--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 0 12%;
  }
  .stl_section--slider-marketing .swiper--container_nav {
    opacity: 1;
    visibility: visible;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    height: 50px;
    width: 42%;
    max-width: 42%;
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
  }
}

@media only screen and (max-width: 1023px) {
  .stl_section--slider-marketing {
    /* fix ie */
  }
  .stl_section--slider-marketing .slider-container .swiper-pagination {
    margin: 0 0 1rem;
  }
  .stl_section--slider-marketing .swiper-container-rtl .swiper-button-prev {
    left: calc(100% - 50px);
  }
  .stl_section--slider-marketing .swiper-button-next,
  .stl_section--slider-marketing .swiper-button-prev {
    bottom: 0;
    top: auto;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .stl_section--slider-marketing .swiper-button-next::before,
  .stl_section--slider-marketing .swiper-button-prev::before {
    border-color: white;
  }
  .stl_section--slider-marketing .swiper-button-next {
    right: calc(50% - 90px);
  }
  .stl_section--slider-marketing .swiper-button-prev {
    left: calc(50% - 90px);
  }
  .stl_section--slider-marketing .swiper-wrapper {
    padding-bottom: 90px;
  }
}

.stl_section--slider-marketing-v2 .stl_title--2 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.stl_section--slider-marketing-v2 .content--slider-decale {
  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;
  position: relative;
  padding-bottom: 2rem;
}

.stl_section--slider-marketing-v2 .content--slider-decale .navigation-container {
  position: relative;
  top: -2rem;
  left: 0;
  z-index: 2;
  padding: 1.5rem 2rem 1rem;
  width: 95%;
  background-color: #010035;
  border-radius: 0.25rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-container-text .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .arrows {
  position: absolute;
  right: 8px;
  bottom: 4px;
  z-index: 3;
  height: 2rem;
  width: 4rem;
}

.stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-button-next,
.stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-button-prev {
  top: 0;
  background: none;
  width: 1.5rem;
  height: 2rem;
  margin-top: 0;
}

.stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-button-next::before,
.stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
}

.stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-button-next {
  right: 0;
}

.stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-button-next::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 7px;
}

.stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-button-prev::before {
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
}

.stl_section--slider-marketing-v2 .content--slider-decale .swiper-container {
  height: 100%;
  min-height: auto;
  color: white;
}

.stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .stl_title--4 {
  color: white;
}

.stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .swiper-slide {
  max-height: 180px;
}

.stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .swiper-slide p {
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .swiper-wrapper .stl_btn--primary {
  width: 8rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.stl_section--slider-marketing-v2 .content--slider-decale .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
          column-gap: 0.5rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: 1;
  width: 100%;
}

.stl_section--slider-marketing-v2 .content--slider-decale .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 0.25rem;
  border-radius: 0;
}

.stl_section--slider-marketing-v2 .content--slider-decale .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e2010b;
}

.stl_section--slider-marketing-v2 .content--slider-decale .slider_img {
  position: relative;
  left: 1rem;
  width: 95%;
  height: 26.875rem;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.stl_section--slider-marketing-v2 .content--slider-decale .slider_img .swiper-slide {
  border-radius: 0.25rem;
  overflow: hidden;
}

.stl_section--slider-marketing-v2 .content--slider-decale .slider_img .swiper-slide img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 376px) {
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .swiper-slide {
    max-height: 300px;
  }
}

@media screen and (min-width: 450px) {
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container-text .swiper-wrapper .stl_title-subtitle + p,
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container-text .swiper-wrapper h2.stl_title--4 + p {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 48rem) {
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .swiper-wrapper .stl_title-subtitle {
    font-weight: bold;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container-text .swiper-wrapper .stl_title-subtitle + p,
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container-text .swiper-wrapper h2.stl_title--4 + p {
    margin-top: 0;
    font-size: 1rem;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .swiper-wrapper .stl_btn--primary {
    width: 15rem;
    height: 3rem;
  }
  .stl_section--slider-marketing-v2 .swiper-button-next::before,
  .stl_section--slider-marketing-v2 .swiper-button-prev::before {
    width: 12px;
    height: 12px;
    border: 2px solid #e2010b;
    border-left: none;
    border-top: none;
  }
  .stl_section--slider-marketing-v2 .swiper-button-next::before {
    left: 5px;
  }
  .stl_section--slider-marketing-v2 .swiper-button-prev::before {
    left: 0;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container-text h2.stl_title--4 {
    font-size: 1.875rem;
    margin-top: 0.5rem;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .swiper-wrapper .stl_title-subtitle {
    margin-top: 0.5rem;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container-text .swiper-slide {
    padding: 0 3rem 0 0;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale.content--slider-decale {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .swiper-slide {
    max-height: 100%;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-pagination {
    width: 22rem;
    bottom: -2.5rem;
    margin-left: 1rem;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-pagination .swiper-pagination-bullet {
    height: 0.5rem;
    margin: 0.25rem;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .arrows {
    top: 24px;
    right: 16px;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .navigation-container {
    height: 18.0625rem;
    height: 290px;
    width: 30.625rem;
    left: 3rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: 0;
    padding: 1.5rem 2.5rem;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .slider_img {
    right: 3rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    left: auto;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .slider_img picture,
  .stl_section--slider-marketing-v2 .content--slider-decale .slider_img img {
    width: 100%;
    height: 100%;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .slider_img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media screen and (min-width: 48rem) {
  .stl_section--slider-marketing-v2 .stl_title--2 {
    margin-bottom: 2.5rem;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .stl_title--4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .swiper-slide p {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .swiper-container .swiper-wrapper .stl_btn--primary {
    font-size: 1rem;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-button-next::before,
  .stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-button-prev::before {
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-button-prev {
    left: 0;
  }
  .stl_section--slider-marketing-v2 .content--slider-decale .navigation-container .swiper-button-next::before {
    left: 4px;
  }
}

.content--quote .quote--declaration {
  padding: 0 2rem;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #010035;
}

.content--quote .quote--declaration::before {
  content: open-quote;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Montserrat", arial, sans-serif;
  color: #010035;
  opacity: 10%;
}

.content--quote .quote--declaration::after {
  content: close-quote;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Montserrat", arial, sans-serif;
  color: #010035;
  opacity: 10%;
}

.content--quote .quote--personne {
  position: relative;
  margin-top: 1rem;
  padding: 1rem 2rem 0;
  color: #545454;
}

.content--quote .quote--personne::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 1;
  width: 30px;
  height: 3px;
  background-color: #e2010b;
}

.content--quote .quote--personne-nom {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.content--quote .quote--personne-role {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (min-width: 48rem) {
  .content--quote .quote--declaration {
    padding: 0 3rem;
  }
  .content--quote .quote--declaration::before, .content--quote .quote--declaration::after {
    font-size: 2.5rem;
  }
  .content--quote .quote--personne {
    margin-top: 1.75rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .content--quote .quote--personne::before {
    content: "";
    left: 3rem;
  }
}

.content--recompense {
  padding: 2rem;
  background-color: #010035;
}

.content--recompense .stl_title--3 {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #FFF;
}

.content--recompense .content--recompense-visual {
  display: block;
  margin: 0 auto 1.25rem;
  width: 130px;
}

.content--recompense .content--recompense-visual img {
  width: 100%;
}

.content--recompense .content--recompense-desc p {
  margin-bottom: 0;
  color: #FFF;
}

@media only screen and (min-width: 48rem) {
  .content--recompense {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 240px;
  }
  .content--recompense.content--recompense-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .content--recompense .stl_title--3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 2rem;
    width: calc(100% - 160px);
    text-align: left;
  }
  .content--recompense .content--recompense-visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    height: 100%;
    width: 160px;
  }
  .content--recompense .content--recompense-desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    padding-left: 2rem;
    width: calc(100% - 160px);
  }
}

@media only screen and (min-width: 64rem) {
  .content--recompense {
    padding-right: 5rem;
    padding-left: 5rem;
    height: 300px;
  }
  .content--recompense .stl_title--3 {
    padding-left: 5rem;
    width: calc(100% - 250px);
  }
  .content--recompense .content--recompense-desc {
    padding-left: 5rem;
    width: calc(100% - 250px);
  }
}

@media only screen and (min-width: 77.5rem) {
  .content--recompense {
    height: 240px;
  }
}

.stl_card--hp {
  text-decoration: none;
  color: inherit;
}

.stl_card--hp .stl_card-cover {
  min-height: 240px;
  border-radius: 0;
}

.stl_card--hp .stl_card-cover picture img {
  -o-object-position: center;
     object-position: center;
}

.stl_card--hp .stl_card-body .stl_title--3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media only screen and (min-width: 48rem) {
  .stl_card--hp {
    min-height: 500px;
    max-width: 387px;
  }
  .stl_card--hp .stl_card-body {
    padding-bottom: 0.75rem;
  }
  .stl_card--hp .stl_card-body .stl_title--3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .stl_card--hp .stl_card-actions {
    display: block;
  }
}

.swiper-row {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-row .swiper-pagination {
  position: static;
  margin-top: 1rem;
}

.swiper-row .swiper-pagination-bullet {
  position: relative;
  border-radius: 0.25rem;
  background: #999;
  opacity: 1;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.swiper-row .swiper-pagination-bullet-active {
  background-color: #e2010b;
}

.swiper-row .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #E2010B;
}

.swiper-row .swiper-button-prev, .swiper-row .swiper-button-next {
  display: none;
  background: #FFF;
  border: 1px solid lightgrey;
  border-radius: 50%;
}

@media screen and (min-width: 64rem) {
  .swiper-mobile-only {
    overflow: visible;
  }
  .swiper-mobile-only .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .swiper-mobile-only .swiper-slide {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media screen and (min-width: 90rem) {
  .swiper-visible {
    overflow: visible;
  }
  .swiper-visible .swiper-slide:not(.swiper-slide-visible) {
    opacity: 50%;
  }
  .swiper-row .swiper-button-prev, .swiper-row .swiper-button-next {
    top: calc(50% - 17px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -24px;
    height: 48px;
    width: 48px;
  }
  .swiper-row .swiper-button-prev::before, .swiper-row .swiper-button-next::before {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    border-width: 2px;
    border-style: solid;
    border-right-color: #E2010B;
    border-bottom-color: #E2010B;
    border-left-color: #FFF;
    border-top-color: #FFF;
  }
  .swiper-row .swiper-button-prev.swiper-button-disabled, .swiper-row .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    pointer-events: initial;
  }
  .swiper-row .swiper-button-prev.swiper-button-disabled::before, .swiper-row .swiper-button-next.swiper-button-disabled::before {
    border-right-color: lightgrey;
    border-bottom-color: lightgrey;
  }
  .swiper-row .swiper-button-prev {
    left: -24px;
  }
  .swiper-row .swiper-button-prev::before {
    margin-right: -6px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .swiper-row .swiper-button-next {
    right: -24px;
  }
  .swiper-row .swiper-button-next::before {
    margin-left: -6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.card_marketing {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.card_marketing .card_marketing--header {
  padding: 1rem;
  text-align: center;
}

.card_marketing .card_marketing--header img {
  margin: 0 auto;
}

.card_marketing .card_marketing--visual {
  position: relative;
}

.card_marketing .card_marketing--visual img {
  width: 100%;
}

.card_marketing .card_marketing--body {
  padding: 1rem 1rem 2rem;
  text-align: center;
  color: #fff;
  background-color: #330072;
}

.card_marketing .card_marketing--body p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.card_marketing .card_marketing--body .credit-prix {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.card_marketing .card_marketing--body .credit-prix > span:nth-of-type(1) {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.card_marketing .card_marketing--body .credit-prix sup {
  position: relative;
  top: -0.75rem;
  left: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
}

.card_marketing .card_marketing--thumb-text {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #010035;
  width: 150px;
}

.card_marketing .card_marketing--thumb-text span {
  font-size: 0.75rem;
}

.card_marketing .card_marketing--thumb-text p {
  font-weight: 800;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}

.card_marketing .card_marketing--footer {
  padding: 1rem;
}

.card_marketing .card_marketing--footer p {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.card_marketing .card_marketing--footer p strong {
  font-size: 1rem;
  line-height: 1.25rem;
}

.stl_card--expert {
  position: relative;
  min-height: 380px;
  text-decoration: none;
}

.stl_card--expert .stl_card-cover {
  position: absolute;
  height: 100%;
}

.stl_card--expert .stl_card-cover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(1, 0, 62, 0)), color-stop(120%, #010036));
  background-image: linear-gradient(180deg, rgba(1, 0, 62, 0) 50%, #010036 120%);
  height: 100%;
  width: 100%;
}

.stl_card--expert .stl_card-cover picture {
  display: initial;
}

.stl_card--expert .stl_card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.5rem;
  z-index: 1;
}

.stl_card--expert .stl_card-body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.stl_card--expert .stl_card-body .stl_title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
}

.stl_card--expert .stl_card-body .stl_title span {
  display: block;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
}

.stl_card--expert .stl_card-actions {
  margin-top: 1rem;
  padding: 0;
}

.stl_card--expert .stl_card-actions .stl_link--label {
  color: #FFF;
}

@media only screen and (min-width: 48rem) {
  .stl_card--expert .stl_card-body .stl_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .stl_card--expert .stl_card-body .stl_title span {
    font-size: 1.375rem;
  }
}

.stl_card--af-produit, .stl_card--af-produit-v2 {
  min-height: 100px;
  width: 100%;
}

.stl_card--af-produit::after, .stl_card--af-produit-v2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  display: block;
  height: 8px;
  width: 8px;
  border: 2px solid #010035;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.stl_card--af-produit .stl_card-body, .stl_card--af-produit-v2 .stl_card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.stl_card--af-produit .stl_card-body > img, .stl_card--af-produit-v2 .stl_card-body > img {
  width: 48px;
}

.stl_card--af-produit .stl_card-desc, .stl_card--af-produit-v2 .stl_card-desc {
  padding-right: 2rem;
  width: 100%;
  text-align: left;
}

.stl_card--af-produit .stl_card-desc .stl_title, .stl_card--af-produit-v2 .stl_card-desc .stl_title {
  margin: 0 0 0.25rem;
}

.stl_card--af-produit .stl_card-desc p, .stl_card--af-produit-v2 .stl_card-desc p {
  margin: 0;
}

.stl_card--af-produit .stl_card-actions, .stl_card--af-produit-v2 .stl_card-actions {
  display: none;
}

@media only screen and (min-width: 48rem) {
  .stl_card--af-produit::after {
    display: none;
  }
  .stl_card--af-produit .stl_card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stl_card--af-produit .stl_card-body > img {
    margin: 0 auto 1.25rem;
  }
  .stl_card--af-produit .stl_card-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    height: 100%;
    text-align: center;
  }
  .stl_card--af-produit .stl_card-desc .stl_title {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
  .stl_card--af-produit .stl_card-desc p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .stl_card--af-produit .stl_card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.stl_card--af-projet .stl_card-body > img {
  margin-bottom: 1.25rem;
  width: 32px;
}

.stl_card--af-projet .stl_card-desc {
  height: 100%;
}

.stl_card--af-projet .stl_card-desc .stl_title {
  margin: 0 0 0.25rem;
}

.stl_card--af-projet .stl_card-desc p {
  margin: 0;
}

.stl_card--af-projet .stl_card-actions {
  display: none;
}

@media only screen and (min-width: 64rem) {
  .stl_card--af-projet .stl_card-desc {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: calc(100% - 52px);
  }
  .stl_card--af-projet .stl_card-desc .stl_title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .stl_card--af-projet .stl_card-desc p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .stl_card--af-projet .stl_card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.stl_card--af-service {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.stl_card--af-service::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  display: block;
  height: 8px;
  width: 8px;
  border: 2px solid #010035;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.stl_grid_col + .stl_grid_col .stl_card--af-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
  display: block;
  width: calc(100% - 32px);
  border-top: 1px solid #b8b8cc;
}

.stl_grid_col + .stl_grid_col .stl_card--af-service .stl_card-body {
  padding-top: 1.5rem;
}

.stl_card--af-service .stl_card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: -1rem;
}

.stl_card--af-service .stl_card-body > img {
  width: 48px;
}

.stl_card--af-service .stl_card-desc {
  padding-right: 2rem;
  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;
}

.stl_card--af-service .stl_card-desc .stl_title {
  margin: 0 0 0.25rem;
}

.stl_card--af-service .stl_card-desc p {
  margin: 0;
}

.stl_card--af-service .stl_card-actions {
  display: none;
}

@media only screen and (min-width: 48rem) {
  .stl_card--af-service::after {
    display: none;
  }
  .stl_grid_col + .stl_grid_col .stl_card--af-service::before {
    display: none;
  }
  .stl_grid_col + .stl_grid_col .stl_card--af-service .stl_card-body {
    padding: 0 1rem 1rem;
  }
  .stl_card--af-service .stl_card-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
    padding: 0 1rem 1rem;
  }
  .stl_card--af-service .stl_card-body > img {
    width: 64px;
  }
  .stl_card--af-service .stl_card-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    height: 100%;
  }
  .stl_card--af-service .stl_card-desc .stl_title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
  .stl_card--af-service .stl_card-desc p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .stl_card--af-service .stl_card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 6.5rem;
  }
}

.stl_card--af-article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.stl_card--af-article .stl_card-cover {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  max-width: 40%;
  height: auto;
}

.stl_card--af-article .stl_card-cover img {
  height: 150px;
}

.stl_card--af-article .stl_tag-container {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 1;
}

.stl_card--af-article .stl_tag-container .stl_tag {
  display: block;
}

.stl_card--af-article .stl_card-body-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stl_card--af-article .stl_card-body .stl_title {
  margin: 0;
}

.stl_card--af-article .stl_card-actions {
  display: none;
}

@media screen and (min-width: 48rem) {
  .stl_card--af-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stl_card--af-article .stl_card-cover {
    max-width: 100%;
  }
  .stl_card--af-article .stl_card-cover img {
    height: 180px;
  }
  .stl_card--af-article .stl_tag-container {
    bottom: 16px;
    left: 16px;
  }
  .stl_card--af-article .stl_card-body-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .stl_card--af-article .stl_card-body {
    padding: 1rem;
  }
  .stl_card--af-article .stl_card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.stl_banner_app_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 344px;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  background: #FFF;
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
          box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
  overflow: hidden;
}

.stl_banner_app_2 .stl_banner_app_2--picture {
  height: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.stl_banner_app_2 .stl_banner_app_2--picture img {
  display: block;
  height: 100%;
}

.stl_banner_app_2 .stl_banner_app_2--container {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0.625rem 0.625rem 0.125rem;
  width: calc(100% - 90px);
}

.stl_banner_app_2 .stl_tag {
  margin-right: 0.125rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.625rem;
  line-height: 1rem;
  color: #FFF;
  background-color: #010035;
}

.stl_banner_app_2 .stl_tag sup {
  font-size: .5rem;
}

.stl_banner_app_2 .stl_tag.stl_tag-no-bg {
  padding-left: 0;
  padding-right: 0;
  color: #010038;
  background-color: transparent;
}

.stl_banner_app_2 .stl_tag + img {
  display: inline-block;
  margin-top: 1px;
  margin-right: -1rem;
}

.stl_banner_app_2 .stl_title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.stl_banner_app_2 .stl_banner_app_2--content {
  margin-top: 0.25rem;
}

.stl_banner_app_2 .stl_banner_app_2--content p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #545454;
}

.stl_banner_app_2 .stl_legal-notices {
  margin: 0 -4px 0 0;
  text-align: right;
  font-size: 0.625rem;
  line-height: 1rem;
  color: #545454;
}

.stl_banner_app_2 .stl_banner_app_2--mentions {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  background-color: #F4F5F6;
}

.stl_banner_app_2 .stl_banner_app_2--mentions p {
  margin: 0;
  padding: 2px;
  text-align: center;
  font-size: .75rem;
  line-height: .75rem;
  color: #010038;
}

.stl_banner_app_2 .stl_banner_app_2--mentions + .stl_banner_app_2--picture {
  height: 122px;
}

.stl_banner_app_2.stl_banner_app_2--credit .stl_banner_app_2--content p,
.stl_banner_app_2.stl_banner_app_2--ml .stl_banner_app_2--content p {
  font-size: .625rem;
  line-height: .875rem;
}

@media screen and (min-width: 64rem) {
  .stl_banner_app_2 {
    height: 185px;
    width: 100%;
    max-width: 600px;
  }
  .stl_banner_app_2 .stl_banner_app_2--picture {
    width: 108px;
  }
  .stl_banner_app_2 .stl_banner_app_2--picture img {
    width: auto;
  }
  .stl_banner_app_2 .stl_banner_app_2--container {
    width: calc(100% - 108px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stl_banner_app_2 .stl_banner_app_2--content p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .stl_banner_app_2 .stl_tag {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .stl_banner_app_2 .stl_tag + img {
    margin-top: 3px;
    height: 18px;
  }
  .stl_banner_app_2 .stl_title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .stl_banner_app_2 .stl_legal-notices {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .stl_banner_app_2 .stl_banner_app_2--mentions + .stl_banner_app_2--picture {
    height: 149px;
  }
  .stl_banner_app_2 .stl_banner_app_2--mentions p {
    padding-right: 12px;
    padding-left: 12px;
    text-align: left;
    font-size: 1rem;
    line-height: 1rem;
  }
  .stl_banner_app_2.stl_banner_app_2--credit .stl_banner_app_2--content p, .stl_banner_app_2.stl_banner_app_2--ml .stl_banner_app_2--content p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.stl_menu--af-anchors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stl_menu--af-anchors-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #DCDCDC;
}

.stl_menu--af-anchors-title {
  padding: 0;
  border-bottom-color: transparent;
}

.stl_menu--af-anchors-title strong {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #010035;
}

.stl_menu--af-anchors .stl_link {
  display: block;
}

.stl_menu--af-anchors .stl_link .stl_link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stl_menu--af-anchors .stl_link .stl_icon {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (min-width: 64rem) {
  .stl_menu--af-anchors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stl_menu--af-anchors-item {
    padding: 0;
    border: 0;
  }
  .stl_menu--af-anchors-item + .stl_menu--af-anchors-item {
    margin-left: 1rem;
  }
  .stl_menu--af-anchors-title + .stl_menu--af-anchors-item {
    margin-left: 1rem;
  }
  .stl_menu--af-anchors .stl_link .stl_icon {
    display: none;
  }
}

@media only screen and (min-width: 90rem) {
  .stl_menu--af-anchors-item + .stl_menu--af-anchors-item {
    margin-left: 1.5rem;
  }
  .stl_menu--af-anchors-title + .stl_menu--af-anchors-item {
    margin-left: 2.5rem;
  }
}

.stl_section--agences .stl_title--2 {
  margin-bottom: 2.5rem;
  color: #fff;
}

.stl_section--agences .stl_grid_row {
  row-gap: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 0.25rem;
}

.stl_section--agences .stl_grid_row .stl_grid_col {
  position: relative;
}

.stl_section--agences .stl_grid_row .stl_grid_col + .stl_grid_col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 1;
  width: calc(100% - 48px);
  height: 1px;
  background-color: #dcdcdc;
}

.stl_section--agences .stl_card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.stl_section--agences .stl_card .stl_card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding: 1.5rem 1rem;
}

.stl_section--agences .stl_card .stl_card-body img {
  height: 48px;
  width: 48px;
}

.stl_section--agences .stl_card .stl_card-desc .stl_title--3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media screen and (min-width: 48rem) {
  .stl_section--agences .stl_grid_row {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .stl_section--agences .stl_grid_row .stl_grid_col + .stl_grid_col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background-color: #dcdcdc;
  }
}

@media screen and (min-width: 64rem) {
  .stl_section--agences .stl_grid_row {
    padding: 2.5rem 3.75rem;
  }
  .stl_section--agences .stl_grid_row .stl_card-body {
    padding: 0 1.5rem;
  }
  .stl_section--agences .stl_card .stl_card-body img {
    height: 64px;
    width: 64px;
  }
  .stl_section--agences .stl_card .stl_card-desc .stl_title--3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .stl_section--agences .stl_card .stl_card-desc p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.stl_card--af-verticale {
  width: 100%;
}

.stl_card--af-verticale::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  display: block;
  height: 8px;
  width: 8px;
  border: 2px solid #010035;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.stl_card--af-verticale .stl_card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  padding: 0.5rem 1rem;
}

.stl_card--af-verticale .stl_card-body img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(24%) saturate(7473%) hue-rotate(227deg) brightness(72%) contrast(114%);
          filter: brightness(0) saturate(100%) invert(9%) sepia(24%) saturate(7473%) hue-rotate(227deg) brightness(72%) contrast(114%);
}

.stl_card--af-verticale .stl_card-desc {
  padding-right: 2rem;
}

.stl_card--af-verticale .stl_card-desc .stl_title {
  margin: 0;
}

@media only screen and (min-width: 48rem) {
  .stl_card--af-verticale::after {
    display: none;
  }
  .stl_card--af-verticale .stl_card-body {
    padding: 1rem;
  }
  .stl_card--af-verticale .stl_card-body img {
    width: 48px;
    height: 48px;
    -webkit-filter: none;
            filter: none;
  }
}

@media only screen and (min-width: 64rem) {
  .stl_card--af-verticale .stl_card-desc {
    padding-right: 0;
  }
  .stl_card--af-verticale .stl_card-desc .stl_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.stl_structure .stl_structure-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.stl_structure .stl_structure-item:last-child p:last-child {
  margin-bottom: 0;
}

.stl_structure .stl_structure-item .stl_title + .stl_card {
  margin-top: 0.5rem;
}

.stl_structure .stl_structure-item .stl_card + .stl_card {
  margin-top: 1rem;
}

.stl_structure .stl_structure-item .stl_btn-group {
  margin-top: 0;
}

@media only screen and (min-width: 64rem) {
  .stl_structure .stl_structure-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .stl_structure .stl_structure-item .stl_baseline {
    margin-top: 0.5rem;
  }
  .stl_structure .stl_structure-item .stl_title + .stl_card {
    margin-top: 1rem;
  }
}

.stl_structure-visual {
  height: 100%;
}

.stl_section-rse {
  background-image: url(../../../Particuliers/assets/img/pictos/feuille_rse.svg), url(../../../Particuliers/assets/img/pictos/feuille_rse.svg), url(../../../Particuliers/assets/img/pictos/feuille_rse.svg);
  background-position: left -40px bottom 90px, right -45px top -20px, left 500px bottom -70px;
  background-repeat: no-repeat;
}

.stl_square {
  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;
  padding: 1.5rem;
}

.stl_square .stl_baseline {
  margin-bottom: 1.5rem;
}

.stl_square .stl_btn-group {
  margin-top: 1.5rem;
}

.stl_square.stl_square--spacebetween {
  padding: 1.5rem 1.5rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stl_square.stl_square--spacebetween .stl_square-visual {
  width: 100%;
}

.stl_square.stl_square--spacebetween .stl_square-visual img {
  margin: 0 auto;
}

.stl_square.stl_square-visual {
  padding: 0 !important;
}

.stl_square.stl_square-visual > picture {
  height: 100%;
}

.stl_square.stl_square-visual > picture img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (min-width: 64rem) {
  .stl_square {
    padding: 3rem;
  }
  .stl_square .stl_btn-group {
    margin-top: 2rem;
  }
}

.stl_section-blue .stl_card-landscape, .stl_section-teal .stl_card-landscape {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 !important;
          box-shadow: 0 0 0 !important;
}

.stl_section-blue .stl_card-landscape .stl_title, .stl_section-blue .stl_card-landscape p, .stl_section-teal .stl_card-landscape .stl_title, .stl_section-teal .stl_card-landscape p {
  color: #FFF;
}

.stl_card-landscape .stl_card-cover {
  height: auto;
}

.stl_card-landscape .stl_card-body {
  padding: 1rem 0 0;
}

.stl_card-landscape .stl_card-actions {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 36rem) {
  .stl_card-landscape {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .stl_card-landscape .stl_card-cover {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 200px;
  }
  .stl_card-landscape .stl_card-body-container {
    padding: 0 1rem;
  }
  .stl_card-landscape .stl_card-body {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}

.stream_swiper_colonne {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.stream_swiper_colonne .swiper-slide {
  overflow: hidden;
  height: auto;
}

.stream_swiper_colonne .stream_ct-info-text {
  padding: 1.5rem 1rem;
}

.stream_swiper_colonne .stream_picture-col {
  display: block;
  margin-top: 1.5rem;
  line-height: 0;
}

.stream_swiper_colonne .stream_picture-col img {
  width: 100%;
  max-width: 11rem;
}

.stream_swiper_colonne .stl_link .stl_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.stream_swiper_colonne .stream_list-desc {
  border-top: 1px solid #b6b6b6;
  padding-top: 2rem;
  margin-top: 1rem;
  text-align: left;
}

.stream_swiper_colonne .stream_list-desc:first-child {
  margin-top: 2rem;
}

.stream_swiper_colonne .stream_list-desc .stl_title--5 {
  color: #010035;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 800;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.stream_swiper_colonne .stream_list-desc .stream_list-desc-col {
  list-style-type: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.stream_swiper_colonne .stream_list-desc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}

.stream_swiper_colonne .stream_list-desc li:first-child {
  margin-top: 0;
}

.stream_swiper_colonne .stream_col-left {
  width: calc(100% - 7.5rem);
}

.stream_swiper_colonne .stream_col-right img {
  width: 1.5rem;
}

.stream_swiper_colonne .swiper-pagination {
  bottom: 0;
  position: relative;
  margin-top: 1rem;
}

.stream_swiper_colonne .swiper-pagination-bullet-active {
  background-color: #e2010b;
}

.stream_swiper_colonne .stream_pagination-custom .swiper-pagination-bullet {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  border-radius: 0.25rem;
  opacity: 1;
  background: #999999;
}

.stream_swiper_colonne .stream_pagination-custom .swiper-pagination-bullet-active {
  width: 2.5rem;
  height: 0.5rem;
  background-color: #e2010b;
}

@media only screen and (min-width: 64rem) {
  .stream_swiper_colonne .stream_col-right img {
    width: 2rem;
  }
  .stream_swiper_colonne .stream_list-desc .stl_title--5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.stl_section--produits .stl_title--2 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.stl_section--produits .stl_grid_row-scroll-x {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
}

.stl_section--produits .stl_grid_row-scroll-x > .stl_grid_col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

.content--produit {
  padding: 1.5rem 1rem 3rem;
  height: 100%;
  background: #f4f5f6;
}

.content--produit .stl_title--3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.content--produit .stl_title--4 {
  margin: 0;
  text-align: center;
}

.content--produit .stl_btn-group {
  margin-top: 1rem;
}

.content--produit-label {
  margin: -1.5rem -1rem 1.5rem;
  padding: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
  background-color: #010035;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.content--produit-label:empty {
  min-height: 32px;
  background: #FFF;
}

.content--produit-label sup {
  font-size: x-small;
}

.content--produit-baseline {
  margin-top: 0.75rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.content--produit-visuel picture {
  display: block;
  margin-bottom: 0.5rem;
}

.content--produit-visuel picture img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 280px;
}

.content--produit-liste {
  margin: 1.5rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid #747374;
}

.content--produit-liste ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content--produit-liste li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 1rem;
}

.content--produit-liste li img {
  margin-top: -0.5rem;
}

.stl_section-grey .content--produit {
  background-color: #fff;
}

.stl_section-grey .content--produit-label:empty {
  background-color: #f4f5f6;
}

@media only screen and (min-width: 48rem) {
  .stl_section--produits .stl_grid_row-scroll-x {
    overflow: hidden;
  }
}

@media only screen and (min-width: 64rem) {
  .stl_section--produits .stl_title--2 {
    margin-bottom: 2.5rem;
  }
  .content--produit {
    padding: 1.5rem 1.5rem 3rem;
  }
  .content--produit-label {
    margin: -1.5rem -1.5rem 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }
  .content--produit-label:empty {
    height: 56px;
  }
  .content--produit-baseline {
    margin: 0.25rem auto 0;
    width: 70%;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.wrap--cards {
  padding: 5rem 0;
  /* offres credit */
  /* offres assurance */
}

.wrap--cards .wrap--col3_swiper,
.wrap--cards .wrap--col2_swiper {
  position: relative;
  overflow: unset;
}

.wrap--cards .swiper-pagination {
  position: unset;
  margin-top: 1rem;
}

.wrap--cards .swiper-pagination-bullet {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  border-radius: 0.25rem;
  opacity: 1;
  background: #999999;
}

.wrap--cards .swiper-pagination-bullet-active {
  background-color: #e2010b;
}

.wrap--cards .wrap--content {
  margin-right: .938rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: end;
}

.wrap--cards .wrap--content > p:nth-last-of-type(1) {
  padding: .5rem;
  background-color: #010035;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.wrap--cards .wrap--cards_credit .credit, .wrap--cards .wrap--cards_credit .wrap--content {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.wrap--cards .wrap--cards_credit .credit .content--header, .wrap--cards .wrap--cards_credit .wrap--content .content--header {
  padding: 1rem;
  text-align: center;
  background-color: #fff;
}

.wrap--cards .wrap--cards_credit .credit .content--thumb, .wrap--cards .wrap--cards_credit .wrap--content .content--thumb {
  position: relative;
  background-color: #fff;
}

.wrap--cards .wrap--cards_credit .credit .content--thumb img, .wrap--cards .wrap--cards_credit .wrap--content .content--thumb img {
  display: block;
  width: 100%;
}

.wrap--cards .wrap--cards_credit .credit .content--body, .wrap--cards .wrap--cards_credit .wrap--content .content--body {
  padding: 1rem 1rem 2rem;
  text-align: center;
  color: #fff;
  background-color: #330072;
}

.wrap--cards .wrap--cards_credit .credit .content--body p, .wrap--cards .wrap--cards_credit .wrap--content .content--body p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.wrap--cards .wrap--cards_credit .credit .content--body .credit-prix, .wrap--cards .wrap--cards_credit .wrap--content .content--body .credit-prix {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.wrap--cards .wrap--cards_credit .credit .content--body .credit-prix > span:nth-of-type(1), .wrap--cards .wrap--cards_credit .wrap--content .content--body .credit-prix > span:nth-of-type(1) {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "Montserrat";
}

.wrap--cards .wrap--cards_credit .credit .content--body .credit-prix sup, .wrap--cards .wrap--cards_credit .wrap--content .content--body .credit-prix sup {
  position: relative;
  top: -0.75rem;
  left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.wrap--cards .wrap--cards_credit .credit .content--thumb-text, .wrap--cards .wrap--cards_credit .wrap--content .content--thumb-text {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #010035;
  width: 150px;
}

.wrap--cards .wrap--cards_credit .credit .content--thumb-text span, .wrap--cards .wrap--cards_credit .wrap--content .content--thumb-text span {
  font-size: .75rem;
}

.wrap--cards .wrap--cards_credit .credit .content--thumb-text p, .wrap--cards .wrap--cards_credit .wrap--content .content--thumb-text p {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Montserrat';
}

.wrap--cards .wrap--cards_credit .credit .content--btn, .wrap--cards .wrap--cards_credit .wrap--content .content--btn {
  display: inline-block;
  padding: 0.78rem 1.5rem;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  color: #e9041e;
  background-color: #fff;
  border-radius: 1.625rem;
}

.wrap--cards .wrap--cards_credit .credit .content--footer, .wrap--cards .wrap--cards_credit .wrap--content .content--footer {
  padding: 1rem;
}

.wrap--cards .wrap--cards_credit .credit .content--footer > p, .wrap--cards .wrap--cards_credit .wrap--content .content--footer > p {
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.25rem;
}

.wrap--cards .wrap--cards_credit .credit .content--footer > p strong, .wrap--cards .wrap--cards_credit .wrap--content .content--footer > p strong {
  font-size: 1rem;
  line-height: 1.25rem;
}

.wrap--cards .wrap--cards_assurance .stream_ct-info-text {
  text-align: center;
}

.wrap--cards .wrap--cards_assurance .stream_ct-info-text .stream_list-desc:last-child {
  padding-top: 1.5rem;
}

.wrap--cards .wrap--cards_assurance .stream_ct-info-text .stream_list-desc:not(:last-child) {
  padding-top: 0;
}

.wrap--cards .wrap--cards_assurance .stream_ct-info-text .stream_list-desc .stl_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 64rem) {
  .wrap--cards .wrap--cards_credit.stream_swiper_colonne {
    overflow: visible;
  }
  .wrap--cards .wrap--content {
    margin-right: 0;
  }
  .wrap--cards .wrap--col3_swiper .wrap--content {
    max-width: calc((100% - 3 * 20px)/3);
  }
  .wrap--cards .wrap--col2_swiper .wrap--content {
    max-width: calc((100% - 2 * 20px)/2);
  }
  .wrap--cards .wrap--col3_swiper,
  .wrap--cards .wrap--col2_swiper {
    padding: 0 1rem;
    margin-bottom: 0;
  }
  .wrap--cards .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrap--cards .swiper-button-prev,
  .wrap--cards .swiper-button-next {
    opacity: 0;
    visibility: hidden;
  }
  .wrap--cards .swiper-pagination {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .wrap--cards .wrap--cards_credit .wrap--content > div:last-child {
    padding: .625rem 2rem;
  }
}

.stl_grid_row--card-af.stl_grid_row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.stl_grid_row--card-af .stl_grid_col-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

@media screen and (min-width: 48rem) {
  .stl_grid_row--card-af.stl_grid_row-reverse .stl_grid_col-visual > div {
    text-align: right;
  }
}

.test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: yellow;
}

.test .test-col-cta {
  background: darkorange;
}

.test .test-col-titre {
  background: lavender;
}

.test .test-col-cta:only-child {
  margin: 0 auto;
}

.stl_section--sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block !important;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 100%;
  background-color: #fff;
}

.stl_section--sticky .sticky-container {
  text-align: center;
}

.stl_section--sticky .sticky-container .stl_title--3 {
  line-height: 1.5rem;
}

.stl_section--sticky .stl_btn-group {
  margin-top: 0;
}

.stl_section--sticky .stl_btn-group a:not(.stl_btn--primary) {
  display: none;
}

.stl_section--sticky .stl_btn--sm {
  height: 36px;
  width: 120px;
}

@media screen and (min-width: 64rem) {
  .stl_section--sticky .stl_layout > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stl_section--sticky .stl_layout > div .stl_title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block;
  }
  .stl_section--sticky .stl_layout > div .sticky-item {
    display: block;
  }
  .stl_section--sticky .stl_layout > div .sticky-item + .sticky-item {
    margin-left: 1rem;
  }
  .stl_section--sticky .stl_btn-group a:not(.stl_btn--primary) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
