@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
body[data-header-resize="1"] .container-wrap {
padding-top: 0 !important;
}
:root {
--font-level-70: clamp(1.875rem, 0.9947183099rem + 2.8169014085vw, 4.375rem);
--font-level-55: clamp(2.5rem, 2.1698943662rem + 1.0563380282vw, 3.4375rem);
--font-level-50: clamp(1.875rem, 1.4348591549rem + 1.4084507042vw, 3.125rem);
--font-level-40: clamp(1.25rem, 0.8098591549rem + 1.4084507042vw, 2.5rem);
--font-level-32: clamp(1.125rem, 0.8169014085rem + 0.985915493vw, 2rem);
--font-level-25: clamp(1.0625rem, 0.886443662rem + 0.5633802817vw, 1.5625rem);
--font-level-28: clamp(1.0625rem, 0.8204225352rem + 0.7746478873vw, 1.75rem);
--font-level-20: clamp(0.75rem, 0.573943662rem + 0.5633802817vw, 1.25rem);
--font-level-17: clamp(1rem, 0.9779929577rem + 0.0704225352vw, 1.0625rem);
--font-level-16: clamp(0.875rem, 0.8309859155rem + 0.1408450704vw, 1rem);
}
.container {
max-width: var(--container);
margin: 0 auto;
}
.extrabig-title {
font-family: Poppins, Arial, sans-serif;
font-size: var(--font-level-70);
font-optical-sizing: auto;
line-height: normal;
font-weight: 700;
line-height: 1.1;
font-style: normal;
}
.big-title {
font-family: Poppins, Arial, sans-serif;
font-size: var(--font-level-40);
line-height: normal;
font-weight: 700;
}
.normal-title, .subtitle {
font-family: Poppins, Arial, sans-serif;
font-size: var(--font-level-25);
line-height: normal;
font-weight: 600;
}
p {
font-family: Poppins, Arial, sans-serif;
font-size: var(--font-level-17);
line-height: normal;
font-weight: 300;
}
.btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid transparent;
text-decoration: none;
cursor: pointer;
font-size: var(--font-level-17);
font-weight: 600;
padding: 6px 25px !important;
border-radius: 10px;
font-family: Poppins, Arial, sans-serif;
}
.btn-primary {
background-color: #008a83;
color: #ffffff;
-webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, padding 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, padding 0.2s ease-in-out;
}
.btn-primary:hover {
background-color: #ffffff;
border: 2px solid #008a83;
color: #008a83;
}
.btn-secondary {
background-color: #ffcf00;
color: #000000;
-webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, padding 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, padding 0.2s ease-in-out;
}
.btn-secondary:hover {
background-color: #ffffff;
border: 2px solid #ffcf00;
color: #000000;
}
.btn-tertiary {
background-color: #ffffff;
color: #008a83;
border: 2px solid #008a83;
-webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, padding 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, padding 0.2s ease-in-out;
}
.btn-tertiary:hover {
background-color: #008a83;
border: 2px solid #ffffff;
color: #ffffff;
}
.cursor {
display: grid;
position: fixed;
z-index: 99993;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
pointer-events: none;
justify-items: center;
}
.cursor .button-play {
position: relative;
-webkit-transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
opacity: 0;
}
.cursor .button-play img {
width: 80px;
height: 80px;
}
.madeinfrance {
position: relative;
}
.madeinfrance::after {
position: absolute;
bottom: -4px;
left: 0;
content: "";
height: 4px;
width: 100%;
background: -webkitlinear-gradient(90deg, #0967b1 33%, rgba(0, 0, 0, 0) 33%), -webkit-linear-gradient(90deg, #FFF 66%, #c8191a 66%);
background: -webkit-gradient(linear, left top, right top, color-stop(33%, #0967b1), color-stop(33%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(66%, #FFF), color-stop(66%, #c8191a));
background: -webkit-linear-gradient(left, #0967b1 33%, rgba(0, 0, 0, 0) 33%), -webkit-linear-gradient(left, #FFF 66%, #c8191a 66%);
background: linear-gradient(90deg, #0967b1 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(90deg, #FFF 66%, #c8191a 66%);
}
.tooltip-elem {
display: inline-block;
margin-top: 5px;
cursor: pointer;
-webkit-transform: translateY(4px);
-ms-transform: translateY(4px);
transform: translateY(4px);
}
#header-outer {
z-index: 8888 !important;
padding: 0 !important;
}
#header-space {
height: 94px !important;
}
@media (min-width: 1000px) {
#header-space {
height: 145px !important;
}
}
#header-secondary-outer .container {
max-width: 1820px !important;
font-size: 14px !important;
}
#header-secondary-outer strong, #header-secondary-outer .top-bar__button {
font-weight: 400 !important;
font-size: 14px !important;
}
header {
padding: 10px !important;
}
header .container {
max-width: 1820px !important;
}
#header-secondary-outer .container, header .container {
padding: 0 20px;
}
header#top > .container > .row .col.span_3, header#top > .container > .row .col.span_9 {
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 auto !important;
flex: 0 0 auto !important;
}
header .normal.icon-salient-m-user {
margin-top: -7px;
}
header nav > ul:first-child li {
margin: 0 20px !important;
}
header nav > ul:first-child .sub-menu li {
margin: 0 !important;
}
header nav > ul:first-child .sub-menu li .menu-title-text {
line-height: 1.7;
}
header .btn-estimate .sf-with-ul {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid transparent;
text-decoration: none;
cursor: pointer;
font-size: var(--font-level-17);
border-radius: 10px;
font-family: Poppins, Arial, sans-serif;
background-color: #ffcf00;
color: #000000;
height: 50px;
-webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, padding 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, padding 0.2s ease-in-out;
}
header .btn-estimate .sf-with-ul span::after {
display: none !important;
}
header .dropdown-mega {
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
left: 0;
top: 145px;
right: 0;
min-height: 20vh;
width: 100%;
background-color: white;
-webkit-box-shadow: 0px 9px 10px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0px 9px 10px 0 rgba(0, 0, 0, 0.05);  padding: 40px 0;
pointer-events: none;
z-index: -1;
}
header .dropdown-mega.active {
opacity: 1;
pointer-events: all;
}
header .dropdown-mega .dp-container {
max-width: 1100px;
width: 100%;
height: 100%;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
header .dropdown-mega .dp-container .dp-elem {
position: relative;
background-color: #008a83;
width: 100%;
min-height: 140px;
padding: 10px;
border-radius: 15px;
overflow: hidden;
}
header .dropdown-mega .dp-container .dp-elem__link {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}
header .dropdown-mega .dp-container .dp-elem__link:hover + .dp-elem__image {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
header .dropdown-mega .dp-container .dp-elem__link:hover + picture img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
header .dropdown-mega .dp-container .dp-elem__title {
color: #ffffff;
font-size: 18px;
font-weight: 600;
line-height: 1.1;
}
header .dropdown-mega .dp-container .dp-elem__image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: bottom right;
-ms-transform-origin: bottom right;
transform-origin: bottom right;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
pointer-events: none;
}
.dropdown-mobile-custom {
padding-left: 0 !important;
}
.dropdown-mobile-custom .dp-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
padding: 10px 0;
}
.dropdown-mobile-custom .dp-container .dp-elem {
position: relative;
height: 100px;
background-color: white;
overflow: hidden;
border-radius: 15px;
padding: 10px;
}
.dropdown-mobile-custom .dp-container .dp-elem__link {
width: 100%;
height: 100%;
color: black;
}
.dropdown-mobile-custom .dp-container .dp-elem__title {
color: black;
font-size: 16px;
max-width: 150px;
line-height: 1;
}
.dropdown-mobile-custom .dp-container .dp-elem__image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.off-canvas-menu-container > .menu > li a {
-webkit-transition: none !important;
transition: none !important;
}
#footer-outer {
background-color: #F1F7F5 !important;
padding-top: 2rem;
}
#footer-outer .one-fourths {
color: black !important;
}
#footer-outer .one-fourths a {
color: black !important;
}
#footer-outer .one-fourths:last-of-type {
margin-top: -20px;
color: white !important;
}
#footer-outer .one-fourths:last-of-type .widget:nth-child(1) {
background-color: var(--primary) !important;
margin: 0;
padding: 20px 35px 0;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
#footer-outer .one-fourths:last-of-type .widget:nth-child(2) {
background-color: var(--primary) !important;
margin: 0;
padding: 0 35px 20px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
#footer-outer .one-fourths:last-of-type .widget:nth-child(2) .newsletterForm p {
margin-top: 10px;
width: auto;
line-height: 1.3 !important;
}
#footer-outer .one-fourths:last-of-type .widget:nth-child(2) .newsletterForm .wpcf7-list-item label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: self-start;
-ms-flex-align: self-start;
align-items: self-start;
}
#footer-outer .one-fourths:last-of-type .widget:nth-child(2) .newsletterForm .wpcf7-list-item label span {
display: inline-block;
line-height: 1.3;
}
#footer-outer .widget_media_image figure {
-webkit-filter: none !important;
filter: none !important;
}
#footer-outer .one-fourths a:not(.socialLink) {
color: black !important;
}
#footer-outer .one-fourths a:not(.socialLink):hover {
color: var(--primary) !important;
}
#footer-outer .one-fourths a.socialLink {
color: white !important;
border: 1px solid var(--primary) !important;
}
#footer-outer .one-fourths a.socialLink:hover {
background: white !important;
border: 1px solid var(--primary) !important;
color: var(--primary) !important;
}
#footer-outer #footer-widgets .col form input[type=submit] {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid transparent;
text-decoration: none;
cursor: pointer;
font-size: var(--font-level-17);
font-weight: 600;
padding: 6px 25px !important;
border-radius: 10px !important;
font-family: Poppins, Arial, sans-serif;
background-color: #ffcf00 !important;
color: #000000;
-webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, padding 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, padding 0.2s ease-in-out;
}
#footer-outer #footer-widgets .col form input[type=submit]:hover {
background-color: #ffffff !important;
border: 2px solid #ffcf00;
color: #000000;
}
#footer-widgets .panneauxFrance {
color: black !important;
}
#footer-outer #copyright a {
color: black !important;
}
#footer-outer #copyright .separation-trait {
border-top: 2px solid var(--primary);
}
@media (max-width: 1000px) {
#footer-widgets .container {
max-width: 100% !important;
}
}
.top-bar__phrase {
background-color: #008a83;
height: 30px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
overflow: hidden;
padding: 25px;
}
.top-bar__phrase .box_span {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
overflow: hidden;
position: relative;
height: 30px;
margin-right: 10%;
}
.top-bar__phrase .box_span ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
padding: 0;
margin: 0;
width: 100%;
position: absolute;
right: 0;
font-size: 14px;
}
.top-bar__phrase .box_span .top-bar__phrase_span {
color: #ffffff;
float: left;
width: auto;
white-space: nowrap;
padding-right: 50px;
}
.top-bar__phrase .right_info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
color: #ffffff;
}
.top-bar__phrase .right_info .right_info-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.top-bar__phrase .right_info .fa-phone::before {
content: "\f095";
}
.top-bar__phrase .right_info .fa-calendar::before {
content: "\f073";
}
.top-bar__phrase .right_info a {
text-decoration: none;
color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
.top-bar__phrase .right_info a .right_info_item {
display: none;
}
@media (min-width: 1000px) {
.top-bar__phrase .right_info a .right_info_item {
display: block;
}
}
#EvaluateurDevis .sectionContainer { display: none;
opacity: 0;
-webkit-transition: opacity ease-in-out 300ms;
transition: opacity ease-in-out 300ms;
position: relative;
margin: 0 auto;
max-width: 950px;
padding: 20px 14px 14px;  }
@media (min-width: 576px) {
#EvaluateurDevis .sectionContainer {
padding: 40px 40px 40px;
}
}
@media (min-width: 1000px) {
#EvaluateurDevis .sectionContainer {
padding: 40px 100px 50px;
}
}
#EvaluateurDevis .sectionContainer + .sectionTitle {
display: none;
}
#EvaluateurDevis .sectionContainer .h3like {
text-align: left;
margin-bottom: 3px;
}
#EvaluateurDevis .sectionContainer .champ {
margin-bottom: 20px;
}
#EvaluateurDevis .sectionContainer .sectionTitle {
text-align: left;
line-height: 1.15;
font-size: 20px;
}
@media (min-width: 576px) {
#EvaluateurDevis .sectionContainer .sectionTitle {
font-size: 30px;
}
}
#EvaluateurDevis .sectionContainer .sectionTitle .stepper__stepTitle {
color: #008a83;
font-size: 15px;
}
@media (min-width: 576px) {
#EvaluateurDevis .sectionContainer .sectionTitle .stepper__stepTitle {
font-size: 18px;
}
}
@media (max-width: 575px) {
#EvaluateurDevis .sectionContainer .pictoSection {
width: 100px !important;
padding: 0;
}
}
@media (max-width: 575px) {
#EvaluateurDevis .sectionContainer .h1like {
font-size: 24px;
line-height: 1.1;
}
}
#EvaluateurDevis .sectionContainer[data-step="0"] > div:nth-child(1) {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: repeat(3, auto);
grid-column-gap: 0px;
grid-row-gap: 0px;
}
#EvaluateurDevis .sectionContainer[data-step="0"] > div:nth-child(1) > div:nth-child(1) {
grid-area: 1/1/2/2;
width: 100%;
}
#EvaluateurDevis .sectionContainer[data-step="0"] > div:nth-child(1) > div:nth-child(2) {
grid-area: 1/2/2/3;
width: 100%;
}
#EvaluateurDevis .sectionContainer[data-step="0"] > div:nth-child(1) > div:nth-child(3) {
grid-area: 2/1/3/3;
width: 100%;
}
#EvaluateurDevis .sectionContainer[data-step="0"] > div:nth-child(1) > div:nth-child(4) {
grid-area: 3/1/4/3;
width: 100%;
}
#EvaluateurDevis .sectionContainer[data-step="0"] > div:nth-child(2) .champ {
width: 100%;
}
#EvaluateurDevis .sectionContainer[data-step="1"] > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="2"] > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="3"] > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="4"] > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="5"] > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="6"] > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="7"] > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="8"] > div:nth-child(2) {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: repeat(3, auto);
grid-column-gap: 0px;
grid-row-gap: 0px;
}
#EvaluateurDevis .sectionContainer[data-step="1"] > div:nth-child(2) > div:nth-child(1), #EvaluateurDevis .sectionContainer[data-step="2"] > div:nth-child(2) > div:nth-child(1), #EvaluateurDevis .sectionContainer[data-step="3"] > div:nth-child(2) > div:nth-child(1), #EvaluateurDevis .sectionContainer[data-step="4"] > div:nth-child(2) > div:nth-child(1), #EvaluateurDevis .sectionContainer[data-step="5"] > div:nth-child(2) > div:nth-child(1), #EvaluateurDevis .sectionContainer[data-step="6"] > div:nth-child(2) > div:nth-child(1), #EvaluateurDevis .sectionContainer[data-step="7"] > div:nth-child(2) > div:nth-child(1), #EvaluateurDevis .sectionContainer[data-step="8"] > div:nth-child(2) > div:nth-child(1) {
grid-area: 1/1/2/2;
width: 100%;
}
#EvaluateurDevis .sectionContainer[data-step="1"] > div:nth-child(2) > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="2"] > div:nth-child(2) > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="3"] > div:nth-child(2) > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="4"] > div:nth-child(2) > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="5"] > div:nth-child(2) > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="6"] > div:nth-child(2) > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="7"] > div:nth-child(2) > div:nth-child(2), #EvaluateurDevis .sectionContainer[data-step="8"] > div:nth-child(2) > div:nth-child(2) {
grid-area: 1/2/2/3;
width: 100%;
}
#EvaluateurDevis .sectionContainer[data-step="1"] > div:nth-child(2) > div:nth-child(3), #EvaluateurDevis .sectionContainer[data-step="2"] > div:nth-child(2) > div:nth-child(3), #EvaluateurDevis .sectionContainer[data-step="3"] > div:nth-child(2) > div:nth-child(3), #EvaluateurDevis .sectionContainer[data-step="4"] > div:nth-child(2) > div:nth-child(3), #EvaluateurDevis .sectionContainer[data-step="5"] > div:nth-child(2) > div:nth-child(3), #EvaluateurDevis .sectionContainer[data-step="6"] > div:nth-child(2) > div:nth-child(3), #EvaluateurDevis .sectionContainer[data-step="7"] > div:nth-child(2) > div:nth-child(3), #EvaluateurDevis .sectionContainer[data-step="8"] > div:nth-child(2) > div:nth-child(3) {
grid-area: 2/1/3/3;
width: 100%;
}
#EvaluateurDevis .sectionContainer[data-step="1"] > div:nth-child(2) > div:nth-child(4), #EvaluateurDevis .sectionContainer[data-step="2"] > div:nth-child(2) > div:nth-child(4), #EvaluateurDevis .sectionContainer[data-step="3"] > div:nth-child(2) > div:nth-child(4), #EvaluateurDevis .sectionContainer[data-step="4"] > div:nth-child(2) > div:nth-child(4), #EvaluateurDevis .sectionContainer[data-step="5"] > div:nth-child(2) > div:nth-child(4), #EvaluateurDevis .sectionContainer[data-step="6"] > div:nth-child(2) > div:nth-child(4), #EvaluateurDevis .sectionContainer[data-step="7"] > div:nth-child(2) > div:nth-child(4), #EvaluateurDevis .sectionContainer[data-step="8"] > div:nth-child(2) > div:nth-child(4) {
grid-area: 3/1/4/3;
width: 100%;
}
#EvaluateurDevis .sectionContainer[data-step="1"] > div:nth-child(2) > div:nth-child(5), #EvaluateurDevis .sectionContainer[data-step="2"] > div:nth-child(2) > div:nth-child(5), #EvaluateurDevis .sectionContainer[data-step="3"] > div:nth-child(2) > div:nth-child(5), #EvaluateurDevis .sectionContainer[data-step="4"] > div:nth-child(2) > div:nth-child(5), #EvaluateurDevis .sectionContainer[data-step="5"] > div:nth-child(2) > div:nth-child(5), #EvaluateurDevis .sectionContainer[data-step="6"] > div:nth-child(2) > div:nth-child(5), #EvaluateurDevis .sectionContainer[data-step="7"] > div:nth-child(2) > div:nth-child(5), #EvaluateurDevis .sectionContainer[data-step="8"] > div:nth-child(2) > div:nth-child(5) {
grid-area: 4/1/5/3;
width: 100%;
}
#EvaluateurDevis .sectionContainer[data-step="1"] .champ, #EvaluateurDevis .sectionContainer[data-step="2"] .champ, #EvaluateurDevis .sectionContainer[data-step="3"] .champ, #EvaluateurDevis .sectionContainer[data-step="4"] .champ, #EvaluateurDevis .sectionContainer[data-step="5"] .champ, #EvaluateurDevis .sectionContainer[data-step="6"] .champ, #EvaluateurDevis .sectionContainer[data-step="7"] .champ, #EvaluateurDevis .sectionContainer[data-step="8"] .champ {
width: 100%;
}
#EvaluateurDevis .sectionContainer[data-step="9"] > .rowBootstrapp {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#EvaluateurDevis .sectionContainer[data-step="9"] .champ {
width: 100%;
}
@media (max-width: 690px) {
#EvaluateurDevis .sectionContainer[data-step="9"] .step__bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
row-gap: 20px;
}
}
#EvaluateurDevis .step__pretitle {
margin-bottom: 30px;
}
#EvaluateurDevis .field .value {
width: auto;
padding-right: 15px;
}
#EvaluateurDevis .field .value + input[type=range] + .value {
padding-right: 0;
padding-left: 12px;
}
#EvaluateurDevis .step__bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 30px;
}
#EvaluateurDevis .step__bottom .btn {
display: inline-block !important;
margin: 0 !important;
cursor: pointer;
text-transform: none !important;
font-weight: bold;
font-size: 16px;
padding: 10px 40px;
border-radius: 10px !important;
}
#EvaluateurDevis .step__bottom .btn:disabled {
background-color: #cccccc;
border-color: #cccccc;
opacity: 0.4;
cursor: not-allowed;
}
#EvaluateurDevis .step__counter {
position: absolute;
top: -10px;
right: -10px;
}
@media (min-width: 1000px) {
#EvaluateurDevis .step__counter {
top: 20px;
right: 20px;
}
}
#EvaluateurDevis .step__counter.radialProgressBar {
border-radius: 50%;
width: 44px;
height: 44px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #ddd;
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1);
}
@media (min-width: 1000px) {
#EvaluateurDevis .step__counter.radialProgressBar {
width: 70px;
height: 70px;
}
}
#EvaluateurDevis .step__counter.radialProgressBar .overlay {
border-radius: 50%;
width: 34px;
height: 34px;
margin: auto;
background: #fff;
text-align: center;
line-height: 34px;
font-size: 12px;
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1);
font-weight: 600;
}
@media (min-width: 1000px) {
#EvaluateurDevis .step__counter.radialProgressBar .overlay {
width: 54px;
height: 54px;
line-height: 54px;
font-size: 17px;
}
}
#EvaluateurDevis .step__counter.progress-0 {
background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ddd), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #008a83), color-stop(50%, #ddd));
background-image: -webkit-linear-gradient(left, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #008a83 50%, #ddd 50%);
background-image: linear-gradient(90deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #008a83 50%, #ddd 50%);
}
#EvaluateurDevis .step__counter.progress-10 {
background-image: -webkit-linear-gradient(36deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #008a83 50%, #ddd 50%);
background-image: linear-gradient(54deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #008a83 50%, #ddd 50%);
}
#EvaluateurDevis .step__counter.progress-20 {
background-image: -webkit-linear-gradient(72deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #008a83 50%, #ddd 50%);
background-image: linear-gradient(18deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #008a83 50%, #ddd 50%);
}
#EvaluateurDevis .step__counter.progress-30 {
background-image: -webkit-linear-gradient(108deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #008a83 50%, #ddd 50%);
background-image: linear-gradient(-18deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #008a83 50%, #ddd 50%);
}
#EvaluateurDevis .step__counter.progress-40 {
background-image: -webkit-linear-gradient(144deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #008a83 50%, #ddd 50%);
background-image: linear-gradient(-54deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #008a83 50%, #ddd 50%);
}
#EvaluateurDevis .step__counter.progress-50 {
background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #ddd), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #008a83), color-stop(50%, #ddd));
background-image: -webkit-linear-gradient(right, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #008a83 50%, #ddd 50%);
background-image: linear-gradient(-90deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #008a83 50%, #ddd 50%);
}
#EvaluateurDevis .step__counter.progress-60 {
background-image: -webkit-linear-gradient(left, #008a83 50%, transparent 50%), -webkit-linear-gradient(36deg, #008a83 50%, #ddd 50%);
background-image: linear-gradient(90deg, #008a83 50%, transparent 50%), linear-gradient(54deg, #008a83 50%, #ddd 50%);
}
#EvaluateurDevis .step__counter.progress-70 {
background-image: -webkit-linear-gradient(left, #008a83 50%, transparent 50%), -webkit-linear-gradient(72deg, #008a83 50%, #ddd 50%);
background-image: linear-gradient(90deg, #008a83 50%, transparent 50%), linear-gradient(18deg, #008a83 50%, #ddd 50%);
}
#EvaluateurDevis .step__counter.progress-80 {
background-image: -webkit-linear-gradient(left, #008a83 50%, transparent 50%), -webkit-linear-gradient(108deg, #008a83 50%, #ddd 50%);
background-image: linear-gradient(90deg, #008a83 50%, transparent 50%), linear-gradient(-18deg, #008a83 50%, #ddd 50%);
}
#EvaluateurDevis .step__counter.progress-90 {
background-image: -webkit-linear-gradient(left, #008a83 50%, transparent 50%), -webkit-linear-gradient(144deg, #008a83 50%, #ddd 50%);
background-image: linear-gradient(90deg, #008a83 50%, transparent 50%), linear-gradient(-54deg, #008a83 50%, #ddd 50%);
}
#EvaluateurDevis .step__counter.progress-100 {
background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #008a83), color-stop(50%, transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #008a83), color-stop(50%, #ddd));
background-image: -webkit-linear-gradient(left, #008a83 50%, transparent 50%), -webkit-linear-gradient(right, #008a83 50%, #ddd 50%);
background-image: linear-gradient(90deg, #008a83 50%, transparent 50%), linear-gradient(-90deg, #008a83 50%, #ddd 50%);
}
#EvaluateurDevis #doEvaluation {
display: none;
}
body.hide-header-and-footer #header-space, body.hide-header-and-footer #header-outer, body.hide-header-and-footer #footer-outer, body.hide-header-and-footer .nectar-global-section.before-footer {
display: none;
}
body.hide-header-and-footer .container-wrap {
min-height: auto !important;
}
#header-secondary-outer .container > nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 1000px) {
#header-secondary-outer .container > nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#header-secondary-outer .container > nav .nectar-center-text {
text-align: left;
margin: 0;
}
}
#header-secondary-outer .container > nav .nectar-center-text {
width: auto;
max-width: none;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
line-height: 1.3;
}
#header-secondary-outer .container .header__top-bar__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
@media (max-width: 999.98px) {
#header-secondary-outer .container .header__top-bar__right {
display: none;
}
}
#header-secondary-outer .container .header__top-bar__right .top-bar__button {
color: white;
font-weight: 600;
}
#header-secondary-outer .container .header__top-bar__right .top-bar__button i.fa {
margin-right: 8px;
}
#header-outer {
background: #FFF;
-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25) !important;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25) !important;
}
#header-outer .header__button {
border-radius: 10px;
background: #FFD000;
color: #171717;
padding: 12px 20px;
font-family: Poppins, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
}
#header-outer .header__button:hover {
background: #ffd931;
}
#header-outer .header__button:hover::after {
display: none !important;
}
.nectar-header-text-content.mobile-only {
padding: 0 !important;
background: transparent !important;
margin-top: 35px;
}
.nectar-header-text-content.mobile-only .header__button {
display: block;
border-radius: 10px;
background: #FFD000;
color: #171717 !important;
padding: 12px 20px;
font-family: Poppins, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
}
.nectar-header-text-content.mobile-only .header__button:hover {
background: #ffd931;
}
.nectar-header-text-content.mobile-only .header__button:hover::after {
display: none !important;
}
html:has(body.product-template-default.single.single-product) {
scroll-behavior: auto !important;
}
body.product-template-default.single.single-product .trustpilot-container {
min-height: 100px;
}
body.product-template-default.single.single-product .container.main-content {
max-width: 100%;
padding: 0;
}
@media (min-width: 2000px) {
body.product-template-default.single.single-product .container.main-content {
max-width: 2000px;
}
}
body.product-template-default.single.single-product .container.main-content p {
font-family: Inter, Arial, sans-serif;
font-size: 17px;
line-height: 1.4;
font-weight: 500;
}
body.product-template-default.single.single-product .nectar-prod-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 1000px) {
body.product-template-default.single.single-product .nectar-prod-wrap {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
body.product-template-default.single.single-product .nectar-prod-wrap .single-product-main-image, body.product-template-default.single.single-product .nectar-prod-wrap .summary.entry-summary {
margin: 0;
}
@media (min-width: 1000px) {
body.product-template-default.single.single-product .nectar-prod-wrap .single-product-main-image, body.product-template-default.single.single-product .nectar-prod-wrap .summary.entry-summary {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 691px) {
body.product-template-default.single.single-product .product-thumbs .flickity-slider .thumb {
width: 90px;
}
}
@media (min-width: 1000px) {
body.product-template-default.single.single-product div.product div.images.woocommerce-product-gallery {
border-right: 1px solid #D4D4D4;
border-bottom: 1px solid #D4D4D4;
}
}
@media (min-width: 1300px) {
body.product-template-default.single.single-product div.product div.images.woocommerce-product-gallery .product-slider img {
aspect-ratio: 6/3;
-o-object-fit: contain;
object-fit: contain;
}
}
@media (min-width: 1500px) {
body.product-template-default.single.single-product div.product div.images.woocommerce-product-gallery .product-slider img {
aspect-ratio: 5/3.1;
}
}
body.product-template-default.single.single-product .product-thumbs .flickity-slider .thumb.is-nav-selected img {
border: 3px solid #008a83;
border-radius: 5px;
}
body.product-template-default.single.single-product .product-thumbs {
width: -webkit-calc(100% + 5px);
width: calc(100% + 5px);
margin-bottom: 40px;
}
body.product-template-default.single.single-product .woocommerce-product-gallery__image.easyzoom {
pointer-events: none;
}
body.product-template-default.single.single-product .woocommerce-product-gallery__image.easyzoom + .zoomImg {
display: none !important;
}
body.product-template-default.single.single-product .flickity.product-slider {
position: relative;
}
body.product-template-default.single.single-product .CTA-video-product-page {
position: absolute;
bottom: 25px;
right: 25px;
z-index: 1;
}
body.product-template-default.single.single-product .CTA-video-product-page a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
background-color: #ffcf00;
border-radius: 5px !important;
font-size: 14px;
font-weight: 600;
line-height: 1.4;
color: #171717;
font-family: Poppins, Arial, sans-serif;
padding: 9px 14px 9px 11px;
}
body.product-template-default.single.single-product .CTA-video-product-page a svg {
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin-right: 6px;
}
body.product-template-default.single.single-product .CTA-video-product-page a span {
line-height: 1;
}
body.product-template-default.single.single-product .woocommerce-breadcrumb {
padding-top: 12px;
}
body.product-template-default.single.single-product .woocommerce-breadcrumb, body.product-template-default.single.single-product .woocommerce-breadcrumb a {
font-size: 14px;
font-family: Inter, Arial, sans-serif;
}
body.product-template-default.single.single-product .summary.entry-summary {
padding: 0 6.77vw 0 3.38vw;
}
body.product-template-default.single.single-product .summary.entry-summary p {
padding-bottom: 0;
}
body.product-template-default.single.single-product .pre-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: Inter, Arial, sans-serif;
font-size: 14px;
line-height: 1.2;
}
body.product-template-default.single.single-product .pre-title svg {
margin-left: 6px;
}
body.product-template-default.single.single-product .product_title {
font-family: Poppins, Arial, sans-serif;
font-size: 24px;
line-height: 1.4;
font-weight: 700;
margin-bottom: 15px;
}
body.product-template-default.single.single-product .priceContainerSingleProduct {
margin-top: 10px;
margin-bottom: 0;
}
body.product-template-default.single.single-product .priceContainerSingleProduct del {
text-decoration: none;
}
body.product-template-default.single.single-product .priceContainerSingleProduct del .woocommerce-Price-amount {
text-decoration: line-through;
}
body.product-template-default.single.single-product .price {
display: inline-block !important;
}
body.product-template-default.single.single-product .price-by-wc {
font-family: Inter, Arial, sans-serif;
font-size: 14px;
font-weight: 500;
}
body.product-template-default.single.single-product .woocommerce-Price-amount {
font-family: Inter, Arial, sans-serif;
color: #0A0A0A;
font-size: 34px;
font-weight: 700;
}
body.product-template-default.single.single-product div.product_meta:after {
display: none;
}
body.product-template-default.single.single-product .description__show-more {
margin-top: 8px;
border: 0;
background-color: transparent;
cursor: pointer;
font-size: 17px;
padding: 0;
color: #008a83;
}
body.product-template-default.single.single-product .description__show-more:hover {
text-decoration: underline;
}
body.product-template-default.single.single-product .select-label {
border-radius: 10px;
border: 1px solid #F4F4F4;
display: inline-block;
padding: 8px;
}
body.product-template-default.single.single-product .product_meta {
margin-top: 30px;
}
body.product-template-default.single.single-product .puissancestation {
display: inline-block;
background-color: #f5f5f5;
border-radius: 5px;
padding: 5px 20px;
font-family: Inter, Arial, sans-serif;
color: #0A0A0A;
font-size: 16px !important;
}
body.product-template-default.single.single-product .puissancestation select {
padding: 0;
background-color: transparent;
border: none;
cursor: pointer;
}
body.product-template-default.single.single-product .puissancestation select:focus {
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
}
@media (max-width: 575.98px) {
body.product-template-default.single.single-product .quantity {
margin-bottom: 15px !important;
}
}
body.product-template-default.single.single-product .quantity select {
font-family: Inter, Arial, sans-serif;
font-size: 20px;
font-weight: 500;
border-radius: 10px;
border: 1px solid #CDCDCD;
background-color: white;
padding: 7px 10px;
}
body.product-template-default.single.single-product form.cart button[type=submit] {
margin: 0 !important;
max-width: 100%;
width: 375px;
border-radius: 10px !important;
font-family: Poppins, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
}
body.product-template-default.single.single-product form.cart button[type=submit]:hover {
background-color: #008a83 !important;
}
body.product-template-default.single.single-product .buttons-calculator-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-column-gap: 15px;
-moz-column-gap: 15px;
column-gap: 15px;
}
body.product-template-default.single.single-product .buttons-calculator-wrapper .button-calculator {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid #e8e8e8;
background-color: #fff;
padding: 4px 18px 4px 12px !important;
cursor: pointer;
border-radius: 0 !important;
font-family: Inter, Arial, sans-serif;
font-size: 14px;
font-weight: 500;
}
body.product-template-default.single.single-product .buttons-calculator-wrapper .button-calculator svg {
margin-right: 6px;
}
body.product-template-default.single.single-product .reassurances-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 20px;
padding-top: 18px;
border-top: 1px solid #C6C6C6;
margin-bottom: 14px;
row-gap: 10px;
}
@media (min-width: 1000px) {
body.product-template-default.single.single-product .reassurances-wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
body.product-template-default.single.single-product .reassurances-wrapper .reassurance-item {
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: Inter, Arial, sans-serif;
font-size: 12px;
line-height: 1.3;
text-align: center;
}
@media (min-width: 1000px) {
body.product-template-default.single.single-product .reassurances-wrapper .reassurance-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
body.product-template-default.single.single-product .reassurances-wrapper .reassurance-item .alma-product-eligibility {
max-width: 100%;
}
body.product-template-default.single.single-product .reassurances-wrapper .reassurance-item .alma-product-eligibility .alma_wc_content + style + div {
margin: 0 !important;
}
body.product-template-default.single.single-product .reassurances-wrapper .reassurance-item.reassurance-item-2 {
padding-left: 10px;
}
body.product-template-default.single.single-product .reassurances-wrapper .reassurance-item .younitedpay-bestprice-action-desc {
font-family: Inter, Arial, sans-serif;
font-size: 12px;
line-height: 1.6;
}
body.product-template-default.single.single-product .reassurances-wrapper .reassurance-item .younited-logo {
width: 110px;
margin: 0 auto;
}
body.product-template-default.single.single-product .reassurances-wrapper .reassurance-item svg {
height: 30px;
}
body.product-template-default.single.single-product .reassurances-wrapper .reassurance-item svg.younited {
height: 40px;
}
body.product-template-default.single.single-product .reassurances-wrapper .reassurance-item .payment-logos {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body.product-template-default.single.single-product .reassurances-wrapper .reassurance-item iframe {
display: inline-block !important;
}
body.product-template-default.single.single-product .fancybox-slide--iframe .fancybox-content {
height: 100% !important;
}
body:not(.home):not(.page-id-355) #prefooter {
border-top: 0 !important;
}
body.product-template-default.single.single-product .product-page-kit-content {
background-color: #F5F5F5;
padding: 30px 0;
overflow: hidden;
}
@media (min-width: 576px) {
body.product-template-default.single.single-product .product-page-kit-content .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
body.product-template-default.single.single-product .product-page-kit-content .container {
max-width: 720px;
}
}
@media (min-width: 1000px) {
body.product-template-default.single.single-product .product-page-kit-content .container {
max-width: 960px;
}
}
@media (min-width: 1300px) {
body.product-template-default.single.single-product .product-page-kit-content .container {
max-width: 1240px;
}
}
body.product-template-default.single.single-product .product-page-kit-content .kit-content__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
column-gap: 8px;
}
@media (min-width: 1000px) {
body.product-template-default.single.single-product .product-page-kit-content .kit-content__header {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
body.product-template-default.single.single-product .product-page-kit-content .kit-content__title {
color: #000;
font-family: Poppins, Arial, sans-serif;
font-size: 33px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
}
body.product-template-default.single.single-product .product-page-kit-content .kit-content__link button {
border: 0;
background-color: transparent;
text-decoration: underline;
font-family: Poppins, Arial, sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 1.2;
cursor: pointer;
}
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider {
--gap: 0px;
margin: 20px 0;
}
@media (min-width: 768px) {
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider {
--gap: 48px;
}
}
@media (min-width: 1500px) {
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider {
--gap: 96px;
}
}
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider .slick-list {
overflow: visible;
}
@media (min-width: 1500px) {
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider .slick-list {
width: -webkit-calc(100% + var(--gap));
width: calc(100% + var(--gap));
}
}
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider .slick-track {
margin-left: 0;
}
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider .slick-arrow {
position: absolute;
top: 50%;
background: #008a83;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 58px;
height: 58px;
color: #FFF;
border-radius: 5px !important;
border: 0;
z-index: 10;
-webkit-transition: opacity 300ms ease-in-out;
transition: opacity 300ms ease-in-out;
cursor: pointer;
padding: 0;
}
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider .slick-arrow.slick-prev {
padding-right: 5px;
left: 0;
}
@media (min-width: 1500px) {
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider .slick-arrow.slick-prev {
left: -webkit-calc(var(--gap) * -1);
left: calc(var(--gap) * -1);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
}
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider .slick-arrow.slick-next {
padding-left: 5px;
right: 0;
}
@media (min-width: 1500px) {
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider .slick-arrow.slick-next {
right: -webkit-calc(var(--gap) * -1);
right: calc(var(--gap) * -1);
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
}
body.product-template-default.single.single-product .product-page-kit-content .kit-content__slider .slick-arrow.slick-disabled {
opacity: 0;
pointer-events: none;
}
body.product-template-default.single.single-product .product-page-kit-content .slider__item {
margin-right: var(--gap);
}
body.product-template-default.single.single-product .product-page-kit-content .slider__card {
text-align: center;
}
body.product-template-default.single.single-product .product-page-kit-content .slider__image-wrapper {
position: relative;
}
body.product-template-default.single.single-product .product-page-kit-content .slider__image {
display: block;
border-radius: 5px;
border: 1px solid #DEDEDE;
background-color: #fff;
aspect-ratio: 1/1;
-o-object-fit: contain;
object-fit: contain;
}
body.product-template-default.single.single-product .product-page-kit-content .slider__image-number {
position: absolute;
bottom: 15px;
right: 0;
background-color: #008a83;
color: #FFF;
font-family: Inter, Arial, sans-serif;
font-size: 20px;
font-weight: 600;
border-radius: 8px 0 0 8px;
padding: 5px 12px 5px 25px;
}
body.product-template-default.single.single-product .product-page-kit-content .slider__title {
font-family: Poppins, Arial, sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 1.4;
}
body.product-template-default.single.single-product .product-page-kit-content .slider__more-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 1;
font-family: Inter, Arial, sans-serif;
font-size: 14px;
color: #737373;
font-weight: 500;
margin-top: 8px;
cursor: pointer;
}
body.product-template-default.single.single-product .product-page-kit-content .slider__more-info svg {
margin-right: 10px;
}
body.product-template-default.single.single-product .kit-content-fancybox .fancybox-bg {
opacity: 0.7;
}
body.product-template-default.single.single-product .kit-content-fancybox button.fancybox-button {
background-color: #fff;
}
body.product-template-default.single.single-product .kit-content-fancybox .kit-content__modal {
width: 100%;
max-width: 1200px;
background-color: #F5F5F5;
padding: 30px 40px;
}
@media (min-width: 768px) {
body.product-template-default.single.single-product .kit-content-fancybox .kit-content__modal {
padding: 50px 60px;
}
}
body.product-template-default.single.single-product .kit-content-fancybox .kit-content__modal__inner {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-column-gap: 50px;
grid-row-gap: 50px;
}
@media (min-width: 576px) {
body.product-template-default.single.single-product .kit-content-fancybox .kit-content__modal__inner {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1000px) {
body.product-template-default.single.single-product .kit-content-fancybox .kit-content__modal__inner {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1300px) {
body.product-template-default.single.single-product .kit-content-fancybox .kit-content__modal__inner {
grid-template-columns: repeat(4, 1fr);
}
}
body.product-template-default.single.single-product .kit-content-fancybox .kit-content__title {
margin-bottom: 20px;
}
body.product-template-default.single.single-product .kit-content-fancybox .slider__item {
display: block;
float: none;
height: auto;
width: auto !important;
max-width: 300px;
margin: 0 auto;
}
body.product-template-default.single.single-product .product-page-related-content {
padding: 30px 0;
overflow: hidden;
}
@media (min-width: 576px) {
body.product-template-default.single.single-product .product-page-related-content .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
body.product-template-default.single.single-product .product-page-related-content .container {
max-width: 720px;
}
}
@media (min-width: 1000px) {
body.product-template-default.single.single-product .product-page-related-content .container {
max-width: 960px;
}
}
@media (min-width: 1300px) {
body.product-template-default.single.single-product .product-page-related-content .container {
max-width: 1240px;
}
}
body.product-template-default.single.single-product .product-page-related-content .related-content__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
column-gap: 8px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body.product-template-default.single.single-product .product-page-related-content .related-content__title {
color: #000;
font-family: Poppins, Arial, sans-serif;
font-size: 33px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 0;
}
body.product-template-default.single.single-product .product-page-related-content .related-content__link button {
border: 0;
background-color: transparent;
text-decoration: underline;
font-family: Poppins, Arial, sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 1.2;
cursor: pointer;
}
body.product-template-default.single.single-product .product-page-related-content .related-content__slider {
--gap: 0px;
margin: 20px 0;
}
@media (min-width: 768px) {
body.product-template-default.single.single-product .product-page-related-content .related-content__slider {
--gap: 48px;
}
}
@media (min-width: 1500px) {
body.product-template-default.single.single-product .product-page-related-content .related-content__slider {
--gap: 65px;
}
}
body.product-template-default.single.single-product .product-page-related-content .related-content__slider .slick-list {
overflow: visible;
}
@media (min-width: 1500px) {
body.product-template-default.single.single-product .product-page-related-content .related-content__slider .slick-list {
width: -webkit-calc(100% + var(--gap));
width: calc(100% + var(--gap));
}
}
body.product-template-default.single.single-product .product-page-related-content .related-content__slider .slick-arrow {
position: absolute;
top: 50%;
background: #008a83;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 58px;
height: 58px;
color: #FFF;
border-radius: 5px !important;
border: 0;
z-index: 10;
-webkit-transition: opacity 300ms ease-in-out;
transition: opacity 300ms ease-in-out;
cursor: pointer;
padding: 0;
}
body.product-template-default.single.single-product .product-page-related-content .related-content__slider .slick-arrow.slick-prev {
padding-right: 5px;
left: 0;
}
@media (min-width: 1500px) {
body.product-template-default.single.single-product .product-page-related-content .related-content__slider .slick-arrow.slick-prev {
left: -webkit-calc(var(--gap) * -1);
left: calc(var(--gap) * -1);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
}
body.product-template-default.single.single-product .product-page-related-content .related-content__slider .slick-arrow.slick-next {
padding-left: 5px;
right: 0;
}
@media (min-width: 1500px) {
body.product-template-default.single.single-product .product-page-related-content .related-content__slider .slick-arrow.slick-next {
right: -webkit-calc(var(--gap) * -1);
right: calc(var(--gap) * -1);
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
}
body.product-template-default.single.single-product .product-page-related-content .related-content__slider .slick-arrow.slick-disabled {
opacity: 0;
pointer-events: none;
}
body.product-template-default.single.single-product .product-page-related-content .slider__item {
border: 1px solid #D4D4D4;
padding: 18px;
border-radius: 5px;
margin-right: var(--gap);
}
body.product-template-default.single.single-product .product-page-related-content .slider__card {
text-align: center;
}
body.product-template-default.single.single-product .product-page-related-content .slider__image-wrapper {
position: relative;
}
body.product-template-default.single.single-product .product-page-related-content .slider__image-wrapper img {
display: block;
border-radius: 5px;
}
body.product-template-default.single.single-product .product-page-related-content .slider__title {
font-family: Poppins, Arial, sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 1.2;
color: #000;
margin-top: 8px;
}
body.product-template-default.single.single-product .product-page-related-content .slider__description {
font-family: Poppins, Arial, sans-serif;
font-size: 15px;
font-weight: 500;
line-height: 1.2;
color: #000;
margin-top: 10px;
}
body.product-template-default.single.single-product .product-page-related-content .slider__price {
color: #008a83;
font-family: Poppins, Arial, sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 1.4;
margin-top: 10px;
}
body.product-template-default.single.single-product .woocommerce-tabs {
border-bottom: 1px solid #D8D8D8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 1440px;
margin: 0 auto;
padding: 0 10px;
}
body.product-template-default.single.single-product .woocommerce-tabs .tab-container {
display: none;
}
body.product-template-default.single.single-product .woocommerce-tabs > li {
position: relative;
border-top: 1px solid #D8D8D8;
list-style: none;
}
body.product-template-default.single.single-product .woocommerce-tabs > li::after {
content: "+";
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 44px;
font-weight: 600;
pointer-events: none;
}
body.product-template-default.single.single-product .woocommerce-tabs > li.active::after {
content: "-";
}
body.product-template-default.single.single-product .woocommerce-tabs > li a {
display: block;
padding: 22px 0;
font-family: Poppins, Arial, sans-serif;
font-size: 22px;
font-weight: 700;
color: #000000;
}
body.product-template-default.single.single-product .woocommerce-tabs .first-section + li {
border-top: none;
}
body.product-template-default.single.single-product .woocommerce-Tabs-panel--tab_carac_technique h3 {
font-size: 18px;
font-family: Poppins, Arial, sans-serif;
font-weight: 600;
}
body.product-template-default.single.single-product .schemas-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
padding: 0 20px 20px;
margin-top: 30px;
}
@media (min-width: 1000px) {
body.product-template-default.single.single-product .schemas-wrapper {
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-column-gap: 50px;
grid-row-gap: 50px;
padding: 0 50px 30px;
}
}
body.product-template-default.single.single-product .schemas-wrapper .schema-card {
border: 1px solid #D4D4D4;
padding: 18px;
border-radius: 5px;
cursor: pointer;
}
body.product-template-default.single.single-product .schemas-wrapper .schema-card .schema__icon-wrapper {
background-color: #dedede;
text-align: center;
margin-bottom: 15px;
padding: 40px;
border-radius: 5px;
}
body.product-template-default.single.single-product .schemas-wrapper .schema-card .schema__title {
line-height: 1.1;
font-family: Poppins, Arial, sans-serif;
font-weight: 500;
font-size: 18px;
}
body.product-template-default.single.single-product .schemas-wrapper .schema-card .schema__title .small {
font-size: 14px;
color: #888;
}
body.product-template-default.single.single-product .custom-product-fancybox .fancybox-bg {
opacity: 0.7;
}
body.product-template-default.single.single-product .custom-product-fancybox button.fancybox-button {
background-color: #fff;
}
@media (max-width: 999px) {
body.product-template-default.single.single-product .custom-product-fancybox .fancybox-content {
padding: 10px;
}
}
html:has(body.compensate-for-scrollbar) {
overflow: hidden;
}
.calculate-profitability-fancybox { }
.calculate-profitability-fancybox.fancybox-is-open .fancybox-bg {
opacity: 0.7;
}
.calculate-profitability-fancybox button.fancybox-button {
background-color: #fff;
}
.calculate-profitability-fancybox .fancybox-close-small {
top: 10px;
right: 10px;
}
.calculate-profitability-fancybox .fancybox-content {
width: 100%;
max-width: 1150px;
padding: 0;
border-radius: 20px;
background: #FFF;
-webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.21);
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.21);
}
.calculate-profitability-fancybox .calculate-profitability-modal.is-result .calculate-profitability__header {
padding-bottom: 30px;
}
.calculate-profitability-fancybox .calculate-profitability-modal.is-error .calculate-profitability__header {
padding-bottom: 10px;
}
.calculate-profitability-fancybox .calculate-profitability__header {
padding: 30px;
}
@media (min-width: 768px) {
.calculate-profitability-fancybox .calculate-profitability__header {
padding: 40px 60px 50px;
}
}
@media (min-width: 1000px) {
.calculate-profitability-fancybox .calculate-profitability__header {
padding: 50px 70px 60px;
}
}
@media (min-width: 1300px) {
.calculate-profitability-fancybox .calculate-profitability__header {
padding: 70px 90px 80px;
}
}
.calculate-profitability-fancybox .title {
color: #000;
font-family: Poppins, Arial, sans-serif;
font-size: 30.142px;
font-weight: 700;
margin-bottom: 20px;
}
.calculate-profitability-fancybox .input-label {
display: block;
color: #000;
font-family: Poppins, Arial, sans-serif;
font-size: 18px;
font-weight: 600;
margin-bottom: 4px;
}
.calculate-profitability-fancybox .form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-column-gap: 15px;
-moz-column-gap: 15px;
column-gap: 15px;
}
@media (min-width: 576px) {
.calculate-profitability-fancybox .form-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.calculate-profitability-fancybox .form-col.form-col--full {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.calculate-profitability-fancybox .form-input {
width: 100%;
border-radius: 4px;
border: 1px solid #858585;
background: #FFF;
height: 46px;
}
.calculate-profitability-fancybox .form-submit {
border-radius: 10px !important;
background: #008a83;
border: 0;
color: #FFF;
height: 46px;
padding: 4px 50px;
margin-top: 15px;
font-family: Poppins, Arial, sans-serif;
font-size: 18px;
font-weight: 600;
cursor: pointer;
width: 100%;
}
@media (min-width: 576px) {
.calculate-profitability-fancybox .form-submit {
margin-top: 0;
}
}
.calculate-profitability-fancybox .form-submit:disabled {
background-color: grey;
cursor: default;
-webkit-transition: none;
transition: none;
}
.calculate-profitability-fancybox .form-submit .fa-spinner {
-webkit-animation: spin 0.7s linear infinite;
animation: spin 0.7s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.calculate-profitability-fancybox .btn {
border-radius: 10px !important;
background: #ffcf00;
border: 0;
color: #000;
line-height: 1;
padding: 7px 20px;
font-family: Poppins, Arial, sans-serif;
font-size: 18px;
font-weight: 600;
cursor: pointer;
}
.calculate-profitability-fancybox .calculate-profitability-response {
-webkit-transition: opacity 300ms ease-in-out;
transition: opacity 300ms ease-in-out;
}
.calculate-profitability-fancybox .calculate-profitability-response.fadeout {
opacity: 0;
}
.calculate-profitability-fancybox .calculate-profitability-response.fadein {
opacity: 1;
}
.calculate-profitability-fancybox .calculate-profitability-response .prod-kwh {
font-size: 22px;
}
.calculate-profitability-fancybox .calculate-profitability-responseError {
padding: 0 30px 20px;
color: #D00;
}
@media (min-width: 768px) {
.calculate-profitability-fancybox .calculate-profitability-responseError {
padding: 0 60px 40px;
}
}
@media (min-width: 1000px) {
.calculate-profitability-fancybox .calculate-profitability-responseError {
padding: 0 70px 50px;
}
}
@media (min-width: 1300px) {
.calculate-profitability-fancybox .calculate-profitability-responseError {
padding: 0 90px 70px;
}
}
.calculate-profitability-fancybox .before-table {
padding: 0 30px 0;
line-height: 1.3;
font-size: 14px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.calculate-profitability-fancybox .before-table {
padding: 0 60px 0;
font-size: 17px;
}
}
@media (min-width: 1000px) {
.calculate-profitability-fancybox .before-table {
padding: 0 70px 0;
}
}
@media (min-width: 1300px) {
.calculate-profitability-fancybox .before-table {
padding: 0 90px 0;
}
}
.calculate-profitability-fancybox .comparator__wrapper {
--spacing: clamp(0.9375rem, 0.4910714286rem + 2.2321428571vw, 1.875rem);
--cell-padding: 10px 16px;
position: relative;
max-width: 100%;
max-height: -webkit-calc(90vh - 300px);
max-height: calc(90vh - 300px);
max-height: -webkit-calc(90svh - 300px);
max-height: calc(90svh - 300px);
padding: var(--spacing);
overflow: auto;
border-radius: 10px;
background-color: white;
pointer-events: all;
}
@media (min-width: 1000px) {
.calculate-profitability-fancybox .comparator__wrapper {   }
.calculate-profitability-fancybox .comparator__wrapper::-webkit-scrollbar {
width: 5px;
height: 8px;
}
.calculate-profitability-fancybox .comparator__wrapper::-webkit-scrollbar-track {
border-radius: 0 10px 10px 0;
background-color: transparent;
}
.calculate-profitability-fancybox .comparator__wrapper::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #008a83;
background-clip: padding-box;
}
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table {
height: -webkit-calc(100% - var(--spacing) * 2);
height: calc(100% - var(--spacing) * 2);
margin: 0;
border-collapse: collapse;
background-color: inherit;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table td {
vertical-align: middle;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table td.active {
color: #FFF;
font-weight: 600;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table td.active::before {
background-color: #008a83 !important;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table th div {
white-space: nowrap;
border-left: 1px solid #CCC;
background-color: #fff;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr:first-child td.active::after {
top: -13px;
left: 0;
bottom: 100%;
right: 0;
content: "";
position: absolute;
z-index: 0;
background-color: #008a83;
border-radius: 10px 10px 0 0;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr:first-child td.active div {
padding-top: 0;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr:last-child {
border-bottom: 1px solid #CCC;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr:last-child td.active::after {
top: 100%;
left: 0;
bottom: -10px;
right: 0;
content: "";
position: absolute;
z-index: 0;
background-color: #008a83;
border-radius: 0 0 10px 10px;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr:last-child th::after {
bottom: -webkit-calc(var(--spacing) * -1);
bottom: calc(var(--spacing) * -1);
right: 0;
left: -webkit-calc(var(--spacing) * -1);
left: calc(var(--spacing) * -1);
width: initial;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr:last-child th div {
border-bottom: 1px solid #CCC;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__infos th::after {
top: -webkit-calc(var(--spacing) * -1);
top: calc(var(--spacing) * -1);
right: 0;
left: -webkit-calc(var(--spacing) * -1);
left: calc(var(--spacing) * -1);
width: initial;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__infos td > div {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 1.5;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__infos td.active div .btn {
display: none;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__infos .product-title {
font-size: 18px;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__infos .small {
font-size: 13px;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__infos .btn {
font-size: 11px;
padding: 7px 20px 5px;
margin-top: 5px;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__price td > div {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-weight: 600;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__price td > div small {
display: block;
font-weight: 400;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__price td > div strong {
font-size: 1.5rem;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__link td {
background-color: white;
text-align: center;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__link td div {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr.table__link td .btn {
color: white;
font-size: 15px;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td,
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr th {
height: 100%;
padding: 0;
text-align: left;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td > div,
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr th > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
padding: var(--cell-padding);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td::before,
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr th::before {
top: 0;
left: 0;
bottom: 0;
right: 0;
content: "";
position: absolute;
z-index: 0;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr th {
position: -webkit-sticky;
position: sticky;
z-index: 10;
left: 0;
border: none;
background-color: white;
font-weight: normal;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr th::before {
background-color: transparent;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr th::after {
content: "";
position: absolute;
top: 0;
right: 100%;
bottom: 0;
width: var(--spacing);
background-color: inherit;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr th > div {
border-top: 1px solid #CCC;
border-right: 1px solid #CCC;
font-size: clamp(0.75rem, 0.7202380952rem + 0.1488095238vw, 0.8125rem);
font-weight: 600;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td {
position: relative;
min-width: 160px;
border-top: 1px solid #CCC;
border-right: 1px solid #CCC;
border-left: 1px solid #CCC;
font-size: clamp(0.75rem, 0.630952381rem + 0.5952380952vw, 1rem);
font-weight: 400;
}
@media (min-width: 768px) {
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td {
min-width: 200px;
}
}
@media (min-width: 1000px) {
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td {
min-width: 200px;
}
}
@media (min-width: 1300px) {
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td {
min-width: 200px;
}
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td.product-0 {
border-left: none;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td.product-0, .calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td.product-2 {
position: relative;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td.product-0::before, .calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td.product-2::before {
background-color: #FFF;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td button.icon {
display: inline-block;
margin: 0 auto;
margin-bottom: 15px;
padding: 0.5rem;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 100vw;
background-color: #008a83;
-webkit-box-shadow: 0 8px 20px 0 rgba(112, 144, 176, 0.2);
box-shadow: 0 8px 20px 0 rgba(112, 144, 176, 0.2);
color: white;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td button.icon:hover, .calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td button.icon:focus {
outline: none;
background-color: #D00;
}
.calculate-profitability-fancybox .comparator__wrapper table.comparator__table tr td img {
width: 240px;
min-width: 240px;
height: 150px;
border-radius: 8px;
-o-object-fit: cover;
object-fit: cover;
}
.home-v2-page .icon-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 2rem 0 5rem 0;
}
.home-v2-page .button-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 4rem;
}
.home-v2-page .title-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 5rem 0;
}
section.hero_section-v2 .hero_section-container {
position: relative;
height: auto;
display: grid;
grid-template-columns: 100%;
grid-template-rows: 1fr 300px;
margin-top: 5cqh;
}
@media (min-width: 1000px) {
section.hero_section-v2 .hero_section-container {
grid-template-columns: 50% 50%;
grid-template-rows: 100%;
height: 80vh;
margin-top: 1cqh;
}
}
section.hero_section-v2 .hero_section-container .left-part {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 4cqw;
padding-top: 0;
container-type: inline-size;
}
section.hero_section-v2 .hero_section-container .left-part .text-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 4cqw;
text-align: center;
}
@media (min-width: 1000px) {
section.hero_section-v2 .hero_section-container .left-part .text-container {
gap: 2.5cqh;
text-align: left;
}
}
section.hero_section-v2 .hero_section-container .left-part h1 {
color: #008a83;
font-size: var(--font-level-50);
line-height: 1.1;
text-transform: uppercase;
}
@media (max-width: 576px) {
section.hero_section-v2 .hero_section-container .left-part h1 {
font-size: 22px;
}
}
@media (max-width: 576px) {
section.hero_section-v2 .hero_section-container .left-part .normal-title, section.hero_section-v2 .hero_section-container .left-part .subtitle {
font-size: 16px;
}
}
section.hero_section-v2 .hero_section-container .left-part .button_wrapper {
gap: 2cqw;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 1000px) {
section.hero_section-v2 .hero_section-container .left-part .button_wrapper {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (max-width: 576px) {
section.hero_section-v2 .hero_section-container .left-part .button_wrapper a {
font-size: 12px;
}
}
section.hero_section-v2 .hero_section-container .left-part .trustpilot-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 30px;
min-height: 100px;
}
@media (min-width: 1000px) {
section.hero_section-v2 .hero_section-container .left-part .trustpilot-container {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
}
}
section.hero_section-v2 .hero_section-container .right-part {
position: relative;
overflow: hidden;
z-index: 1;
min-height: 300px;
}
section.hero_section-v2 .hero_section-container .video_wrapper {
position: absolute;
inset: 0;
z-index: -1;
}
section.hero_section-v2 .hero_section-container .video_wrapper .video-js {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
background: var(--color-grey-1);
margin: -1px;
}
section.hero_section-v2 .hero_section-container .video_wrapper .video-js .vjs-tech {
-o-object-fit: cover;
object-fit: cover;
}
.title_section {
padding-bottom: 4rem;
}
.title_section .title_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.title_section .title_wrapper .subtitle {
color: #008a83;
text-transform: uppercase;
text-align: center;
}
.title_section .title_wrapper .title {
text-align: center;
}
section.cards-engagement {
max-width: 1250px;
margin: 0 auto;
padding: 2rem 1rem;
}
@media (max-width: 700px) {
section.cards-engagement .cards-engagement_wrapper {
max-width: 100% !important;
}
}
section.cards-engagement .cards_grid {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(4, minmax(0, 320px));
grid-gap: 30px;
height: 100%;
}
@media (min-width: 576px) {
section.cards-engagement .cards_grid {
grid-template-columns: 1fr 1fr;
grid-template-rows: minmax(0, 320px) minmax(0, 320px);
}
}
@media (min-width: 1000px) {
section.cards-engagement .cards_grid {
grid-template-columns: 1fr 0.7fr 0.7fr;
grid-template-rows: minmax(0, 320px) minmax(0, 320px);
}
}
section.cards-engagement .card {
overflow: hidden;
position: relative;
border-radius: 15px;
container-type: inline-size;
}
section.cards-engagement .card .content_wrapper {
position: absolute;
padding: 2rem;
z-index: 2;
}
section.cards-engagement .card .content_wrapper .normal-title, section.cards-engagement .card .content_wrapper .subtitle {
color: #ffffff;
}
section.cards-engagement .card .content_wrapper p {
color: #ffffff;
font-size: 18px;
line-height: 1.3;
padding-bottom: 0;
}
@media (min-width: 576px) {
section.cards-engagement .card .content_wrapper p {
font-size: var(--font-level-16);
}
}
section.cards-engagement .card .cross_wrapper {
position: absolute;
z-index: 2;
background-color: #ffffff;
width: 40px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
bottom: 1rem;
right: 1rem;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
section.cards-engagement .card .cross_wrapper svg {
fill: black;
-webkit-transition: fill 0.2s ease-in-out;
transition: fill 0.2s ease-in-out;
}
section.cards-engagement .card:nth-child(1) {
grid-area: 1/1/2/2;
}
section.cards-engagement .card:nth-child(1) .content_wrapper {
bottom: 0;
max-width: 90%;
}
@media (min-width: 576px) {
section.cards-engagement .card:nth-child(1) .content_wrapper {
max-width: 70%;
}
}
section.cards-engagement .card:nth-child(2) {
grid-area: 2/1/3/2;
}
section.cards-engagement .card:nth-child(2) .content_wrapper {
bottom: 0;
max-width: 90%;
}
@media (min-width: 576px) {
section.cards-engagement .card:nth-child(2) .content_wrapper {
top: 0;
}
}
section.cards-engagement .card:nth-child(3) {
grid-area: 3/1/4/2;
}
section.cards-engagement .card:nth-child(3) .content_wrapper {
bottom: 0;
max-width: 85%;
}
section.cards-engagement .card:nth-child(4) {
grid-area: 4/1/5/2;
}
section.cards-engagement .card:nth-child(4) .content_wrapper {
bottom: 0;
max-width: 85%;
}
@media (min-width: 576px) {
section.cards-engagement .card:nth-child(1) {
grid-area: 1/1/2/2;
}
section.cards-engagement .card:nth-child(2) {
grid-area: 1/2/2/3;
}
section.cards-engagement .card:nth-child(3) {
grid-area: 2/1/3/2;
}
section.cards-engagement .card:nth-child(4) {
grid-area: 2/2/3/3;
}
}
@media (min-width: 1000px) {
section.cards-engagement .card:nth-child(1) {
grid-area: 1/1/3/2;
}
section.cards-engagement .card:nth-child(2) {
grid-area: 1/2/3/3;
}
section.cards-engagement .card:nth-child(3) {
grid-area: 1/3/2/4;
}
section.cards-engagement .card:nth-child(4) {
grid-area: 2/3/3/4;
}
}
section.cards-engagement .card::after {
content: "";
position: absolute;
background-color: rgba(0, 0, 0, 0.4);
pointer-events: none;
inset: 0;
z-index: 1;
border-radius: 15px;
border: 0px solid #ffcf00;
-webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 1000px) {
section.cards-engagement .card::after {
background-color: rgba(0, 0, 0, 0);
}
}
section.cards-engagement .card img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.video-clip-section {
position: relative;
height: 100vh;
padding-top: 4rem;
}
.video-clip-section .button-play {
position: absolute;
top: 50%;
left: 40%;
-webkit-transform: translate(-30%, -50%);
-ms-transform: translate(-30%, -50%);
transform: translate(-30%, -50%);
z-index: 10;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
background-color: #008a83;
padding: 11px 25px;
border-radius: 15px;
opacity: 0.75;
}
.video-clip-section .button-play__infos {
color: white;
text-shadow: 0px 0px 0px black;
font-family: Poppins, Arial, sans-serif;
font-size: var(--font-level-20);
font-weight: 600;
}
.video-clip-section .button-play img {
width: 40px;
height: 40px;
}
.video-clip-section .button-play__mobile {
display: none;
}
.video-clip-section .button-play__desktop {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: none;
}
.video-clip-section .button-play__desktop:hover {
cursor: pointer;
}
.video-clip-section .video-clip-container {
position: absolute;
inset: 0;
-webkit-transform: scaleX(0.5) scaleY(0.5);
-ms-transform: scaleX(0.5) scaleY(0.5);
transform: scaleX(0.5) scaleY(0.5);
overflow: hidden;
-webkit-transition: -webkit-transform 0.5s ease-in-out;
transition: -webkit-transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
border-radius: 15px;
margin: 0.5px;
}
.video-clip-section .video-clip-container .video_container {
position: absolute;
inset: 0;
-webkit-transform: scaleX(2) scaleY(2);
-ms-transform: scaleX(2) scaleY(2);
transform: scaleX(2) scaleY(2);
-webkit-transition: -webkit-transform 0.5s ease-in-out;
transition: -webkit-transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.video-clip-section .video-clip-container .video_container video {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.video-clip-section .popup-video-wrapper {
position: fixed;
inset: 0;
background: #ffffff;
opacity: 0;
pointer-events: none;
z-index: 9999;
}
.video-clip-section .popup-video-wrapper .close-popup-video {
position: absolute;
top: 20px;
right: 20px;
z-index: 10;
border-radius: 10px;
}
.video-clip-section .popup-video-wrapper .video_container {
width: 100%;
height: 100%;
opacity: 0;
}
.video-clip-section .popup-video-wrapper .video_container video {
-o-object-fit: cover;
object-fit: cover;
}
.video-clip-section .my-video-dimensions {
height: 100%;
width: 100%;
}
section.testimonial_section .testimonial_wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
height: 100vh;
}
section.testimonial_section .testimonial_wrapper .testimonial_img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
z-index: -1;
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
z-index: -1;
-o-object-fit: cover;
object-fit: cover;
}
section.testimonial_section .testimonial_wrapper .mask {
position: absolute;
z-index: 1;
}
section.testimonial_section .testimonial_wrapper .mask__left {
height: 100%;
width: 20%;
top: 0;
left: 0;
background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(hsla(0, 0%, 96%, 0)));
background-image: -webkit-linear-gradient(left, #f5f5f5, hsla(0, 0%, 96%, 0));
background-image: linear-gradient(90deg, #f5f5f5, hsla(0, 0%, 96%, 0));
}
section.testimonial_section .testimonial_wrapper .mask__top {
height: 30%;
width: 100%;
top: 0;
left: 0;
right: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(hsla(0, 0%, 96%, 0)));
background-image: -webkit-linear-gradient(top, #f5f5f5, hsla(0, 0%, 96%, 0));
background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 96%, 0));
}
section.testimonial_section .testimonial_wrapper .mask__right {
height: 100%;
width: 20%;
top: 0;
right: 0;
background-image: -webkit-gradient(linear, right top, left top, from(#f5f5f5), to(hsla(0, 0%, 96%, 0)));
background-image: -webkit-linear-gradient(right, #f5f5f5, hsla(0, 0%, 96%, 0));
background-image: linear-gradient(-90deg, #f5f5f5, hsla(0, 0%, 96%, 0));
}
section.testimonial_section .testimonial_wrapper .mask__bottom {
height: 30%;
width: 100%;
bottom: 0;
left: 0;
right: 0;
background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(hsla(0, 0%, 96%, 0)));
background-image: -webkit-linear-gradient(bottom, #f5f5f5, hsla(0, 0%, 96%, 0));
background-image: linear-gradient(0deg, #f5f5f5, hsla(0, 0%, 96%, 0));
}
section.testimonial_section .testimonial_wrapper .icon-section {
padding: 0;
}
section.testimonial_section .testimonial_wrapper .icon-section .trustpilot-widget {
min-height: 150px;
}
section.testimonial_section .testimonial_wrapper .testimonial_container {
margin-top: -100px;
}
section.testimonial_section .testimonial_wrapper .testimonial_container .testimonial_bloc {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
section.testimonial_section .testimonial_wrapper .testimonial_container .testimonial_bloc .pretitle-1 {
font-size: 14px;
font-family: Inter, Arial, sans-serif;
margin-bottom: 20px;
}
section.testimonial_section .testimonial_wrapper .testimonial_container .testimonial_bloc .title {
font-size: 40px;
font-family: Inter, Arial, sans-serif;
text-align: center;
line-height: 45px;
font-weight: 700;
}
section.testimonial_section .testimonial_wrapper .testimonial_container .testimonial_bloc .title strong {
font-size: var(--font-level-55);
}
section.testimonial_section .testimonial_wrapper .testimonial_container .testimonial_bloc a.btn-primary {
margin-top: 40px;
}
section.product-details {
padding: 4rem 0;
}
section.product-details .product-details-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 4rem;
}
section.product-details .product-details-header .product-details-link {
text-decoration-line: underline;
font-weight: 600;
}
section.product-details .product-details-wrapper {
position: relative;
container-type: inline-size;
max-width: 1540px;
margin: 0 auto;
}
section.product-details .product-details-wrapper .image-container img {
width: 100%;
height: 100%;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt {
position: absolute;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt::before, section.product-details .product-details-wrapper .bullets-container .bullet-cpt::after {
position: absolute;
content: "";
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt .bullet {
height: 2cqw;
width: 2cqw;
background-color: #ffcf00;
z-index: 10;
border-radius: 50%;
cursor: pointer;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt .bullet.pulsar:after {
content: "";
left: -50%;
top: -50%;
border-radius: 50%;
height: 4cqw;
width: 4cqw;
position: absolute;
-webkit-animation: pulsate 1.5s ease-out;
animation: pulsate 1.5s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
opacity: 0;
-webkit-box-shadow: 0 0 1px 2px #ffcf00;
box-shadow: 0 0 1px 2px #ffcf00;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-1 {
--line-horizontal: 13cqw;
--line-vertical: 3.3cqw;
--line-vertical-translate: -3.3cqw;
left: 63%;
top: 37%;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-1::before {
top: 50%;
width: var(--line-horizontal);
height: 2px;
background-color: #ffcf00;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-1::after {
top: 50%;
width: 2px;
height: var(--line-vertical);
-webkit-transform: translateX(12.8cqw) translateY(var(--line-vertical-translate));
-ms-transform: translateX(12.8cqw) translateY(var(--line-vertical-translate));
transform: translateX(12.8cqw) translateY(var(--line-vertical-translate));
background-color: #ffcf00;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-2 {
--line-horizontal: 13cqw;
--line-vertical: 3.3cqw;
--line-vertical-translate: 0cqw;
left: 77%;
top: 64%;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-2::before {
top: 50%;
width: var(--line-horizontal);
height: 2px;
background-color: #ffcf00;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-2::after {
top: 50%;
width: 2px;
height: var(--line-vertical);
-webkit-transform: translateX(12.8cqw) translateY(var(--line-vertical-translate));
-ms-transform: translateX(12.8cqw) translateY(var(--line-vertical-translate));
transform: translateX(12.8cqw) translateY(var(--line-vertical-translate));
background-color: #ffcf00;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-3 {
--line-vertical: 9.3cqw;
left: 68%;
top: 65%;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-3::before {
top: 50%;
left: 50%;
width: 2px;
height: var(--line-vertical);
background-color: #ffcf00;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-4 {
--line-vertical: 9.3cqw;
left: 41%;
top: 68%;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-4::before {
top: 50%;
left: 50%;
width: 2px;
height: var(--line-vertical);
background-color: #ffcf00;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-5 {
--line-horizontal: 14.3cqw;
--line-horizontal-translate: -14.3cqw;
left: 33%;
top: 40%;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-5::before {
top: 50%;
left: 50%;
width: var(--line-horizontal);
height: 2px;
background-color: #ffcf00;
-webkit-transform: translateX(var(--line-horizontal-translate));
-ms-transform: translateX(var(--line-horizontal-translate));
transform: translateX(var(--line-horizontal-translate));
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-6 {
--line-vertical: 9.3cqw;
--line-vertical-translate: -9.3cqw;
left: 51%;
top: 37%;
}
section.product-details .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-6::before {
top: 50%;
left: 50%;
width: 2px;
height: var(--line-vertical);
background-color: #ffcf00;
-webkit-transform: translateY(var(--line-vertical-translate));
-ms-transform: translateY(var(--line-vertical-translate));
transform: translateY(var(--line-vertical-translate));
}
section.product-details .product-details-wrapper .bullets-container .content-cpt {
position: absolute;
min-width: 200px;
}
section.product-details .product-details-wrapper .bullets-container .content-cpt .number-container {
color: #008a83;
font-weight: bold;
font-family: Poppins, Arial, sans-serif;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 5px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
section.product-details .product-details-wrapper .bullets-container .content-cpt .number-container .number {
font-size: 2cqw;
}
section.product-details .product-details-wrapper .bullets-container .content-cpt .number-container .number span {
font-size: 3.2cqw;
}
section.product-details .product-details-wrapper .bullets-container .content-cpt .number-container .icone img {
height: 3.3cqw;
position: relative;
margin-top: -8px;
z-index: -1;
width: auto;
}
section.product-details .product-details-wrapper .bullets-container .content-cpt .paragraphe-container p {
text-align: center;
font-family: Poppins, Arial, sans-serif;
font-weight: 600;
line-height: 1.2;
}
@media (max-width: 1100px) {
section.product-details .product-details-wrapper .bullets-container .content-cpt .paragraphe-container p {
text-align: left;
}
}
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-1 {
top: -13cqw;
right: -21.6cqw;
}
@media (min-width: 1100px) {
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-1 {
top: -12cqw;
right: -18.6cqw;
}
}
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-2 {
top: 6cqw;
right: -20.6cqw;
}
@media (min-width: 1100px) {
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-2 {
top: 5cqw;
right: -17.6cqw;
}
}
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-3 {
top: 12cqw;
right: -8.6cqw;
}
@media (min-width: 1100px) {
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-3 {
top: 11cqw;
right: -5.6cqw;
}
}
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-4 {
top: 12cqw;
right: -9.6cqw;
}
@media (min-width: 1100px) {
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-4 {
top: 11cqw;
right: -5.6cqw;
}
}
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-5 {
top: -6cqw;
right: 15.4cqw;
}
@media (min-width: 1100px) {
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-5 {
top: -5cqw;
right: 16.4cqw;
}
}
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-6 {
top: -19cqw;
right: -9.6cqw;
}
@media (min-width: 1100px) {
section.product-details .product-details-wrapper .bullets-container .content-cpt.content-cpt-6 {
top: -17cqw;
right: -6.6cqw;
}
}
section.product-details.mobile br {
display: none;
}
section.product-details.mobile .product-details-wrapper .bullets-container {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
grid-column-gap: 13px;
}
section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
margin-bottom: 30px;
gap: 10px;
}
section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt::before, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt::after {
display: none;
}
section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt .bullet {
height: 2cqw;
width: 2cqw;
position: absolute;
top: 5cqw;
left: 5cqw;
}
@media (max-width: 1100px) {
section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt .bullet {
display: none;
}
}
section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt .bullet.pulsar:after {
height: 4cqw;
width: 4cqw;
}
section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-1, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-3, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-4, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-5, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-6, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-2 {
left: auto;
top: auto;
margin-bottom: 0;
}
section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-1::before, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-3::before, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-4::before, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-5::before, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-6::before, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-2::before {
display: none;
}
section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-1::after, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-3::after, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-4::after, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-5::after, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-6::after, section.product-details.mobile .product-details-wrapper .bullets-container .bullet-cpt.bullet-cpt-2::after {
display: none;
}
section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt {
position: relative;
min-width: auto;
}
section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt .number-container {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt .number-container .number {
font-size: 7.2cqw;
}
section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt .number-container .number span {
font-size: 8.2cqw;
}
section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt .number-container .icone img {
height: 30px;
position: absolute;
top: 10px;
}
section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt p {
font-size: 14px;
}
section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt.content-cpt-1, section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt.content-cpt-2, section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt.content-cpt-3, section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt.content-cpt-4, section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt.content-cpt-5, section.product-details.mobile .product-details-wrapper .bullets-container .content-cpt.content-cpt-6 {
top: 0;
right: 0;
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 0;
}
}
@keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 0;
}
}
.product-section {
container-type: inline-size;
margin-top: 4rem;
}
.product-section .product-wrapper-top {
background-repeat: none;
background-size: cover;
height: 45cqw;
}
@media (min-width: 576px) {
.product-section .product-wrapper-top {
height: 33cqw;
}
}
@media (min-width: 1025px) {
.product-section .product-wrapper-top {
height: 28cqw;
max-height: 750px;
}
}
.product-section .product-wrapper-top .product-container-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 4.7cqw 2cqw;
gap: 10px;
}
.product-section .product-wrapper-top .product-container-title .box {
overflow: hidden;
}
.product-section .product-wrapper-top .product-container-title .subtitle {
color: white;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.product-section .product-wrapper-top .product-container-title .title {
color: white;
text-align: center;
--underline-width:0%;
}
.product-section .product-wrapper-top .product-container-title .title span.underline {
position: relative;
}
.product-section .product-wrapper-top .product-container-title .title span.underline::before {
content: "";
position: absolute;
bottom: -10px;
left: 0;
right: 0;
background-color: #ffcf00;
height: 3px;
width: var(--underline-width);
}
.product-section .product-wrapper-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
margin-top: -10cqw;
}
@media (min-width: 1025px) {
.product-section .product-wrapper-bottom {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.product-section .product-wrapper-bottom .product-container {
container-type: inline-size;
background: #f8fbfa;
border-radius: 30px;
width: 95cqw;
max-width: 900px;
}
@media (min-width: 576px) {
.product-section .product-wrapper-bottom .product-container {
max-width: 605px;
width: 75cqw;
}
}
@media (min-width: 1025px) {
.product-section .product-wrapper-bottom .product-container {
max-width: 605px;
width: 38cqw;
}
}
.product-section .product-wrapper-bottom .product-container .product-content {
padding: 5cqw;
}
.product-section .product-wrapper-bottom .product-container .product-content .img-container {
aspect-ratio: 556/284;
overflow: hidden;
}
.product-section .product-wrapper-bottom .product-container .product-content .img-container img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.product-section .product-wrapper-bottom .product-container .product-content .tag-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 2cqw 0;
}
.product-section .product-wrapper-bottom .product-container .product-content .tag-container .tags {
font-size: var(--font-level-20);
font-family: Poppins, Arial, sans-serif;
font-weight: 600;
}
.product-section .product-wrapper-bottom .product-container .product-content .tag-container .mif {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
font-size: 14px;
font-family: Inter, Arial, sans-serif;
}
.product-section .product-wrapper-bottom .product-container .product-content .text-container .product-title {
margin: 2cqw 0;
text-transform: uppercase;
font-size: 4.2cqw;
}
.product-section .product-wrapper-bottom .product-container .product-content .text-container .product-text {
font-weight: 500;
font-size: 3cqw;
}
.product-section .product-wrapper-bottom .product-container .product-content .reassurance-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 4cqw;
margin: 4cqw 0;
}
.product-section .product-wrapper-bottom .product-container .product-content .reassurance-container .reassurance-item {
font-family: Inter, Arial, sans-serif;
font-size: var(--font-level-17);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
.product-section .product-wrapper-bottom .product-container .product-content .reassurance-container .reassurance-item img {
width: auto;
max-height: 10cqw;
height: auto;
}
.product-section .product-wrapper-bottom .product-container .product-content .reassurance-container .reassurance-item .reassurance-text {
font-size: 3cqw;
}
.product-section .product-wrapper-bottom .product-container .product-content .reassurance-container .reassurance-item .reassurance-text span {
display: block;
font-weight: 700;
}
.product-section .product-wrapper-bottom .product-container .product-content .description-container {
background-color: white;
padding: 3cqw;
border-radius: 30px;
}
.product-section .product-wrapper-bottom .product-container .product-content .description-container .note {
color: #008a83;
font-style: italic;
font-family: Poppins, Arial, sans-serif;
font-weight: 400;
margin-bottom: 5cqw;
font-size: 2.8cqw;
line-height: 1.4;
}
.product-section .product-wrapper-bottom .product-container .product-content .description-container .description-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.product-section .product-wrapper-bottom .product-container .product-content .description-container .description-items .item {
position: relative;
}
.product-section .product-wrapper-bottom .product-container .product-content .description-container .description-items .item .item-subtitle {
position: absolute;
top: -3cqw;
left: 0;
font-size: 2.5cqw;
font-family: Poppins, Arial, sans-serif;
font-weight: 300;
}
.product-section .product-wrapper-bottom .product-container .product-content .description-container .description-items .item .item-title {
font-size: 3cqw;
font-family: Poppins, Arial, sans-serif;
font-weight: 600;
}
.product-section .product-wrapper-bottom .product-container .product-content .description-container .description-items .item .item-note {
font-family: Inter, Arial, sans-serif;
font-weight: 700;
color: #008a83;
font-size: 5.5cqw;
}
.product-section .product-wrapper-bottom .product-container .product-content .description-container .description-items .item .item-intrapaginal {
font-family: Inter, Arial, sans-serif;
font-size: 2.5cqw;
}
.product-section .product-wrapper-bottom .product-container .product-content .cat-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 5cqw 0;
}
.product-section .product-wrapper-bottom .product-container .product-content .cat-container .btn {
max-width: 350px;
}
.card-solaire-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 4rem auto;
max-width: 1228px;
min-height: 540px;
background-color: #008a83;
border-radius: 0;
gap: 1rem;
}
.card-solaire-section .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
container-type: inline-size;
padding: 3rem;
}
.card-solaire-section .content .solaire-title {
font-size: 8cqw;
color: #ffffff;
line-height: 1;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.card-solaire-section .content .solaire-title span {
color: #ffcf00;
}
.card-solaire-section .content .solaire-subtitle {
color: #ffffff;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.card-solaire-section .content p {
margin: 2rem 0;
font-weight: 600;
color: #ffffff;
}
.card-solaire-section .content .btn-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2rem;
}
@media (max-width: 768px) {
.card-solaire-section .content .btn-container {
width: 260px;
}
}
.card-solaire-section .img-container {
display: none;
}
@media (min-width: 768px) {
.card-solaire-section .content .btn-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media (min-width: 1200px) {
.card-solaire-section {
border-radius: 30px;
}
.card-solaire-section .img-container {
display: block;
aspect-ratio: 420/500;
max-width: 420px;
width: 100%;
padding: 1rem;
}
.card-solaire-section .img-container img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 30px;
}
}
section.section-map .banner {
background-color: #ffcf00;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 700;
font-size: var(--font-level-h2);
font-family: Poppins, Arial, sans-serif;
}
section.section-map .banner .big-title {
padding: 30px 0;
margin: 0;
}
section.section-map #map {
height: 70vh;
}
section.section-map .leaflet-popup {
width: 300px;
}
section.section-map .leaflet-popup .leaflet-popup-content {
margin: 0;
}
section.section-map .leaflet-popup .leaflet-popup-close-button {
display: none;
}
section.section-map .leaflet-popup .popup-content-inner {
padding: 8px;
}
section.section-map .leaflet-popup .img-popup-container {
height: 150px;
}
section.section-map .leaflet-popup .img-popup-container img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 12px;
}
section.section-map .leaflet-popup .text-popup-container {
padding: 5px 0;
font-family: Poppins, Arial, sans-serif;
}
section.section-map .leaflet-popup .text-popup-container .title-popup {
font-size: 20px;
font-weight: bold;
}
section.section-map .leaflet-popup .text-popup-container .subtitle-popup {
color: rgb(163, 162, 162);
font-weight: 600;
}
section.section-map .leaflet-popup .text-popup-container .bottom-popup {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
section.section-map .leaflet-popup .text-popup-container .bottom-popup .puissance {
color: #008a83;
font-weight: bold;
font-size: 17px;
}
section.section-map .leaflet-popup .text-popup-container .bottom-popup .date {
color: grey;
font-weight: normal;
font-size: 16px;
}
section.section-map .marker-cluster-small,
section.section-map .marker-cluster-medium,
section.section-map .marker-cluster-large {
background-color: white;
-webkit-box-shadow: 1px 1px 10px rgb(150, 150, 150);
box-shadow: 1px 1px 10px rgb(150, 150, 150);
}
section.section-map .marker-cluster-small div,
section.section-map .marker-cluster-medium div,
section.section-map .marker-cluster-large div {
background-color: #008a83;
color: white;
font-family: Poppins, Arial, sans-serif;
font-weight: 700;
}
.step-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: auto;
min-height: 675px;
width: 100%;
background-color: #008a83;
gap: 1rem;
}
.step-section .content {
-webkit-box-flex: 50%;
-ms-flex: 50%;
flex: 50%;
margin: 0 10%;
padding: 4rem 0;
}
.step-section .content .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
color: white;
height: 100%;
width: 90%;
margin-left: 10%;
}
.step-section .content .container .content-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
gap: 2rem;
padding-bottom: 1.75rem;
}
.step-section .content .container .content-wrapper p {
padding-bottom: 0;
}
.step-section .content .container .content-wrapper .link-estimer {
color: white;
-webkit-text-decoration: solid;
text-decoration: solid;
text-decoration-line: underline;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.step-section .content .container .content-wrapper .link-estimer:hover {
color: #ffcf00;
}
.step-section .content .container .content-wrapper .big-title {
position: absolute;
top: -1%;
left: -10%;
color: white;
}
@media (min-width: 1000px) {
.step-section .content .container .content-wrapper .big-title {
top: -7%;
left: -6%;
}
}
.step-section .content .container .content-wrapper .normal-title, .step-section .content .container .content-wrapper .subtitle {
color: white;
}
.step-section .content .container .btn-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1rem;
}
@media (max-width: 768px) {
.step-section .content .container .btn-container {
width: 260px;
}
}
.step-section .img-container {
-webkit-box-flex: 50%;
-ms-flex: 50%;
flex: 50%;
display: none;
}
.step-section .img-container img {
opacity: 0;
-webkit-transform: translateY(10%);
-ms-transform: translateY(10%);
transform: translateY(10%);
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-width: 576px) {
.step-section .content {
width: 100%;
}
.step-section .content .container .btn-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 2rem;
}
}
@media (min-width: 1200px) {
.step-section .content .container {
width: 625px;
margin-left: auto;
}
.step-section .content .container .content-wrapper .icone-step {
top: -10%;
left: -10%;
}
.step-section .img-container {
display: block;
}
}
.talk-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0 auto;
max-width: 1250px;
gap: 2rem;
padding: 7rem 0;
width: 100%;
}
.talk-section p {
text-align: center;
text-transform: uppercase;
width: 100%;
font-weight: 600;
}
.talk-section .img-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 30px;
margin: 0 60px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 1000px) {
.talk-section .img-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 0;
margin: 0;
}
}
.impact-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
padding: 4rem 0;
max-width: 1250px;
width: 100%;
min-height: 540px;
background-color: #f8fbfa;
border-radius: 30px;
gap: 1rem;
}
.impact-section .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
padding: 2rem;
}
.impact-section .content .subtitle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
}
.impact-section .content .subtitle h4 {
color: black;
text-transform: uppercase;
}
.impact-section .content .big-title {
margin-top: 0;
color: black;
line-height: 2;
}
.impact-section .content .normal-title, .impact-section .content .subtitle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
line-height: 1;
margin-bottom: 1.75rem;
}
.impact-section .content p {
color: black;
font-weight: 500;
}
.impact-section .img-container {
display: none;
}
@media (min-width: 1200px) {
.impact-section .content {
width: 55%;
padding-left: 6rem;
padding-right: 0rem;
}
.impact-section .img-container {
display: block;
position: relative;
overflow: hidden;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.impact-section .img-container .media_france {
position: absolute;
top: 20%;
left: 50%;
width: 9rem;
z-index: 10;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: auto;
}
.impact-section .img-container .media_bg {
position: absolute;
bottom: 0%;
right: 0%;
}
}
.reassurance-section .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
max-width: 1250px;
width: 100%;
padding: 4rem 0;
}
.reassurance-section .container .content {
display: grid;
grid-template-columns: repeat(2, 1fr);
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
width: 100%;
}
@media (min-width: 576px) {
.reassurance-section .container .content {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1000px) {
.reassurance-section .container .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.reassurance-section .container .content .content-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.reassurance-section .container .content .content-wrapper p {
font-weight: 500;
line-height: 1.4;
text-transform: uppercase;
}
@media (max-width: 576px) {
.reassurance-section .container .content .content-wrapper p {
font-size: 14px;
}
}
.reassurance-section svg {
fill: #fff;
stroke: #008a83;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 5px;
}
@media (max-width: 576px) {
.reassurance-section svg {
width: 100px;
height: auto;
}
}
.reassurance-section .img-container {
position: relative;
height: 476px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.reassurance-section .img-container .reassurance-title-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 10;
gap: 40px;
}
.reassurance-section .img-container .reassurance-title-container .big-title {
color: #ffffff;
}
.reassurance-section .img-container .reassurance-title-container .btn-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 30px;
max-width: 100%;
}
@media (min-width: 1000px) {
.reassurance-section .img-container .reassurance-title-container .btn-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.reassurance-section .img-container img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
inset: 0;
}
.lenis.lenis-smooth {
scroll-behavior: auto !important;
}
.grecaptcha-badge {
bottom: 54px !important;
}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}