/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1165px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.625em;
  /* fallback IE8+ */
  font-size: calc(1em * 0.625);
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(50, 50, 50, 0); }

body {
  background-color: #f5f5f5;
  font-size: 1.6rem;
  font-weight: 500;
  color: #323232;
  line-height: 1.35; }

sup {
  vertical-align: super;
  font-size: medium;
  margin-left: 5px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

b,
strong {
  font-weight: 700; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  color: #323232;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: #3f3f3f;
    text-decoration: none; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

textarea {
  overflow: auto;
  resize: vertical; }

label {
  color: #6f6f6f;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem; }

.fade {
  transition: opacity 0.15s linear; }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.container {
  margin: 0 auto;
  max-width: 1165px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%; }

.tunnel-grid {
  border-bottom: 1px solid #ebebeb; }
  .tunnel-grid__container {
    padding: 40px 20px; }
    .tunnel-grid__container:not(:last-child) {
      border-bottom: 1px solid #ebebeb; }

@media (max-width: 991.98px) {
  .tunnel-grid__left {
    display: none; }
  .tunnel-grid__container--identification {
    background: linear-gradient(to top, #fafbfc 0, #fafbfc 230px, #fff 231px, #fff 100%); } }

@media (min-width: 768px) {
  .tunnel-grid__container {
    padding-left: 15.48463%;
    padding-right: 15.48463%; } }

@media (min-width: 992px) {
  .tunnel-grid {
    display: flex; }
    .tunnel-grid__left {
      background-color: #fafbfc;
      padding: 40px 8.40278% 100px;
      width: 41.25%; }
      .tunnel-grid__left-sticky {
        position: sticky;
        top: 40px; }
    .tunnel-grid__right {
      flex: 1 1; }
    .tunnel-grid__container {
      padding-left: 15.48463%;
      padding-right: 28.6052%; }
      .tunnel-grid__container:first-child {
        padding-bottom: 80px;
        padding-top: 90px; }
      .tunnel-grid__container:last-child {
        padding-bottom: 100px; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #323232; }

h1, .h1 {
  font-size: 4rem; }

h2, .h2 {
  font-size: 3.2rem; }

h3, .h3 {
  font-size: 2.8rem; }

h4, .h4 {
  font-size: 2.4rem; }

h5, .h5 {
  font-size: 2rem; }

h6, .h6 {
  font-size: 1.6rem; }

.list-unstyle {
  list-style: none;
  padding-left: 0; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 5rem; }
  h2, .h2 {
    font-size: 4rem; }
  h3, .h3 {
    font-size: 3.6rem; }
  h4, .h4 {
    font-size: 3.2rem; }
  h5, .h5 {
    font-size: 2.8rem; }
  h6, .h6 {
    font-size: 2.4rem; } }

.formated-text p {
  margin-bottom: 40px; }

.formated-text img {
  margin: 40px 0; }

.formated-text > *:last-child {
  margin-bottom: 0; }

.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Inter", Arial;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 1.5rem 5rem;
  border-radius: 8px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.1s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
  .btn:focus {
    outline: 0; }
  .btn:active {
    -webkit-transform: scale(0.96);
            transform: scale(0.96); }
  .btn i {
    margin-right: 15px; }
  .btn + .btn {
    margin-top: 10px; }
  .btn-primary {
    background-color: #e62727;
    border-color: #e62727;
    color: #fff; }
    .btn-primary:hover {
      background-color: #f92929;
      color: #fff; }
  .btn-secondary {
    background-color: #ed1b2f;
    border-color: #ed1b2f; }
    .btn-secondary:hover {
      background-color: #ff1d33;
      color: #fff; }
  .btn-light {
    border-color: #e62727;
    color: #e62727; }
    .btn-light:hover {
      border-color: #f92929;
      color: #f92929; }
  .btn-abo-primary {
    background-color: #f2c94c;
    border-color: #f2c94c;
    color: #695106; }
    .btn-abo-primary:hover {
      background-color: #ffd450;
      border-color: #ffd450;
      color: #695106; }
  .btn-abo-secondary {
    background-color: #fcf4db;
    border-color: #fcf4db;
    color: #695106; }
    .btn-abo-secondary:hover {
      background-color: #f2ebd3;
      border-color: #f2ebd3;
      color: #695106; }
  .btn-oauth {
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 50px 77px rgba(176, 183, 195, 0.22);
    color: #323232;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left; }
    .btn-oauth img {
      margin-right: 20px; }
  .header--swg .btn-swg {
    margin-left: auto; }
  .btn-block {
    display: block;
    width: 100%; }
  .btn-submit {
    margin-top: 50px; }
  .btn:disabled {
    opacity: 0.3; }
  .payment-options__sepa-panel .input-group-append .btn {
    color: #e62727; }

@media (max-width: 767.98px) {
  .header--swg .btn-swg {
    display: none !important; } }

@media (min-width: 768px) {
  .btn-oauth {
    flex: 1 1;
    padding-left: 20px;
    padding-right: 20px; }
  .checkbox-container {
    margin-bottom: 60px; } }

@media (min-width: 992px) {
  .btn + .btn {
    margin-left: 15px;
    margin-top: 0; }
  .btn-oauth {
    border: 1px solid #ebebeb; }
    .btn-oauth + .btn-oauth {
      margin-left: 10px; } }

.header {
  padding: 1.2rem 0;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb; }
  .header__container {
    align-items: center;
    display: flex;
    justify-content: center; }
  .header__logo-img {
    display: block; }
  .header--swg {
    background-color: #e62727;
    padding: 1.5rem 0; }

.footer {
  background-color: #fff;
  margin-top: 4rem; }
  .footer__security {
    align-items: flex-end;
    display: flex; }
    .footer__security-cadenas {
      margin-right: 1.5rem; }
    .footer__security-label {
      font-weight: 700; }
  .footer__logo {
    display: flex; }
    .footer__logo-img {
      display: block; }
  .footer__nav {
    margin-bottom: 0; }
    .footer__nav-link {
      color: #6f6f6f;
      text-decoration: none; }

@media (max-width: 991.98px) {
  .footer__security {
    padding: 30px 20px; }
  .footer__logo {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 40px 20px; }
  .footer__nav {
    padding: 40px 20px 25px; }
    .footer__nav-item:not(:last-child) {
      margin-bottom: 10px; } }

@media (min-width: 992px) {
  .footer {
    margin-top: 7rem; }
    .footer__container {
      display: flex;
      justify-content: space-between;
      padding-top: 6rem;
      padding-bottom: 6rem;
      align-items: center; }
    .footer-left {
      display: flex; }
    .footer__logo {
      margin-right: 50px;
      order: 1; }
    .footer__nav {
      display: flex; }
      .footer__nav-item:not(:last-child) {
        margin-right: 25px; }
    .footer__security {
      align-items: center;
      order: 2; } }

@media (min-width: 1165px) {
  .footer__logo {
    margin-right: 75px; }
  .footer__nav-item:not(:last-child) {
    margin-right: 32px; } }

.form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 18px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: inherit;
  color: #323232;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c1c1c1;
  border-radius: 8px; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #323232; }
  .form-control:focus {
    border-color: #323232;
    box-shadow: 0 0 0 1px #323232;
    outline: 0; }
  .form-control::-webkit-input-placeholder {
    color: #c1c1c1;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #c1c1c1;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #c1c1c1;
    opacity: 1; }
  .form-control::placeholder {
    color: #c1c1c1;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #ebebeb;
    opacity: 1; }

input[type='date'].form-control,
input[type='time'].form-control,
input[type='datetime-local'].form-control,
input[type='month'].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

[type='date'] {
  background-image: url('data:image/svg+xml,%3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M16 2V6" stroke="%23e62727" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3cpath d="M8 2V6" stroke="%23e62727" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3cpath d="M3 9H21" stroke="%23e62727" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M19 4H5C3.895 4 3 4.895 3 6V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V6C21 4.895 20.105 4 19 4Z" stroke="%23e62727" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3cpath d="M7.01463 12.7285C6.87663 12.7285 6.76463 12.8405 6.76563 12.9785C6.76563 13.1165 6.87763 13.2285 7.01563 13.2285C7.15363 13.2285 7.26563 13.1165 7.26563 12.9785C7.26563 12.8405 7.15363 12.7285 7.01463 12.7285" stroke="%23e62727" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3cpath d="M12.0146 12.7285C11.8766 12.7285 11.7646 12.8405 11.7656 12.9785C11.7656 13.1165 11.8776 13.2285 12.0156 13.2285C12.1536 13.2285 12.2656 13.1165 12.2656 12.9785C12.2656 12.8405 12.1536 12.7285 12.0146 12.7285" stroke="%23e62727" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3cpath d="M17.0146 12.7285C16.8766 12.7285 16.7646 12.8405 16.7656 12.9785C16.7656 13.1165 16.8776 13.2285 17.0156 13.2285C17.1536 13.2285 17.2656 13.1165 17.2656 12.9785C17.2656 12.8405 17.1536 12.7285 17.0146 12.7285" stroke="%23e62727" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3cpath d="M7.01463 16.7285C6.87663 16.7285 6.76463 16.8405 6.76563 16.9785C6.76563 17.1165 6.87763 17.2285 7.01563 17.2285C7.15363 17.2285 7.26563 17.1165 7.26563 16.9785C7.26563 16.8405 7.15363 16.7285 7.01463 16.7285" stroke="%23e62727" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3cpath d="M12.0146 16.7285C11.8766 16.7285 11.7646 16.8405 11.7656 16.9785C11.7656 17.1165 11.8776 17.2285 12.0156 17.2285C12.1536 17.2285 12.2656 17.1165 12.2656 16.9785C12.2656 16.8405 12.1536 16.7285 12.0146 16.7285" stroke="%23e62727" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
  background-position: 97% 50%;
  background-repeat: no-repeat; }

[type='date']::-webkit-inner-spin-button {
  display: none; }

[type='date']::-webkit-calendar-picker-indicator {
  opacity: 0; }

select.form-control:focus::-ms-value {
  color: #323232;
  background-color: #fff; }

.form-text {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1rem; }

.form-group {
  margin-bottom: 2.5rem; }
  .form-group--invalid {
    position: relative; }
    .form-group--invalid::after {
      background-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z' fill='%23dc3545'/%3e%3cpath d='M10 15C10.5523 15 11 14.5523 11 14C11 13.4477 10.5523 13 10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15Z' fill='white'/%3e%3cpath d='M10 11C9.73478 11 9.48043 10.8946 9.29289 10.7071C9.10536 10.5196 9 10.2652 9 10V6C9 5.73478 9.10536 5.48043 9.29289 5.29289C9.48043 5.10536 9.73478 5 10 5C10.2652 5 10.5196 5.10536 10.7071 5.29289C10.8946 5.48043 11 5.73478 11 6V10C11 10.2652 10.8946 10.5196 10.7071 10.7071C10.5196 10.8946 10.2652 11 10 11Z' fill='white'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      content: '';
      display: inline-block;
      height: 20px;
      position: absolute;
      right: 20px;
      top: 50px;
      width: 20px; }
    .form-group--invalid label {
      color: #dc3545; }
    .form-group--invalid .form-control {
      border-color: #dc3545;
      border-width: 2px;
      color: #dc3545;
      padding-right: 40px;
      background-color: #fef3f4; }
      .form-group--invalid .form-control:focus {
        box-shadow: none; }
    .form-group--invalid .invalid-feedback {
      display: block; }
  .form-group--valid {
    position: relative; }
    .form-group--valid::after {
      background-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.250549 10.2509C0.250549 7.48943 1.22686 5.13241 3.17948 3.17979C5.1321 1.22717 7.48912 0.250854 10.2505 0.250854C13.012 0.250854 15.369 1.22717 17.3216 3.17979C19.2742 5.13241 20.2505 7.48943 20.2505 10.2509C20.2505 13.0123 19.2742 15.3693 17.3216 17.3219C15.369 19.2745 13.012 20.2509 10.2505 20.2509C7.48912 20.2509 5.1321 19.2745 3.17948 17.3219C1.22686 15.3693 0.250549 13.0123 0.250549 10.2509V10.2509Z' fill='%232dca8c'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.438 6.76083C14.7913 7.05772 14.8371 7.58485 14.5402 7.93819L9.62511 13.7878C9.46633 13.9767 9.23215 14.0858 8.98533 14.0859C8.73852 14.0859 8.50433 13.9768 8.34555 13.7878L6.11112 11.1287C5.81422 10.7753 5.85996 10.2482 6.2133 9.9513C6.56664 9.6544 7.09377 9.70014 7.39067 10.0535L8.9853 11.9512L13.2606 6.86304C13.5575 6.50969 14.0846 6.46393 14.438 6.76083Z' fill='%23fff'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      content: '';
      display: inline-block;
      height: 20px;
      position: absolute;
      right: 20px;
      top: 50px;
      width: 20px; }
    .form-group--valid .form-control {
      padding-right: 40px; }

.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  width: 100%; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-check {
  display: flex; }

.form-check-input {
  display: block;
  height: 0;
  opacity: 0;
  width: 0; }
  .form-check-input:checked + .form-check-label::before {
    color: #fff;
    content: '\e905';
    background-color: #e62727;
    border-color: #e62727;
    font-family: 'icomoon_old'; }
  .form-check-input:checked + .form-check-label--btn {
    background-color: #e62727;
    border-color: #e62727;
    box-shadow: 0 20px 40px rgba(176, 183, 195, 0.4);
    color: #fff; }
    .form-check-input:checked + .form-check-label--btn::before {
      background-color: #fff;
      border-color: #fff;
      color: #e62727; }
  .form-check-input[type='radio'] + .form-check-label::before {
    border-radius: 50%; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #ebebeb; }

.form-check-label {
  align-items: center;
  color: #323232;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.2rem;
  margin-bottom: 0; }
  .form-check-label::before {
    align-items: center;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    content: '';
    display: flex;
    flex: 0 0 auto;
    height: 22px;
    justify-content: center;
    margin-right: 10px;
    width: 22px;
    z-index: 0; }
  .form-check-label--btn {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 18px 20px; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 30px; }

.input-group {
  position: relative; }
  .input-group > .form-control {
    padding-right: 100px; }

.input-group-append .btn {
  background-color: #fff;
  color: #6f6f6f;
  font-size: 1.5rem;
  padding: 0;
  position: relative;
  z-index: 2; }
  .input-group-append .btn:focus {
    z-index: 3; }

.input-group-append {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.checkbox-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px; }
  .checkbox-container .input-checkbox {
    display: none; }
    .checkbox-container .input-checkbox:checked + .flex .mensuel {
      color: #6f6f6f; }
    .checkbox-container .input-checkbox:checked + .flex .annuel {
      color: #323232; }
    .checkbox-container .input-checkbox:checked + .flex .button::before {
      -webkit-transform: translateX(34px) translateX(-100%);
              transform: translateX(34px) translateX(-100%); }
  .checkbox-container .flex {
    display: flex;
    align-items: center; }
  .checkbox-container label {
    margin: 0; }
  .checkbox-container .mensuel {
    color: #323232;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center; }
  .checkbox-container .annuel {
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center; }
  .checkbox-container .button {
    width: 36px;
    height: 20px;
    background: #e62727;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
    display: inline-block;
    margin: 0 15px; }
    .checkbox-container .button::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-top: 2px;
      background: #fff;
      transition: all ease 0.3s;
      -webkit-transform: translateX(2px);
              transform: translateX(2px);
      border-radius: 50px; }

@media (max-width: 991.98px) {
  .form-check-label--btn {
    display: flex; } }

@media (min-width: 992px) {
  .form-text {
    font-size: 1.4rem; }
  .input-group-append .btn {
    font-weight: 500; }
  .form-check-label {
    font-size: 1.4rem; }
    .form-check-label::before {
      height: 25px;
      margin-right: 15px;
      width: 25px; }
  .checkbox-container {
    margin-bottom: 40px; }
    .checkbox-container .input-checkbox:checked + .flex .button::before {
      -webkit-transform: translateX(48px) translateX(-100%);
              transform: translateX(48px) translateX(-100%); }
    .checkbox-container .mensuel {
      font-size: 1.8rem; }
    .checkbox-container .annuel {
      font-size: 1.8rem; }
    .checkbox-container .button {
      width: 50px;
      height: 30px;
      margin: 0 30px; }
      .checkbox-container .button::before {
        content: '';
        width: 26px;
        height: 26px; } }

@media (min-width: 1165px) {
  .form-group--valid::after, .form-group--invalid::after {
    right: -30px; }
  .form-group--valid .form-control, .form-group--invalid .form-control {
    padding-right: 20px; } }

.popin {
  display: flex;
  height: 100vh;
  left: 0;
  overflow: auto;
  padding: 0 20px;
  position: fixed;
  top: 0;
  width: 100%; }
  .popin__container {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 50px 77px rgba(0, 0, 0, 0.1);
    padding: 3.2rem 2rem 4rem;
    pointer-events: auto;
    position: relative;
    text-align: center; }
  .popin__close-btn {
    align-items: center;
    background: #fce8e9;
    border: 0;
    border-radius: 50%;
    color: #e62727;
    display: flex;
    font-family: 'icomoon_old';
    font-size: 1rem;
    height: 35px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px; }
    .popin__close-btn::before {
      content: '\e90a'; }
  .popin__icon {
    margin-bottom: 3.6rem; }
  .popin__title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    padding: 0; }
  .popin__subtitle {
    font-size: 1.6rem;
    margin-bottom: 4rem; }

@media (min-width: 768px) {
  .popin__container {
    padding: 80px 100px; } }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-ticker {
  padding: 0 !important; }

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-popin {
  margin: 20px; }

.modal-dialog-ticker .modal-content {
  border-radius: 0 0 16px 16px;
  box-shadow: 0 20px 40px rgba(176, 183, 195, 0.4);
  text-align: center; }

.modal-dialog-ticker .modal-header {
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  max-width: 500px;
  padding: 65px 20px;
  position: static; }
  .modal-dialog-ticker .modal-header .close {
    background-color: transparent;
    font-size: 1.4rem;
    height: 35px;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px; }
    .modal-dialog-ticker .modal-header .close::before {
      content: '\e90a'; }

.modal-dialog-ticker .modal-title {
  font-size: 2.8rem; }

.modal-dialog-ticker .modal-subtitle {
  color: #323232;
  font-size: 1.5rem; }

.modal-dialog-scrollable {
  display: flex; }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 0.5rem * 2);
    overflow: auto; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 2rem * 2); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 2rem * 2);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-dialog-hero {
  margin: 6rem auto 0;
  max-width: 300px; }
  .modal-dialog-hero .close {
    align-items: center;
    background-color: #e62727;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.2rem;
    height: 22px;
    justify-content: center;
    line-height: 1;
    padding: 2px;
    pointer-events: all;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 22px;
    z-index: 10; }
  .modal-dialog-hero .modal-content {
    background-color: transparent; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background: #323232; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.15; }

.modal-header {
  padding: 50px 20px 40px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; }
  .modal-header .close {
    align-items: center;
    background-color: #fce8e9;
    border: 0;
    border-radius: 50%;
    display: flex;
    color: #e62727;
    font-family: 'icomoon_old';
    font-size: 1.6rem;
    height: 50px;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0;
    width: 50px; }
    .modal-header .close::before {
      content: '\e90b';
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.modal-title {
  font-size: 3.2rem;
  margin: 0; }

.modal-subtitle {
  color: #6f6f6f;
  font-size: 1.8rem;
  margin: 10px 0 0;
  word-break: break-word; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 40px 20px; }
  .modal-body::-webkit-scrollbar {
    height: 5px;
    width: 5px; }
  .modal-body::-webkit-scrollbar-track {
    background: rgba(237, 237, 237, 0.9); }
  .modal-body::-webkit-scrollbar-thumb {
    background: #e62727; }
  .modal-body::-webkit-scrollbar-thumb:hover {
    background: #f92929; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-top: 1px solid #ebebeb;
  border-bottom-left-radius: 16px; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (max-width: 575.98px) {
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    height: 100%; } }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 2rem auto; }
  .modal-dialog-ticker {
    margin-top: 0;
    max-width: 100%; }
    .modal-dialog-ticker .modal-header .close {
      background-color: #fce8e9;
      font-size: 1rem; }
    .modal-dialog-ticker .modal-title {
      font-size: 3.2rem; }
    .modal-dialog-ticker .modal-subtitle {
      font-size: 1.6rem; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 2rem * 2); }
    .modal-dialog-scrollable .modal-body {
      overflow-y: auto; }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 2rem * 2);
      overflow-y: hidden; }
  .modal-dialog-centered {
    min-height: calc(100% - 2rem * 2); }
    .modal-dialog-centered::before {
      height: calc(100vh - 2rem * 2);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-header .close {
    font-size: 1rem;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px; }
    .modal-header .close::before {
      content: '\e90a'; }
  .modal-content {
    border-radius: 16px;
    box-shadow: 0 50px 77px rgba(0, 0, 0, 0.1); } }

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 895px; }
  .modal-dialog-ticker {
    max-width: 100%; }
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 50px 90px; }
  .modal-body--small {
    padding-left: 210px;
    padding-right: 210px; }
  .modal-body--wide {
    padding-left: 30px;
    padding-right: 30px; } }

.static__hero {
  padding: 40px 0; }

.static__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0; }

.static__container {
  border-top: 1px solid #ebebeb; }

@media (max-width: 991.98px) {
  .static__container {
    padding: 0 20px; } }

@media (min-width: 992px) {
  .static__hero {
    background-color: #fcf5f6;
    padding: 12rem 0 18rem;
    text-align: center; }
  .static__title {
    color: #e62727;
    font-size: 6rem; }
  .static__container {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    box-shadow: 0 4.5rem 7rem rgba(176, 183, 195, 0.1);
    margin: -10rem auto 0;
    padding: 10rem 16.80556% 10rem 8.47222%;
    width: 66.38889%; } }

.hero {
  background-color: #fff; }
  .hero-box__subtitle {
    color: #e62727;
    font-weight: 600;
    font-size: 2rem;
    margin: 0; }
  .hero-box__title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 2rem;
    text-align: center; }
    .hero-box__title--important {
      color: #e62727; }
  .hero-box__desc {
    display: none; }
  .hero-box__more {
    background-color: #ebebeb;
    border-radius: 1.5rem;
    color: #323232;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2;
    margin: 0 0 1.5rem;
    padding: 0.3rem 1.5rem;
    text-decoration: unset; }
  .hero-box__footer {
    align-items: center;
    display: flex; }
  .hero-media {
    margin: 0 -2rem 1.5rem;
    position: relative; }
    .hero-media__img {
      display: block; }

@media (max-width: 991.98px) {
  .hero-container {
    padding-bottom: 2.5rem; }
  .hero-box__footer {
    flex-direction: column; }
  .hero-box__sub {
    max-width: 33.5rem;
    width: 100%; } }

@media (min-width: 992px) {
  .hero {
    margin-bottom: 6rem; }
    .hero-container {
      align-items: center;
      display: flex;
      padding-top: 0; }
    .hero-box {
      flex: 1 1;
      padding: 2rem 0; }
      .hero-box__price {
        display: none; }
      .hero-box__subtitle {
        color: #e62727;
        font-weight: 500;
        font-size: 2rem;
        margin-bottom: 2rem; }
      .hero-box__title {
        font-weight: 700;
        margin-bottom: 1.5rem;
        padding-top: 0;
        line-height: 130%;
        text-align: left; }
        .hero-box__title--important {
          color: #e62727; }
      .hero-box__desc {
        color: #6f6f6f;
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2.7rem;
        margin-bottom: 3.5rem;
        max-width: 48rem; }
      .hero-box__more {
        background-color: transparent;
        font-weight: 600;
        font-size: 1.6rem;
        color: #695106;
        margin: 0 0 0 3rem;
        padding: 0;
        order: 2;
        transition: box-shadow 0.2s ease, -webkit-transform 0.1s ease;
        transition: box-shadow 0.2s ease, transform 0.1s ease;
        transition: box-shadow 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease; }
        .hero-box__more::after {
          content: '\e90b';
          font-family: 'icomoon_old';
          font-size: 0.5em;
          margin-left: 1rem; }
        .hero-box__more:hover {
          color: #e62727; }
    .hero-media {
      margin: 0 0 0 6.5rem;
      order: 2;
      width: 48rem; }
      .hero-media__btn {
        display: none; } }

@media (min-width: 1165px) {
  .hero-media {
    margin-left: 9.5rem;
    width: 52rem; }
  .hero-box__title {
    font-size: 3.2rem; }
  .hero-box__desc {
    font-size: 1.6rem; } }

.promo-box {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 40px 55px 35px;
  position: relative; }
  .promo-box__percent {
    background-color: #e62727;
    border-radius: 20px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    left: 50%;
    padding: 7px 19px;
    position: absolute;
    top: -19px; }
  .promo-box__title {
    font-size: 1.8rem; }
  .promo-box__advantage {
    margin-bottom: 20px; }
  .promo-box__price {
    color: #e62727;
    display: inline-block;
    font-weight: 700; }
    .promo-box__price sup {
      font-size: 1.3rem;
      font-weight: 400; }
  .promo-box__duration {
    margin: 0; }
  .promo-box__old-price {
    text-decoration: line-through; }

.promo-footer {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 991.98px) {
  .promo {
    background-color: #fafbfc; }
    .promo-box {
      box-shadow: 0 50px 77px rgba(176, 183, 195, 0.22);
      margin: 0 -3px 40px;
      text-align: center; }
      .promo-box__percent {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .promo-box__icon {
        display: none; }
      .promo-box__price {
        background-color: #fcf5f6;
        border-radius: 20px;
        margin-bottom: 20px;
        padding: 7px 15px; }
    .promo-footer__btn {
      width: 100%; } }

@media (min-width: 992px) {
  .promo-box {
    border: 1px solid #ebebeb;
    box-shadow: 0 45px 70px rgba(176, 183, 195, 0.1);
    display: -ms-grid;
    display: grid;
    grid-gap: 10px 40px;
    -ms-grid-columns: 80px 40px auto 40px 200px;
    grid-template-columns: 80px auto 200px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
        grid-template-areas: 'promo-box__icon promo-box__title promo-box__price' 'promo-box__icon promo-box__advantage promo-box__duration';
    margin-bottom: 50px;
    padding: 50px 55px 50px 60px; }
    .promo-box__percent {
      left: 56px; }
    .promo-box__icon {
      -ms-grid-row-align: start;
          align-self: start;
      grid-area: promo-box__icon; }
    .promo-box__title {
      -ms-grid-row-align: center;
          align-self: center;
      font-size: 2.8rem;
      font-weight: 600;
      grid-area: promo-box__title;
      margin: 0; }
    .promo-box__advantage {
      color: #6f6f6f;
      font-size: 2rem;
      grid-area: promo-box__advantage;
      margin: 0;
      max-width: 300px; }
    .promo-box__price {
      font-size: 3.2rem;
      grid-area: promo-box__price; }
    .promo-box__duration {
      color: #6f6f6f;
      grid-area: promo-box__duration; }
  .promo-footer {
    display: flex;
    flex-direction: row-reverse; }
    .promo-footer__btn {
      margin-left: 15px; } }

@media (min-width: 992px) {
  .promo-box__icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1; }
  .promo-box__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .promo-box__advantage {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
  .promo-box__price {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
  .promo-box__duration {
    -ms-grid-row: 3;
    -ms-grid-column: 5; } }

.discover-offers {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem; }
  .discover-offers__title {
    font-size: 2.6rem;
    text-align: center; }
    .discover-offers__title.tab {
      display: none; }
      .discover-offers__title.tab.active {
        display: block; }
  .discover-offers__subtitle {
    color: #6f6f6f;
    font-size: 1.2rem;
    margin: 0;
    text-align: center; }
  .discover-offers__panels {
    margin-bottom: 4rem;
    margin-top: 2.5rem; }
    .discover-offers__panels .tab {
      display: none; }
      .discover-offers__panels .tab.active {
        display: block; }
  .discover-offers__tabs-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2.2rem; }

.tab-offrir__buttons {
  background-color: #ebebeb;
  border-radius: 8px;
  display: flex;
  margin: 0 auto 36px;
  max-width: 375px;
  padding: 2px; }

.tab-offrir__button {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #6f6f6f;
  cursor: pointer;
  flex: 1 1;
  font-family: "Inter", Arial;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 12px;
  transition: background-color 0.3s ease, color 0.3s ease; }
  .tab-offrir__button:hover {
    color: #323232; }
  .tab-offrir__button.active {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06), 0 3px 1px rgba(0, 0, 0, 0.02);
    color: #e62727; }

.obtenir-offre {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 35px 30px;
  border-radius: 8px;
  margin: 3.5rem 0;
  box-shadow: 0 45px 70px rgba(176, 183, 195, 0.1); }
  .obtenir-offre__svg {
    margin-bottom: 35px;
    width: 80px; }
  .obtenir-offre__title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 35px; }

@media (max-width: 767.98px) {
  .obtenir-offre__btn {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 275px;
    width: 100%; } }

@media (min-width: 768px) {
  .tab-offrir__buttons {
    margin-bottom: 40px;
    max-width: 595px; }
  .tab-offrir__button {
    font-size: 1.6rem;
    line-height: 1;
    padding: 12px 50px; }
  .obtenir-offre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin: 3.5rem 0;
    box-shadow: 0 45px 70px rgba(176, 183, 195, 0.1); }
    .obtenir-offre__svg {
      flex: 0 0 auto;
      margin-bottom: 0;
      margin-right: 4rem; }
    .obtenir-offre__title {
      flex: 1 1 auto;
      font-size: 2.8rem;
      font-weight: 600;
      margin-bottom: 0; }
    .obtenir-offre__btn {
      margin: 0 auto; } }

@media (min-width: 992px) {
  .discover-offers {
    display: flex;
    flex-direction: column;
    margin-bottom: 9.2rem;
    margin-top: 4.2rem;
    padding-bottom: 0;
    padding-top: 0; }
    .discover-offers__title {
      font-size: 3.2rem;
      order: 1; }
    .discover-offers__subtitle {
      font-size: 1.4rem;
      order: 2; }
    .discover-offers__tabs {
      margin-top: 2.2rem;
      order: 3; }
      .discover-offers__tabs-title {
        display: none; }
    .discover-offers__panels {
      margin-bottom: 0;
      margin-top: 3.2rem;
      order: 4; } }

@media (min-width: 1165px) {
  .discover-offers__title {
    font-size: 4.2rem; }
  .tab-professionnel {
    margin: 0 auto;
    max-width: 950px; }
  .obtenir-offre {
    padding: 40px 62px 40px 80px; } }

.offres {
  display: none;
  margin: 0; }
  .offres.active {
    display: block; }

@media (max-width: 991.98px) {
  .offres__item {
    display: none; }
    .offres__item.active {
      display: block; } }

@media (min-width: 992px) {
  .offres.active {
    display: flex;
    justify-content: center; }
  .offres__item {
    flex: 1 1;
    margin-right: 20px;
    max-width: 353px; }
    .offres__item:last-child {
      margin-right: 0; } }

@media (min-width: 1165px) {
  .offres__item {
    margin-right: 33px; } }

.tabs__items {
  margin: 0; }

.tabs__item-link {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  color: #323232;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 22px;
  padding: 12px 20px;
  display: flex; }
  .tabs__item-link [class^='icon-'] {
    margin-right: 15px; }
  .tabs__item-link .icon-family {
    font-size: 2.2rem; }

.nav-offer-type {
  background-color: #f5f5f5;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-evenly;
  margin: 0 -2rem 2.5rem;
  padding: 0 2rem;
  position: sticky;
  top: 0;
  z-index: 90; }
  .nav-offer-type__link {
    background-color: transparent;
    border: unset;
    color: #6f6f6f;
    display: inline-block;
    font-weight: 600;
    padding: 1rem 0.6rem;
    position: relative;
    text-decoration: none; }
    .nav-offer-type__link.active {
      color: #323232; }
      .nav-offer-type__link.active::after {
        border-bottom: 3px solid #e62727;
        content: '';
        display: block;
        bottom: -2px;
        position: absolute;
        width: 100%;
        left: 0; }

@media (max-width: 991.98px) {
  .tabs__item {
    border: 1px solid #ebebeb;
    margin-bottom: 0.8rem; }
    .tabs__item-link::after {
      color: #6f6f6f;
      content: '\e90b';
      font-family: 'icomoon_old';
      font-size: 1rem;
      margin-left: auto; } }

@media (min-width: 992px) {
  .tabs {
    display: flex;
    justify-content: center;
    overflow: auto; }
    .tabs__items {
      background-color: #fff;
      border-radius: 50px;
      display: inline-flex;
      border: 1px solid #ebebeb;
      justify-content: stretch;
      padding: 3px; }
    .tabs__item {
      text-align: center;
      position: relative; }
      .tabs__item-link {
        border-radius: 50px;
        color: #6f6f6f;
        font-size: 1.6rem;
        height: 100%;
        text-decoration: none;
        padding: 1.2rem 3.8rem;
        position: relative;
        display: inline-flex;
        width: 100%; }
        .tabs__item-link.active {
          background-color: #e62727;
          color: #fff; } }

.offre {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  box-shadow: 0 45px 70px rgba(176, 183, 195, 0.1);
  padding: 3rem 2rem; }
  .offre--active {
    border: unset;
    position: relative; }
    .offre--active::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 8px;
      padding: 1px;
      background: linear-gradient(180deg, #e62727, #e62727 33%, #ebebeb 66%, #ebebeb);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude; }

.offre-header {
  position: relative;
  text-align: center;
  z-index: 1; }
  .offre-header__recommended {
    display: inline-block;
    color: #fff;
    background: #e62727;
    border-radius: 0 0 1rem 1rem;
    font-size: 1.2rem;
    padding: 0.3rem 2.2rem;
    position: absolute;
    text-transform: uppercase;
    top: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .offre-header__title {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 0; }
  .offre-header__subtitle {
    color: #323232;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    font-weight: 500; }
  .offre-header__media {
    display: flex;
    justify-content: center;
    margin: 1.2rem auto; }
  .offre-header__price {
    font-size: 3.2rem;
    color: #e62727;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block; }
    .offre-header__price small {
      font-size: 0.6875em;
      font-weight: 600; }
  .offre-header__desc-price {
    color: #6f6f6f;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.7px;
    margin-bottom: 1.6rem;
    text-align: center; }
  .offre-header__note {
    font-size: 1.1rem;
    text-align: center;
    color: #6f6f6f;
    margin: 0.8rem 0 1.2rem; }
  .offre-header__swg {
    background-color: #fdf7e4;
    margin: 1.2rem -2rem 0;
    padding: 1.6rem 2.2rem;
    text-align: center; }
  .offre-header__swg-btn {
    margin-top: 0.8rem;
    width: 100% !important; }
  .offre-header__avantage {
    font-size: 1.2rem;
    font-weight: 700; }

.offre-advantages {
  border-top: 1px solid #ebebeb;
  margin-top: 1.6rem;
  padding-top: 2rem; }
  .offre-advantages__list {
    margin: 0; }
  .offre-advantages__item {
    display: flex;
    line-height: 2.2rem;
    font-size: 1.2rem;
    position: relative;
    align-items: flex-start; }
    .offre-advantages__item:not(:last-child) {
      margin-bottom: 1.2rem; }
    .offre-advantages__item::before {
      background-color: rgba(45, 202, 140, 0.15);
      border-radius: 50%;
      content: '\e905';
      font-family: "icomoon_old";
      font-size: 1.2rem;
      color: #2dca8c;
      margin-right: 1.5rem;
      min-width: 2.2rem;
      line-height: 2.2rem;
      height: 2.2rem;
      width: 2.2rem;
      text-align: center; }
    .offre-advantages__item--inactive {
      color: #c1c1c1; }
      .offre-advantages__item--inactive::before {
        content: '\e906';
        font-family: "icomoon_old";
        margin-right: 1.5rem;
        font-size: 1rem;
        color: #c1c1c1;
        background-color: rgba(193, 193, 193, 0.2); }
  .offre-advantages__info {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #6f6f6f;
    height: 1.8rem;
    cursor: pointer;
    display: block;
    flex: 0 0 1.8rem;
    font-size: 1.8rem;
    margin-left: 0.5rem;
    padding: 0; }
  .offre-advantages__label {
    flex: 1 1 auto; }

@media (min-width: 992px) {
  .offre {
    padding: 3.6rem 2rem; }
    .offre--resume {
      border-radius: 16px;
      border-top: 16px solid #f2c94c;
      box-shadow: 0 45px 70px rgba(176, 183, 195, 0.1);
      padding-top: 18px; }
    .modal-dialog-hero .offre {
      align-items: center;
      display: flex;
      padding: 2rem; }
  .offre-header__recommended {
    top: -35px; }
  .offre-header__price {
    background: #fff;
    border-radius: unset;
    color: #e62727;
    font-size: 3.4rem;
    margin-bottom: 5px;
    padding: unset; }
  .offre-header__desc-price {
    letter-spacing: normal; }
    .modal-dialog-hero .offre-header__desc-price {
      margin-bottom: 3rem;
      text-align: left; }
  .offre-header__avantage {
    font-size: 1.4rem; }
    .offre-header__avantage-promo {
      display: block; }
    .offre-header__avantage-percent {
      font-size: 2rem; }
  .offre-header__swg-btn {
    margin-top: 1.6rem; }
  .modal-dialog-hero .offre-header {
    border-right: 1px solid #ebebeb;
    margin: 0 4rem 0 0;
    padding: 0 4rem 0 0;
    width: 50%; }
  .offre-advantages__item {
    font-size: 1.4rem; }
  .modal-dialog-hero .offre-advantages {
    border-top: unset;
    margin: 0;
    padding: 0;
    width: calc(50% - 4rem); } }

@media (min-width: 1165px) {
  .offre--resume {
    padding-top: 36px; } }

.difficulte {
  margin-top: 3.5rem; }
  .difficulte__title {
    font-size: 2.4rem;
    margin-bottom: 2.2rem; }
  .difficulte__subtitle {
    display: none; }
  .difficulte__list {
    margin: 0; }
  .difficulte__item {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    display: flex;
    padding: 7px 20px; }
    .difficulte__item-img {
      margin-right: 1rem;
      width: 3.2rem; }
    .difficulte__item-link {
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 22px;
      text-decoration: none; }
      .difficulte__item-link small {
        font-size: 0.75em; }

@media (max-width: 991.98px) {
  .difficulte__item {
    margin-bottom: 0.8rem;
    position: relative; }
    .difficulte__item::after {
      color: #6f6f6f;
      content: '\e90b';
      font-family: 'icomoon_old';
      font-size: 1rem;
      margin-left: auto; }
    .difficulte__item-btn {
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important; }
      .difficulte__item-btn::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        cursor: pointer; } }

@media (min-width: 992px) {
  .difficulte {
    margin-top: 9.2rem; }
    .difficulte__title {
      font-size: 3.2rem;
      margin: 0;
      text-align: center; }
    .difficulte__subtitle {
      color: #6f6f6f;
      display: block;
      font-size: 1.4rem;
      font-weight: 500;
      margin-bottom: 5.6rem;
      text-align: center; }
    .difficulte__list {
      display: flex;
      justify-content: center; }
    .difficulte__item {
      display: -ms-grid;
      display: grid;
      flex: 1 1;
          grid-template-areas: 'difficulte__item-img difficulte__item-title' 'difficulte__item-img difficulte__item-text' 'difficulte__item-btn difficulte__item-btn';
      -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
      -ms-grid-rows: auto 1fr auto;
      grid-template-rows: auto 1fr auto;
      margin-right: 20px;
      max-width: 353px;
      padding: 3.3rem 1.8rem 1.8rem; }
      .difficulte__item:last-child {
        margin-right: 0; }
      .difficulte__item-img {
        grid-area: difficulte__item-img;
        margin-right: 1.6rem;
        width: 6.8rem; }
      .difficulte__item-link {
        font-size: 2rem;
        font-weight: 700;
        grid-area: difficulte__item-title;
        margin-bottom: 1.2rem; }
      .difficulte__item-text {
        align-self: flex-start;
        font-size: 1.4rem;
        font-weight: 500;
        grid-area: difficulte__item-text;
        margin: 0; }
      .difficulte__item-btn {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Inter", Arial;
        font-weight: 600;
        font-size: 1.6rem;
        text-align: center;
        text-decoration: none;
        border: 1px solid transparent;
        padding: 1.5rem 5rem;
        border-radius: 8px;
        transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.1s ease-in-out;
        transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.1s ease-in-out;
        transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
        grid-area: difficulte__item-btn;
        margin-top: 3rem;
        width: 100%; }
        .difficulte__item-btn:focus {
          outline: 0; }
        .difficulte__item-btn:active {
          -webkit-transform: scale(0.96);
                  transform: scale(0.96); } }

@media (min-width: 992px) {
    .difficulte__item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
    .difficulte__item-link {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .difficulte__item-text {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
    .difficulte__item-btn {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; } }

@media (min-width: 1165px) {
  .difficulte__item {
    margin-right: 33px; } }

.help-container {
  margin: -40px -20px; }
  .help-container__boxes {
    background-color: #fafbfc;
    padding: 40px 20px; }
  .help-container__box {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 50px 77px rgba(176, 183, 195, 0.22);
    padding: 35px 20px; }
    .help-container__box:first-child {
      margin-bottom: 10px; }
    .help-container__box-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 35px; }
  .help-container__infos {
    -ms-grid-row-align: center;
        align-self: center;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 20px; }
    .help-container__infos-title {
      font-size: 1.8rem; }
    .help-container__infos-important {
      color: #e62727;
      font-weight: 600; }
    .help-container__infos > p,
    .help-container__infos > ul {
      margin-bottom: 20px; }

@media (min-width: 992px) {
  .help-container {
    display: flex;
    margin: -50px -90px; }
    .help-container__boxes {
      padding: 50px 40px;
      width: 50%; }
    .help-container__box {
      padding: 35px 40px; } }

.tunnel__title {
  font-size: 3.2rem; }

.tunnel__subtitle {
  font-size: 2.2rem;
  margin-bottom: 25px; }

.tunnel__headline {
  margin: 0; }

.tunnel__oauth {
  margin-top: 40px; }

.tunnel-validation__title {
  position: relative; }

.tunnel-validation__check {
  left: -65px;
  position: absolute;
  top: 4px; }

.tunnel-connexion__forgot-pwd {
  background-color: #fff;
  border: 0;
  color: #e62727;
  cursor: pointer;
  margin-bottom: 40px;
  padding: 0; }
  .tunnel-connexion__forgot-pwd:active, .tunnel-connexion__forgot-pwd:hover {
    color: #f92929; }

.tunnel-sub {
  padding: 40px 20px 15px 20px; }
  .tunnel-sub:not(:last-child) {
    border-bottom: 1px solid #ebebeb; }
  .tunnel-sub__title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 40px; }
  .tunnel-sub__subtitle {
    color: #6f6f6f;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 40px 0 25px; }
  .tunnel-sub__form-radios {
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    display: flex;
    margin-bottom: 25px; }
  .tunnel-sub__form-check-item {
    display: flex;
    flex: 1 1;
    position: relative; }
  .tunnel-sub__form-check-label {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 18px;
    text-align: center;
    width: 100%; }
    .tunnel-sub__form-check-label:hover {
      color: #323232; }
    .tunnel-sub__form-check-label--small {
      font-size: 1.2rem; }
  .tunnel-sub__form-check-radio {
    height: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 0; }
    .tunnel-sub__form-check-radio:checked + .tunnel-sub__form-check-label {
      background-color: #e62727;
      color: #fff;
      font-weight: 600;
      margin: -1px;
      width: calc(100% + 2px); }
  .tunnel-sub__form-check-btn {
    margin-top: 40px; }
  .tunnel-sub__btn-address {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #6f6f6f;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.5rem;
    margin-top: 15px;
    padding: 0; }
    .tunnel-sub__btn-address::before {
      color: #e62727;
      content: '\e90e';
      display: inline-block;
      font-family: 'icomoon_old';
      font-size: 1.8rem;
      margin-right: 10px; }
    .tunnel-sub__btn-address--close::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .tunnel-sub__phone-text {
    color: #6f6f6f;
    font-size: 1.5rem;
    margin: 15px 0 0; }
  .tunnel-sub__secure {
    align-items: center;
    color: #e62727;
    display: flex;
    font-size: 1.8rem;
    font-weight: 700;
    justify-content: center;
    margin-top: 50px; }

.tunnel-submit {
  background-color: #f2c94c;
  color: #695106;
  display: -ms-grid;
  display: grid;
  grid-gap: 40px 15px;
      grid-template-areas: 'submit__title submit__amount' 'submit__check submit__check' 'submit__btn submit__btn';
  -ms-grid-columns: auto 15px auto;
  grid-template-columns: repeat(2, auto);
  -ms-grid-rows: auto 40px auto 40px auto;
  grid-template-rows: repeat(3, auto); }
  .tunnel-submit__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-align: center;
        align-self: center;
    font-size: 2rem;
    font-weight: 600;
    grid-area: submit__title;
    margin: 0; }
  .tunnel-submit__amount {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    font-size: 1.5rem;
    grid-area: submit__amount;
    justify-self: flex-end;
    -ms-grid-column-align: end;
    padding: 5px 13px; }
  .tunnel-submit__btn {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    color: inherit;
    grid-area: submit__btn;
    padding-left: 12px;
    padding-right: 12px;
    background: #ebebeb; }
  .tunnel-submit__check {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: submit__check; }
  .tunnel-submit__check-input:checked + .tunnel-submit__check-label::before {
    background-color: #fff;
    border-color: #fff;
    color: #e62727; }
  .tunnel-submit__check-label {
    align-items: flex-start; }

.payment-options {
  margin-bottom: 10px; }
  .payment-options__input:checked + .payment-options__label {
    background-color: #e62727;
    border-color: #e62727; }
    .payment-options__input:checked + .payment-options__label::before {
      background-color: #fff;
      color: #e62727; }
    .payment-options__input:checked + .payment-options__label .payment-options__label-recommended {
      color: #fff; }
    .payment-options__input:checked + .payment-options__label .payment-options__label-frequency {
      color: #fff; }
    .payment-options__input:checked + .payment-options__label .payment-options__label-amount {
      background-color: #fff; }
    .payment-options__input:checked + .payment-options__label .payment-options__label-detail {
      color: #fff; }
      .payment-options__input:checked + .payment-options__label .payment-options__label-detail-important {
        color: #fff; }
    .payment-options__input:checked + .payment-options__label .payment-options__label-cards .cb rect,
    .payment-options__input:checked + .payment-options__label .payment-options__label-cards .visa rect,
    .payment-options__input:checked + .payment-options__label .payment-options__label-cards .master rect {
      fill: #fff; }
    .payment-options__input:checked + .payment-options__label .payment-options__label-cards .cb path,
    .payment-options__input:checked + .payment-options__label .payment-options__label-cards .visa path,
    .payment-options__input:checked + .payment-options__label .payment-options__label-cards .master path {
      fill: #e62727; }
    .payment-options__input:checked + .payment-options__label .payment-options__label-cards .american path {
      fill: #fff; }
    .payment-options__input:checked + .payment-options__label .payment-options__label-paypal path {
      fill: #fff; }
    .payment-options__input:checked + .payment-options__label .payment-options__label-paypal .red {
      fill: #e62727; }
  .payment-options__label {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 16px;
    cursor: pointer;
    display: block;
    justify-content: center;
    padding: 20px;
    position: relative;
    text-align: center; }
    .payment-options__label::before {
      display: none; }
    .payment-options__label-recommended {
      color: #f2c94c;
      font-size: 2rem;
      position: absolute;
      right: 15px;
      top: 15px; }
    .payment-options__label-frequency {
      display: block;
      font-size: 1.8rem;
      font-weight: 700; }
    .payment-options__label-amount {
      background-color: #fce8e9;
      border-radius: 20px;
      color: #e62727;
      display: inline-block;
      font-size: 1.8rem;
      margin: 20px 0;
      padding: 7px 20px;
      text-align: center; }
      .payment-options__label-amount--small {
        padding: 7px 0;
        width: 108px; }
    .payment-options__label-detail {
      display: block;
      font-size: 1.5rem; }
      .payment-options__label-detail-important {
        color: #e62727;
        display: block;
        font-weight: 700; }
    .payment-options__label-cards {
      display: flex;
      justify-content: center;
      margin-top: 20px; }
      .payment-options__label-cards svg {
        margin: 0 5px; }
    .payment-options__label-paypal {
      display: block;
      margin: 0 auto; }
  .payment-options__help-text {
    font-size: 1.5rem;
    margin: 25px 0 40px; }

@media (max-width: 991.98px) {
  .tunnel__headline {
    color: #6f6f6f;
    font-size: 1.8rem; }
  .tunnel-validation__check {
    display: none; } }

@media (min-width: 768px) {
  .tunnel-sub {
    padding-left: 15.48463%;
    padding-right: 15.48463%; } }

@media (min-width: 992px) {
  .tunnel__title {
    margin-bottom: 20px; }
  .tunnel__subtitle {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 40px; }
  .tunnel__oauth {
    display: flex;
    margin: 50px -55px 0; }
  .tunnel-connexion__forgot-pwd {
    margin-bottom: 50px; }
  .tunnel-sub {
    padding-bottom: 35px;
    padding-left: 15.48463%;
    padding-right: 28.6052%;
    padding-top: 60px; }
    .tunnel-sub:first-child {
      padding-top: 80px; }
    .tunnel-sub--wide {
      padding-right: 15.48463%; }
    .tunnel-sub__title {
      font-size: 3.2rem;
      margin-bottom: 60px; }
    .tunnel-sub__subtitle {
      font-size: 2.2rem;
      margin: 60px 0 40px; }
    .tunnel-sub__secure {
      background-color: #fff;
      border: 1px solid #ebebeb;
      border-radius: 16px;
      box-shadow: 0 45px 70px rgba(176, 183, 195, 0.1);
      color: #323232;
      margin-top: 10px;
      padding: 20px; }
      .tunnel-sub__secure--mobile {
        display: none; }
  .tunnel-submit {
    padding-bottom: 70px;
    padding-top: 70px; }
    .tunnel-submit__title {
      font-size: 3.2rem; }
    .tunnel-submit__amount {
      background-color: transparent;
      font-size: 3.2rem; }
  .payment-options__sepa-panel {
    margin-right: 19.00685%; } }

@media (min-width: 1165px) {
  .tunnel-sub__form-radios {
    margin-bottom: 40px; }
  .tunnel-sub__form-check-label {
    font-size: 1.6rem;
    padding: 25px; }
    .tunnel-sub__form-check-label--small {
      font-size: 1.4rem;
      margin-top: 5px; }
  .payment-options__input:checked + .payment-options__label .payment-options__label-detail-date::after {
    content: '-';
    margin: 0 2px; }
  .payment-options__label {
    display: -ms-grid;
    display: grid;
    grid-gap: 5px 15px;
        grid-template-areas: 'payment__radio payment__title payment__amount' '. payment__detail payment__detail';
    -ms-grid-columns: 25px 15px 1fr 15px 1fr;
    grid-template-columns: 25px 1fr 1fr;
    -ms-grid-rows: auto 5px auto;
    grid-template-rows: auto auto;
    padding: 30px 20px;
    text-align: left; }
    .payment-options__label--cb {
      grid-gap: 5px 15px;
          grid-template-areas: 'payment__radio payment__title payment__amount' '. payment__detail payment__detail' '. payment__cards .';
      -ms-grid-columns: 25px 15px 1fr 15px 1fr;
      grid-template-columns: 25px 1fr 1fr;
      -ms-grid-rows: auto 5px auto 5px auto;
      grid-template-rows: auto auto auto; }
    .payment-options__label--single {
      grid-gap: 5px 15px;
          grid-template-areas: 'payment__radio payment__title';
      -ms-grid-columns: 25px 15px 1fr;
      grid-template-columns: 25px 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
    .payment-options__label::before {
      display: flex;
      grid-area: payment__radio;
      margin: 0; }
    .payment-options__label-frequency {
      grid-area: payment__title; }
    .payment-options__label-recommended {
      margin-left: 10px;
      position: static; }
    .payment-options__label-amount {
      grid-area: payment__amount;
      justify-self: flex-end;
      margin: 0;
      -ms-grid-column-align: end; }
    .payment-options__label-detail {
      grid-area: payment__detail; }
      .payment-options__label-detail-row {
        display: flex; }
      .payment-options__label-detail-date::after {
        content: '-';
        margin: 0 2px; }
    .payment-options__label-cards {
      grid-area: payment__cards;
      justify-content: flex-start;
      margin-top: 25px; }
      .payment-options__label-cards svg {
        margin: 0 10px 0 0; }
    .payment-options__label-paypal {
      grid-area: payment__title;
      margin: 0; } }

@media (min-width: 1165px) {
  .payment-options__label::before {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .payment-options__label--cb > .payment-options__label::before {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .payment-options__label--single > .payment-options__label::before {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .payment-options__label-frequency {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .payment-options__label--cb > .payment-options__label-frequency {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .payment-options__label--single > .payment-options__label-frequency {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .payment-options__label-amount {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
    .payment-options__label--cb > .payment-options__label-amount {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
  .payment-options__label-detail {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }
    .payment-options__label--cb > .payment-options__label-detail {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }
    .payment-options__label-cards {
    -ms-grid-row: 5;
    -ms-grid-column: 3; }
  .payment-options__label-paypal {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .payment-options__label--cb > .payment-options__label-paypal {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .payment-options__label--single > .payment-options__label-paypal {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

.body--swg {
  background-color: #fbfbfb;
  color: #000; }

.swg-hero {
  font-family: 'Frank Ruhl Libre', serif;
  margin-bottom: 9rem;
  overflow: hidden;
  padding: 5rem 1rem 0;
  position: relative; }
  .swg-hero__img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 350px;
    width: 100%;
    z-index: -1; }
  .swg-hero__title {
    color: #000;
    font-size: 3.4rem;
    line-height: 1;
    margin: 0; }
  .swg-hero__subtitle {
    font-size: 1.8rem;
    margin-bottom: 2rem; }
  .swg-hero__media {
    margin: 0 auto;
    max-width: 300px; }
  .swg-hero__pricing {
    align-items: center;
    display: flex;
    flex-direction: column; }
  .swg-hero__ctas {
    display: flex;
    flex-direction: column; }
  .swg-hero__go-to {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 3rem;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.25em; }

.swg-pricing {
  align-items: center;
  color: #e62727;
  display: flex;
  flex-direction: column; }
  .swg-pricing__offer {
    font-size: 4.5rem;
    font-weight: 900; }
  .swg-pricing__month {
    font-size: 1.8rem; }
  .swg-pricing__pipe {
    font-size: 3.5rem; }
  .swg-pricing__price {
    font-size: 2.4rem; }
  .swg-pricing__old-price {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    opacity: 0.34; }

.swg-advantages__title {
  color: #000;
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 4rem;
  text-align: center; }

.swg-advantages__grid {
  display: -ms-grid;
  display: grid;
  flex-direction: column;
  grid-gap: 3.4rem;
  -ms-grid-rows: 1fr 3.4rem 1fr 3.4rem 1fr;
  -ms-grid-columns: auto;
      grid-template: 1fr 1fr 1fr / auto;
  margin-bottom: 4.5rem; }

.swg-advantages__item {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ebebeb;
  border-radius: 1rem;
  padding: 4rem 3rem 6rem;
  text-align: center; }

.swg-advantages__item-img {
  margin-bottom: 3.2rem; }

.swg-advantages__item-title {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700; }

.swg-advantages__item-text {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  opacity: 0.8; }

.swg-advantages__subscribe {
  display: flex;
  justify-content: center; }

.swg-footer {
  background-color: #000;
  color: #fff;
  margin-top: 5rem;
  padding: 2rem 0; }
  .swg-footer__infos {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    padding: 0; }
    .swg-footer__infos li {
      list-style: none; }
  .swg-footer__socials {
    display: flex;
    font-size: 2rem;
    -ms-grid-rows: auto 3rem auto 3rem auto;
    -ms-grid-columns: auto;
        grid-template: repeat(3, auto)/auto;
    grid-gap: 3rem;
    margin: 0;
    padding: 0; }
    .swg-footer__socials li {
      list-style: none; }
      .swg-footer__socials li a {
        color: #fff;
        text-decoration: none; }

@media (min-width: 768px) {
  .swg-advantages__subscribe {
    display: none; } }

@media (min-width: 992px) {
  .swg-hero {
    margin-bottom: 5rem;
    padding: 0; }
    .swg-hero__img {
      max-height: unset;
      position: static;
      width: 100%; }
    .swg-hero__container {
      display: -ms-grid;
      display: grid;
          grid-template-areas: 'hero-head hero-media' 'hero-pricing hero-media';
      -ms-grid-columns: auto 38%;
      grid-template-columns: auto 38%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    .swg-hero__head {
      align-self: flex-end;
      grid-area: hero-head; }
    .swg-hero__media {
      align-items: center;
      display: flex;
      grid-area: hero-media;
      justify-content: flex-end;
      max-width: 100%; }
    .swg-hero__pricing {
      align-items: flex-start;
      grid-area: hero-pricing;
      margin-top: 2rem; }
    .swg-hero__ctas {
      align-items: center;
      flex-direction: row; }
    .swg-hero__go-to {
      margin: 0 0 0 5rem; }
  .swg-pricing {
    align-items: baseline;
    flex-direction: row;
    margin-bottom: 4rem; }
    .swg-pricing__old-price {
      margin-left: 0.5rem; }
  .swg-advantages__title {
    font-size: 2.8rem;
    margin-bottom: 6.8rem; }
  .swg-advantages__grid {
    grid-gap: 5.2rem;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 5.2rem 1fr 5.2rem 1fr;
        grid-template: auto / 1fr 1fr 1fr; } }

@media (min-width: 992px) {
    .swg-hero__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .swg-hero__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2; }
    .swg-hero__pricing {
    -ms-grid-row: 2;
    -ms-grid-column: 1; } }

@media (min-width: 1165px) {
  .swg-hero__title {
    font-size: 3.8rem; }
  .swg-hero__subtitle {
    font-size: 2.2rem; }
  .swg-pricing__offer {
    font-size: 5.2rem; }
  .swg-pricing__month {
    font-size: 2.5rem; }
  .swg-pricing__price {
    font-size: 3.5rem; }
  .swg-pricing__old-price {
    font-size: 1.6rem; }
  .swg-footer {
    margin-top: 13rem; }
    .swg-footer__container {
      align-items: center;
      display: flex;
      justify-content: space-between; }
    .swg-footer__infos {
      display: flex;
      margin-bottom: 0; }
      .swg-footer__infos li:not(:first-child)::before {
        content: '|';
        margin: 0 2rem; } }

@media (min-width: 1400px) {
  .swg-hero__title {
    font-size: 4.8rem; }
  .swg-hero__subtitle {
    font-size: 3.2rem; }
  .swg-pricing__offer {
    font-size: 8.2rem; }
  .swg-pricing__price {
    font-size: 3.5rem; }
  .swg-advantages__title {
    font-size: 3.8rem; } }

.font-weight-bold {
  font-weight: 700; }

.text-primary {
  color: #e62727; }

.img-fluid {
  height: auto;
  max-width: 100%; }

.rounded {
  border-radius: 16px; }

.disabled {
  opacity: 0.3;
  position: relative; }

.disabled::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999; }

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center; } }

.sticky-sub {
  position: sticky;
  z-index: 99; }
  .sticky-sub__container {
    align-items: baseline;
    background-color: #f2c94c;
    bottom: 0;
    color: #695106;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative; }
  .sticky-sub__offer {
    color: #695106;
    flex: 0 1 auto;
    font-size: 2rem;
    font-weight: 600; }
  .sticky-sub__btn {
    color: #695106;
    flex: 0 1 auto;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none; }
    .sticky-sub__btn::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      pointer-events: auto;
      content: '';
      background-color: rgba(0, 0, 0, 0); }
  .sticky-sub__right {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column; }
  .sticky-sub__price {
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 5px;
    padding: 5px 13px; }
    .sticky-sub__price--strong {
      font-weight: 700; }
  .sticky-sub__label {
    font-size: 1.2rem;
    text-align: center; }
  .sticky-sub--offer {
    bottom: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    width: calc(100% + 20px);
    background-color: #fff;
    border: 2px solid #f2c94c;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    /*.sticky-sub__container {
      @include border-top-radius($border-radius-lg);
    }*/ }
  .sticky-sub--tunnel {
    top: 0; }
    .sticky-sub--tunnel .sticky-sub__container {
      border-bottom-right-radius: 16px;
      border-bottom-left-radius: 16px; }
    .sticky-sub--tunnel .sticky-sub__right {
      align-items: flex-end; }
  .sticky-sub--summary .sticky-sub__container {
    border-radius: 0;
    flex-direction: column; }
  .sticky-sub--summary .sticky-sub__btn-deploy {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #695106;
    display: flex;
    font-size: 1.6rem;
    height: 30px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 30px; }
    .sticky-sub--summary .sticky-sub__btn-deploy.collapsed {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .sticky-sub--summary .sticky-sub__right {
    align-items: flex-start; }
  .sticky-sub--summary .sticky-sub__price {
    margin-bottom: 8px; }
  .sticky-sub--summary .offre-advantages__list {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 4rem 2.2rem; }

.club-abo {
  background-color: #fafbfc;
  margin: 40px 0;
  padding: 40px 20px; }
  .club-abo-full__illustration {
    display: none; }
  .club-abo-full__title {
    font-size: 2.2rem;
    line-height: 2.9rem;
    margin-bottom: 4rem; }
  .club-abo__items {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-rows: auto 10px auto 10px auto;
    -ms-grid-columns: auto;
        grid-template: repeat(3, auto)/auto;
    margin-bottom: 40px; }
  .club-abo__item {
    background-color: #fff;
    box-shadow: 0 50px 77px rgba(176, 183, 195, 0.22);
    display: -ms-grid;
    display: grid;
    grid-gap: 5px 20px;
        grid-template-areas: 'club-abo__svg club-abo__title' 'club-abo__svg club-abo__text';
    -ms-grid-columns: 72px 20px auto;
    grid-template-columns: 72px auto;
    -ms-grid-rows: auto 5px auto;
    grid-template-rows: auto auto;
    border-radius: 16px;
    padding: 25px 20px; }
  .club-abo__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: club-abo__svg; }
  .club-abo__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row-align: end;
        align-self: end;
    font-size: 1.8rem;
    font-weight: 700;
    grid-area: club-abo__title;
    margin-bottom: 0; }
  .club-abo__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row-align: start;
        align-self: start;
    font-size: 1.5rem;
    grid-area: club-abo__text;
    margin: 0; }
  .club-abo__footer {
    display: flex;
    justify-content: center; }

.devis__hero {
  padding: 40px 0; }

.devis__h1 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1rem; }

.devis__h2 {
  font-size: 2.2rem;
  margin-bottom: 2.5rem; }

.devis__subtitle {
  color: #6f6f6f;
  font-size: 1.8rem;
  margin: 0; }

.devis__form {
  padding: 40px 0; }

.devis__form-radios {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  display: flex;
  margin-bottom: 2.5rem; }

.devis__form-check-item {
  display: flex;
  flex: 1 1;
  position: relative; }

.devis__form-check-label {
  border-radius: 8px;
  cursor: pointer;
  margin: 0;
  padding: 14px 18px;
  text-align: center;
  width: 100%; }
  .devis__form-check-label:hover {
    color: #323232; }
  .devis__form-check-label i {
    display: none; }

.devis__form-check-radio {
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0; }
  .devis__form-check-radio:checked + .devis__form-check-label {
    background-color: #e62727;
    color: #fff;
    font-weight: 600; }

.tick-success {
  text-align: center;
  width: 2.7rem;
  line-height: 1.7rem;
  height: 2.7rem;
  border-radius: 100%;
  background: #2dca8c;
  display: inline-block;
  margin-left: 1rem; }
  .tick-success:after {
    content: '\e905';
    font-family: icomoon_old;
    color: #fff;
    font-size: 1.2rem; }

.tick-waiting {
  text-align: center;
  width: 21rem;
  height: 8rem;
  background: url("../../assets/images/hourglass.svg") no-repeat;
  display: none; }

.recap {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #fafbfc; }
  .recap__title {
    font-size: 3.2rem;
    margin-bottom: 4rem; }
  .recap__square {
    color: #fff;
    border-radius: 8px;
    background: #e62727;
    display: flex;
    align-items: center;
    padding: 3.5rem;
    margin-bottom: 4rem;
    flex-direction: column; }
    .recap__squares {
      display: flex;
      flex-direction: column-reverse; }
    .recap__square-title {
      display: block;
      text-align: center; }
    .recap__square-label {
      color: #fff;
      font-size: 1.8rem;
      font-weight: 700;
      display: inline; }
    .recap__square-value {
      color: #fff;
      font-size: 1.8rem;
      font-weight: 700;
      display: inline; }
      .recap__square-value:before {
        content: ' - ';
        margin-left: 0.5rem;
        display: inline; }
      .recap__square-value-info {
        display: none; }
    .recap__square-price {
      background: #fff;
      border-radius: 16px;
      color: #e62727;
      padding: 0.7rem 1.5rem;
      font-weight: 400;
      font-size: 1.8rem;
      margin: 2rem 0;
      display: inline-block;
      text-align: center; }
      .recap__square-price-container {
        display: flex;
        flex-direction: column;
        align-items: center; }
      .recap__square-price-info {
        color: #fff;
        text-align: center; }
      .recap__square-price__important {
        font-weight: 700; }
    .recap__square-price-desc {
      font-size: 1.5rem;
      font-weight: 500; }
    .recap__square-adr {
      background: none;
      color: #323232;
      padding: 0; }
      .recap__square-adr .recap__square-title {
        text-align: left;
        -ms-grid-row-align: stretch;
            align-self: stretch; }
      .recap__square-adr .recap__square-label {
        text-align: left;
        display: block;
        color: #e62727; }
      .recap__square-adr .recap__square-value {
        text-align: left;
        background: #e62727;
        color: #fff;
        padding: 0.7rem 1.5rem;
        border-radius: 16px;
        display: inline-block;
        font-weight: 600;
        font-size: 1.8rem;
        margin-bottom: 4rem; }
        .recap__square-adr .recap__square-value:before {
          content: unset; }
      .recap__square-adr-label {
        color: #e62727;
        font-size: 1.8rem; }
      .recap__square-adr-value {
        font-size: 1.5rem; }

.continue-reading {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ebebeb; }
  .continue-reading__title {
    font-size: 2.2rem;
    margin-bottom: 4rem; }
  .continue-reading__articles {
    display: flex;
    flex-direction: column; }

.discover-articles__title {
  margin-bottom: 4rem;
  font-size: 2.2rem; }

.discover-articles__list .article {
  margin-bottom: 4rem;
  display: block; }
  .discover-articles__list .article__desc {
    margin-bottom: 1rem; }

.discover-articles .btn-primary {
  width: 100%; }

.voir-journal__title {
  margin: 2rem 0 2rem;
  font-size: 2.2rem; }

.voir-journal__content-title {
  display: none; }

.voir-journal__figure {
  text-align: center; }
  .voir-journal__figure img {
    max-width: 100%; }

.voir-journal .btn {
  margin: 4rem 0;
  width: 100%; }

.livraison-journal {
  border-bottom: 1px solid #ebebeb; }
  .livraison-journal .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .livraison-journal__title {
    font-size: 2.2rem; }
    .livraison-journal__title-time {
      color: #e62727; }
  .livraison-journal__figure {
    display: flex;
    justify-content: center;
    margin: 4rem 0 0; }
    .livraison-journal__figure-img {
      border-radius: 16px;
      width: 100%; }
  .livraison-journal .btn {
    display: none; }

.advantages__title--important {
  color: #e62727; }

.article__figure {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 4rem; }

.article__img {
  min-width: 100%; }

.article__title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem; }

.article__desc {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 4rem; }

.article__link {
  color: #e62727;
  text-decoration: none;
  font-weight: 600; }
  .article__link:after {
    content: '\e90b';
    font-family: icomoon_old;
    display: inline-block;
    padding-left: 0.5rem;
    font-size: 1rem; }
  .article__link:hover {
    text-decoration: none; }

.article__btn {
  width: 100%;
  font-weight: 600; }

.applications {
  padding-top: 4rem; }
  .applications__title {
    margin-bottom: 4rem;
    font-size: 2.2rem; }
  .applications-item {
    display: flex;
    margin-bottom: 4rem; }
    .applications-item__head-logo-img {
      width: 100%; }
    .applications-item__head-logo-container {
      background: #d82819;
      border-radius: 8px;
      padding: 0.8rem;
      flex: 0 0 auto;
      width: 6rem;
      margin-right: 2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      align-self: flex-start; }
    .applications-item__head--premium .applications-item__head-logo-container {
      background: #dd291a; }
    .applications-item__head-links {
      display: none; }
    .applications-item__content-title {
      font-size: 1.8rem;
      line-height: 2.5rem;
      margin-bottom: 1.5rem; }
    .applications-item__content-desc {
      font-weight: 500;
      font-size: 1.6rem;
      line-height: 2.3rem;
      margin-bottom: 1rem; }
    .applications-item__content-link {
      color: #e62727;
      font-weight: 700;
      text-decoration: none; }
      .applications-item__content-link:after {
        content: '\e90b';
        font-family: icomoon_old;
        margin-left: 0.7rem;
        font-size: 1rem; }

@media (max-width: 767.98px) {
  .club-abo__btn {
    padding: 20px 12px;
    width: 100%; }
  .devis__form-container {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 0 20px; }
  .devis__form-icon {
    display: none; }
  .devis__form-media {
    display: none; } }

@media (min-width: 768px) {
  .devis__hero {
    background-color: #e62727;
    padding: 12rem 0 18rem;
    text-align: center; }
  .devis__h1 {
    color: #fff;
    font-size: 6rem;
    margin-bottom: 2rem; }
  .devis__h2 {
    font-size: 3.2rem;
    margin-bottom: 6rem; }
  .devis__subtitle {
    color: #fff;
    font-size: 2rem; }
  .devis__form-container {
    margin: 0 auto;
    width: 76.25%; }
  .devis__form {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    box-shadow: 0 4.5rem 7rem rgba(176, 183, 195, 0.1);
    margin-top: -10rem;
    padding: 10rem 6.37523% 10rem 11.74863%;
    position: relative; }
  .devis__form-icon {
    position: absolute;
    right: 40px;
    top: 40px; }
  .devis__form-grid {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 6.37523%;
    -ms-grid-columns: 52.73133% 6.37523% auto;
    grid-template-columns: 52.73133% auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
  .devis__form-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .devis__form-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .devis__form-grid > * {
      -ms-grid-row-align: end;
      align-self: flex-end; }
  .devis__form-media {
    border-radius: 16px;
    max-height: 620px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .devis__form-radios {
    margin-bottom: 6rem; }
  .devis__form-check-label {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    justify-content: center;
    padding: 20px 28px; }
    .devis__form-check-label i {
      display: block;
      font-size: 2.4rem;
      margin-right: 1.5rem; }
  .tick-success {
    text-align: center;
    width: 2.7rem;
    line-height: 2.1rem;
    height: 2.7rem;
    border-radius: 100%;
    background: #2dca8c;
    display: inline-block;
    box-shadow: 0 0 0 2.2rem #d6f7db;
    margin: 2.1rem 7rem 2.1rem 7rem;
    flex: 0 0 auto; }
    .tick-success:after {
      content: "\e905";
      font-family: icomoon_old;
      color: #fff;
      font-size: 1.2rem; }
  .tick-waiting {
    display: inline-block;
    margin-left: 4rem;
    margin-right: 4rem; }
  .recap {
    background: url("../../assets/images/bg-confirm.svg") no-repeat top center;
    background-size: contain;
    padding-top: 8rem;
    padding-bottom: 4rem;
    box-shadow: 0 4.5rem 7rem 0 #b0b7c31a; }
    .recap--waiting {
      background: url("../../assets/images/bg-confirm-waiting.svg") no-repeat top center;
      background-size: contain; }
    .recap__title {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: row-reverse;
      font-size: 2.4rem;
      margin: 0 auto;
      max-width: 67.5rem;
      padding: 4rem 6.8rem 4rem 0;
      background: #fff;
      border-radius: 8px 8px 0 0;
      border: 1px solid #ebebeb;
      line-height: 3.1rem; }
    .recap__square {
      max-width: 67.5rem;
      margin: 0 auto;
      background: #fff;
      flex-direction: row;
      justify-content: space-between;
      border: 1px solid #ebebeb;
      border-top: unset;
      border-radius: unset;
      padding: 5rem 8rem;
      align-items: flex-start; }
      .recap__squares {
        display: block; }
      .recap__square:last-of-type {
        border-radius: 0 0 8px 8px; }
      .recap__square-title {
        flex-direction: column;
        text-align: left; }
      .recap__square-label {
        color: #e62727;
        font-size: 1.8rem;
        display: block; }
      .recap__square.recap__square-adr .recap__square-value {
        font-size: 3.4rem;
        margin-bottom: 1rem; }
      .recap__square-value {
        color: #323232;
        font-size: 3.4rem;
        font-weight: 600;
        display: block; }
        .recap__square-value:before {
          content: none; }
        .recap__square-value-info {
          display: block;
          font-size: 1.6rem;
          font-weight: 400; }
      .recap__square-price {
        font-size: 3.4rem;
        font-weight: 600;
        margin: 2rem 0 1rem; }
        .recap__square-price-info {
          color: #6f6f6f;
          font-size: 1.4rem; }
      .recap__square-adr-label {
        color: #e62727;
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: 2rem; }
      .recap__square-adr-value {
        font-size: 1.6rem;
        color: #323232;
        line-height: 2.3rem; }
      .recap__square-adr .recap__square-value {
        background: none;
        padding: 0;
        color: #323232; }
  .advantages__title {
    margin: 4rem 0 6rem;
    text-align: center; }
  .continue-reading__title {
    font-size: 4rem;
    padding-bottom: 4rem;
    text-align: center; }
  .continue-reading__articles {
    box-shadow: 0 4.5rem 7rem 0 #b0b7c31a;
    border: 1px solid #ebebeb;
    border-radius: 16px; }
  .discover-articles {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .discover-articles__title {
      font-size: 3.2rem; }
    .discover-articles .container {
      text-align: center; }
    .discover-articles__list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      grid-gap: 1rem;
      text-align: left;
      margin-bottom: 4rem; }
    .discover-articles__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .discover-articles__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .discover-articles__list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
      .discover-articles__list .article {
        display: flex;
        flex-direction: column;
        margin: 0;
        border: 1px solid #ebebeb;
        border-radius: 8px; }
        .discover-articles__list .article__figure {
          border-radius: 8px 8px 0 0;
          flex: 0 0 26rem;
          margin: 0; }
        .discover-articles__list .article__content {
          padding: 4rem; }
        .discover-articles__list .article__link {
          margin-top: 3rem;
          float: right; }
    .discover-articles .btn {
      margin: 4rem 0; }
    .discover-articles .btn-primary {
      width: auto; }
  .article {
    display: flex;
    flex-direction: row;
    align-items: stretch; }
    .article__figure {
      border-radius: 16px 0 0 16px;
      position: relative;
      flex: 0 0 42rem;
      margin: -1px 5rem -1px -1px; }
    .article__img {
      min-height: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .article__content {
      padding: 8rem; }
    .article__title {
      margin-bottom: 4rem;
      font-size: 2.8rem;
      line-height: 3.5rem; }
    .article__desc {
      line-height: 2.3rem; }
    .article__btn {
      width: auto; }
  .voir-journal {
    padding: 4rem 0; }
    .voir-journal__title {
      display: none; }
    .voir-journal__container {
      display: flex;
      align-items: center; }
    .voir-journal__figure {
      margin-right: 12rem;
      overflow: hidden;
      border-radius: 16px;
      border: 1px solid #ebebeb; }
      .voir-journal__figure img {
        display: block; }
    .voir-journal__content-title {
      display: block; }
    .voir-journal .btn {
      width: auto; }
  .livraison-journal__figure {
    margin: 4rem 0; }
  .livraison-journal .btn {
    display: block; }
  .livraison-journal__title {
    text-align: center;
    font-size: 4rem; }
  .livraison-journal .container {
    align-items: center; }
  .applications {
    background: #e62727; }
    .applications__title {
      color: #fff;
      text-align: center;
      margin-top: 6rem;
      font-size: 4rem;
      line-height: 4.7rem;
      font-weight: 700;
      margin-bottom: 8rem; }
    .applications-items {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .applications-item {
      background: #fff;
      flex-direction: column;
      border-radius: 16px;
      padding: 5rem;
      width: calc(100% / 2 - 3.5rem); }
      .applications-item__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5rem; }
        .applications-item__head-links {
          display: flex;
          align-items: center; }
        .applications-item__head-link {
          border: 1px solid #e62727;
          border-radius: 8px;
          padding: 0.6rem 0.9rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          .applications-item__head-link:first-child {
            margin-right: 0.8rem; }
        .applications-item__head-logo-container {
          width: 10rem; }
      .applications-item__content-title {
        font-size: 2.8rem;
        line-height: 3.5rem; }
  .club-abo-full {
    background: #fafbfc;
    margin-bottom: -10rem; }
    .club-abo-full-container {
      display: flex;
      align-items: center; }
    .club-abo-full__illustration {
      display: block;
      padding-top: 8rem;
      position: relative; }
      .club-abo-full__illustration-img {
        position: relative;
        z-index: 10;
        display: block; }
      .club-abo-full__illustration:before {
        content: "";
        position: absolute;
        top: 0;
        right: 10rem;
        left: 0;
        bottom: 0;
        display: block;
        background: #fcf5f6;
        z-index: 1; }
    .club-abo-full__title {
      text-align: center;
      font-size: 4rem;
      line-height: 4.7rem;
      margin-bottom: 8rem; }
  .club-abo-full .club-abo {
    margin: 0 8.47222% 0 0;
    padding: 0; } }

@media (min-width: 992px) {
  .club-abo {
    margin: 50px -90px -50px;
    padding: 50px 90px; }
    .club-abo__items {
      -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
    .club-abo__items > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .club-abo__items > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .club-abo__items > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
    .club-abo__item {
      border: 1px solid #ebebeb;
      grid-gap: 10px;
      -ms-grid-rows: auto 10px auto 10px auto;
          grid-template-areas: "club-abo__svg" "club-abo__title" "club-abo__text";
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      padding: 30px; }
    .club-abo__media {
      margin-bottom: 20px; }
    .club-abo__text {
      font-size: 1.6rem; }
  .devis__form-check-label {
    padding: 26px 50px; }
  .sticky-sub {
    display: none; }
    .club-abo__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
    .club-abo__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .club-abo__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1; } }

@media (min-width: 1165px) {
  .devis__form-radios {
    min-width: 700px;
    width: 80%; }
  .devis__form-check-label {
    padding: 28px 54px; } }

@media (max-width: 1380px) {
  .applications-item__head-links {
    flex-direction: column;
    align-items: stretch; }
  .applications-item__head-link:first-child {
    margin-right: 0;
    margin-bottom: 1rem; } }

@media (max-width: 1180px) and (min-width: 768px) {
  .article__content {
    padding: 4rem; }
  .article__figure {
    flex: 0 0 50%; }
  .club-abo-full__illustration-img {
    display: none; }
  .club-abo-full .club-abo {
    margin: 0;
    padding: 5rem;
    flex: auto; } }

@media (max-width: 980px) and (min-width: 768px) {
  .applications-item__head-links {
    flex-direction: column;
    align-items: stretch; }
  .applications-item__head-link:first-child {
    margin-right: 0;
    margin-bottom: 1rem; }
  .applications-item__head {
    flex-direction: column;
    -ms-grid-row-align: center;
        align-self: center; }
  .applications-item__head-logo-container {
    margin: 0 auto 1rem; } }

@media (max-width: 1078px) and (min-width: 576px) {
  .discover-articles__list {
    display: flex;
    flex-direction: column; }
  .discover-articles .article {
    display: flex;
    flex-direction: row; }
    .discover-articles .article__figure {
      margin-right: 20px;
      border-radius: 8px; }
    .discover-articles .article__img {
      width: 100%;
      border-radius: 8px; } }

@media (max-width: 1078px) and (min-width: 768px) {
  .discover-articles .article {
    display: flex;
    flex-direction: row; }
    .discover-articles .article__figure {
      border-radius: 8px 0 0 8px; }
    .discover-articles .article__img {
      min-width: 100% !important;
      width: auto !important;
      border-radius: 8px 0 0 8px; } }
      
.checkbox-container .two-months-free {
    align-items: center;
    bottom: 0;
    color: #e62727;
    display: flex;
    font-family: Caveat,cursive;
    font-size: 1.6rem;
    position: absolute;
    right: -8rem;
}      

.checkbox-container .two-months-free {
    align-items: center;
    bottom: 0;
    color: #e62727;
    display: flex;
    font-family: Caveat,cursive;
    font-size: 1.6rem;
    position: absolute;
    right: -8rem;
}

.checkbox-container .flex--two-months-free {
    padding-bottom: 2rem;
    position: relative;
}

@media (min-width: 992px){
  .checkbox-container .flex--two-months-free {
    padding-bottom: 2.6rem;
  }
  .checkbox-container .two-months-free {
    font-size: 2.6rem;
    right: -16rem;
  }
}      
