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;
}
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;
  -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: #0000;
}
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: #323232;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.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 {
  padding-top: 2.5rem;
}
.tunnel-grid__container {
  padding: 40px 20px;
}
.tunnel-grid__container:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 991.98px) {
  .tunnel-grid__right {
    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.4846335697%;
    padding-right: 15.4846335697%;
  }
}
@media (min-width: 992px) {
  .tunnel-grid {
    display: flex;
    max-width: 85rem;
    padding-top: 3rem;
  }
  .tunnel-grid__left {
    width: 48rem;
  }
  .tunnel-grid__right {
    margin-left: 3rem;
    width: 30rem;
  }
  .tunnel-grid__right-sticky {
    position: sticky;
    top: 3rem;
  }
  .tunnel-grid__container {
    padding-left: 15.4846335697%;
    padding-right: 28.6052009456%;
  }
  .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 rgba(0, 0, 0, 0);
  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-primary {
  background-color: #e62727;
  border-color: #e62727;
  color: #fff;
}
.btn-primary:hover {
  background-color: #f92929;
  color: #fff;
}
.btn-primary-light {
  background-color: #fce8e9;
  border-color: #fce8e9;
  color: #e62727;
}
.btn-primary-light:hover {
  color: #e62727;
  background-color: #fbd5d7;
  border-color: #fbd5d7;
}
.btn-secondary {
  background-color: #ed1b2f;
  border-color: #ed1b2f;
}
.btn-secondary:hover {
  background-color: #ff1d33;
  color: #fff;
}
.btn-light {
  background-color: #0000;
  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-success {
  background-color: #2dca8c;
  border-color: #2dca8c;
  color: #fff;
}
.btn-success:hover {
  color: #fff;
  background-color: #28d490;
  border-color: #28d490;
}
.btn-oauth {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 50px 77px #b0b7c338;
  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-address {
  align-items: center;
  background-color: #0000;
  border: 0;
  color: #6f6f6f;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.5rem;
  margin-top: 15px;
  padding: 0;
}
.btn-address:before {
  color: #e62727;
  content: "\e90e";
  display: inline-block;
  font-family: icomoon_old;
  font-size: 1.8rem;
  margin-right: 10px;
}
.btn-address--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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-oauth {
    border: 1px solid #ebebeb;
  }
  .btn-oauth + .btn-oauth {
    margin-left: 10px;
  }
}
.btn + .btn {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .btn + .btn {
    margin-left: 15px;
    margin-top: 0;
  }
}
.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: 4.8rem;
  padding: 1.4rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: inherit;
  color: #323232;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  caret-color: #333333;
}
.form-control::-ms-expand {
  background-color: #0000;
  border: 0;
}
.form-control:-moz-focusring {
  color: #0000;
  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,
input[type="submit"] {
  -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: 1.2rem;
}
.form-group--invalid {
  position: relative;
}
.form-group--invalid:after, .form-group--valid:has(.error-msg):after {
  border-radius: 50%;
  display: inline-block;
  font-family: icomoon_old;
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
  position: absolute;
  right: 2rem;
  text-align: center;
  top: 3.8rem;
  width: 2.2rem;
  background-color: #fce1e3;
  color: #dc3545;
  content: "\e906";
}
.form-group--invalid .form-control {
  border-color: #fce1e3;
  padding-right: 40px;
}
.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 {
  border-radius: 50%;
  display: inline-block;
  font-family: icomoon_old;
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
  position: absolute;
  right: 2rem;
  text-align: center;
  top: 3.8rem;
  width: 2.2rem;
  background-color: #2dca8c26;
  color: #2dca8c;
  content: "\e905";
  font-weight: 700;
}
.form-group--valid .form-control {
  padding-right: 40px;
}
label.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 1.2rem;
  margin-top: 0.4rem;
  padding-left: 1.7rem;
  width: 100%;
}
input.invalid-feedback {
	margin-top: 0 !important;
}
select.form-control[size],
select.form-control[multiple],
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 #b0b7c366;
  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 {
  background-color: #fff;
  border-radius: 50%;
  content: "";
}
.form-check-input[type="radio"] + .form-check-label:after {
  background-color: #e62727;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 5px;
  position: absolute;
  top: 5px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 12px;
}
.form-check-input[type="radio"]:checked + .form-check-label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.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;
  position: relative;
}
.form-check-label:before {
  align-items: center;
  background-color: #fff;
  border: 2px solid #ebebeb;
  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 #ebebeb;
  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: translate(34px) translate(-100%);
}
.checkbox-container .flex {
  display: flex;
  align-items: center;
}
.checkbox-container .flex--two-months-free {
  padding-bottom: 2rem;
  position: relative;
}
.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 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: translate(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;
  }
  .checkbox-container {
    margin-bottom: 40px;
  }
  .checkbox-container .input-checkbox:checked + .flex .button:before {
    -webkit-transform: translateX(48px) translateX(-100%);
    transform: translate(48px) translate(-100%);
  }
  .checkbox-container .flex--two-months-free {
    padding-bottom: 2.6rem;
  }
  .checkbox-container .two-months-free {
    font-size: 2.6rem;
    right: -16rem;
  }
  .checkbox-container .mensuel,
  .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;
  }
}
.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 #0000001a;
  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: translateY(-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 #b0b7c366;
  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: #0000;
  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 - 1rem);
  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% - 4rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 4rem);
  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: #0000;
}
.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% - 4rem);
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 4rem);
    overflow-y: hidden;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 4rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 4rem);
    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 #0000001a;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
  }
}
@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 #b0b7c31a;
    margin: -10rem auto 0;
    padding: 10rem 16.8055555556% 10rem 8.4722222222%;
    width: 66.3888888889%;
  }
}
.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: #0000;
    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 #b0b7c338;
    margin: 0 -3px 40px;
    text-align: center;
  }
  .promo-box__percent {
    -webkit-transform: translateX(-50%);
    transform: translate(-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 #b0b7c31a;
    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: #0000;
  border: 1px solid rgba(0, 0, 0, 0);
  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: #0000000a;
  box-shadow: 0 3px 8px #0000000f, 0 3px 1px #00000005;
  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 #b0b7c31a;
}
.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 #b0b7c31a;
  }
  .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 #c1c1c1;
  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: #0000;
  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 {
    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 #b0b7c31a;
  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: translate(-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;
  text-align: center;
}
.offre-advantages__list {
  margin: 0;
  text-align: left;
}
.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: #2dca8c26;
  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: #c1c1c133;
}
.offre-advantages__info {
  background-color: #0000;
  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;
}
.offre-advantages__conditions {
  color: #6f6f6f;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .offre {
    padding: 3.6rem 2rem;
  }
  .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;
  }
}
.club-abo {
  background-color: #fafbfc;
  margin: 4rem 0;
  padding: 4rem 2rem;
}
.club-abo__items {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.2rem;
  -ms-grid-rows: auto 1.2rem auto 1.2rem auto;
  -ms-grid-columns: auto;
  grid-template: repeat(3, auto) / auto;
  margin-bottom: 4rem;
}
.club-abo__item {
  background-color: #fff;
  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: 5.6rem 20px auto;
  grid-template-columns: 5.6rem auto;
  -ms-grid-rows: auto 5px auto;
  grid-template-rows: auto auto;
  border-radius: 16px;
  padding: 1.8rem 1.6rem;
  border: 1px solid #ebebeb;
}
.club-abo__media {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: club-abo__svg;
  max-width: 100%;
}
.club-abo__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row-align: end;
  align-self: end;
  font-size: 1.6rem;
  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.4rem;
  grid-area: club-abo__text;
  margin: 0;
}
.club-abo__footer {
  display: flex;
  justify-content: center;
}
.club-abo-full {
  background-color: #f6f6f6;
  margin-bottom: -4rem;
  padding: 4rem 0;
}
.club-abo-full__illustration {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -8rem;
  -webkit-transform: translateX(-5rem);
  transform: translate(-5rem);
}
.club-abo-full__title {
  font-size: 2.4rem;
  margin-bottom: 2.6rem;
  text-align: center;
}
.club-abo-full .club-abo {
  background-color: #0000;
  margin: 0;
  padding: 0;
  position: relative;
}
.club-abo-full .club-abo__items {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .club-abo__btn {
    padding: 20px 12px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .club-abo {
    margin: 50px -90px -50px;
    padding: 50px 90px;
  }
  .club-abo__items {
    -ms-grid-columns: 1fr 1.2rem 1fr 1.2rem 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;
  }
  .club-abo-full {
    margin-bottom: -7rem;
    overflow: hidden;
    padding: 7rem 0 0;
  }
  .club-abo-full__container {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
  }
  .club-abo-full__illustration {
    margin: 0 0 -7rem;
  }
  .club-abo-full__title {
    font-size: 3rem;
    margin-bottom: 7rem;
  }
  .club-abo-full .club-abo {
    margin-bottom: 7rem;
    width: 46.5rem;
  }
  .club-abo-full .club-abo__items {
    -ms-grid-rows: auto 1.2rem auto 1.2rem auto;
    -ms-grid-columns: auto;
    grid-template: repeat(3, auto) / auto;
    margin-bottom: 3.8rem;
  }
  .club-abo-full .club-abo__item {
    grid-gap: 0.4rem 1.4rem;
    grid-template-areas: "club-abo__svg club-abo__title" "club-abo__svg club-abo__text";
    -ms-grid-columns: 5.6rem 1.4rem auto;
    grid-template-columns: 5.6rem auto;
    -ms-grid-rows: auto 0.4rem auto;
    grid-template-rows: auto auto;
    padding: 1.4rem 1.6rem;
  }
  .club-abo-full .club-abo__media {
    margin: 0;
  }
  .club-abo-full .club-abo__title {
    font-size: 2rem;
  }
  .club-abo-full .club-abo__text {
    font-size: 1.4rem;
  }
  .club-abo-full .club-abo__footer {
    justify-content: flex-start;
  }
  .club-abo__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .club-abo-full .club-abo__item > .club-abo__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .club-abo__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .club-abo-full .club-abo__item > .club-abo__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .club-abo__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .club-abo-full .club-abo__item > .club-abo__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.confirmation-hero {
  background-color: #d6f7db;
  padding: 3.5rem 0 2.5rem;
}
.confirmation-hero__title {
  font-size: 2.6rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
.confirmation-hero__subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  text-align: center;
}
.confirmation-hero-box {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  overflow: hidden;
}
.confirmation-hero-box__header {
  background-color: #f6f6f6;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  padding: 0.8rem 2rem;
  text-align: center;
}
.confirmation-hero-box__container {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "box__img box__title" "box__img box__subtitle" "box__img box__price" "box__desc box__desc";
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: (auto) [4];
  grid-template-rows: repeat(4, auto);
  margin: 0 auto;
  max-width: 29.6rem;
  padding: 2.2rem 0 1.2rem;
}
.confirmation-hero-box__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: box__img;
  max-width: 15rem;
  max-height: 87px;
  padding-right: 25px;
}
.confirmation-hero-box__title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  font-size: 1.6rem;
  font-weight: 700;
  grid-area: box__title;
  margin-bottom: 0.8rem;
}
.confirmation-hero-box__subtitle {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  font-size: 1.2rem;
  font-weight: 500;
  grid-area: box__subtitle;
  margin-bottom: 0.8rem;
}
.confirmation-hero-box__price {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  color: #e62727;
  font-size: 1.6rem;
  font-weight: 700;
  grid-area: box__price;
  margin: 0;
}
.confirmation-hero-box__price small {
  font-size: 0.75em;
  font-weight: 600;
}
.confirmation-hero-box__desc {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  color: #6f6f6f;
  font-size: 1.2rem;
  font-weight: 500;
  grid-area: box__desc;
  margin: 1rem 0 0;
  text-align: center;
}
@media (min-width: 992px) {
  .confirmation-hero {
    padding: 4rem 0;
  }
  .confirmation-hero__title {
    font-size: 3rem;
  }
  .confirmation-hero-box {
    margin: 0 auto;
    max-width: 68rem;
  }
  .confirmation-hero-box__container {
    grid-template-areas: "box__img box__title box__price" "box__img box__subtitle box__desc";
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
    -ms-grid-rows: (auto) [2];
    grid-template-rows: repeat(2, auto);
    max-width: none;
    padding: 0;
  }
  .confirmation-hero-box__img {
    width: 12.5rem;
    margin-left: 12px;
  }
  .confirmation-hero-box__title {
    font-size: 2.6rem;
    line-height: 4rem;
    margin: 0;
    padding-top: 2.4rem;
    min-width: 180px;
  }
  .confirmation-hero-box__subtitle {
    font-size: 1.4rem;
    margin: 0;
    padding-bottom: 2.4rem;
  }
  .confirmation-hero-box__price {
    border-left: 1px solid #ebebeb;
    font-size: 3.2rem;
    line-height: 4rem;
    margin-left: 3rem;
    padding-left: 3rem;
    padding-top: 2.4rem;
  }
  .confirmation-hero-box__desc {
    border-left: 1px solid #ebebeb;
    margin: 0 0 0 3rem;
    padding-left: 3rem;
    text-align: left;
  }
  .confirmation-hero-box__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .confirmation-hero-box__title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .confirmation-hero-box__subtitle {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .confirmation-hero-box__price {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .confirmation-hero-box__desc {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
.continue-reading {
  background-color: #f6f6f6;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.continue-reading__title {
  font-size: 2.4rem;
  margin-bottom: 2.6rem;
  text-align: center;
}
.discover-articles {
  background-color: #f6f6f6;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.discover-articles__title {
  font-size: 2.4rem;
  margin-bottom: 2.6rem;
  text-align: center;
}
.discover-articles__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 2.6rem;
  -ms-grid-rows: 1fr 2.6rem 1fr 2.6rem 1fr;
  -ms-grid-columns: 1fr;
  grid-template: repeat(3, 1fr) / 1fr;
  margin-bottom: 2.6rem;
}
.article {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  overflow: hidden;
}
.article__figure {
  overflow: hidden;
  position: relative;
}
.article__figure:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.article__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__pastille {
  align-items: center;
  background-color: #f2c94c;
  color: #fff;
  display: inline-flex;
  padding: 0.6rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 1;
}
.article__pastille-label {
  display: none;
}
.article__content {
  background-color: #fff;
  padding: 2rem 2.5rem;
}
.article__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.article__desc {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
.article__link {
  color: #695106;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.article__link:after {
  content: "\e90b";
  font-family: icomoon_old;
  display: inline-block;
  padding-left: 0.8rem;
  font-size: 1rem;
}
.article__link:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .continue-reading {
    padding-bottom: 7rem;
    padding-top: 5.6rem;
  }
  .continue-reading__title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  .discover-articles {
    padding-bottom: 7rem;
    padding-top: 5.6rem;
  }
  .discover-articles__title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  .discover-articles__list {
    grid-gap: 3.5rem;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 3.5rem 1fr 3.5rem 1fr;
    grid-template: 1fr / repeat(3, 1fr);
    margin-bottom: 4rem;
  }
  .article__pastille-label {
    display: block;
    margin-right: 0.8rem;
  }
  .article__title {
    font-size: 2rem;
  }
  .article__link {
    font-size: 1.6rem;
  }
  .lg\:article--large {
    display: flex;
  }
  .lg\:article--large .article__figure {
    flex: 0 0 56.4rem;
  }
  .lg\:article--large .article__content {
    flex: 1 1 0;
    padding: 4rem 4.5rem;
  }
  .lg\:article--large .article__title {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .lg\:article--large .article__desc {
    margin-bottom: 2.4rem;
  }
}
.voir-journal {
  background-color: #fff;
  padding: 4rem 0;
}
.voir-journal__title {
  font-size: 2.4rem;
  margin-bottom: 2.6rem;
  text-align: center;
}
.voir-journal__img {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  box-shadow: 0 1rem 1.6rem #00000026;
  display: block;
  margin: 0 auto;
  width: 19rem;
}
.voir-journal__content {
  margin-top: 2.5rem;
}
.voir-journal__content-text {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.voir-journal .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .voir-journal {
    padding: 4rem 0;
  }
  .voir-journal__title {
    font-size: 3rem;
    margin-bottom: 1.8rem;
  }
  .voir-journal__container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 55rem;
  }
  .voir-journal__content {
    margin: 0 0 0 4rem;
  }
  .voir-journal__content-text {
    margin-bottom: 4rem;
    text-align: left;
  }
  .voir-journal .btn {
    width: auto;
  }
}
.applications {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.applications__title {
  font-size: 2.4rem;
  margin-bottom: 2.6rem;
  text-align: center;
}
.applications-items {
  display: -ms-grid;
  display: grid;
  grid-gap: 2.6rem;
  -ms-grid-rows: auto 2.6rem auto;
  -ms-grid-columns: 1fr;
  grid-template: auto auto/1fr;
}
.applications-items__illustration {
  display: none;
}
.applications-item {
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 2rem 2.5rem;
}
.applications-item__header {
  text-align: center;
}
.applications-item__header-logo {
  margin-bottom: 1rem;
  width: 5rem;
}
.applications-item__header-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.applications-item__content {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.applications-item__footer {
  display: flex;
  justify-content: space-evenly;
}
.applications-item__footer-link {
  display: flex;
}
@media (min-width: 992px) {
  .applications {
    padding-bottom: 0;
    padding-top: 7rem;
  }
  .applications__title {
    font-size: 3rem;
    margin-bottom: 3.5rem;
  }
  .applications-items {
    grid-gap: 10rem;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: auto 10rem auto 10rem auto;
    grid-template: 1fr / repeat(3, auto);
  }
  .applications-items__illustration {
    display: block;
  }
  .applications-item {
    border: unset;
    padding: 3rem 0 0;
  }
  .applications-item__header {
    align-items: end;
    display: flex;
    margin-bottom: 0.8rem;
  }
  .applications-item__header-logo {
    margin: 0 2rem 0 0;
  }
  .applications-item__header-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
  }
  .applications-item__content {
    line-height: 2rem;
    margin-bottom: 2rem;
    text-align: left;
  }
  .applications-item__footer {
    justify-content: flex-start;
  }
  .applications-item__footer-link:nth-child(2) {
    margin-left: 1rem;
  }
}
.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;
    inset: 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 rgba(0, 0, 0, 0);
    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 #b0b7c338;
  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;
  }
}
.sticky-sub {
  position: sticky;
  z-index: 99;
}
.sticky-sub__container {
  align-items: baseline;
  background-color: #ebebeb;
  bottom: 0;
  color: #323232;
  display: flex;
  justify-content: space-between;
  padding: 1rem 6rem 1rem 2rem;
  position: relative;
  z-index: 1;
}
.sticky-sub__offer {
  flex: 0 1 auto;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 0.8rem;
}
.sticky-sub__btn {
  color: #695106;
  flex: 0 1 auto;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}
.sticky-sub__btn:after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: #0000;
}
.sticky-sub__right {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}
.sticky-sub__label {
  color: #6f6f6f;
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}
.sticky-sub--offer {
  bottom: 0;
  -webkit-transform: translateX(-10px);
  transform: translate(-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--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: #0000;
  border: 0;
  color: #323232;
  display: flex;
  font-size: 1.6rem;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 30px;
}
.sticky-sub--summary .sticky-sub__btn-deploy.collapsed {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.sticky-sub--summary .sticky-sub__right {
  align-items: flex-start;
}
.sticky-sub--summary .sticky-sub__price {
  border-left: 2px solid #323232;
  margin-left: 1rem;
  padding-left: 1rem;
}
.sticky-sub--summary .offre-advantages__list {
  background-color: #fff;
  box-shadow: 0 -0.3rem 1.4rem #00000026;
  padding: 4rem 2.2rem;
  position: absolute;
  width: 100%;
}
.tunnel-nav {
  display: none;
}
.tunnel-sub {
  background-color: #fff;
  border-radius: 8px;
  border-color: #f2c94c #ebebeb #ebebeb;
  border-style: solid;
  border-width: 0.8rem 0.1rem 0.1rem;
  overflow: hidden;
  padding: 2.2rem 2rem 2rem;
}
.tunnel-sub__step {
  color: #6f6f6f;
  font-size: 1.2rem;
  font-weight: 500;
}
.tunnel-sub__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.tunnel-sub__title--mt-4 {
  margin-top: 4rem;
}
.tunnel-sub__subtitle {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2.4rem 0 1.2rem;
}
.tunnel-sub__form-radios {
  margin-bottom: 1.2rem;
}
.tunnel-sub__form-check-item {
  display: flex;
  flex: 1 1;
  position: relative;
}
.tunnel-sub__form-check-item + .tunnel-sub__form-check-item {
  margin-top: 1rem;
}
.tunnel-sub__form-check-label {
  align-items: flex-start;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  padding: 1.6rem 1.2rem;
  width: 100%;
}
.tunnel-sub__form-check-label:hover {
  color: #323232;
}
.tunnel-sub__form-check-label--small {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.6rem;
}
.tunnel-sub__form-check-radio {
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.tunnel-sub__form-check-radio[type="radio"]
  + .tunnel-sub__form-check-label:after {
  left: 17px;
  top: 21px;
}
.tunnel-sub__form-check-radio:checked + .tunnel-sub__form-check-label {
  border-color: #e62727;
}
.tunnel-sub__form-check-btn {
  margin-top: 40px;
}
.tunnel-sub__btn-address {
  align-items: center;
  background-color: #0000;
  border: 0;
  color: #6f6f6f;
  cursor: pointer;
  display: inline-flex;
  margin-top: 15px;
  padding: 0;
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
.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.2rem;
  margin: 0.8rem 0 3rem;
}
.tunnel-sub__edit-step {
  background-color: #0000;
  border: unset;
  color: #6f6f6f;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0;
}
.tunnel-sub__edit-step-label {
  text-decoration: underline;
}
.tunnel-sub__edit-step i {
  font-size: 1rem;
  margin-right: 0.8rem;
}
.tunnel-sub__next-step-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.tunnel-sub__next-step-btn i {
  margin: 0 0 0 2rem;
}
.tunnel-sub--valid {
  position: relative;
}
.tunnel-sub--valid:after {
  background-color: #2dca8c26;
  border-radius: 50%;
  bottom: 1.5rem;
  content: "\e905";
  font-family: icomoon_old;
  font-size: 1.2rem;
  color: #2dca8c;
  min-width: 2.2rem;
  position: absolute;
  right: 1.5rem;
  line-height: 2.2rem;
  height: 2.2rem;
  width: 2.2rem;
  text-align: center;
}
.tunnel-sub__rgpd {
  font-size: 1.4rem;
  margin: 2rem 0 0;
}
.tunnel-sub + .tunnel-sub {
  margin-top: 2rem;
}
.tunnel-submit {
  background-color: #fcf4db;
  color: #695106;
  margin: 4rem -2rem -2.1rem;
  padding: 4rem 2rem 2rem;
}
.tunnel-submit__promo-code {
  margin-bottom: 2.4rem;
}
.tunnel-submit__promo-code .input-group-append .btn {
  color: #695106;
}
.tunnel-submit__title {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  justify-content: space-between;
  margin: 0 0 1.6rem;
}
.tunnel-submit__amount {
  font-size: 1.8rem;
  font-weight: 700;
}
.tunnel-submit__btn {
  margin-top: 3rem;
  padding-left: 12px;
  padding-right: 12px;
}
.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: 1.2rem;
}
.payment-options__input[type="radio"] + .payment-options__label:after {
  left: 17px;
  top: 21px;
}
.payment-options__input:checked + .payment-options__label {
  border-color: #e62727;
}
.payment-options__input:checked + .payment-options__label:before {
  background-color: #fff;
  color: #e62727;
}
.payment-options__label {
  align-items: flex-start;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  padding: 1.6rem 1.2rem;
  position: relative;
}
.payment-options__label-frequency {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.payment-options__label-amount {
  background-color: #fce8e9;
  border-radius: 2rem;
  color: #e62727;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.3rem 1rem;
  text-align: center;
}
.payment-options__label-detail {
  display: block;
  font-size: 1.2rem;
}
.payment-options__label-detail-important {
  display: block;
  font-weight: 600;
  margin-top: 1.6rem;
}
.payment-options__label-cards {
  display: flex;
  margin-bottom: 0.3rem;
}
.payment-options__label-cards svg + svg {
  margin-left: 0.4rem;
}
.payment-options__label-paypal {
  display: block;
  margin: 0;
}
.payment-options__sepa-panel-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.2rem;
  -ms-grid-rows: auto;
  -ms-grid-columns: 33% 1.2rem 1fr;
  grid-template: auto/33% 1fr;
}
.payment-options__help-text {
  font-size: 1.2rem;
  margin: 25px 0 40px;
}
@media (min-width: 992px) {
  .sticky-sub {
    display: none;
  }
  .tunnel-nav {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 1.6rem;
    padding: 0 0.8rem;
  }
  .tunnel-nav__item {
    padding: 0 1rem;
    flex: 1 1 0;
    position: relative;
    text-align: center;
  }
  .tunnel-nav__item.active:after {
    border-bottom: 3px solid #f2c94c;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
  }
  .tunnel-nav__item.active .tunnel-nav__btn {
    color: #323232;
  }
  .tunnel-nav__btn {
    background-color: #0000;
    border: unset;
    color: #c1c1c1;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5rem 0;
  }
  .tunnel-sub {
    padding: 3rem 5rem 3.8rem;
  }
  .tunnel-sub__title {
    margin-bottom: 3rem;
  }
  .tunnel-sub__subtitle {
    margin-top: 3rem;
  }
  .tunnel-sub__form-radios {
    display: flex;
  }
  .tunnel-sub__form-check-item + .tunnel-sub__form-check-item {
    margin: 0 0 0 1.2rem;
  }
  .tunnel-sub__next-step-btn {
    margin-top: 4.2rem;
  }
  .tunnel-submit {
    margin: 3rem -5rem -3.9rem;
    padding: 3rem 5rem;
  }
  .payment-options__label-amount,
  .payment-options__label-cards {
    position: absolute;
    right: 1.2rem;
    top: 1.6rem;
  }
  .payment-options__label--cb .payment-options__label-amount {
    position: absolute;
    right: 1.2rem;
    top: 4.5rem;
  }
}
.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;
}
@media (max-width: 767.98px) {
  .devis__form-container {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 0 20px;
  }
  .devis__form-icon,
  .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 #b0b7c31a;
    margin-top: -10rem;
    padding: 10rem 6.3752276867% 10rem 11.7486338798%;
    position: relative;
  }
  .devis__form-icon {
    position: absolute;
    right: 40px;
    top: 40px;
  }
  .devis__form-grid {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 6.3752276867%;
    -ms-grid-columns: 52.7313266444% 6.3752276867% auto;
    grid-template-columns: 52.7313266444% 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;
  }
}
@media (min-width: 992px) {
  .devis__form-check-label {
    padding: 26px 50px;
  }
}
@media (min-width: 1165px) {
  .devis__form-radios {
    min-width: 700px;
    width: 80%;
  }
  .devis__form-check-label {
    padding: 28px 54px;
  }
}
.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: translate(-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;
}
.text-center {
  text-align: center;
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}
.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,
.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;
}
.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;
}
@media (min-width: 768px) {
  .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;
    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 #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;
  }
  .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;
  }
}
@media (min-width: 992px) {
	.tunnel-sub__step {
		display: none
	}
}
a.tunnel-nav__btn {
	text-decoration: none;
}
a.tunnel-nav__btn:hover {
	background-color: #0000;
	color: #c1c1c1;
	cursor:pointer;
}
a.article__title {
	text-decoration: none;
	display:block;
}