@import url(https://use.typekit.net/hrv1wfi.css);

/* ==========================================================================
   Base styles
   ========================================================================== */
header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

header img {
  max-width: 100%;
  height: 50px;
}

/* ==============================
    Helper classes
   ============================== */
/*
 * Clearfix
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/*
 *  Blocks
 */
.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

/*
 * Wordpress generated classes
 */
.alignnone,
.aligncenter,
.alignleft,
.alignright {
  display: block;
}

/*
 * Colors
*/
.green {
  color: #557570;
}

.black {
  color: #000;
}

.green-bg {
  background-color: #557570;
}

.green-light-bg {
  background-color: #e9fdf3;
}

/*
 * Layouts
 */
.teq-container {
  margin-inline: auto;
  width: calc(100% - 48px);
}
@media all and (min-width: 64em) {
  .teq-container {
    width: calc(100% - 270px);
  }
}

.wp-caption {
  position: relative;
  text-align: center;
}
.wp-caption .wp-caption-text {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  text-align: left;
}

@media all and (min-width: 48em) {
  .alignnone,
  .aligncenter,
  .alignleft,
  .alignright {
    margin: 5px auto;
  }
  .alignnone {
    margin: 5px 20px 10px 0;
  }
  .aligncenter {
    display: block;
    margin: 5px auto;
    text-align: center;
  }
  .alignright {
    float: right;
    margin: 5px 0 10px 20px;
  }
  .alignleft {
    float: left;
    margin: 5px 20px 10px 0;
  }
}

.btn {
  color: #fff;
  background-color: #557570;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  display: block !important;
  max-width: 266px;
  margin: auto;
}
.btn:hover {
  color: #fff !important;
  background-color: #00943b;
}

/* ==========================================================================
    Custom fonts
   ========================================================================== */
/*
 EXEMPLE : @include declare-font-face("Galliard", "fonts/GalliardEF/GalliardEF-Roman");
 */
.proxima-regular {
  font-family: "proxima-nova";
  font-weight: 500;
}

/* ==========================================================================
    Default element styles
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #333;
}

html {
  font: 62.5% "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

* {
  -moz-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  /* stylelint-disable */
  font-smoothing: antialiased;
  /* stylelint-enable */
}

/* ==============================
    Typography
   ============================== */
/* "-like" classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */
h1,
.h1-like {
  /* TODO */
}

h2,
.h2-like {
  /* TODO */
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-size: 4rem;
  line-height: 4.9rem;
  color: #557570;
  font-family: "proxima-nova";
  font-weight: 700;
}

h3,
.h3-like {
  /* TODO */
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-size: 3rem;
  line-height: 3.7rem;
  color: #557570;
  font-family: "proxima-nova";
  font-weight: 600;
}

h4,
.h4-like {
  /* TODO */
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  color: #557570;
  font-family: "proxima-nova";
  font-weight: 600;
}

h5,
.h5-like {
  /* TODO */
}

h6,
.h6-like {
  /* TODO */
}

p,
li {
  line-height: 1.8;
}

li li,
li p {
  font-size: 1rem;
}

p {
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #0f031e;
  font-family: "proxima-nova";
  font-weight: 500;
  margin: 0 0 2rem;
}

ul {
  margin: 0;
  padding-left: 3rem;
}
ul ol,
ul ul {
  margin: 0;
}
ul ol li,
ul ul li {
  margin: 0 0 1rem;
}

ol {
  padding-left: 2rem;
}
ol ol,
ol ul {
  margin: 0;
}
ol ol li,
ol ul li {
  margin: 0 0 1rem;
}
ol li {
  margin: 0 0 2rem;
}

ul li {
  list-style: none;
  margin: 0 0 2rem;
  padding-left: 1rem;
  position: relative;
}

.nobullets {
  list-style: none;
  padding-left: 0;
}
.nobullets li::before {
  display: none;
}

a,
a:visited {
  text-decoration: none;
  color: #557570;
}

a:hover,
a:focus,
a:active {
  color: #00943b !important;
}

blockquote {
  /* TODO */
}

/* ==============================
    Other
   ============================== */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

address {
  line-height: 1.5;
  margin-bottom: 1rem;
}

hr {
  background: rgba(255, 255, 255, 0.1);
  border: 0 none;
  height: 0.1rem;
  margin: 2rem 0;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

.price {
  font-family: "proxima-nova";
  font-weight: 500;
  color: #0f031e;
}

.uppercase {
  text-transform: uppercase;
}

/* TODO */
/* ==============================
    Tables
   ============================== */
thead,
tfoot,
tfoot tr {
  border: 0 none;
}

table.teq-table {
  width: 100%;
}

th,
td {
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-size: 1.1rem;
  padding: 1rem;
  text-align: center;
}

th {
  font-weight: bold;
}

/*
 *  Table grid
 */
@media all and (min-width: 48em) {
  .teq-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.teq-table > .teq-col {
  float: none;
}
@media all and (min-width: 48em) {
  .teq-table > .teq-col {
    display: table-cell;
  }
}

.teq-table th,
.teq-table td {
  border: 1px solid #ececec;
}

.teq-table th {
  background: #f7f7f7;
}

.teq-table tbody > tr:nth-child(even) > td {
  background: #f7f7f7;
}

.teq-table tfoot td {
  border: 0 none;
  color: #777;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  padding: 10px 0;
}

.btn,
button {
  background: #557570;
  border: 0 none;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 2.1rem 2rem;
  text-align: center;
  text-decoration: none;
}
.btn svg,
button svg {
  height: 2rem;
  width: 2rem;
}
.btn:visited,
button:visited {
  color: white;
}
.btn:hover,
button:hover {
  background-color: #00943b !important;
}

.call {
  background: #557570;
  border: 2px solid #557570;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  margin-left: 16px;
  width: 236px;
  border-radius: 2px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 0) and (max-width: 90em) {
  .call {
    padding: 0 1em;
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .call {
    margin-left: 16px;
  }
}
.call:hover {
  color: #ffffff !important;
  background: #00943b;
}
.call svg {
  margin-right: 10px;
}

.btnlp {
  max-width: 45%;
}

/* TODO */
.icon-lock:before {
  content: "";
  padding-right: 1rem !important;
}

/* ==============================
    Forms
   ============================== */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea,
textarea.form-control {
  resize: vertical;
  padding: 24px;
  height: auto;
}

::-webkit-input-placeholder {
  color: #555;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}

:-ms-input-placeholder {
  color: #555;
}

.placeholder {
  color: #555;
}

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-ms-clear {
  display: none;
}

div.radio .checked {
  border: none;
  border-color: #557570 !important;
  -webkit-box-shadow: inset 0 0 0 5px #557570 !important;
  box-shadow: inset 0 0 0 5px #557570 !important;
}

input,
textarea {
  color: black !important;
  border: 1px solid #557570 !important;
  background-color: white !important;
}

label {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

div.selector {
  background-color: white !important;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #557570;
  color: #557570;
}
div.selector span {
  color: #557570 !important;
}

#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line,
.form-group {
  margin-bottom: 24px;
}

div.checker .checked {
  background: #557570 !important;
  position: relative;
  border-color: #557570 !important;
}
div.checker .checked:before {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ==============================
    Global
   ============================== */
html,
body {
  background: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  box-sizing: border-box;
}

body {
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.global {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition-duration: 0.6s;
}

a:hover {
  color: #557570;
}

body#product #columns {
  background-color: transparent;
}

body#product .btn-inscrire,
body#product .call,
body#product .subscribe-btn {
  border-radius: 2px !important;
}

body#product .pb-left-column #image-block {
  border: none;
  padding: 0px 20%;
  margin: 0px;
  width: 100%;
}
@media all and (min-width: 48em) {
  body#product .pb-left-column #image-block {
    padding: 0px;
  }
}
body#product .pb-left-column #image-block img {
  background-color: transparent;
}
body#product .pb-left-column #image-block .span_link {
  display: none !important;
}

body#product .pb-center-column {
  width: 66.66667% !important;
}
@media all and (max-width: 991px) {
  body#product .pb-center-column {
    width: 100% !important;
  }
}
body#product .pb-center-column h1 {
  color: #0f031e;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  text-transform: none;
}
body#product .pb-center-column #buy_block {
  border: 1px solid #d0d0d0 !important;
  border-radius: 8px !important;
  padding: 32px;
}
@media all and (min-width: 48em) {
  body#product .pb-center-column #buy_block {
    padding: 64px;
  }
}
body#product .pb-center-column #buy_block .box-info-product {
  border: none !important;
  border-radius: 0 !important;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product
  #attributes
  .attribute_fieldset {
  padding: 0px;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product
  #attributes
  .attribute_fieldset
  .attribute_list
  ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product
  #attributes
  .attribute_fieldset
  .attribute_list
  ul
  li {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 26px;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product
  #attributes
  .attribute_fieldset
  .attribute_list
  ul
  li
  label {
  line-height: 2.6rem;
  width: calc(100% - 50px);
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product
  #attributes
  .attribute_fieldset
  .attribute_list
  ul
  li
  label
  > div {
  display: inline-block;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product
  .product_infos_bottom {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (min-width: 48em) {
  body#product
    .pb-center-column
    #buy_block
    .box-info-product
    .product_infos_bottom {
    margin-top: 50px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product
  .product_infos_bottom
  .content_prices {
  margin-right: 16px;
  margin-bottom: 10px;
}
@media all and (min-width: 48em) {
  body#product
    .pb-center-column
    #buy_block
    .box-info-product
    .product_infos_bottom
    .content_prices {
    margin-bottom: 0;
  }
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product
  .product_infos_bottom
  .content_prices
  p,
body#product
  .pb-center-column
  #buy_block
  .box-info-product
  .product_infos_bottom
  .content_prices
  span {
  font-size: 30px !important;
}
body#product .pb-center-column #buy_block .box-info-product.stick_desktop {
  height: auto;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px !important;
}
@media screen and (min-width: 100px) and (max-width: 1088px) {
  body#product .pb-center-column #buy_block .box-info-product.stick_desktop {
    justify-content: center;
  }
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  .product_infos_bottom {
  margin: 0 !important;
}
@media screen and (min-width: 1088px) {
  body#product
    .pb-center-column
    #buy_block
    .box-info-product.stick_desktop
    .product_infos_bottom {
    width: 50%;
  }
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  > .product_attributes {
  padding: 0px;
}
@media screen and (min-width: 100px) and (max-width: 1088px) {
  body#product
    .pb-center-column
    #buy_block
    .box-info-product.stick_desktop
    > .product_attributes {
    display: none;
  }
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  > .product_attributes
  #attributes {
  margin-bottom: 0px;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  > .product_attributes
  #attributes
  .attribute_fieldset
  .attribute_list {
  margin-top: 0px;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  > .product_attributes
  #attributes
  .attribute_fieldset
  .attribute_list
  ul
  li {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  flex: 0 0 33%;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  > .product_attributes
  #attributes
  .attribute_fieldset
  .attribute_list
  ul
  li
  label {
  padding-left: 8px;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  > .product_attributes
  #attributes
  .attribute_fieldset
  .attribute_list
  ul
  li
  label
  > div {
  display: block;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  > .product_attributes
  #attributes
  .attribute_fieldset
  .attribute_list
  ul
  li
  label
  > div
  span {
  font-family: "proxima-nova";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  > .product_attributes
  #attributes
  .attribute_fieldset
  .attribute_list
  ul
  li
  label
  > div
  span:first-child {
  color: #557570;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  > .product_attributes
  #attributes
  .attribute_fieldset
  .attribute_list
  ul
  li
  label
  > div:nth-child(2) {
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  p.our_price_display,
body#product
  .pb-center-column
  #buy_block
  .box-info-product.stick_desktop
  #vss-one-click-checkout {
  position: relative;
  right: auto;
  top: auto;
  margin: 0px;
}
body#product
  .pb-center-column
  #buy_block
  .box-info-product
  .box-info-product
  p {
  margin: 0 !important;
}

@media all and (min-width: 48em) {
  body#product #short_description_block {
    padding-left: 0;
    padding-right: 0;
  }
}

body#product #short_description_block #short_description_content {
  padding-left: 0;
  padding-right: 0;
}
body#product #short_description_block #short_description_content > h4 {
  text-align: left !important;
  color: black !important;
  font-size: 3rem;
  line-height: 3.4rem;
  text-transform: none;
}
@media all and (min-width: 48em) {
  body#product #short_description_block #short_description_content > h4 {
    font-size: 4rem;
    line-height: 48px;
  }
}
body#product #short_description_block #short_description_content > h4 span {
  color: black !important;
  text-transform: lowercase !important;
}
body#product #short_description_block #short_description_content .card-price {
  margin: 0px 16px;
  width: calc(100% - 32px);
  margin-bottom: 32px;
  border: 1px solid #d0d0d0;
  border-radius: 16px;
  padding-bottom: 80px;
}
@media all and (min-width: 48em) {
  body#product #short_description_block #short_description_content .card-price {
    width: calc(33.33333% - 32px);
    margin-bottom: 0px;
  }
}
body#product
  #short_description_block
  #short_description_content
  .card-price
  img {
  margin: 16px;
}
body#product #short_description_block #short_description_content .card-price a {
  display: none !important;
}
body#product #short_description_block #short_description_content > .row {
  margin-bottom: 0px;
}
@media all and (min-width: 48em) {
  body#product #short_description_block #short_description_content > .row {
    margin-bottom: 80px;
  }
}
body#product #short_description_block #short_description_content > p > strong {
  font-size: 3rem;
  line-height: 1;
  font-family: "proxima-nova";
  font-weight: 600;
  margin-bottom: 24px;
  display: block;
}
body#product #short_description_block #short_description_content a {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 16px;
}
body#product #short_description_block #short_description_content a:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.2em solid #557570 !important;
  border-top: 0.2em solid #557570 !important;
  transform: rotate(45deg);
  top: auto;
  right: auto;
  margin: 0 14px 0 0;
}

body#product .pb-right-column {
  display: none !important;
}

body#product .price {
  color: #557570;
  font-family: "proxima-nova";
  font-weight: 600;
}

body#product .btn-inscrire {
  font-family: "proxima-nova";
  font-weight: 500;
  text-shadow: none !important;
  margin-top: 0px !important;
  border: none !important;
  height: auto !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 16px 40px !important;
  background-color: #557570 !important;
  color: #fff !important;
}
body#product .btn-inscrire:hover {
  text-decoration: underline;
}

body#product .call {
  background: #557570;
  border: 2px solid #557570;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  margin-left: 16px;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
}
@media all and (min-width: 0) and (max-width: 30em) {
  body#product .call {
    padding: 16px 40px;
    margin-left: 0;
  }
}
@media all and (min-width: 64em) {
  body#product .call {
    padding: 0 12px;
  }
}
body#product .call.cms {
  padding: 18px !important;
  margin: 0;
}
@media all and (min-width: 48em) {
  body#product .call {
    margin-left: 16px;
  }
}
body#product .call:hover {
  color: white !important;
  background: #00943b !important;
}
body#product .call:hover svg {
  fill: #fff;
}
body#product .call svg {
  height: 2rem;
  width: 2rem;
  padding-right: 10px;
}

@media all and (min-width: 0) and (max-width: 30em) {
  body#product #vss-one-click-checkout {
    width: 100%;
  }
}

body#product .page-product-box {
  display: inline-grid;
  background-color: #f7f7f7;
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
  font-family: "proxima-nova";
  font-weight: 400;
}
body#product .page-product-box > div {
  position: relative;
  z-index: 2;
}
body#product .page-product-box:before {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #f7f7f7;
  content: "";
  display: block;
}
body#product .page-product-box:last-child {
  opacity: 0;
}
body#product .page-product-box ul {
  padding-left: 36px;
}
body#product .page-product-box ul li {
  list-style: disc;
  margin-bottom: 8px;
  color: #0f031e;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
body#product .page-product-box .rte {
  position: relative;
  z-index: 2;
}
body#product .page-product-box .rte h3 {
  text-transform: none;
  color: #557570;
  font-size: 4rem;
}
body#product .page-product-box .rte .cms-block p {
  text-align: left !important;
  font-family: "proxima-nova";
  font-weight: 400;
}
body#product .page-product-box .rte .cms-block h4 {
  font-family: "proxima-nova";
  font-weight: 600;
  color: #557570;
  font-size: 3rem;
}
body#product .page-product-box .rte > .row:nth-child(3) > div {
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-top: 36px !important;
}
body#product
  .page-product-box
  .rte
  > .row:nth-child(3)
  > div
  .cms-block.contour {
  border: none !important;
  border-radius: 8px;
  padding: 40px !important;
}
body#product
  .page-product-box
  .rte
  > .row:nth-child(3)
  > div
  .cms-block.contour
  center {
  color: #0f031e;
  text-align: left !important;
}
body#product
  .page-product-box
  .rte
  > .row:nth-child(3)
  > div
  .cms-block.contour
  center
  img {
  display: none !important;
}
body#product
  .page-product-box
  .rte
  > .row:nth-child(3)
  > div
  .cms-block.contour
  center
  span {
  color: #0f031e;
  margin-right: 8px;
  font-family: "proxima-nova";
  font-weight: 700;
  font-size: 3rem;
}
@media all and (min-width: 48em) {
  body#product
    .page-product-box
    .rte
    > .row:nth-child(3)
    > div
    .cms-block.contour
    center
    span {
    font-size: 4rem;
  }
}
body#product
  .page-product-box
  .rte
  > .row:nth-child(3)
  > div
  .cms-block.contour
  center
  span:first-child {
  color: #557570;
}

body#product .btn-to-top.js-btn-to-top.icon-angle-up {
  bottom: 130px;
}

body#product .add-btn-box {
  display: flex;
}
@media all and (min-width: 0) and (max-width: 30em) {
  body#product .add-btn-box {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

body#product .be-call {
  display: flex;
  margin-top: 24px;
}
body#product .be-call .subscribe-btn {
  margin-left: 0;
}
@media all and (min-width: 48em) {
  body#product .be-call.first {
    margin-top: 144px;
  }
}
@media all and (min-width: 62em) {
  body#product .be-call.first {
    margin-top: 96px;
  }
}

body#product .subscribe-btn {
  background: #557570;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 5px;
  width: 146px;
  text-align: center;
  text-decoration: none;
  margin-left: 16px;
  border-radius: 5px;
  width: 146px;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px !important;
  margin-right: 10px;
}
body#product .subscribe-btn:hover {
  text-decoration: underline;
  color: #fff !important;
}

.homeslider__image {
  padding-bottom: 0 !important;
}

.content_container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 567px) {
  .content_container {
    flex-direction: column;
  }
}

#slider_row {
  background-color: #f7f7f7;
  padding-top: 0px;
  position: relative;
}
@media all and (min-width: 48em) {
  #slider_row {
    padding-top: 0px;
  }
}
#slider_row > div {
  position: relative;
  z-index: 2;
}
#slider_row:before {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #f7f7f7;
  content: "";
  display: block;
}

.price-table-img {
  margin: 0 auto;
}
.price-table-img img {
  padding-bottom: 6rem;
}

.parent-lol {
  position: relative;
  padding-top: 2rem;
}
.parent-lol .rotate-banner {
  background-color: #1b0f2a;
  width: 130%;
  height: 7rem;
  transform: translate(-50%, -50%) rotate(10deg);
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1 !important;
}

.htmlcontent__item {
  text-align: left !important;
}

.price-banner {
  background-color: #557570;
  font-size: 3.2rem;
  width: 100%;
  font-family: "proxima-nova";
  font-weight: 700;
  color: #fff;
  height: 7rem;
  position: relative;
  z-index: 10 !important;
  display: flex;
  align-items: center;
  padding-left: 4rem;
}

.card-price {
  background: #fff;
  padding: 0;
  margin: 1rem 1rem;
  overflow: hidden;
  border-radius: 2rem;
}
.card-price img {
  max-width: 200px;
}
@media all and (min-width: 48em) {
  .card-price img {
    max-width: 260px;
  }
}

.subscribe-link {
  font-family: "proxima-nova";
  font-weight: 700;
  font-size: 2.8rem;
  padding: 4rem 4rem;
  display: block;
}
.subscribe-link:after {
  content: "\276F";
  font-size: 2rem;
  font-family: "proxima-nova";
  font-weight: 700;
  padding-left: 1rem;
}

#what,
#who,
#mission,
#objectif {
  color: #1b0f2a;
  font-family: "proxima-nova";
  font-weight: 700;
  font-size: 4rem;
  padding-top: 4rem;
  display: block;
}
@media all and (min-width: 0) and (max-width: 48em) {
  #what,
  #who,
  #mission,
  #objectif {
    font-size: 3rem;
    padding-top: 3rem;
    line-height: 3.4rem;
  }
}
@media all and (min-width: 0) and (max-width: 48em) {
  #what span,
  #who span,
  #mission span,
  #objectif span {
    font-size: 3rem;
    line-height: 3.4rem;
    padding-top: 3rem;
  }
}

.title-video {
  color: #1b0f2a;
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 3rem !important;
  padding: 1rem 2rem;
  display: block;
}

@media all and (min-width: 48em) {
  #objectif {
    display: flex;
  }
}

#objectif span {
  color: #557570;
  font-family: "proxima-nova";
  font-weight: 700;
  font-size: 4rem;
  padding-left: 2rem;
}
@media all and (min-width: 0) and (max-width: 48em) {
  #objectif span {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}

h5 {
  font-size: 1.8rem;
  font-family: "proxima-nova";
  font-weight: 500;
  line-height: 3.2rem;
}

em {
  color: #557570;
}

.partner-logo {
  display: flex;
  justify-content: flex-start;
  padding-top: 3rem;
}
.partner-logo img {
  padding-right: 4rem;
}

.htmlcontent.displayHtmlContent2 {
  background: none !important;
}
.htmlcontent.displayHtmlContent2:before {
  background: none !important;
}

#htmlcontent_displayHtmlContent1 {
  position: relative;
  margin-top: 0px !important;
  padding-top: 32px;
  padding-bottom: 32px;
}
#htmlcontent_displayHtmlContent1 > div {
  position: relative;
  z-index: 2;
}
#htmlcontent_displayHtmlContent1:before {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #f7f7f7;
  content: "";
  display: block;
}
@media all and (min-width: 48em) {
  #htmlcontent_displayHtmlContent1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#htmlcontent_displayHtmlContent1 .htmlcontent__html img {
  position: relative;
  z-index: 2;
}
#htmlcontent_displayHtmlContent1 .htmlcontent__item .card-price {
  margin: 0px 16px;
  width: calc(100% - 32px);
  margin-bottom: 32px;
  border-radius: 16px;
}
@media all and (min-width: 48em) {
  #htmlcontent_displayHtmlContent1 .htmlcontent__item .card-price {
    width: calc(33.33333% - 32px);
    margin-bottom: 0px;
  }
}
#htmlcontent_displayHtmlContent1 .htmlcontent__item .card-price img {
  margin: 16px;
}
#htmlcontent_displayHtmlContent1
  .htmlcontent__item
  .card-price:nth-child(2)
  .rotate-banner {
  transform: translate(-50%, -50%) rotate(-10deg);
}
#htmlcontent_displayHtmlContent1
  > .htmlcontent__container
  > .row
  > div:first-child {
  margin-bottom: 22px;
}
@media all and (min-width: 48em) {
  #htmlcontent_displayHtmlContent1
    > .htmlcontent__container
    > .row
    > div:first-child {
    margin-bottom: 48px;
  }
}
#htmlcontent_displayHtmlContent1
  > .htmlcontent__container
  > .row
  > div:first-child
  a {
  margin: 0 16px;
}
@media all and (min-width: 0) and (max-width: 48em) {
  #htmlcontent_displayHtmlContent1
    > .htmlcontent__container
    > .row
    > div:first-child
    a {
    display: inline-block;
  }
}
@media all and (min-width: 0) and (max-width: 48em) {
  #htmlcontent_displayHtmlContent1
    > .htmlcontent__container
    > .row
    > div:first-child
    a:first-child {
    margin-bottom: 16px;
  }
}

#htmlcontent_displayHome {
  position: relative;
  padding-top: 32px;
  padding-bottom: 0px;
}
#htmlcontent_displayHome > div {
  position: relative;
  z-index: 2;
}
#htmlcontent_displayHome:before {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #f7f7f7;
  content: "";
  display: block;
}
@media all and (min-width: 0) and (max-width: 48em) {
  #htmlcontent_displayHome {
    margin-top: 0;
  }
}
@media all and (min-width: 48em) {
  #htmlcontent_displayHome {
    padding-top: 80px;
  }
}
#htmlcontent_displayHome .htmlcontent__container {
  position: relative;
  z-index: 2;
}
#htmlcontent_displayHome .htmlcontent__html > h3 {
  text-align: left !important;
  max-width: 1200px;
  padding: 0 30px;
  font-size: 3.2rem;
  line-height: 3.6rem;
  margin: 0 auto 32px;
}
@media all and (min-width: 48em) {
  #htmlcontent_displayHome .htmlcontent__html > h3 {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
#htmlcontent_displayHome .htmlcontent__html > h3 #video {
  width: 100%;
}

@media all and (min-width: 0) and (max-width: 48em) {
  #htmlcontent_displayHtmlContent2 {
    padding: 0px;
    margin-top: 16px;
  }
}

@media all and (min-width: 0) and (max-width: 48em) {
  #htmlcontent_displayHtmlContent2
    > .htmlcontent__container
    > .row
    > .htmlcontent__item
    > .htmlcontent__item__content
    > .htmlcontent__html
    > .row
    > div:nth-child(2) {
    margin-top: 24px;
  }
  #htmlcontent_displayHtmlContent2
    > .htmlcontent__container
    > .row
    > .htmlcontent__item
    > .htmlcontent__item__content
    > .htmlcontent__html
    > .row
    > div:nth-child(2)
    iframe {
    height: auto;
  }
}

.video-promo__description {
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-promo__description .video-promo__button-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-promo__description .video-promo__button-box .video-promo__text {
  display: none;
}

body#index .columns-container #columns {
  padding-bottom: 0;
  margin-bottom: 0;
}

body#order-opc .table-bordered > thead > tr > th,
body#order-opc .table-bordered > thead > tr > td,
body#order-opc .table-bordered > tbody > tr > th,
body#order-opc .table-bordered > tbody > tr > td,
body#order-opc .table-bordered > tfoot > tr > th,
body#order-opc .table-bordered > tfoot > tr > td {
  border-top: 0;
}

body#order-opc .table thead > tr > th,
body#order-opc .table thead > tr > td,
body#order-opc .table tbody > tr > th,
body#order-opc .table tbody > tr > td,
body#order-opc .table tfoot > tr > th,
body#order-opc .table tfoot > tr > td {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

body#order-opc .table thead > tr > th,
body#order-opc .table thead > tr > td,
body#order-opc .table tbody > tr > th,
body#order-opc .table tbody > tr > td,
body#order-opc .table tfoot > tr > th,
body#order-opc .table tfoot > tr > td {
  padding: 24px;
}

body#order-opc .table tfoot tr {
  background-color: white;
}

@media all and (min-width: 0) and (max-width: 48em) {
  body#order-opc #cart_title {
    flex-wrap: wrap;
  }
  body#order-opc #cart_title span {
    width: 100%;
  }
}

body#order-opc #cart_summary thead th {
  padding: 24px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

body#order-opc #cart_summary tbody td {
  padding: 24px;
}

body#order-opc #cart_summary .cart_unit ul {
  padding-left: 0;
}
body#order-opc #cart_summary .cart_unit ul li {
  margin: 0;
  padding: 0;
}

@media all and (min-width: 0) and (max-width: 48em) {
  body#order-opc #cart_summary .cart_description {
    width: 100%;
  }
}

body#order-opc #cart_summary .cart_description .product-name {
  margin-bottom: 0;
}
body#order-opc #cart_summary .cart_description .product-name a {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #0f031e;
  font-family: "proxima-nova";
  font-weight: 500;
}

body#order-opc #cart_summary .cart_description small {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #0f031e;
  margin-top: 0px;
  padding-top: 0px;
}
body#order-opc #cart_summary .cart_description small a {
  color: #0f031e;
}

@media all and (min-width: 0) and (max-width: 48em) {
  body#order-opc #cart_summary .cart_unit,
  body#order-opc #cart_summary .cart_total {
    width: 100%;
    text-align: left;
    min-height: 0px;
    padding: 8px 24px;
    display: none !important;
  }
}

body#order-opc #cart_summary tfoot td.price {
  text-align: left;
}

body#order-opc #cart_summary tfoot td#total_price_container {
  text-align: left;
  color: #557570;
}

body#order-opc .table-bordered > thead > tr > th,
body#order-opc .table-bordered > thead > tr > td {
  border-bottom-width: 0;
}

body#order-opc .price {
  font-family: "proxima-nova";
  font-weight: 500;
  color: #0f031e;
}

body#order-opc #voucher .discount_name {
  width: calc(100% - 74px);
  max-width: 500px;
  margin-right: 0;
}

body#order-opc #voucher button {
  padding: 10px 20px !important;
}

body#order-opc .order-process {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
body#order-opc .order-process > div {
  position: relative;
  z-index: 2;
}
body#order-opc .order-process:before {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #f7f7f7;
  content: "";
  display: block;
}

body#contact .contact-form-box {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #d0d0d0;
  margin-top: 32px;
  padding: 32px;
}
body#contact .contact-form-box .form-group {
  margin-bottom: 24px;
}
body#contact .contact-form-box label {
  padding-bottom: 0px !important;
}
body#contact .contact-form-box fieldset {
  background: none;
}
body#contact .contact-form-box .page-subheading {
  text-transform: none;
}
body#contact .contact-form-box .uploader {
  height: auto;
  color: #557570;
}
body#contact .contact-form-box .uploader .form-control {
  height: auto;
  color: #557570;
  border-color: #557570;
}
body#contact .contact-form-box .uploader .filename {
  height: auto;
  color: #0f031e;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
body#contact .contact-form-box .uploader .action {
  background: #557570;
  right: 0px;
  top: 0px;
  height: calc(100% + 9px);
  font-size: 1.2rem;
  padding: 6px 20px;
}
body#contact .contact-form-box .submit {
  text-align: right;
}
body#contact .contact-form-box .submit button {
  padding: 21px 40px;
}

body#my-account ul.myaccount-link-list {
  padding-left: 0;
}
body#my-account ul.myaccount-link-list li a {
  background: none;
  background-image: none;
  background-color: white;
  border: 1px solid #557570;
  padding: 0;
}
body#my-account ul.myaccount-link-list li a i {
  color: #557570;
}
body#my-account ul.myaccount-link-list li a span {
  border-left-color: #557570;
}

#module-prestablog-actualites .title_blog {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}

#module-prestablog-actualites #columns #left_column,
#module-prestablog-actualites #columns #right_column {
  display: none !important;
}

#module-prestablog-actualites #columns #center_column {
  width: 100% !important;
}
#module-prestablog-actualites
  #columns
  #center_column
  #blog_list
  .blog_list_item {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#module-prestablog-actualites
  #columns
  #center_column
  #blog_list
  .blog_list_item
  > div {
  padding: 0 15px;
}
@media all and (max-width: 992px) {
  #module-prestablog-actualites
    #columns
    #center_column
    #blog_list
    .blog_list_item
    > .left {
    margin-bottom: 16px;
  }
}
#module-prestablog-actualites
  #columns
  #center_column
  #blog_list
  .blog_list_item
  > .left
  img {
  width: 100%;
}
#module-prestablog-actualites
  #columns
  #center_column
  #blog_list
  .blog_list_item
  > .right
  .top
  .date_blog-cat {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}
#module-prestablog-actualites
  #columns
  #center_column
  #blog_list
  .blog_list_item
  > .right
  .top
  h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #0f031e;
}
@media all and (max-width: 992px) {
  #module-prestablog-actualites
    #columns
    #center_column
    #blog_list
    .blog_list_item
    > .right
    .top
    h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
#module-prestablog-actualites
  #columns
  #center_column
  #blog_list
  .blog_list_item
  > .right
  .content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#module-prestablog-actualites
  #columns
  #center_column
  #blog_list
  .blog_list_item
  > .right
  .content
  * {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#module-prestablog-actualites
  #columns
  #center_column
  #blog_list
  .blog_list_item
  > .right
  .bottom {
  margin-top: 40px;
}
#module-prestablog-actualites
  #columns
  #center_column
  #blog_list
  .blog_list_item
  > .right
  .bottom
  a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
#module-prestablog-actualites
  #columns
  #center_column
  #blog_list
  .blog_list_item
  > .right
  .bottom
  a
  svg {
  margin-left: 8px;
}

#module-prestablog-actualites .top_article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f7f7f7;
  margin-bottom: 36px;
}
#module-prestablog-actualites .top_article .left {
  padding: 32px 56px;
}
@media all and (max-width: 992px) {
  #module-prestablog-actualites .top_article .left {
    padding: 32px;
  }
}
#module-prestablog-actualites .top_article .left time span {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}
#module-prestablog-actualites .top_article .left h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
#module-prestablog-actualites .top_article .right {
  padding-right: 0px;
}
@media all and (max-width: 992px) {
  #module-prestablog-actualites .top_article .right {
    padding-left: 0px;
  }
}
#module-prestablog-actualites .top_article .right img {
  width: 100%;
}

#module-prestablog-actualites .prestablogfront iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}

@media all and (min-width: 993px) {
  #module-prestablog-actualites .prestablogfront {
    margin-left: 16.66667%;
  }
}

#module-prestablog-actualites .prestablogfront h1,
#module-prestablog-actualites .prestablogfront h2,
#module-prestablog-actualites .prestablogfront h3,
#module-prestablog-actualites .prestablogfront h4,
#module-prestablog-actualites .prestablogfront h5,
#module-prestablog-actualites .prestablogfront h6,
#module-prestablog-actualites .prestablogfront h7 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: black;
  margin-bottom: 16px;
}

#module-prestablog-actualites .prestablogfront p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

#module-prestablog-actualites .prestablogfront ol {
  padding-left: 0px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: black;
  list-style: auto;
  list-style-position: inside;
}

#module-prestablog-actualites .prestablogfront ul {
  padding-left: 0px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: black;
  list-style: auto;
  list-style-position: inside;
}
#module-prestablog-actualites .prestablogfront ul li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0;
}

#module-prestablog-actualites .article_maillage {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid #d0d0d0;
}
#module-prestablog-actualites .article_maillage > h3 {
  color: #0f031e;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 0px;
}

#module-prestablog-actualites .sharing-blog {
  margin-top: 56px;
}
@media all and (min-width: 993px) {
  #module-prestablog-actualites .sharing-blog {
    margin-left: 16.66667%;
  }
}
#module-prestablog-actualites .sharing-blog > div {
  display: flex;
  justify-content: start;
}
#module-prestablog-actualites .sharing-blog > div > div {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  padding: 24px;
}
#module-prestablog-actualites .sharing-blog > div > div p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-right: 8px;
}
#module-prestablog-actualites .sharing-blog > div > div ul {
  display: flex;
}
#module-prestablog-actualites .sharing-blog > div > div ul li {
  margin-bottom: 0;
  display: inline-block;
  line-height: 0;
}
#module-prestablog-actualites .sharing-blog > div > div ul li a {
  display: inline-block;
}
#module-prestablog-actualites .sharing-blog > div > div ul li a svg {
  display: inline-block;
}

#module-prestablog-actualites #htmlcontent_displayHtmlContent1 {
  padding-top: 24px;
}
#module-prestablog-actualites #htmlcontent_displayHtmlContent1:before {
  display: none;
}
#module-prestablog-actualites
  #htmlcontent_displayHtmlContent1
  > .htmlcontent__container
  > .row
  > div:first-child {
  display: none !important;
}
#module-prestablog-actualites
  #htmlcontent_displayHtmlContent1
  > .htmlcontent__container
  .card-price {
  border: 1px solid #d0d0d0;
}

body#cms #center_column p {
  font-size: 16px;
  line-height: 24px;
}

body.cms-22 .columns-container,
body.cms-22 #columns,
body.cms-22 .home,
body.cms-22 .navigation_end a,
body.cms-23 .columns-container,
body.cms-23 #columns,
body.cms-23 .home,
body.cms-23 .navigation_end a,
body.cms-24 .columns-container,
body.cms-24 #columns,
body.cms-24 .home,
body.cms-24 .navigation_end a,
body.cms-25 .columns-container,
body.cms-25 #columns,
body.cms-25 .home,
body.cms-25 .navigation_end a,
body.cms-26 .columns-container,
body.cms-26 #columns,
body.cms-26 .home,
body.cms-26 .navigation_end a {
  background-color: transparent !important;
}

@media all and (min-width: 0) and (max-width: 48em) {
  body.cms-22 .breadcrumb,
  body.cms-23 .breadcrumb,
  body.cms-24 .breadcrumb,
  body.cms-25 .breadcrumb,
  body.cms-26 .breadcrumb {
    opacity: 0;
    pointer-events: none;
  }
}

.cp-plomberie .bolder,
.cp-partners .bolder,
.cp-offers-grid .bolder {
  font-weight: bolder;
}

.cp-plomberie .bigger,
.cp-partners .bigger,
.cp-offers-grid .bigger {
  font-weight: bolder;
  font-size: 1.4em;
}

.cp-plomberie #accordion,
.cp-partners #accordion,
.cp-offers-grid #accordion {
  width: 100%;
}

.cp-plomberie .sticky-prices-container,
.cp-partners .sticky-prices-container,
.cp-offers-grid .sticky-prices-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 12px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
  flex-direction: column;
  gap: 8px;
}
@media all and (min-width: 48em) {
  .cp-plomberie .sticky-prices-container,
  .cp-partners .sticky-prices-container,
  .cp-offers-grid .sticky-prices-container {
    padding: 24px 48px;
    flex-direction: row;
    gap: 0;
  }
}
.cp-plomberie .sticky-prices-container p,
.cp-partners .sticky-prices-container p,
.cp-offers-grid .sticky-prices-container p {
  margin-bottom: 0;
}
.cp-plomberie .sticky-prices-container .btns-wrapper,
.cp-partners .sticky-prices-container .btns-wrapper,
.cp-offers-grid .sticky-prices-container .btns-wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media all and (min-width: 78.75em) {
  .cp-plomberie .sticky-prices-container .btns-wrapper,
  .cp-partners .sticky-prices-container .btns-wrapper,
  .cp-offers-grid .sticky-prices-container .btns-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.cp-plomberie .sticky-prices-container .btns-wrapper .subscribe,
.cp-partners .sticky-prices-container .btns-wrapper .subscribe,
.cp-offers-grid .sticky-prices-container .btns-wrapper .subscribe {
  background-color: #557570;
}
.cp-plomberie .sticky-prices-container .btns-wrapper .subscribe,
.cp-plomberie .sticky-prices-container .btns-wrapper .call,
.cp-partners .sticky-prices-container .btns-wrapper .subscribe,
.cp-partners .sticky-prices-container .btns-wrapper .call,
.cp-offers-grid .sticky-prices-container .btns-wrapper .subscribe,
.cp-offers-grid .sticky-prices-container .btns-wrapper .call {
  height: 45px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.cp-plomberie .sticky-prices-container .btns-wrapper .subscribe:hover,
.cp-plomberie .sticky-prices-container .btns-wrapper .call:hover,
.cp-partners .sticky-prices-container .btns-wrapper .subscribe:hover,
.cp-partners .sticky-prices-container .btns-wrapper .call:hover,
.cp-offers-grid .sticky-prices-container .btns-wrapper .subscribe:hover,
.cp-offers-grid .sticky-prices-container .btns-wrapper .call:hover {
  color: #fff !important;
}
@media all and (min-width: 48em) {
  .cp-plomberie .sticky-prices-container .btns-wrapper .subscribe,
  .cp-plomberie .sticky-prices-container .btns-wrapper .call,
  .cp-partners .sticky-prices-container .btns-wrapper .subscribe,
  .cp-partners .sticky-prices-container .btns-wrapper .call,
  .cp-offers-grid .sticky-prices-container .btns-wrapper .subscribe,
  .cp-offers-grid .sticky-prices-container .btns-wrapper .call {
    width: 370px;
  }
}

.cp-plomberie .header-wrapper,
.cp-partners .header-wrapper,
.cp-offers-grid .header-wrapper {
  padding: 0 0 217px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.cp-plomberie .header-wrapper:before,
.cp-partners .header-wrapper:before,
.cp-offers-grid .header-wrapper:before {
  background-color: #f9f9f9;
  content: "";
  position: absolute;
  width: 100vw;
  top: -85px;
  height: calc(100% + 85px);
  z-index: -1;
}
.cp-plomberie .header-wrapper .red-circle,
.cp-partners .header-wrapper .red-circle,
.cp-offers-grid .header-wrapper .red-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110px;
  right: 50%;
  transform: translateX(50%);
}
@media all and (min-width: 78.75em) {
  .cp-plomberie .header-wrapper .red-circle,
  .cp-partners .header-wrapper .red-circle,
  .cp-offers-grid .header-wrapper .red-circle {
    right: -96px;
    width: auto;
    transform: translateX(0);
  }
}
@media all and (min-width: 64em) {
  .cp-plomberie .header-wrapper .red-circle,
  .cp-partners .header-wrapper .red-circle,
  .cp-offers-grid .header-wrapper .red-circle {
    bottom: 5%;
  }
}
.cp-plomberie .header-wrapper .bottom-ellipsis,
.cp-partners .header-wrapper .bottom-ellipsis,
.cp-offers-grid .header-wrapper .bottom-ellipsis {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
.cp-plomberie .header-wrapper .green-circle,
.cp-partners .header-wrapper .green-circle,
.cp-offers-grid .header-wrapper .green-circle {
  position: absolute;
  left: -168px;
  bottom: 0;
}
@media all and (min-width: 100em) {
  .cp-plomberie .header-wrapper .red-circle,
  .cp-partners .header-wrapper .red-circle,
  .cp-offers-grid .header-wrapper .red-circle {
    right: -15vw;
  }
  .cp-plomberie .header-wrapper .green-circle,
  .cp-partners .header-wrapper .green-circle,
  .cp-offers-grid .header-wrapper .green-circle {
    left: -20vw;
  }
}
.cp-plomberie .header-wrapper .icon-wrapper,
.cp-partners .header-wrapper .icon-wrapper,
.cp-offers-grid .header-wrapper .icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #557570;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.cp-plomberie .header-wrapper .icon-wrapper img,
.cp-partners .header-wrapper .icon-wrapper img,
.cp-offers-grid .header-wrapper .icon-wrapper img {
  margin: 0 !important;
}
.cp-plomberie .header-wrapper h2,
.cp-partners .header-wrapper h2,
.cp-offers-grid .header-wrapper h2 {
  font-size: 64px;
  margin-bottom: 91px;
  line-height: 56px;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-plomberie .header-wrapper h2,
  .cp-partners .header-wrapper h2,
  .cp-offers-grid .header-wrapper h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
.cp-plomberie .header-wrapper .subtitle,
.cp-partners .header-wrapper .subtitle,
.cp-offers-grid .header-wrapper .subtitle {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cp-plomberie .collapse-wrapper,
.cp-partners .collapse-wrapper,
.cp-offers-grid .collapse-wrapper {
  margin-top: -72px;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 160px;
  margin-bottom: 40px;
}
@media all and (min-width: 0) and (max-width: 78.75em) {
  .cp-plomberie .collapse-wrapper,
  .cp-partners .collapse-wrapper,
  .cp-offers-grid .collapse-wrapper {
    padding: 0 12px;
    margin-top: 0;
  }
}
.cp-plomberie .collapse-wrapper h3,
.cp-partners .collapse-wrapper h3,
.cp-offers-grid .collapse-wrapper h3 {
  color: black;
  font-size: 40px !important;
  text-align: center;
}
.cp-plomberie .collapse-wrapper h3 + p,
.cp-partners .collapse-wrapper h3 + p,
.cp-offers-grid .collapse-wrapper h3 + p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 24px !important;
}
.cp-plomberie .collapse-wrapper .panel-title,
.cp-partners .collapse-wrapper .panel-title,
.cp-offers-grid .collapse-wrapper .panel-title {
  display: flex;
  gap: 16px;
  background: #f7f7f7;
  padding: 8px 22px;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
}
.cp-plomberie .collapse-wrapper .panel-title a,
.cp-partners .collapse-wrapper .panel-title a,
.cp-offers-grid .collapse-wrapper .panel-title a {
  font-size: 18px;
  color: black;
  line-height: 18px;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-plomberie .collapse-wrapper .panel-title a,
  .cp-partners .collapse-wrapper .panel-title a,
  .cp-offers-grid .collapse-wrapper .panel-title a {
    font-size: 14px;
    line-height: 14px;
  }
}
.cp-plomberie .collapse-wrapper .panel-title .minus,
.cp-plomberie .collapse-wrapper .panel-title .plus,
.cp-partners .collapse-wrapper .panel-title .minus,
.cp-partners .collapse-wrapper .panel-title .plus,
.cp-offers-grid .collapse-wrapper .panel-title .minus,
.cp-offers-grid .collapse-wrapper .panel-title .plus {
  margin: 0 0 0 auto !important;
}
.cp-plomberie .collapse-wrapper .panel-title .plus,
.cp-partners .collapse-wrapper .panel-title .plus,
.cp-offers-grid .collapse-wrapper .panel-title .plus {
  display: none;
}
.cp-plomberie .collapse-wrapper .panel-title .collapsed .minus,
.cp-partners .collapse-wrapper .panel-title .collapsed .minus,
.cp-offers-grid .collapse-wrapper .panel-title .collapsed .minus {
  display: none;
}
.cp-plomberie .collapse-wrapper .panel-title .collapsed .plus,
.cp-partners .collapse-wrapper .panel-title .collapsed .plus,
.cp-offers-grid .collapse-wrapper .panel-title .collapsed .plus {
  display: block !important;
}
.cp-plomberie .collapse-wrapper .panel-title .collapse-icon,
.cp-partners .collapse-wrapper .panel-title .collapse-icon,
.cp-offers-grid .collapse-wrapper .panel-title .collapse-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 8px;
}
.cp-plomberie .collapse-wrapper .panel-title .collapse-icon img,
.cp-partners .collapse-wrapper .panel-title .collapse-icon img,
.cp-offers-grid .collapse-wrapper .panel-title .collapse-icon img {
  margin: 0 !important;
}
.cp-plomberie .collapse-wrapper .collapsed .minus,
.cp-partners .collapse-wrapper .collapsed .minus,
.cp-offers-grid .collapse-wrapper .collapsed .minus {
  display: none;
}
.cp-plomberie .collapse-wrapper .collapsed .plus,
.cp-partners .collapse-wrapper .collapsed .plus,
.cp-offers-grid .collapse-wrapper .collapsed .plus {
  display: block;
}
.cp-plomberie .collapse-wrapper .panel-body,
.cp-partners .collapse-wrapper .panel-body,
.cp-offers-grid .collapse-wrapper .panel-body {
  padding: 0 24px;
  margin-bottom: 40px;
}
@media all and (min-width: 48em) {
  .cp-plomberie .collapse-wrapper .panel-body,
  .cp-partners .collapse-wrapper .panel-body,
  .cp-offers-grid .collapse-wrapper .panel-body {
    font-size: 16px;
    line-height: 24px;
  }
}
.cp-plomberie .collapse-wrapper .panel-collapse,
.cp-partners .collapse-wrapper .panel-collapse,
.cp-offers-grid .collapse-wrapper .panel-collapse {
  overflow: hidden;
}
.cp-plomberie .collapse-wrapper .collapse,
.cp-partners .collapse-wrapper .collapse,
.cp-offers-grid .collapse-wrapper .collapse {
  display: none;
}
.cp-plomberie .collapse-wrapper .collapse.in,
.cp-partners .collapse-wrapper .collapse.in,
.cp-offers-grid .collapse-wrapper .collapse.in {
  display: block;
}

.cp-plomberie .themes-wrapper,
.cp-partners .themes-wrapper,
.cp-offers-grid .themes-wrapper {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cp-plomberie .themes-wrapper:before,
.cp-partners .themes-wrapper:before,
.cp-offers-grid .themes-wrapper:before {
  background-color: #f9f9f9;
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  height: 100%;
  z-index: -1;
}
.cp-plomberie .themes-wrapper h3,
.cp-partners .themes-wrapper h3,
.cp-offers-grid .themes-wrapper h3 {
  color: black;
  font-size: 40px !important;
  text-align: center;
  margin-bottom: 48px;
}
.cp-plomberie .themes-wrapper .themes-flex,
.cp-partners .themes-wrapper .themes-flex,
.cp-offers-grid .themes-wrapper .themes-flex {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px;
  justify-content: center;
}
.cp-plomberie .themes-wrapper .themes-flex .theme,
.cp-partners .themes-wrapper .themes-flex .theme,
.cp-offers-grid .themes-wrapper .themes-flex .theme {
  font-size: 16px;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-plomberie .themes-wrapper .themes-flex .theme,
  .cp-partners .themes-wrapper .themes-flex .theme,
  .cp-offers-grid .themes-wrapper .themes-flex .theme {
    text-align: center;
  }
}

@media all and (min-width: 0) and (max-width: 48em) {
  .cp-plomberie .cp-slider,
  .cp-partners .cp-slider,
  .cp-offers-grid .cp-slider {
    padding: 80px 0 0;
  }
}

.cp-plomberie .cp-slider h3,
.cp-partners .cp-slider h3,
.cp-offers-grid .cp-slider h3 {
  color: black;
  font-size: 40px !important;
  text-align: center;
  margin-bottom: 48px !important;
}

.cp-plomberie .cp-slider .small-mention,
.cp-partners .cp-slider .small-mention,
.cp-offers-grid .cp-slider .small-mention {
  margin-top: 72px;
  font-size: 14px;
  bottom: 0;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-plomberie .cp-slider .small-mention,
  .cp-partners .cp-slider .small-mention,
  .cp-offers-grid .cp-slider .small-mention {
    display: none;
  }
}

.cp-plomberie .cp-slider .content-wrapper,
.cp-partners .cp-slider .content-wrapper,
.cp-offers-grid .cp-slider .content-wrapper {
  position: relative;
}

.cp-plomberie .cp-contact-us,
.cp-partners .cp-contact-us,
.cp-offers-grid .cp-contact-us {
  margin-top: 80px;
  position: relative;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-plomberie .cp-contact-us,
  .cp-partners .cp-contact-us,
  .cp-offers-grid .cp-contact-us {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.cp-plomberie .cp-contact-us:before,
.cp-partners .cp-contact-us:before,
.cp-offers-grid .cp-contact-us:before {
  background-color: #f9f9f9;
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  height: 100%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-plomberie .cp-contact-us .teq-container,
  .cp-partners .cp-contact-us .teq-container,
  .cp-offers-grid .cp-contact-us .teq-container {
    align-items: center;
  }
}
.cp-plomberie .cp-contact-us h3,
.cp-partners .cp-contact-us h3,
.cp-offers-grid .cp-contact-us h3 {
  font-size: 40px !important;
}
.cp-plomberie .cp-contact-us h3 span,
.cp-partners .cp-contact-us h3 span,
.cp-offers-grid .cp-contact-us h3 span {
  display: inline !important;
}
.cp-plomberie .cp-contact-us .content-wrapper,
.cp-partners .cp-contact-us .content-wrapper,
.cp-offers-grid .cp-contact-us .content-wrapper {
  width: 100%;
}
@media all and (min-width: 48em) {
  .cp-plomberie .cp-contact-us .content-wrapper,
  .cp-partners .cp-contact-us .content-wrapper,
  .cp-offers-grid .cp-contact-us .content-wrapper {
    width: 50%;
  }
}
.cp-plomberie .cp-contact-us .content-wrapper .content p,
.cp-partners .cp-contact-us .content-wrapper .content p,
.cp-offers-grid .cp-contact-us .content-wrapper .content p {
  text-decoration: none;
  margin-top: 15px;
}
.cp-plomberie .cp-contact-us .content-wrapper .top-title,
.cp-partners .cp-contact-us .content-wrapper .top-title,
.cp-offers-grid .cp-contact-us .content-wrapper .top-title {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 8px !important;
}
.cp-plomberie .cp-contact-us .img-wrapper,
.cp-partners .cp-contact-us .img-wrapper,
.cp-offers-grid .cp-contact-us .img-wrapper {
  width: 50%;
  aspect-ratio: 570/380;
  overflow: hidden;
  border-radius: 8px;
}
.cp-plomberie .cp-contact-us .img-wrapper img,
.cp-partners .cp-contact-us .img-wrapper img,
.cp-offers-grid .cp-contact-us .img-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.cp-plomberie .cp-testimonials,
.cp-partners .cp-testimonials,
.cp-offers-grid .cp-testimonials {
  margin-top: 0;
  padding-bottom: 0;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-plomberie .cp-testimonials,
  .cp-partners .cp-testimonials,
  .cp-offers-grid .cp-testimonials {
    padding: 80px 0 0;
  }
  .cp-plomberie .cp-testimonials .cards-wrapper,
  .cp-partners .cp-testimonials .cards-wrapper,
  .cp-offers-grid .cp-testimonials .cards-wrapper {
    gap: 0;
  }
}
.cp-plomberie .cp-testimonials h3,
.cp-partners .cp-testimonials h3,
.cp-offers-grid .cp-testimonials h3 {
  color: black !important;
  font-size: 24px !important;
}
.cp-plomberie .cp-testimonials h3 + p,
.cp-partners .cp-testimonials h3 + p,
.cp-offers-grid .cp-testimonials h3 + p {
  font-size: 14px;
}
.cp-plomberie .cp-testimonials .card,
.cp-partners .cp-testimonials .card,
.cp-offers-grid .cp-testimonials .card {
  padding: 30px 40px;
  background: #fff;
  border: 2px solid #ececec;
  justify-content: space-between;
  gap: 8px;
}
.cp-plomberie .cp-testimonials .card .card-main-text,
.cp-partners .cp-testimonials .card .card-main-text,
.cp-offers-grid .cp-testimonials .card .card-main-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.cp-plomberie .cp-testimonials .card .quote-icon,
.cp-partners .cp-testimonials .card .quote-icon,
.cp-offers-grid .cp-testimonials .card .quote-icon {
  align-self: flex-end;
  width: 20px;
}

.cp-plomberie .cp-cgv,
.cp-partners .cp-cgv,
.cp-offers-grid .cp-cgv {
  margin-top: 100px;
}

.cp-plomberie.cp-electro .red-circle,
.cp-partners.cp-electro .red-circle,
.cp-offers-grid.cp-electro .red-circle {
  bottom: 25%;
}
@media all and (min-width: 78.75em) {
  .cp-plomberie.cp-electro .red-circle,
  .cp-partners.cp-electro .red-circle,
  .cp-offers-grid.cp-electro .red-circle {
    bottom: 5%;
  }
}

body.cms-27 .columns-container,
body.cms-27 #columns,
body.cms-27 .home,
body.cms-27 .navigation_end a,
body.cms-28 .columns-container,
body.cms-28 #columns,
body.cms-28 .home,
body.cms-28 .navigation_end a,
body.cms-29 .columns-container,
body.cms-29 #columns,
body.cms-29 .home,
body.cms-29 .navigation_end a,
body.cms-30 .columns-container,
body.cms-30 #columns,
body.cms-30 .home,
body.cms-30 .navigation_end a,
body.cms-32 .columns-container,
body.cms-32 #columns,
body.cms-32 .home,
body.cms-32 .navigation_end a {
  background-color: #f9f9f9 !important;
}

body.cms-27 .cp-pro-partners {
  display: none;
}

.cp-partners .header-wrapper {
  margin-top: 120px;
  padding: 0 0 120px;
}
.cp-partners .header-wrapper h2 {
  z-index: 1;
}
@media all and (min-width: 0) and (max-width: 64em) {
  .cp-partners .header-wrapper .red-circle {
    display: none;
  }
}
@media all and (min-width: 64em) {
  .cp-partners .header-wrapper .red-circle {
    right: 0;
    top: 25%;
    transform: translate(100%, -50%);
  }
}
@media all and (min-width: 78.75em) {
  .cp-partners .header-wrapper .red-circle {
    right: -100px;
  }
}
@media all and (min-width: 90em) {
  .cp-partners .header-wrapper .red-circle {
    right: auto;
    left: calc(100vw - 280px);
  }
}

.cp-partners .cp-banner-three-block {
  position: relative;
  z-index: 5;
}
.cp-partners .cp-banner-three-block .bg {
  position: absolute;
  width: 175vw;
  left: -150px;
  background-color: #1b0f2a;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media all and (min-width: 64em) {
  .cp-partners .cp-banner-three-block .bg {
    left: -75%;
  }
}

.cp-partners .cp-contact-us {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-direction: column;
  margin-top: 0;
}
@media all and (min-width: 64em) {
  .cp-partners .cp-contact-us {
    gap: 80px;
    flex-direction: row;
    margin-top: 40px;
  }
}
.cp-partners .cp-contact-us.reverse .img-wrapper {
  order: 1;
}
@media all and (min-width: 64em) {
  .cp-partners .cp-contact-us.reverse .img-wrapper {
    order: 0;
  }
}
.cp-partners .cp-contact-us .img-wrapper {
  width: 100%;
}
@media all and (min-width: 64em) {
  .cp-partners .cp-contact-us .img-wrapper {
    width: 50%;
  }
}
.cp-partners .cp-contact-us p {
  text-decoration: none !important;
}
.cp-partners .cp-contact-us .content-wrapper p {
  display: block;
}
@media all and (min-width: 0) and (max-width: 64em) {
  .cp-partners .cp-contact-us .content-wrapper p {
    margin-bottom: 0;
  }
}

.cp-partners .centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-partners .centered-content h3 {
  font-size: 40px !important;
  text-align: left;
  margin-bottom: 32px !important;
}

.cp-partners .centered-content + .cp-contact-us {
  margin-top: 0;
}

.cp-partners .cp-slider {
  background-color: #f9f9f9;
}
.cp-partners .cp-slider .title {
  margin-top: 6px;
  line-height: 22px !important;
}
@media all and (min-width: 64em) {
  .cp-partners .cp-slider .title {
    line-height: 30px !important;
  }
}
.cp-partners .cp-slider .green {
  color: #557570;
}
.cp-partners .cp-slider .slider-title {
  font-size: 40px !important;
  color: black;
  text-align: center;
  margin-bottom: 48px !important;
}

.cp-partners .form-title {
  font-size: 40px !important;
  font-weight: 600;
  margin-bottom: 56px !important;
}

.cp-partners .form-subtitle {
  margin-top: 72px;
  margin-bottom: 72px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media all and (min-width: 64em) {
  .cp-partners .form-subtitle {
    margin-top: 0;
  }
}

.cp-partners form input,
.cp-partners form textarea {
  border-radius: 8px;
  padding: 27px 16px;
  border-color: #ececec !important;
}
.cp-partners form input:focus,
.cp-partners form textarea:focus {
  border-color: #557570 !important;
}

.cp-partners form label {
  display: inline;
  margin-left: 8px;
}

.cp-partners form button {
  background: #557570;
}

.btn-to-top {
  background: #557570;
  border-radius: 4px;
  width: 48px;
  height: 48px;
}
.btn-to-top::before {
  position: relative;
  content: "";
  display: inline-block;
  border: none;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.2em solid #fff !important;
  border-top: 0.2em solid #fff !important;
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  margin-right: 8px;
}

.contacts-info.container.-responsive {
  width: 100% !important;
  margin: 0 auto;
  padding: 5rem 0 5rem;
}
@media all and (min-width: 64em) {
  .contacts-info.container.-responsive {
    padding: 10.4rem 0 14.4rem;
  }
}

.contacts-info {
  background: #f7f7f7;
}
.contacts-info .contacts-info__title strong {
  font-family: "proxima-nova";
  font-weight: 700;
}
.contacts-info .contacts-info__title strong::before {
  display: none;
}
.contacts-info .contacts-info__title strong::after {
  display: none;
}
.contacts-info .headline-section {
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 700;
  overflow: visible;
  text-transform: none;
  color: #557570;
  font-size: 4rem;
}
@media all and (min-width: 64em) {
  .contacts-info .headline-section {
    margin-bottom: 4.8rem;
  }
}
.contacts-info .contacts-info__list {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (min-width: 48em) {
  .contacts-info .contacts-info__list {
    flex-direction: row;
  }
}
.contacts-info .contacts-info__list .contacts-info__list__item:nth-child(2) p {
  white-space: nowrap;
}
.contacts-info .contacts-info__list__item {
  max-width: 37rem;
}
.contacts-info .contacts-info__list__item__inner {
  padding: 5.6rem 1.5rem;
  height: 36rem;
  border: none;
  border-radius: 2rem;
  background: #fff;
}
.contacts-info .contacts-info__list__item__inner img {
  margin: 0 auto 4rem;
  padding-bottom: 0;
}
.contacts-info .contacts-info__list__item__inner p {
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 28px;
}
@media all and (min-width: 64em) {
  .contacts-info .contacts-info__list__item__inner p {
    padding: 0 5rem;
  }
}
.contacts-info .contacts-info__list__item__title {
  border: none;
  font-size: 3rem;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 600;
}

.page-heading {
  background-color: transparent !important;
  background: transparent !important;
  color: #557570;
  font-size: 3rem;
  line-height: 1;
  font-family: "proxima-nova";
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-heading .heading-counter {
  color: #0f031e;
  text-transform: none;
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.footer__subscribe {
  background: #fff !important;
}
@media all and (min-width: 64em) {
  .footer__subscribe {
    padding: 79px 0 88px;
  }
}
.footer__subscribe .footer__subscribe__title {
  color: #000;
  text-transform: none;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
}
.footer__subscribe .newsletters__box {
  border: 1px solid #557570;
  border-radius: 4px;
  max-width: 60rem;
}
.footer__subscribe .form-group {
  margin-bottom: 0;
  padding: 5px 0 5px 0;
}
.footer__subscribe .form-group .newsletters__text {
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 400;
  color: #000;
}
.footer__subscribe .form-group .newsletters__text::placeholder {
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 400;
  color: #000;
}
.footer__subscribe .form-group .newsletters__btn {
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 600;
  color: #fff;
  background: #557570;
  text-transform: none;
  font-size: 16px;
}
.footer__subscribe .socials__box {
  padding-left: 0;
}
.footer__subscribe .socials__item {
  margin: 0;
  padding: 0;
}
.footer__subscribe .socials__item__link {
  width: 2em;
  height: 2em;
  background: #557570;
  border-radius: 4px;
}
.footer__subscribe .socials__item__link::before {
  color: #fff;
  top: 0.3rem;
}
.footer__subscribe .socials__item__link:hover {
  background-color: #00943b;
}
.footer__subscribe .socials__item__link:hover::after {
  display: none;
}
.footer__subscribe .subtext {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 60rem;
}

#video {
  color: #557570 !important;
}

.video-promo__button-box .video-promo__play .font-play::before {
  content: url(../js/40301630178c3175acdf.png);
}

.breadcrumb {
  border: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
.breadcrumb .navigation-pipe {
  display: none !important;
}
.breadcrumb a {
  font-weight: 600;
}
.breadcrumb a:not(.home):visited,
.breadcrumb a:not(.home):hover {
  font-size: 12px;
  line-height: 18px;
}
.breadcrumb a.home {
  width: auto;
}
.breadcrumb a:visited,
.breadcrumb a:hover {
  color: #0f031e;
  font-weight: 500;
}
.breadcrumb a:before {
  display: none;
}
.breadcrumb a:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.2em solid #b9b9b9 !important;
  border-top: 0.2em solid #b9b9b9 !important;
  transform: rotate(45deg);
  top: auto;
  right: auto;
  margin: 0 14px;
}

#header .sf-menu {
  padding-bottom: 14px;
}

#header .sf-menu > li.sfHover > a,
#header .sf-menu > li > a:hover,
#header .sf-menu > li.sfHoverForce > a {
  color: #557570;
}

#header ul.sf-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header #header_logo a {
  display: flex;
  align-items: center;
  margin-bottom: 0rem;
  margin-top: 1rem;
}
@media all and (min-width: 0) and (max-width: 48em) {
  #header #header_logo a {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 48em) {
  #header #header_logo a {
    margin-bottom: 2rem;
  }
}

#header #header_logo img {
  padding-bottom: 0;
  max-width: 150px;
}
@media all and (min-width: 48em) {
  #header #header_logo img {
    padding-right: 16px;
    margin-right: 16px;
  }
}
@media all and (min-width: 64em) {
  #header #header_logo img {
    border-right: 1px solid #d0d0d0;
  }
}

#header #header_logo span {
  color: #0f031e;
  white-space: nowrap;
  width: 100%;
  display: flex;
  font-family: "proxima-nova";
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #header #header_logo span {
    display: none;
  }
}

@media all and (min-width: 0) and (max-width: 48em) {
  #header #header_logo span br {
    display: none !important;
  }
}
@media all and (min-width: 48em) {
  #header #header_logo span {
    display: none;
  }
}
@media all and (min-width: 64em) {
  #header #header_logo span {
    display: flex;
  }
}

#header .cat-title {
  background: #0f031e;
  color: white;
}

#header .header__user-toggle__bnt {
  border-left: none;
  border-right: none;
}
@media all and (min-width: 0) and (max-width: 48em) {
  #header .header__user-toggle__bnt {
    padding: 3px 15px;
  }
  #header .header__user-toggle__bnt:before {
    color: white;
    font-weight: 700;
  }
}

#header .cart_block {
  background-color: #f7f7f7 !important;
  color: #0f031e !important;
  border-radius: 8px;
}
#header .cart_block .products > dt {
  display: flex;
  align-items: center;
}
#header .cart_block .products .cart-info a {
  color: #0f031e;
}
#header .cart_block .products .product-name {
  color: #0f031e;
}
#header .cart_block .products .price {
  color: #557570 !important;
  font-family: "proxima-nova";
  font-weight: 600;
}
#header .cart_block .price {
  color: #557570 !important;
  font-family: "proxima-nova";
  font-weight: 600;
}

.cart-prices-line__title {
  font-family: "proxima-nova";
  font-weight: 500;
}

.header__user-info-list a {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.header__user-info-list a:hover {
  color: white;
}

.sf-menu > li.sfHover > a:hover,
.sf-menu > li > a:hover:hover,
.sf-menu > li.sfHoverForce > a:hover {
  color: #557570;
}

.header.-hide-bar {
  border-color: #557570;
}

.header__nav {
  background: #557570 !important;
  height: 4rem;
}
.header__nav ul > li {
  margin: 0 0 -1rem;
}
.header__nav a {
  color: #fff;
  text-transform: uppercase;
}
.header__nav .header__user-info__item {
  padding: 0 10px;
}
.header__nav .header__user-info__link.-login:before {
  content: url(../js/544413931e71ccb9b9a7.svg) !important;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .header__nav .header__cart {
    padding: 5px 15px 0;
  }
}
.header__nav .header__cart .shopping_cart__link:before {
  font-size: 2.4rem;
  vertical-align: -1px;
}
.header__nav .header__cart .shopping_cart .ajax_cart_quantity {
  left: 23px;
}
.header__nav .header__cart .shopping_cart .ajax_cart_quantity {
  background: #0f031e;
}

.header__main-panel {
  padding: 0;
}
.header__main-panel .sf-menu > li > a {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 600;
  font-size: 1.4rem;
  color: #1b0f2a;
  text-transform: inherit;
}
.header__main-panel .sf-menu > li:last-child > a:not(.sf-with-ul) {
  gap: 1rem;
  height: 48px;
  max-height: 48px;
  background-color: #557570;
  text-transform: inherit;
  border-radius: 2px;
  padding: 11px 24px;
  color: #fff;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .header__main-panel .sf-menu > li:last-child > a:not(.sf-with-ul) {
    width: 128px;
    display: flex;
    justify-content: center;
  }
}
.header__main-panel .sf-menu > li:last-child > a:not(.sf-with-ul):hover {
  background-color: #00943b;
  color: #fff !important;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .header__main-panel li [title="Mon compte"] {
    background: #557570;
    width: 128px;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    border-radius: 2px;
  }
}
.header__main-panel .account-icon .acc-part {
  transition: stroke 0.3s;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .header__main-panel .account-icon .acc-part {
    stroke: #fff !important;
  }
}
.header__main-panel .account-icon:hover .acc-part {
  stroke: #00943b;
}

@media screen and (max-width: 30em) {
  .-responsive-nav-custom {
    width: auto;
  }
}

@media screen and (min-width: 48em) {
  .-responsive-nav-custom {
    width: 750px;
  }
}

@media screen and (min-width: 64em) {
  .-responsive-nav-custom {
    width: 970px;
  }
}

@media screen and (min-width: 78.75em) {
  .-responsive-nav-custom {
    margin-inline: auto;
    width: calc(100% - 48px);
  }
}

#htmlcontent_displayFooter {
  margin-top: 0px !important;
}

.footer-container {
  background: #1b0f2a !important;
}
@media all and (min-width: 64em) {
  .footer-container .footer {
    padding: 80px 0 36px;
  }
}
.footer-container .footer a {
  border: none;
  color: #ffff;
}
.footer-container .-logo-footer {
  text-align: center !important;
}
@media all and (min-width: 64em) {
  .footer-container .-logo-footer {
    margin-bottom: 64px !important;
  }
  .footer-container .-logo-footer ::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #ffff;
    opacity: 0.1;
    bottom: -64px;
  }
}
.footer-container .-logo-footer img {
  padding-bottom: 0px;
  margin-bottom: 0;
}
@media all and (min-width: 48em) {
  .footer-container .clearfix .htmlcontent__container .col-sm-3 {
    width: 25%;
    position: relative;
    left: 0;
  }
}
.footer-container .clearfix .htmlcontent__container .col-sm-3 img {
  max-width: 170px;
  margin-bottom: 18px;
}
@media all and (min-width: 48em) {
  .footer-container .clearfix .col-sm-3 {
    position: relative;
    left: 8rem;
  }
}
@media all and (min-width: 48em) {
  .footer-container .clearfix #block_various_links_footer {
    position: relative;
    left: 18rem;
  }
}
@media all and (min-width: 64em) {
  .footer-container .footer-block {
    margin-top: 5.6rem;
  }
}
.footer-container .footer-block h4 {
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 600;
  text-transform: none;
}
@media all and (min-width: 64em) {
  .footer-container .footer-block h4 {
    font-size: 3rem;
    padding-left: 1.5rem;
  }
}
.footer-container .footer-block h4 a {
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 600;
  color: #ffff;
}
.footer-container .footer-block ul {
  padding-left: 0;
}
.footer-container .footer-block li {
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-container .footer-block li a {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}
.footer-container .footer-block li::before {
  position: relative;
  content: "";
  display: inline-block;
  border: none;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.2em solid #557570 !important;
  border-top: 0.2em solid #557570 !important;
  transform: rotate(45deg);
  top: auto;
  right: auto;
  margin-right: 8px;
}
.footer-container .footer-block li:hover a {
  color: #ffff;
}
.footer-container .toggle-footer img {
  padding-bottom: 0;
  border-radius: 10px;
  margin-bottom: 3rem;
}
.footer-container .toggle-footer p {
  margin: 0;
}
.footer-container .toggle-footer .item a {
  text-decoration: none;
  color: #ffff;
}
.footer-container .copyright_wrapper {
  background: #0f031e;
}
.footer-container .copyright_wrapper span {
  font-size: 18px;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 400;
}

.btn-to-top {
  background: transparent !important;
  border: 2px solid #557570 !important;
}
.btn-to-top:hover {
  background-color: #557570 !important;
}
.btn-to-top:hover::before {
  border-right: 0.2em solid #fff !important;
  border-top: 0.2em solid #fff !important;
}
.btn-to-top::before {
  border-right: 0.2em solid #557570 !important;
  border-top: 0.2em solid #557570 !important;
}

.order-process .box {
  background-color: transparent;
  background: transparent;
  border: none;
  padding: 0;
}
@media all and (min-width: 48em) {
  .order-process .box {
    padding: 14px 18px 13px;
  }
}

@media all and (min-width: 0) and (max-width: 48em) {
  .order-process .order_carrier_content {
    padding-bottom: 0 !important;
    margin-bottom: 0px !important;
  }
}

.order-process .page-heading.step-num {
  font-size: 3rem;
  line-height: 3.4rem;
  color: #0f031e;
  text-transform: none;
  padding-left: 65px !important;
  z-index: 2;
}
.order-process .page-heading.step-num span {
  font-style: normal !important;
  color: white !important;
  position: relative;
  font-size: 3rem !important;
  line-height: 3.4rem !important;
  margin-right: 16px;
  top: auto !important;
  left: 18px !important;
}
.order-process .page-heading.step-num span:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #557570;
  color: white;
  width: 48px;
  height: 48px;
  z-index: -1;
  border-radius: 50%;
}

.order-process #opc_new_account .create-account-container {
  margin-top: 40px;
}

.order-process #opc_new_account #login_form {
  margin-bottom: 0px;
}
.order-process #opc_new_account #login_form fieldset {
  display: flex;
  background-color: white;
  padding: 16px;
  border-radius: 8px;
  flex-direction: column;
}
.order-process #opc_new_account #login_form fieldset .page-subheading {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.order-process #opc_new_account #login_form fieldset p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.order-process #opc_new_account #login_form fieldset #openLoginFormBlock {
  display: block;
  margin-top: 1.6rem;
}

.order-process #opc_new_account #new_account_title {
  background-color: white;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 0px;
  border-bottom: none;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.order-process #opc_new_account .address-container {
  margin-top: 80px;
}
.order-process #opc_new_account .address-container .form-group .form-control {
  max-width: 100%;
}
.order-process #opc_new_account .address-container .page-subheading.top-indent {
  background-color: white;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 32px;
  border-bottom: none;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.order-process #opc_new_account .address-container .address-container-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.order-process #opc_new_account .address-container .address-container-form > * {
  flex: 0 0 100%;
  padding: 0px 16px;
}
@media all and (min-width: 48em) {
  .order-process
    #opc_new_account
    .address-container
    .address-container-form
    > * {
    flex: 0 0 50%;
  }
}
.order-process
  #opc_new_account
  .address-container
  .address-container-form
  .select.form-group {
  margin-top: 0 !important;
}
.order-process
  #opc_new_account
  .address-container
  .address-container-form
  #uniform-id_country {
  width: 100%;
  display: block;
}

.order-process #opc_account .addresses .address_add.submit a {
  float: right;
}

.order-process #carrier_area {
  padding-top: 80px;
  border-top: 1px solid #d0d0d0;
  margin-top: 80px;
}
.order-process #carrier_area .boxvalid {
  height: auto;
}

.order-process .boxvalid {
  padding: 0;
  border: none;
  background: transparent;
}

@media screen and (max-width: 768px) {
  .order-process .start-date-container {
    border: none !important;
  }
}

.order-process .payment-container,
.order-process .start-date-container {
  padding-top: 80px;
  border-top: 1px solid #d0d0d0;
  margin-top: 80px;
}

.order-process .payment-container .opc_payment_methods-content {
  margin-top: 32px;
}
.order-process .payment-container .payment_module {
  border: none;
  background-color: white;
  border-radius: 8px;
  padding: 15px;
}
@media all and (min-width: 48em) {
  .order-process .payment-container .payment_module {
    padding: 40px;
  }
}
.order-process .payment-container .payment_module .alert {
  text-shadow: none;
}
.order-process .payment-container .payment_module .alert-info li {
  margin-bottom: 0;
}
.order-process
  .payment-container
  .payment_module.sepa_payment_module
  .form-row {
  display: flex;
  align-items: center;
  max-width: 100%;
  flex-wrap: wrap;
}
.order-process
  .payment-container
  .payment_module.sepa_payment_module
  .form-row
  .left,
.order-process
  .payment-container
  .payment_module.sepa_payment_module
  .form-row
  .right {
  flex: 0 0 100%;
}
@media all and (min-width: 48em) {
  .order-process
    .payment-container
    .payment_module.sepa_payment_module
    .form-row
    .left,
  .order-process
    .payment-container
    .payment_module.sepa_payment_module
    .form-row
    .right {
    flex: 0 0 50%;
  }
}
.order-process
  .payment-container
  .payment_module.sepa_payment_module
  .form-row
  .left {
  background-color: white;
  border: 1px solid #557570;
  padding: 40px;
  border-radius: 8px;
  color: white;
}
.order-process
  .payment-container
  .payment_module.sepa_payment_module
  .form-row
  .left
  label {
  color: #557570;
}
@media all and (min-width: 48em) {
  .order-process
    .payment-container
    .payment_module.sepa_payment_module
    .form-row
    .right {
    padding-left: 40px;
  }
}
.order-process
  .payment-container
  .payment_module.sepa_payment_module
  .form-row
  .right
  #mandate-acceptance {
  font-size: 10px;
  line-height: 14px;
  text-align: left;
}
.order-process .payment-container .stripe_title {
  display: flex;
  align-items: center;
  color: black;
  font-size: 1.5rem;
  line-height: 2.1rem;
  border: none;
}
@media all and (min-width: 48em) {
  .order-process .payment-container .stripe_title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.order-process .payment-container .stripe_title img {
  padding: 0px !important;
}
.order-process .payment-container .stripe_title img:first-child {
  margin: 0 16px 0 0 !important;
}
.order-process .payment-container .stripe_title img:nth-child(2) {
  margin: 0 0 0 16px !important;
}
.order-process .payment-container .stripe_title img:last-child {
  margin: 0 0 0 16px !important;
}
.order-process .payment-container #stripe-payment-form label.card_line {
  height: auto;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #557570;
  background-color: white;
}
.order-process
  .payment-container
  #stripe-payment-form
  label.card_line
  .info-stripe-card {
  display: flex;
  margin: 10px 0 0 0;
  border-top: 1px solid #f7f7f7;
  padding-top: 10px;
  font-size: 14px;
}
.order-process .payment-container #stripe-payment-form label,
.order-process .payment-container #stripe-sepa-form label {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "proxima-nova";
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
}
.order-process
  .payment-container
  #stripe-payment-form
  .form-row
  input[type="text"],
.order-process
  .payment-container
  #stripe-sepa-form
  .form-row
  input[type="text"] {
  margin-bottom: 24px;
  box-shadow: none;
}
.order-process .payment-container div.payment_module input[type="text"],
.order-process .payment-container .StripeElement {
  box-shadow: none;
  border: 1px solid #557570;
  margin-bottom: 24px;
}
.order-process .payment-container #stripe-sepa-button,
.order-process .payment-container #stripe-redirect-button,
.order-process .payment-container button#stripe-submit-button,
.order-process .payment-container #generate_new_btcrcvr {
  box-shadow: none;
  text-shadow: none;
  background: #557570;
  border: 0 none;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 2.1rem 2rem;
  text-align: center;
  text-decoration: none;
}
.order-process .payment-container #stripe-sepa-button svg,
.order-process .payment-container #stripe-redirect-button svg,
.order-process .payment-container button#stripe-submit-button svg,
.order-process .payment-container #generate_new_btcrcvr svg {
  height: 2rem;
  width: 2rem;
}
.order-process .payment-container #stripe-sepa-button:visited,
.order-process .payment-container #stripe-redirect-button:visited,
.order-process .payment-container button#stripe-submit-button:visited,
.order-process .payment-container #generate_new_btcrcvr:visited {
  color: white;
}
.order-process .payment-container #stripe-sepa-button:hover,
.order-process .payment-container #stripe-redirect-button:hover,
.order-process .payment-container button#stripe-submit-button:hover,
.order-process .payment-container #generate_new_btcrcvr:hover {
  background-color: #00943b !important;
}
.order-process .payment-container .prbutton-alert {
  background-color: #557570;
  padding: 24px;
  border-radius: 8px;
}
.order-process .payment-container .mobile-payment {
  display: none;
}
.order-process .payment-container .mobile-payment .stripe_title > div {
  margin-left: 16px;
}
.order-process
  .payment-container
  .mobile-payment
  .stripe_title
  > div
  img:first-child {
  width: 70px;
}
.order-process
  .payment-container
  .mobile-payment
  .stripe_title
  > div
  img:nth-child(2) {
  width: 34px;
}
.order-process .payment-container div.payment_module input[type="text"],
.order-process .payment-container .StripeElement {
  height: auto;
}

.order-process #login_form_content {
  padding-top: 2rem;
}

.item.box {
  background-color: white;
  padding: 48px;
  border-radius: 8px;
}
.item.box li {
  margin: 0px;
  padding: 0px;
}
.item.box .address_update a {
  margin-top: 16px;
}
.item.box .address_update a i {
  margin-left: 8px;
}

.cp-banner-three-block {
  width: 100%;
  background: #1b0f2a;
  padding: 24px;
}
@media all and (min-width: 48em) {
  .cp-banner-three-block {
    padding: 49px;
  }
}
.cp-banner-three-block span {
  display: inline !important;
}
.cp-banner-three-block .home-rea-c {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp-banner-three-block .home-rea-c .item {
  width: 100%;
  margin-bottom: 16px;
  padding: 0px 15px;
  display: flex;
  color: white;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (min-width: 48em) {
  .cp-banner-three-block .home-rea-c .item {
    width: 33.333333%;
    margin-bottom: 0px;
  }
}
.cp-banner-three-block .home-rea-c .item > div {
  display: flex;
  align-items: center;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-banner-three-block .home-rea-c .item > div {
    width: 100%;
  }
}
.cp-banner-three-block .home-rea-c .item svg {
  margin-right: 16px;
  width: 41px;
  height: 46px;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-banner-three-block .home-rea-c .item .txt {
    width: calc(100% - 70px);
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-banner-three-block .home-rea-c .item .txt br {
    display: none;
  }
}
.cp-banner-three-block .home-rea-c .item .txt span {
  color: #557570;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-banner-three-block .home-rea-c .item .txt span {
    display: block;
  }
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-banner-three-block .home-rea-c .item:not(:last-child) {
    border-bottom: 1px solid white;
    padding-bottom: 16px;
  }
}
@media all and (min-width: 48em) {
  .cp-banner-three-block .home-rea-c .item:not(:last-child) {
    border-right: 1px solid #ffffff36;
  }
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-banner-three-block .home-rea-c .item:last-child {
    margin-bottom: 0;
  }
}
/* changer couleur fond banniere */
.aph_bar_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 48px;
  max-height: 48px;
  background-color: #557570;
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  cursor: pointer;
}

.aph_bar_holder span {
  position: relative;
  color: white;
  text-decoration: underline;
}

.aph_bar_holder span svg {
  fill: white;
}

.cp-hero-banner {
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  /* padding-top: 66px; */
  flex-direction: column;
  overflow: hidden;
}
@media all and (min-width: 1100px) {
  .cp-hero-banner {
    flex-direction: row;
    padding-top: 16px;
  }
}
.cp-hero-banner .left-section {
  width: 100%;
  padding: 25px;
}
@media all and (min-width: 1100px) {
  .cp-hero-banner .left-section {
    width: 50%;
  }
}
.cp-hero-banner .left-section .txt-container {
  width: 100%;
  /* max-width: 600px; */
  text-align: center;
}

@media all and (min-width: 1100px) {
  .cp-hero-banner .left-section .txt-container {
    max-width: 800px;
    text-align: left;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-top: 28px;
  }
}
@media all and (min-width: 100em) {
  .cp-hero-banner .left-section .txt-container {
    margin: 0 0 0 auto;
  }
}
.cp-hero-banner .left-section .txt-container h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 64px;
  line-height: 56px;
  color: #1b0f2a;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cp-hero-banner .left-section .txt-container h1 {
    /* display: none; */
    flex-direction: row;
    font-size: 4rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1100px) {
  .cp-hero-banner .left-section .txt-container h1 {
    justify-content: center !important;
  }
}

@media all and (min-width: 48em) {
  .cp-hero-banner .left-section .txt-container h1 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.cp-hero-banner .left-section .txt-container h1 span {
  aspect-ratio: 3 / 1;
  width: 190px;
  display: flex;
  align-items: flex-end;
}
.cp-hero-banner .left-section .txt-container h1 span img {
  margin: 0 auto;
  object-fit: cover;
}
@media all and (min-width: 48em) {
  .cp-hero-banner .left-section .txt-container h1 span img {
    margin: 0;
  }
}
@media all and (min-width: 48em) {
  .cp-hero-banner .left-section .txt-container h1 span {
    width: 197px;
    height: 78px;
    margin-left: 4px;
  }
  .cp-hero-banner .left-section .txt-container h1 span img {
    width: 100%;
    margin-bottom: 6px;
  }
}
.cp-hero-banner .left-section .txt-container p {
  font-size: 25px;
  font-weight: 600;
  color: #314048;
  line-height: 34px;
  margin-bottom: 10px;
}
.cp-hero-banner .left-section .txt-container p span {
  color: #557570;
}
.cp-hero-banner .left-section .txt-container p em {
  text-decoration: underline;
}
.cp-hero-banner .left-section .txt-container .parteners {
  border: none;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.cp-hero-banner .left-section .txt-container .parteners p {
  color: #1b0f2a;
}
@media screen and (max-width: 768px) {
  .cp-hero-banner .left-section .txt-container .parteners p {
    font-size: 16px;
    line-height: 2rem;
  }
}
@media all and (min-width: 48em) {
  .cp-hero-banner .left-section .txt-container .parteners {
    border-top: 2px solid #d4ebd3;
    width: 40vw;
    margin-top: 92px;
    text-align: right;
  }
}
.cp-hero-banner .left-section .txt-container .parteners p {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
@media all and (min-width: 48em) {
  .cp-hero-banner .left-section .txt-container .parteners p {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.cp-hero-banner .left-section .txt-container .parteners p img {
  margin: 8px auto 0;
  width: 52px;
}
@media all and (min-width: 48em) {
  .cp-hero-banner .left-section .txt-container .parteners p img {
    margin: 0;
  }
}
.cp-hero-banner .left-section .features-wrapper {
  display: grid;
  column-gap: 14px;
  margin-bottom: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 48em) {
  .cp-hero-banner .left-section .features-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cp-hero-banner .left-section .features-wrapper .feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.7;
}
.cp-hero-banner .left-section .btn-container {
  display: flex;
  justify-content: center;
}

.cp-hero-banner .left-section .avis-verifies {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .cp-hero-banner .left-section .avis-verifies {
    margin-top: 1rem;
  }
}
.cp-hero-banner .left-section .btn-container .btn {
  background: #557570;
}
.cp-hero-banner .left-section .btn-container .comparator {
  width: 420px;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 2.2rem 2rem;
  height: 45px;
  margin: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 0) and (max-width: 48em) {
  .cp-hero-banner .left-section .btn-container .comparator {
    padding: 5px 10px 2px 10px;
  }
}
@media all and (min-width: 48em) {
  .cp-hero-banner .left-section .btn-container .comparator {
    margin: 0;
    line-height: 1rem;
  }
}
.cp-hero-banner .left-section .btn-container .comparator:hover {
  color: #fff;
}
.cp-hero-banner .right-section {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.cp-hero-banner .right-section img {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  z-index: 20;
  max-height: 300px;
}

.cp-hero-banner .right-section .badge {
  position: absolute;
  top: 2rem;
  right: 1rem;
  background-color: #557570;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 16rem;
  width: 16rem;
  border-radius: 100%;
  z-index: 30;
  color: white;
  font-weight: 700;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-size: 2rem;
  text-align: center;
}

.cp-hero-banner .right-section .green-circle {
  position: relative;
  top: 10rem;
  right: -5%;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  border: 30px solid #333333;
  background-color: white;
  z-index: 10;
}

@media all and (min-width: 1000px) {
  .cp-hero-banner .right-section img {
    max-height: 100%;
  }
  .cp-hero-banner .right-section .badge {
    height: 18rem;
    width: 18rem;
    font-size: 2rem;
    top: 10rem;
    right: 4rem;
  }
  .cp-hero-banner .right-section .green-circle {
    width: 70rem;
    height: 70rem;
    border-width: 60px;
    background-color: white;
  }
}

@media all and (min-width: 48em) {
  .cp-hero-banner .right-section .container-img {
    max-width: 741px;
  }
}
.cp-hero-banner .right-section .container-img img {
  width: 100%;
}

/* ==========================================================================
    Print
   ========================================================================== */
@media print {
  /*
    * Boilerplate print styles
    */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* Don't show links for logo, images, or javascript/internal links */
  .logo a::after,
  .ir a::after,
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .img-left .logo,
  .logo img {
    float: none;
    height: 67px;
  }
  .logo a {
    display: block;
  }
  .page {
    margin: 0;
  }
  .layout-2col::after,
  .sidebar,
  .bottom,
  .header::before,
  .slider,
  .nav-tactile,
  .menu,
  .fu,
  .footer {
    display: none !important;
  }
  .layout-2col > .primary {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}

.cp-partner-network {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
}
.cp-partner-network h3 {
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
}
.cp-partner-network p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.cp-partner-network .main-card {
  background-color: #fff;
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  position: relative;
  height: 100%;
}
.cp-partner-network .main-card.mt {
  margin-top: 60px;
}
@media all and (min-width: 64em) {
  .cp-partner-network .main-card {
    flex-direction: row;
    align-items: center;
    gap: 65px;
    padding: 64px 56px 64px 72px;
  }
}
.cp-partner-network .main-card img + p {
  margin-bottom: 16px;
  color: #1b0f2a;
}
.cp-partner-network .main-card p.green {
  margin-bottom: 8px;
}
.cp-partner-network .main-card .job-text {
  margin-bottom: 48px;
  color: #314048;
}
@media all and (min-width: 64em) {
  .cp-partner-network .main-card .job-text {
    margin-bottom: 0;
  }
}
.cp-partner-network .main-card p.green,
.cp-partner-network .main-card .job-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.cp-partner-network .main-card .img-wrapper {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  width: 250px;
}
@media all and (min-width: 64em) {
  .cp-partner-network .main-card .img-wrapper {
    margin-bottom: 0;
  }
}
.cp-partner-network .main-card .img-wrapper img {
  border-radius: 4px;
  aspect-ratio: 178/220;
  object-fit: cover;
}
.cp-partner-network .main-card .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media all and (min-width: 64em) {
  .cp-partner-network .main-card .content-wrapper {
    text-align: left;
    align-items: flex-start;
    width: 85%;
  }
}
.cp-partner-network .main-card .content-wrapper .quote-icon {
  margin-bottom: 33px;
}
@media all and (min-width: 64em) {
  .cp-partner-network .main-card .content-wrapper .quote-icon + p {
    width: 85%;
  }
}
.cp-partner-network .main-card .content-wrapper .axa-icon {
  position: absolute;
  bottom: 56px;
  right: 56px;
}
.cp-partner-network .swiper-wrapper {
  position: relative;
}
.cp-partner-network .swiper-pagination {
  bottom: 80px;
}
.cp-partner-network .swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 3px;
  background: #e4e4e4;
  border-radius: 1px;
}
.cp-partner-network .swiper-pagination .swiper-pagination-bullet-active {
  background: #557570;
}
.cp-partner-network .swiper-button-prev,
.cp-partner-network .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cp-partner-network .swiper-button-prev:after,
.cp-partner-network .swiper-button-next:after {
  color: #557570;
}

.cp-contact-us {
  padding: 120px 0;
  background-color: #fff;
}
@media all and (min-width: 64em) {
  .cp-contact-us {
    padding: 120px 100px;
  }
}
.cp-contact-us .teq-container {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 64em) {
  .cp-contact-us .teq-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
}
.cp-contact-us .content-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 0) and (max-width: 64em) {
  .cp-contact-us .content-wrapper {
    align-items: center;
  }
}
@media all and (min-width: 64em) {
  .cp-contact-us .content-wrapper {
    text-align: left;
  }
}
.cp-contact-us .content-wrapper h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
.cp-contact-us .content-wrapper h3 span {
  display: block;
  margin-bottom: 28px;
  color: #314048;
}
.cp-contact-us .content-wrapper p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.cp-contact-us .img-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
@media all and (min-width: 64em) {
  .cp-contact-us .img-wrapper {
    margin-top: 0;
  }
  .cp-contact-us .img-wrapper img {
    flex-shrink: 1;
  }
}
.cp-contact-us .btn-container {
  display: flex;
  margin-bottom: 41px;
  flex-direction: column;
  gap: 16px;
}
@media all and (min-width: 64em) {
  .cp-contact-us .btn-container {
    margin-left: 0;
  }
}
.cp-contact-us .btn-container a {
  margin-left: 0;
}
.cp-contact-us .btn-container .btn {
  background: #557570;
}
.cp-contact-us .btn-container .call {
  width: 100%;
  padding: 0.8em;
}
@media all and (min-width: 64em) {
  .cp-contact-us .btn-container .btn,
  .cp-contact-us .btn-container .call {
    max-width: 266px;
    margin-right: 0;
  }
}
.cp-contact-us .btn-container + p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.cp-contact-us .btn-container + p img {
  height: 30px;
}

.cp-newsletter-form {
  border-top: 1px solid #ececec;
  background-color: #fff;
}
.cp-newsletter-form .teq-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
  max-width: 570px;
}
.cp-newsletter-form h3 {
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 24px;
}
.cp-newsletter-form form {
  display: flex;
  width: 100%;
  justify-content: center;
}
.cp-newsletter-form form input[type="text"] {
  padding: 16px;
  width: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
}
.cp-newsletter-form form button {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-grow: 0;
}
.cp-newsletter-form .subtext {
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 32px;
  margin-bottom: 0;
}

.row.news {
  display: flex;
  justify-content: center;
  text-align: center;
}
.row.news .newsletters {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
}
.row.news .newsletters__box {
  width: 100%;
  max-width: 570px;
}
.row.news .subtext {
  margin-top: 32px;
}
.row.news .newsletters__btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cp-features-blocks {
  padding: 0 0 144px;
  background-color: #fff;
  text-align: center;
}
.cp-features-blocks .teq-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-features-blocks h3 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
}
.cp-features-blocks h3 .black {
  color: #1b0f2a;
}
.cp-features-blocks h4 {
  font-size: 24px;
  font-family: "proxima-nova";
  font-weight: 600;
}
.cp-features-blocks .btn {
  max-width: 306px;
  width: 100%;
  font-weight: 700;
  padding: 1.7rem 2rem;
  background: #557570;
}
.cp-features-blocks .cards-wrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 56px auto 72px;
  position: relative;
}
.cp-features-blocks .cards-wrapper .bg-img {
  position: absolute;
  top: -74px;
  right: -74px;
  z-index: 1;
  display: none;
}
.cp-features-blocks .cards-wrapper > a {
  z-index: 2;
  background-color: white;
}
@media all and (min-width: 48em) {
  .cp-features-blocks .cards-wrapper .bg-img {
    display: block;
  }
}
@media all and (min-width: 78.75em) {
  .cp-features-blocks .cards-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cp-features-blocks .cards-wrapper .card {
  z-index: 2;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #f7f7f7;
  max-width: 270px;
  max-height: 188px;
  padding: 8px 0 0;
}
@media all and (min-width: 48em) {
  .cp-features-blocks .cards-wrapper .card {
    padding: 40px 32px;
  }
}
.cp-features-blocks .cards-wrapper .card .icon {
  width: 46px;
  height: 46px;
  min-height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9fdf3;
  margin-bottom: 24px;
}
.cp-features-blocks .cards-wrapper .card .icon img {
  width: 22px;
  height: 22px;
}
@media all and (min-width: 48em) {
  .cp-features-blocks .cards-wrapper .card .icon {
    width: 80px;
    height: 80px;
    min-height: 80px;
  }
  .cp-features-blocks .cards-wrapper .card .icon img {
    width: 32px;
    height: 32px;
  }
}
.cp-features-blocks .cards-wrapper .card h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media all and (min-width: 48em) {
  .cp-features-blocks .cards-wrapper .card h5 {
    font-size: 20px;
  }
}
.cp-features-blocks .cards-wrapper .card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.cp-features-blocks .cards-wrapper .card:hover {
  background-color: #efefef;
}
.cp-features-blocks .stretched-link:after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.cp-features-blocks .stretched-link:before {
  content: none !important;
}
.cp-features-blocks .position-relative {
  position: relative;
}

.cp-slider {
  background-color: #fff;
  padding: 120px 0 0;
}
.cp-slider h3,
.cp-slider h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 80px;
  text-align: center;
}
.cp-slider h3 .black,
.cp-slider h2 .black {
  display: block;
}
.cp-slider .slider-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media all and (min-width: 48em) {
  .cp-slider .slider-wrapper {
    flex-direction: row;
    gap: 70px;
    justify-content: center;
  }
}
.cp-slider .slider-wrapper .s1 .content {
  margin-bottom: 60px;
}
.cp-slider .slider-wrapper .img-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media all and (min-width: 48em) {
  .cp-slider .slider-wrapper .img-wrapper {
    width: 60%;
    aspect-ratio: 630 / 580;
    position: relative;
    margin-bottom: 120px;
  }
}
.cp-slider .slider-wrapper .img-wrapper img {
  position: absolute;
  opacity: 0;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.3s;
  top: 0;
}
@media all and (min-width: 64em) {
  .cp-slider .slider-wrapper .img-wrapper img {
    width: 100%;
    height: 100%;
  }
}
.cp-slider .slider-wrapper .img-wrapper img.active {
  opacity: 1;
  position: relative;
}
.cp-slider .slider-wrapper .content-wrapper {
  width: 100%;
  margin-top: 40px;
}
@media all and (min-width: 48em) {
  .cp-slider .slider-wrapper .content-wrapper {
    margin: 0;
    max-width: 40%;
  }
}
.cp-slider .slider-wrapper .content-wrapper .green,
.cp-slider .slider-wrapper .content-wrapper .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 7px;
  line-height: 30px;
}
.cp-slider .slider-wrapper .content-wrapper .title {
  cursor: pointer;
}
.cp-slider .slider-wrapper .content-wrapper p.content {
  margin-top: 24px;
}
.cp-slider .slider-wrapper .content-wrapper .content {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 18px;
  color: #314048;
}
.cp-slider .slider-wrapper .content-wrapper .content a {
  color: inherit;
  text-decoration: underline;
}
.cp-slider .slider-wrapper .content-wrapper .store-links {
  display: flex;
  gap: 17px;
}
.cp-slider .slider-wrapper .slider-step {
  margin-bottom: 40px;
  margin-left: 40px;
  position: relative;
}
.cp-slider .slider-wrapper .slider-step .progress {
  position: absolute;
  height: 100%;
  width: 4px;
  left: -40px;
  background-color: #ececec;
}
.cp-slider .slider-wrapper .slider-step .progress .progress-fill {
  position: absolute;
  width: 100%;
  background-color: #557570;
}
.cp-slider .slider-wrapper .slider-step .content {
  display: none;
}
.cp-slider .slider-wrapper .slider-step.active {
  margin-bottom: 56px;
}
.cp-slider .slider-wrapper .slider-step.active .content {
  display: block;
}
.cp-slider .slider-wrapper .slider-step.active .progress-fill {
  animation: fillProgressBar 8s linear;
}

@keyframes fillProgressBar {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

.cp-testimonials {
  background-color: #fff;
  padding: 120px 0 170px;
  position: relative;
  margin-top: 50px;
}
@media all and (min-width: 64em) {
  .cp-testimonials {
    padding: 120px 0 170px;
    margin-top: 120px;
  }
}
.cp-testimonials h3 {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 24px;
}
@media all and (min-width: 64em) {
  .cp-testimonials h3 {
    padding: 0 135px;
  }
}
.cp-testimonials p {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 64px;
  line-height: 29px;
  max-width: 770px;
  color: #314048;
  font-weight: 600;
}
.cp-testimonials .cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (min-width: 48em) {
  .cp-testimonials .cards-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.cp-testimonials .card {
  border-radius: 8px;
  padding: 62px 40px 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  z-index: 2;
  margin-bottom: 3em;
  width: 100%;
  background-color: #f7f7f7;
}
.cp-testimonials .card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.cp-testimonials .card .quote-icon {
  height: 25px;
  width: 33px;
}
.cp-testimonials .card .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.cp-testimonials .card .card-main-text {
  margin-bottom: 20px;
}
.cp-testimonials .card .rating-wrapper {
  display: flex;
  justify-content: center;
}
.cp-testimonials .card .rating-wrapper .rating-icon {
  width: 14px;
  height: 13px;
}
.cp-testimonials .bg-circle {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cp-footer {
  background-color: #1b0f2a;
}
.cp-footer .top {
  padding: 80px 0 64px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.cp-footer .top:last-of-type {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 0;
}

@media all and (min-width: 64em) {
  .cp-footer .top {
    margin: auto 100px;
    flex-direction: row;
  }
}
.cp-footer .bottom {
  padding: 64px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media all and (min-width: 64em) {
  .cp-footer .bottom {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media all and (min-width: 90em) {
  .cp-footer .bottom {
    padding: 64px 100px 120px;
    gap: 100px;
  }
}
.cp-footer .bottom .left,
.cp-footer .bottom .mid {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
@media all and (min-width: 64em) {
  .cp-footer .bottom .left,
  .cp-footer .bottom .mid {
    align-items: flex-start;
  }
}
.cp-footer .bottom .right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (min-width: 64em) {
  .cp-footer .bottom .right {
    margin-left: auto;
  }
}
.cp-footer .bottom .right img {
  min-width: 200px;
}
.cp-footer .bottom .subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.cp-footer .bottom ul {
  padding-left: 0;
}
.cp-footer .bottom li {
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
  transition: transform 0.5s;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}
.cp-footer .bottom li:before {
  content: url(../js/6646bfee0fcf19c0d835.svg);
  position: absolute;
  left: 0;
}
.cp-footer .bottom li:hover {
  transform: translateX(12.5px);
}
.cp-footer .bottom li:hover a {
  text-decoration: underline;
}
.cp-footer .bottom .footer-link {
  color: #fff;
}
.cp-footer .bottom .footer-link:hover {
  color: #fff !important;
}
.cp-footer .subfooter {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #0f031e;
  text-align: center;
}
.cp-footer .subfooter p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.cp-slider-offer {
  background-color: #f7f7f7;
}
@media all and (min-width: 48em) {
  .cp-slider-offer {
    padding: 104px 0 120px;
  }
}
.cp-slider-offer h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  padding-top: 20px;
}
@media all and (min-width: 48em) {
  .cp-slider-offer h3 {
    padding: 0;
  }
}
.cp-slider-offer .circle {
  display: none;
}
@media all and (min-width: 48em) {
  .cp-slider-offer .circle {
    position: absolute;
    top: 197rem;
    right: 14%;
    max-width: 330px;
  }
}
.cp-slider-offer .circle img {
  width: 100%;
}
.cp-slider-offer .container-slider {
  width: 100%;
  background-color: #fff;
  margin-top: 56px;
}
@media all and (min-width: 48em) {
  .cp-slider-offer .container-slider {
    padding: 100px 100px;
  }
}
.cp-slider-offer .container-btn {
  display: flex;
  padding: 8px 0;
  gap: 8px;
}
.cp-slider-offer .container-btn .orange {
  color: #557570 !important;
}
.cp-slider-offer .container-btn .slider-btn {
  position: relative;
  width: 100%;
  background-color: #0f031e;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 2.1rem 2rem;
  text-align: center;
  text-decoration: none;
  background: #f9f9f9;
  border: 2px solid #f9f9f9;
  color: #000;
}
.cp-slider-offer .container-btn .slider-btn:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 75%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
}
.cp-slider-offer .container-btn .slider-btn:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.cp-slider-offer .container-btn .slider-btn:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.cp-slider-offer .container-btn .slider-btn span {
  font-weight: 700;
  font-size: 12px;
}
@media all and (min-width: 30em) {
  .cp-slider-offer .container-btn .slider-btn span {
    font-size: 16px;
  }
}
.cp-slider-offer .container-btn .slider-btn .offer-decoration-circle,
.cp-slider-offer .container-btn .slider-btn .offer-decoration-arrow,
.cp-slider-offer .container-btn .slider-btn .offer-decoration-txt {
  display: none;
}
@media all and (min-width: 64em) {
  .cp-slider-offer .container-btn .slider-btn .offer-decoration-circle,
  .cp-slider-offer .container-btn .slider-btn .offer-decoration-arrow,
  .cp-slider-offer .container-btn .slider-btn .offer-decoration-txt {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media all and (min-width: 64em) {
  .cp-slider-offer .container-btn .slider-btn .offer-decoration-arrow {
    top: -50%;
    left: auto;
    right: -15%;
  }
}
.cp-slider-offer .container-btn .slider-btn .offer-decoration-txt {
  color: #557570;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media all and (min-width: 64em) {
  .cp-slider-offer .container-btn .slider-btn .offer-decoration-txt {
    top: -70%;
    left: auto;
    right: -25%;
  }
}
.cp-slider-offer .container-btn .slider-btn:hover {
  cursor: pointer;
  background: #fff;
}
.cp-slider-offer .container-btn .slider-btn.active-tab {
  color: #fff !important;
  background: #557570;
  position: relative;
}
.cp-slider-offer .container-btn .slider-btn.active-tab:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -16px;
  left: 0px;
  width: 100%;
  height: 10px;
  background: #557570;
  border-bottom: 1px solid #557570;
}
.cp-slider-offer .tab-container {
  display: none;
}
.cp-slider-offer .tab-container.active {
  display: block;
}
.cp-slider-offer .container-offer {
  display: flex;
  flex-direction: column;
  padding: 25px 10px;
  background: #f9f9f9;
}
@media all and (min-width: 48em) {
  .cp-slider-offer .container-offer {
    flex-direction: row;
    padding-top: 50px;
  }
}
.cp-slider-offer .container-offer .left-section {
  width: 100%;
  padding-top: 20px;
}
@media all and (min-width: 48em) {
  .cp-slider-offer .container-offer .left-section {
    padding: 0;
    width: 35%;
  }
}
.cp-slider-offer .container-offer .left-section h4 {
  margin-bottom: 16px;
}
.cp-slider-offer .container-offer .left-section p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1b0f2a;
  margin-bottom: 32px;
}
@media all and (min-width: 48em) {
  .cp-slider-offer .container-offer .left-section p {
    max-width: 80%;
  }
}
.cp-slider-offer .container-offer .left-section img {
  padding-bottom: 24px;
}
.cp-slider-offer .container-offer .left-section a {
  padding-top: 10px;
  color: #1b0f2a;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 2px solid #0f031e;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 500;
  font-weight: 700;
}
.cp-slider-offer .container-offer .right-section {
  width: 100%;
  padding-top: 20px;
}
@media all and (min-width: 48em) {
  .cp-slider-offer .container-offer .right-section {
    padding: 0;
    width: 65%;
    padding-left: 3px;
  }
}
@media all and (min-width: 64em) {
  .cp-slider-offer .container-offer .right-section .mr {
    max-width: 85%;
  }
}
.cp-slider-offer .container-offer .right-section p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1b0f2a;
}
.cp-slider-offer .container-offer .right-section ul {
  padding: 0 0 20px;
}
.cp-slider-offer .container-offer .right-section ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1b0f2a;
  font-weight: 400;
  line-height: 24px;
}
.cp-slider-offer .container-offer .right-section ul li::before {
  content: "\2022";
  color: #557570;
  width: 1em;
  padding-right: 10px;
  margin-left: -11px;
}
.cp-slider-offer .container-offer .right-section .subscribe {
  background: #557570;
  border: 0 none;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
  font-family: "proxima-nova";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1.6rem 1rem;
  text-align: center;
  text-decoration: none;
}
.cp-slider-offer .container-offer .right-section .btn-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media all and (min-width: 48em) {
  .cp-slider-offer .container-offer .right-section .btn-container {
    flex-direction: row;
    gap: 0;
  }
}
.cp-slider-offer .container-offer .right-section .btn-container .subscribe {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 90em) {
  .cp-slider-offer .container-offer .right-section .btn-container .subscribe {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cp-slider-offer
  .container-offer
  .right-section
  .btn-container
  .subscribe:hover {
  background-color: #00943b;
  color: #fff !important;
}
.cp-slider-offer .container-offer .right-section .btn-container .call {
  margin-left: 0;
}
@media all and (min-width: 48em) {
  .cp-slider-offer .container-offer .right-section .btn-container .call {
    margin-left: 16px;
  }
}
@media all and (min-width: 90em) {
  .cp-slider-offer .container-offer .right-section .btn-container .call {
    white-space: nowrap;
  }
}
.cp-slider-offer .container-offer .right-section .container-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ececec;
  padding: 31px;
  margin-bottom: 40px;
  max-width: 510px;
}
.cp-slider-offer .container-offer .right-section .container-add span {
  font-size: 60px;
  font-weight: 400;
  font-family: "proxima-nova", Arial, Helvetica, "Liberation Sans", FreeSans,
    sans-serif;
}
.cp-slider-offer .container-offer .right-section .container-add img {
  max-width: 147px;
}

.cp-cgv {
  background-color: #fff;
}
.cp-cgv .teq-container {
  padding: 64px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.cp-cgv p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #314048;
  text-align: center;
}
@media all and (min-width: 48em) {
  .cp-cgv p {
    text-align: left;
    margin-left: 100px;
  }
}
.cp-cgv p a {
  color: #314048;
  text-decoration: underline;
}

.cp-offers-grid .title {
  margin-top: 50px !important;
  font-size: 40px !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 54px !important;
}
@media all and (min-width: 78.75em) {
  .cp-offers-grid .title {
    margin-bottom: 96px !important;
    font-size: 64px !important;
  }
}

.cp-offers-grid .sticky-prices-container {
  flex-direction: row;
}
@media all and (min-width: 64em) {
  .cp-offers-grid .sticky-prices-container {
    padding: 12px 48px;
  }
}
.cp-offers-grid .sticky-prices-container .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
}
.cp-offers-grid .sticky-prices-container .container p {
  margin-left: 0;
}
@media all and (min-width: 64em) {
  .cp-offers-grid .sticky-prices-container .container {
    align-items: flex-start;
  }
  .cp-offers-grid .sticky-prices-container .container p {
    margin-left: 120px;
  }
  .cp-offers-grid .sticky-prices-container .container p span {
    display: inline !important;
  }
}
.cp-offers-grid .sticky-prices-container .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: center !important;
  width: 100%;
}
.cp-offers-grid .sticky-prices-container .btns-wrapper .left-side {
  display: flex;
  align-items: center;
}
@media all and (min-width: 30em) {
  .cp-offers-grid .sticky-prices-container .btns-wrapper .left-side {
    gap: 12px;
  }
}
.cp-offers-grid .sticky-prices-container .btns-wrapper button,
.cp-offers-grid .sticky-prices-container .btns-wrapper a {
  font-size: 12px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 140px !important;
  margin-left: 0;
}
@media all and (min-width: 48em) {
  .cp-offers-grid .sticky-prices-container .btns-wrapper button,
  .cp-offers-grid .sticky-prices-container .btns-wrapper a {
    width: 224px !important;
  }
}

.cp-offers-grid + .cp-features-blocks .card .icon {
  margin: 12px auto;
}
.cp-offers-grid + .cp-features-blocks .card .icon img {
  margin: 0 !important;
}

.cp-offers-grid .desktop-only {
  display: none !important;
}
@media all and (min-width: 78.75em) {
  .cp-offers-grid .desktop-only {
    display: flex !important;
  }
}

.cp-offers-grid .mobile-only {
  display: block !important;
}
@media all and (min-width: 78.75em) {
  .cp-offers-grid .mobile-only {
    display: none !important;
  }
}
.cp-offers-grid .mobile-only.left-side {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
@media all and (min-width: 78.75em) {
  .cp-offers-grid .mobile-only.left-side {
    display: none !important;
  }
}
.cp-offers-grid .mobile-only.left-side .orange {
  color: #557570;
  display: block;
  text-align: center;
}

.cp-offers-grid .smallest-mobile-only {
  display: block !important;
}
@media all and (min-width: 48em) {
  .cp-offers-grid .smallest-mobile-only {
    display: none !important;
  }
}

.cp-offers-grid span.smallest-mobile-only {
  display: inline !important;
}
@media all and (min-width: 48em) {
  .cp-offers-grid span.smallest-mobile-only {
    display: none !important;
  }
}

.cp-offers-grid .not-on-smallest-mobile {
  display: none !important;
}
@media all and (min-width: 48em) {
  .cp-offers-grid .not-on-smallest-mobile {
    display: block !important;
  }
}

.cp-offers-grid span.not-on-smallest-mobile {
  display: none !important;
}
@media all and (min-width: 48em) {
  .cp-offers-grid span.not-on-smallest-mobile {
    display: inline !important;
  }
}

.cp-offers-grid .offers-grid {
  display: flex;
  gap: 15px;
  overflow-x: scroll;
  min-width: 100%;
}
@media all and (min-width: 78.75em) {
  .cp-offers-grid .offers-grid {
    gap: 30px;
    overflow-x: visible;
  }
}
.cp-offers-grid .offers-grid .btn-container {
  margin-top: 56px;
}
.cp-offers-grid .offers-grid .btn {
  width: 100%;
  height: 52px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white !important;
  background: #557570;
  font-size: 12px;
  margin: 0 0 16px 0 !important;
}
.cp-offers-grid .offers-grid .btn.subscribe {
  background: #557570;
}
.cp-offers-grid .offers-grid .btn.call:hover {
  background: #00943b !important;
}
.cp-offers-grid .offers-grid h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
.cp-offers-grid .offers-grid .top-img {
  height: 168px;
}
.cp-offers-grid .offers-grid .hidden {
  opacity: 0;
}
.cp-offers-grid .offers-grid img.top-img {
  height: 80px !important;
}
.cp-offers-grid .offers-grid .btm-margin {
  height: 87px;
}
.cp-offers-grid .offers-grid .underline {
  text-decoration: underline;
}
.cp-offers-grid .offers-grid .orange {
  color: #557570;
}
.cp-offers-grid .offers-grid .title-2 {
  margin-top: 24px;
}
.cp-offers-grid .offers-grid .item {
  font-size: 14px !important;
  border-bottom: 1px solid #ececec;
  padding: 16px 0;
  margin: 0 !important;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cp-offers-grid .offers-grid .item img {
  margin: 0 !important;
}
.cp-offers-grid .offers-grid .last {
  border-bottom: none;
}
.cp-offers-grid .offers-grid .col-1 {
  width: 40%;
  min-width: 40%;
}
@media all and (min-width: 78.75em) {
  .cp-offers-grid .offers-grid .col-1 {
    min-width: 25%;
    width: 25%;
  }
}
.cp-offers-grid .offers-grid .col-2,
.cp-offers-grid .offers-grid .col-3,
.cp-offers-grid .offers-grid .col-4 {
  padding: 48px 24px 32px;
  background: #f9f9f9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-offers-grid .offers-grid .col-2 .item,
.cp-offers-grid .offers-grid .col-3 .item,
.cp-offers-grid .offers-grid .col-4 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cp-offers-grid .offers-grid .col-4 {
  position: relative;
}
.cp-offers-grid .offers-grid .col-4 .orange-decoration .arr {
  position: absolute;
  top: -24px;
  right: -24px;
  transform: rotate(45deg);
  display: none;
}
@media all and (min-width: 78.75em) {
  .cp-offers-grid .offers-grid .col-4 .orange-decoration .arr {
    display: block;
  }
}
.cp-offers-grid .offers-grid .col-4 .orange-decoration .circ {
  position: absolute;
  top: 30px;
  right: 10px;
  transform: rotate(12deg);
  width: 220px;
}
@media all and (min-width: 78.75em) {
  .cp-offers-grid .offers-grid .col-4 .orange-decoration .circ {
    right: 24px;
  }
}
.cp-offers-grid .offers-grid .col-4 .orange-decoration .offer-decoration-txt {
  position: absolute;
  top: -48px;
  right: 24px;
  text-align: center;
  color: #557570;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: none;
}
@media all and (min-width: 78.75em) {
  .cp-offers-grid .offers-grid .col-4 .orange-decoration .offer-decoration-txt {
    display: block;
  }
}

.cp-1 {
  margin-top: 60px;
  position: relative;
  padding: 40px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  flex-direction: column;
}
.cp-1 .img-wrapper {
  margin-top: 40px;
}
@media all and (min-width: 78.75em) {
  .cp-1 {
    padding: 120px 0;
    flex-direction: row;
  }
  .cp-1 .img-wrapper {
    margin-top: 0;
  }
}
.cp-1 .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  background: #f7f7f7;
  transform: translateX(-50%);
  z-index: -1;
}
.cp-1 .text-wrapper {
  width: 100%;
}
@media all and (min-width: 64em) {
  .cp-1 .text-wrapper {
    width: 60%;
  }
}
.cp-1 .text-wrapper .title {
  font-size: 40px !important;
  font-weight: 700;
}
.cp-1 .text-wrapper .subtitle {
  font-size: 30px !important;
  font-weight: 600;
}
.cp-1 .text-wrapper .title + p,
.cp-1 .text-wrapper .subtitle + p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.cp-2 {
  position: relative;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 78.75em) {
  .cp-2 {
    padding: 120px;
  }
}
.cp-2:after {
  position: absolute;
  background: white;
  content: "";
  top: 0;
  left: 0;
  width: 150vw;
  height: 100%;
  transform: translateX(-25%);
  z-index: -1;
}
.cp-2 h3 {
  font-size: 32px !important;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
.cp-2 h3.black {
  color: black !important;
}
@media all and (min-width: 78.75em) {
  .cp-2 h3 {
    font-size: 40px !important;
  }
}
.cp-2 .btn {
  margin-top: 12px !important;
  width: 100%;
  height: 52px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 12px;
  margin: 0 0 16px 0;
  background: #557570;
}
@media all and (min-width: 78.75em) {
  .cp-2 .btn {
    margin-top: 40px !important;
    width: 135px;
  }
}

.offers-grid-mobile {
  background: #f9f9f9;
  padding: 0 8px;
}
.offers-grid-mobile .offers-title-wrapper {
  margin-top: 92px;
  display: flex;
  align-items: center;
  margin: auto -8px;
  padding: 8px 0;
  gap: 8px;
  background: white;
}
.offers-grid-mobile .offers-title-wrapper .offer-title {
  max-width: 33%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: white;
  border: 2px solid #f7f7f7;
  position: relative;
}
.offers-grid-mobile .offers-title-wrapper .offer-title.max {
  position: relative;
}
.offers-grid-mobile
  .offers-title-wrapper
  .offer-title.max
  .orange-decoration
  .arr {
  position: absolute;
  width: 40px;
  top: -36px;
  right: -12px;
  transform: rotate(45deg);
}
.offers-grid-mobile
  .offers-title-wrapper
  .offer-title.max
  .orange-decoration
  .circ {
  position: absolute;
  top: 16px;
  right: 0;
  transform: rotate(12deg);
  width: 220px;
}
@media all and (min-width: 30em) {
  .offers-grid-mobile
    .offers-title-wrapper
    .offer-title.max
    .orange-decoration
    .circ {
    top: 0;
    right: 10px;
  }
}
.offers-grid-mobile
  .offers-title-wrapper
  .offer-title.max
  .orange-decoration
  .offer-decoration-txt {
  position: absolute;
  top: -72px;
  right: 24px;
  text-align: center;
  color: #557570;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  width: 180px;
}
.offers-grid-mobile .offers-title-wrapper .offer-title img {
  width: 100%;
  margin: 0 !important;
}
.offers-grid-mobile .offers-title-wrapper .offer-title .subtitle {
  margin-bottom: 0;
  color: #1b0f2a;
  font-weight: 700;
  font-size: 14px !important;
}
.offers-grid-mobile .offers-title-wrapper .offer-title.active {
  background: #f9f9f9;
}
.offers-grid-mobile .offers-title-wrapper .offer-title.active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -2px;
  width: calc(100% + 4px);
  height: 10px;
  background: #f9f9f9;
  border-bottom: 1px solid #557570;
}
.offers-grid-mobile .price {
  margin: 32px auto 38px;
  color: #557570;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.offers-grid-mobile .service {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
.offers-grid-mobile .service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 62px;
}
.offers-grid-mobile .service-item a {
  width: 100%;
}
.offers-grid-mobile .service-item p {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 1px solid #ececec;
  margin: 0;
  padding: 16px 0;
}
.offers-grid-mobile .service-item p.last {
  border-bottom: none;
}
.offers-grid-mobile .service-item.active p {
  color: #557570;
}
.offers-grid-mobile .service-item img {
  margin: 0 !important;
}
.offers-grid-mobile .service-item.urgence img,
.offers-grid-mobile .service-item.electro img {
  display: none;
}
.offers-grid-mobile .service-item.urgence img + img,
.offers-grid-mobile .service-item.electro img + img {
  display: block;
}
.offers-grid-mobile .service-item.active img {
  display: block;
}
.offers-grid-mobile .service-item.active img + img {
  display: none;
}
.offers-grid-mobile .btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
}
.offers-grid-mobile .btn-container .btn {
  width: 224px;
  height: 52px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white !important;
  background: #557570;
  font-size: 12px;
  margin: 0 0 16px 0 !important;
}
.offers-grid-mobile .btn-container .btn.subscribe {
  background: #557570;
}
.offers-grid-mobile .btn-container .btn.call:hover {
  background: #00943b !important;
}

.cp-2 + .cp-cgv p {
  text-align: left;
  font-size: 14px !important;
  margin-left: 0;
}

.cp-medias-slider {
  margin-top: 120px;
  background: white;
  padding: 60px 30px 0;
  position: relative;
}
@media all and (min-width: 64em) {
  .cp-medias-slider {
    margin-top: 60px;
    padding: 120px 120px 0;
  }
}
.cp-medias-slider h3 {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 24px;
  margin-bottom: 40px;
}
.cp-medias-slider .swiper {
  border: 2px solid #ececec;
  border-radius: 8px;
  padding: 32px 120px;
}
.cp-medias-slider .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
}
.cp-medias-slider .swiper-container {
  position: relative;
}
.cp-medias-slider .swiper-button-prev,
.cp-medias-slider .swiper-button-next {
  position: absolute;
  top: 50%;
}
.cp-medias-slider .swiper-button-prev::after,
.cp-medias-slider .swiper-button-next::after {
  content: none;
}
.cp-medias-slider .swiper-button-prev {
  left: -32px;
}
@media all and (min-width: 64em) {
  .cp-medias-slider .swiper-button-prev {
    left: -72px;
  }
}
.cp-medias-slider .swiper-button-next {
  right: -32px;
  transform: rotate(180deg);
}
@media all and (min-width: 64em) {
  .cp-medias-slider .swiper-button-next {
    right: -72px;
  }
}

.cp-medias-slider + .cp-testimonials {
  margin-top: 0;
}

body.cms-36 .columns-container,
body.cms-36 #columns,
body.cms-36 .home,
body.cms-36 .navigation_end a,
body.cms-37 .columns-container,
body.cms-37 #columns,
body.cms-37 .home,
body.cms-37 .navigation_end a,
body.cms-38 .columns-container,
body.cms-38 #columns,
body.cms-38 .home,
body.cms-38 .navigation_end a {
  background-color: transparent !important;
}

body.cms-36 #center_column,
body.cms-36 .center_column,
body.cms-36 #columns,
body.cms-37 #center_column,
body.cms-37 .center_column,
body.cms-37 #columns,
body.cms-38 #center_column,
body.cms-38 .center_column,
body.cms-38 #columns {
  position: static !important;
}

body.cms-36 .breadcrumb,
body.cms-37 .breadcrumb,
body.cms-38 .breadcrumb {
  color: #fff;
}
body.cms-36 .breadcrumb a,
body.cms-37 .breadcrumb a,
body.cms-38 .breadcrumb a {
  color: #fff !important;
}
body.cms-36 .breadcrumb a:after,
body.cms-37 .breadcrumb a:after,
body.cms-38 .breadcrumb a:after {
  border-right-color: #fff !important;
  border-top-color: #fff !important;
  background: transparent !important;
}

body.cms-36 .red-circle,
body.cms-37 .red-circle,
body.cms-38 .red-circle {
  position: absolute;
  right: 0;
  top: 180px;
  z-index: 5;
}

.cp-topizy-offers .sticky-prices-container .subscribe {
  display: flex !important;
}

.cp-topizy-offers .sticky-prices-container .btn,
.cp-topizy-offers .sticky-prices-container .call,
.cp-topizy-offers .sticky-prices-container form {
  width: 100%;
}
@media all and (min-width: 30em) {
  .cp-topizy-offers .sticky-prices-container .btn,
  .cp-topizy-offers .sticky-prices-container .call,
  .cp-topizy-offers .sticky-prices-container form {
    width: 370px !important;
    min-width: 370px;
  }
}

.cp-topizy-offers .header-bg {
  width: 150vw;
  height: calc(100% + 100px);
  background: #0f031e;
  position: absolute;
  top: -100px;
  left: -50%;
}

.cp-topizy-offers .logo-wrapper {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cp-topizy-offers .logo-wrapper img {
  margin-bottom: 0 !important;
  max-width: 230px !important;
}
.cp-topizy-offers .logo-wrapper h3 {
  color: #fff;
  font-size: 36px !important;
  font-weight: 800;
}
.cp-topizy-offers .logo-wrapper .price {
  color: #557570;
  font-size: 30px !important;
  font-weight: 800;
  margin-bottom: 10px;
}
.cp-topizy-offers .logo-wrapper .price + p {
  color: white !important;
  font-size: 20px !important;
  font-weight: 600;
  text-align: center;
}
@media all and (min-width: 78.75em) {
  .cp-topizy-offers .logo-wrapper .price + p {
    padding: 0 168px !important;
  }
}
.cp-topizy-offers .logo-wrapper .subtitle {
  color: #fff;
  text-align: center;
  display: block;
}

.cp-topizy-offers .collapse-wrapper {
  padding: 0;
}
.cp-topizy-offers .collapse-wrapper h2 {
  text-align: center;
}

.cp-topizy-offers .cards-wrapper {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1fr);
  gap: 30px;
  margin: 56px auto 72px;
  position: relative;
}
@media all and (min-width: 48em) {
  .cp-topizy-offers .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cp-topizy-offers .cards-wrapper .bg-img {
  position: absolute;
  top: -74px;
  right: -74px;
  z-index: 1;
  display: none;
}
.cp-topizy-offers .cards-wrapper > a {
  z-index: 2;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-topizy-offers .cards-wrapper .card {
  width: 100%;
  border: 2px solid #f7f7f7 !important;
}
.cp-topizy-offers .cards-wrapper .card.electro {
  max-height: 100%;
  padding: 40px 12px;
}
.cp-topizy-offers .cards-wrapper .card.electro h5 {
  margin-bottom: 24px;
}
.cp-topizy-offers .cards-wrapper .card.electro .icon {
  min-height: 50px;
  height: 50px;
  width: 50px;
}
.cp-topizy-offers .cards-wrapper .card.electro .btn {
  background: #557570;
  width: 100%;
  padding: 1.5rem 0;
  margin-bottom: inherit;
}
.cp-topizy-offers .cards-wrapper .card .feature {
  margin-right: 12px;
  width: 100%;
  display: flex;
}
.cp-topizy-offers .cards-wrapper .card .feature svg {
  width: 50px;
  margin-right: 12px;
  margin-top: 6px;
}
.cp-topizy-offers .cards-wrapper .card .feature p {
  width: 100%;
}
@media all and (min-width: 48em) {
  .cp-topizy-offers .cards-wrapper .bg-img {
    display: block;
  }
}
@media all and (min-width: 78.75em) {
  .cp-topizy-offers .cards-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cp-topizy-offers .cards-wrapper .card {
  z-index: 2;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #f7f7f7;
  max-height: 188px;
  padding: 8px 0 0;
}
@media all and (min-width: 48em) {
  .cp-topizy-offers .cards-wrapper .card {
    padding: 40px 32px;
  }
}
@media all and (min-width: 78.75em) {
  .cp-topizy-offers .cards-wrapper .card {
    max-width: 270px;
  }
}
.cp-topizy-offers .cards-wrapper .card .icon {
  width: 46px;
  height: 46px;
  min-height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9fdf3;
  margin-bottom: 24px;
}
.cp-topizy-offers .cards-wrapper .card .icon img {
  width: 22px;
  height: 22px;
  margin: 0 !important;
}
@media all and (min-width: 48em) {
  .cp-topizy-offers .cards-wrapper .card .icon {
    width: 80px;
    height: 80px;
    min-height: 80px;
  }
  .cp-topizy-offers .cards-wrapper .card .icon img {
    width: 32px;
    height: 32px;
  }
}
.cp-topizy-offers .cards-wrapper .card h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media all and (min-width: 48em) {
  .cp-topizy-offers .cards-wrapper .card h5 {
    font-size: 20px;
  }
}
.cp-topizy-offers .cards-wrapper .card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.cp-topizy-offers .cards-wrapper .card:hover {
  background-color: #efefef;
}

.cp-topizy-offers .offer-card-wrapper {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #ececec;
  border-radius: 8px;
  padding: 40px;
}
@media all and (min-width: 64em) {
  .cp-topizy-offers .offer-card-wrapper {
    margin-top: 0;
    padding: 80px;
  }
  .cp-topizy-offers .offer-card-wrapper.bottom {
    margin-top: 100px;
    padding: 60px;
  }
}
.cp-topizy-offers .offer-card-wrapper li {
  padding-left: 16px;
  margin-bottom: 6px;
  text-align: left;
}
.cp-topizy-offers .offer-card-wrapper li:before {
  content: "";
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #557570;
  position: absolute;
  left: 0;
  top: 10px;
}
.cp-topizy-offers .offer-card-wrapper h3,
.cp-topizy-offers .offer-card-wrapper h2 {
  color: #557570 !important;
  font-size: 40px !important;
  font-weight: 600;
  text-align: center;
}
.cp-topizy-offers .offer-card-wrapper .content {
  margin-top: 24px;
  text-align: center;
}
.cp-topizy-offers .offer-card-wrapper .themes-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin-top: 30px;
}
@media all and (min-width: 30em) {
  .cp-topizy-offers .offer-card-wrapper .themes-flex {
    flex-direction: row;
    gap: 30px;
  }
}
.cp-topizy-offers .offer-card-wrapper .themes-flex span {
  font-size: 32px !important;
  font-weight: 400;
}
.cp-topizy-offers .offer-card-wrapper .themes-flex img {
  max-width: 140px !important;
}
.cp-topizy-offers .offer-card-wrapper .logo-wrapper p {
  font-size: 32px !important;
  font-weight: 800;
  margin-bottom: 36px;
}
.cp-topizy-offers .offer-card-wrapper .subscribe {
  background-color: #557570;
}
.cp-topizy-offers .offer-card-wrapper .subscribe,
.cp-topizy-offers .offer-card-wrapper .call {
  margin: 8px 0 0 0;
  height: 45px;
  color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.cp-topizy-offers .offer-card-wrapper .subscribe:hover,
.cp-topizy-offers .offer-card-wrapper .call:hover {
  color: #fff !important;
}
@media all and (min-width: 48em) {
  .cp-topizy-offers .offer-card-wrapper .subscribe,
  .cp-topizy-offers .offer-card-wrapper .call {
    width: 370px;
  }
}
.cp-topizy-offers .offer-card-wrapper .btn,
.cp-topizy-offers .offer-card-wrapper .call,
.cp-topizy-offers .offer-card-wrapper form {
  width: 100%;
}
@media all and (min-width: 30em) {
  .cp-topizy-offers .offer-card-wrapper .btn,
  .cp-topizy-offers .offer-card-wrapper .call,
  .cp-topizy-offers .offer-card-wrapper form {
    width: 370px !important;
    min-width: 370px;
  }
}

.cp-topizy-offers .cp-contact-us {
  align-items: center;
  flex-direction: column;
  padding: 80px 0 0;
}
@media all and (min-width: 64em) {
  .cp-topizy-offers .cp-contact-us {
    flex-direction: row;
    gap: 80px;
  }
}
.cp-topizy-offers .cp-contact-us .img-wrapper {
  width: 100%;
}
@media all and (min-width: 64em) {
  .cp-topizy-offers .cp-contact-us .img-wrapper {
    width: 50%;
  }
}
.cp-topizy-offers .cp-contact-us:before {
  content: none;
}
@media all and (min-width: 64em) {
  .cp-topizy-offers .cp-contact-us.reverse .content-wrapper {
    order: 2;
  }
}
.cp-topizy-offers .cp-contact-us .content-wrapper h3,
.cp-topizy-offers .cp-contact-us .content-wrapper h2 {
  padding: 0 0 28px 0;
}
.cp-topizy-offers .cp-contact-us .content-wrapper h3 .black,
.cp-topizy-offers .cp-contact-us .content-wrapper h2 .black {
  color: #314048 !important;
  font-weight: 600;
}
.cp-topizy-offers .cp-contact-us .content-wrapper p {
  display: block;
  text-decoration: none !important;
}
@media all and (min-width: 64em) {
  .cp-topizy-offers .cp-contact-us .content-wrapper p {
    text-align: left !important;
  }
}
.cp-topizy-offers .cp-contact-us .content-wrapper .mt {
  margin-top: 24px;
}
.cp-topizy-offers .cp-contact-us .content-wrapper .bolder {
  font-weight: 600;
}
.cp-topizy-offers .cp-contact-us .content-wrapper span {
  display: inline !important;
}
.cp-topizy-offers .cp-contact-us .content-wrapper ul {
  padding-left: 0;
}
.cp-topizy-offers .cp-contact-us .content-wrapper li {
  padding-left: 16px;
  margin-bottom: 6px;
  text-align: left;
}
.cp-topizy-offers .cp-contact-us .content-wrapper li:before {
  content: "";
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #557570;
  position: absolute;
  left: 0;
  top: 10px;
}

.cp-topizy-offers .cp-more-offers {
  position: relative;
  padding: 40px 0;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 64em) {
  .cp-topizy-offers .cp-more-offers {
    padding: 120px 0;
  }
}
.cp-topizy-offers .cp-more-offers:after {
  position: absolute;
  content: "";
  top: 0;
  left: -25vw;
  width: 150vw;
  height: 100%;
  background: #f9f9f9;
  z-index: -1;
}
.cp-topizy-offers .cp-more-offers h3 {
  color: #000;
  font-size: 40px !important;
  font-weight: 600;
}
.cp-topizy-offers .cp-more-offers .cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media all and (min-width: 48em) {
  .cp-topizy-offers .cp-more-offers .cards-wrapper {
    flex-direction: row;
  }
}
.cp-topizy-offers .cp-more-offers .cards-wrapper .card {
  max-height: 100%;
  border: 2px solid #ececec !important;
  transition: background 0.3s;
  align-items: flex-start;
  padding: 32px 32px 8px;
}
.cp-topizy-offers .cp-more-offers .cards-wrapper .card .logo-wrapper {
  align-items: flex-start;
}
.cp-topizy-offers .cp-more-offers .cards-wrapper .card .logo-wrapper img {
  width: 70%;
  margin-left: -8px !important;
}
.cp-topizy-offers .cp-more-offers .cards-wrapper .card .logo-wrapper img + p {
  font-size: 24px !important;
  font-weight: 800;
}
.cp-topizy-offers .cp-more-offers .cards-wrapper .card .logo-wrapper + p {
  font-size: 20px !important;
  font-weight: 600;
}
.cp-topizy-offers .cp-more-offers .cards-wrapper .card .orange {
  color: #557570;
  font-size: 20px !important;
  font-weight: 600;
}
.cp-topizy-offers .cp-more-offers .cards-wrapper .card .icon {
  width: 50px;
  height: 50px;
  min-height: 50px;
  align-self: flex-end;
}

.cp-topizy-offers .offer-features {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 72px;
}
.cp-topizy-offers .offer-features h3,
.cp-topizy-offers .offer-features h2 {
  font-size: 40px !important;
  font-weight: 600;
  text-align: center;
}
.cp-topizy-offers .offer-features .green-deco {
  display: none;
  position: absolute;
  bottom: -45%;
  left: -225px;
}
@media all and (min-width: 64em) {
  .cp-topizy-offers .offer-features .green-deco {
    display: block;
  }
}
.cp-topizy-offers .offer-features .features-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}
@media all and (min-width: 48em) {
  .cp-topizy-offers .offer-features .features-wrapper {
    flex-direction: row;
  }
}
.cp-topizy-offers .offer-features .features-wrapper .feature-card {
  z-index: 1;
  width: 100%;
  padding: 32px;
  background: #f7f7f7;
}
@media all and (min-width: 48em) {
  .cp-topizy-offers .offer-features .features-wrapper .feature-card {
    width: 33%;
  }
}
.cp-topizy-offers .offer-features .features-wrapper .feature-card h5 {
  font-size: 24px !important;
  font-weight: 600;
}
.cp-topizy-offers .offer-features .features-wrapper .feature-card p,
.cp-topizy-offers .offer-features .features-wrapper .feature-card li {
  font-size: 16px !important;
  color: #000;
  font-weight: 400;
}
.cp-topizy-offers .offer-features .features-wrapper .feature-card ul {
  padding-left: 6px;
}
.cp-topizy-offers .offer-features .features-wrapper .feature-card li {
  margin-bottom: 9px;
  margin-left: 0;
  line-height: 24px;
}
.cp-topizy-offers .offer-features .features-wrapper .feature-card li:before {
  content: "";
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  top: 12px;
}

.cp-topizy-offers .cp-slider {
  margin-top: 80px;
  padding: 40px 0 0;
  position: relative;
  background: transparent;
}
@media all and (min-width: 64em) {
  .cp-topizy-offers .cp-slider {
    padding: 80px 0 0;
  }
}
.cp-topizy-offers .cp-slider:after {
  position: absolute;
  content: "";
  top: 0;
  left: -25vw;
  width: 150vw;
  height: 100%;
  background: #f9f9f9;
  z-index: -1;
}

.cp-topizy-offers .collapse-wrapper {
  padding-top: 60px;
  margin-top: 60px;
}
.cp-topizy-offers .collapse-wrapper h3 {
  margin-bottom: 32px !important;
}
.cp-topizy-offers .collapse-wrapper h2 {
  color: black;
  font-weight: 600;
}
.cp-topizy-offers .collapse-wrapper .panel-title {
  padding: 22px;
  border: 1px solid #f7f7f7;
}
.cp-topizy-offers .collapse-wrapper .panel-title.collapsed {
  border: 1px solid #ececec;
  background: #fff;
}

.cp-topizy-offers .plus {
  margin-top: 20px;
}

@media all and (min-width: 0) and (max-width: 48em) {
  .container.-responsive-nav-custom {
    width: auto;
  }
  .container.-responsive-nav-custom .sf-contener {
    padding-left: 0;
    padding-right: 0;
  }
  .container.-responsive-nav-custom .sf-menu {
    background: #1b0f2a;
  }
  .container.-responsive-nav-custom .sf-menu a {
    color: #fff;
  }
  .container.-responsive-nav-custom .sf-menu a svg {
    stroke: #fff;
  }
}

@media all and (min-width: 48em) {
  .container.-responsive-nav-custom {
    width: calc(100% - 32px);
  }
}

.sf-menu {
  flex-direction: column;
}
@media all and (min-width: 48em) {
  .sf-menu {
    flex-direction: row;
  }
}
.sf-menu .megamenu-tab {
  position: relative;
  font-weight: 600;
  font-family: "proxima-nova";
  font-size: 1.4rem !important;
  position: relative;
  z-index: 1;
}
.sf-menu .megamenu-tab a {
  cursor: pointer;
}
.sf-menu .megamenu-tab svg {
  margin-left: 6px;
  transition: transform 0.5s, stroke 0.5s;
  stroke: #000;
}
.sf-menu .megamenu-tab:hover svg {
  transform: rotate(180deg);
  stroke: #00943b;
}
.sf-menu .megamenu-tab:after {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 34px;
  z-index: 0;
}
@media all and (min-width: 48em) {
  .sf-menu .megamenu-tab:after {
    content: "";
  }
}
.sf-menu .cp-offers-megamenu,
.sf-menu .cp-services-megamenu {
  display: none !important;
}
@media all and (min-width: 48em) {
  .sf-menu .subscription-offers:hover + .cp-offers-megamenu {
    display: grid !important;
  }
}
@media all and (min-width: 48em) {
  .sf-menu .services:hover + .cp-services-megamenu {
    display: grid !important;
  }
}
.sf-menu .cp-offers-megamenu:hover,
.sf-menu .cp-services-megamenu:hover {
  display: grid !important;
}
.sf-menu .megamenu {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100vw;
  background: #1b0f2a;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 40px 40px 40px 20px;
  gap: 16px;
  z-index: 55555;
}
@media all and (min-width: 48em) {
  .sf-menu .megamenu {
    grid-template-columns: repeat(3, 1fr);
    left: -24px;
    padding: 40px;
  }
}
.sf-menu .megamenu.active {
  display: grid !important;
  position: relative;
  top: 0;
}
.sf-menu .megamenu-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 80px;
  padding: 0 0 0 20px;
  border-radius: 8px;
  overflow: hidden;
  gap: 16px;
}
.sf-menu .megamenu-card .icon {
  padding: 32px 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background: #e9fdf3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.sf-menu .megamenu-card p {
  font-size: 16px !important;
  margin-bottom: 0;
  line-height: 1 !important;
  text-align: left;
  font-weight: 400;
}
.sf-menu .megamenu-card p.bolder {
  font-weight: 600;
}
.sf-menu .megamenu-card .text {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sf-menu .megamenu-card .illust {
  height: 100%;
  width: auto;
  display: flex;
  aspect-ratio: 1;
}
.sf-menu .megamenu-card .illust img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sf-menu .megamenu-btn {
  text-transform: uppercase;
  color: #fff;
  background: #00c750;
  padding: 20px 16px 20px 32px;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  border-radius: 2px;
}
.sf-menu .megamenu-btn:hover {
  color: #fff !important;
}
.sf-menu .offers-megamenu-card {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  text-align: left;
}
.sf-menu .offers-megamenu-card .title {
  font-size: 16px;
  font-weight: 600;
}
@media all and (min-width: 64em) {
  .sf-menu .offers-megamenu-card .title {
    font-size: 22px;
  }
}
.sf-menu .offers-megamenu-card .price {
  color: #ff5110;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
@media all and (min-width: 64em) {
  .sf-menu .offers-megamenu-card .price {
    font-size: 20px;
  }
}
.sf-menu .offers-megamenu-card .desc {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}
@media all and (min-width: 64em) {
  .sf-menu .offers-megamenu-card .desc {
    font-size: 14px;
  }
}
.sf-menu .offers-megamenu-card .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-left: auto;
}
.sf-menu .offers-megamenu-card .logo-wrapper img {
  width: 90px;
}
.sf-menu .offers-megamenu-card .logo-wrapper p {
  font-weight: 800;
  font-size: 14px;
  margin-top: -12px;
}
.sf-menu .offers-megamenu-card .link {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  gap: 16px;
}
@media all and (min-width: 64em) {
  .sf-menu .offers-megamenu-card .link {
    font-size: 16px;
  }
}
.sf-menu .offers-megamenu-card .link svg {
  height: 9px;
}
@media all and (min-width: 64em) {
  .sf-menu .offers-megamenu-card .link svg {
    height: 15px;
  }
}

.list-voucher {
  margin-bottom: 15px;
}
.list-voucher p {
  margin-bottom: 0;
}
.list-voucher li {
  list-style: disc;
  color: #000;
  margin-bottom: 0;
  padding-left: 0;
}
.list-voucher .voucher_name {
  color: red;
  font-weight: bold;
}

.steps {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 10;
  font-family: "proxima-nova";
  font-weight: 700;
}

.steps-number::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  background-color: #00c750;
  z-index: -1;
}

.step {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #00c750;
  color: white;
  font-size: 3rem;
}

.step__description {
  text-align: center;
  font-size: 1.75rem;
  width: 20rem;
  font-weight: 500;
}

.step__description span {
  color: #00c750;
}

.steps > img {
  display: none;
}

@media all and (min-width: 1000px) {
  .steps > img {
    display: block;
  }
  .steps-number::after {
    width: 80%;
  }

  .step {
    height: 100px;
    width: 100px;
  }
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0;
  margin-bottom: 8rem;
  gap: 2rem;
  font-size: 2rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff5110;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #00c750;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00c750;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.orange,
.price {
  position: relative;
}

.orange > span,
.price > span.badge {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: #fff;
  text-align: center;
  background: #ff5110;
  padding: 0.5rem;
  border-radius: 1rem;
  width: 120px;
}
