@charset "utf-8";
/* -----Custom properties----- */
:root {
--primary-color: #ff3b6f;
--secondary-color: #FF9D05;
--light-color: #fff;
--dark-color: #000;
--success-color: rgb(68, 181, 102);
--btn-color: #B7274B;
--font-primary: 'Montserrat', sans-serif;
--font-secondary: 'Inter', sans-serif;
}
/* -----Custom properties----- */


body, html {margin: 0;padding: 0;height: 100%; font-family: var(--font-secondary);overflow-x: hidden;color:var(--dark-color);}
.navbar {position: absolute !important; top: 0; width: 100%;z-index: 10 !important;}
.navbar-brand {width: 200px;}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {font-family: var(--font-primary);}
h2, .h2 {font-size: 1.75rem;font-weight: 700;letter-spacing:-1px;}
.h3, h3 {font-size: 1.5rem;}
.h4, h4 {font-size: 1.35rem;}
a {color: var(--dark-color);}
.navbar-nav .nav-link {color: var(--light-color);margin-left: 1rem;}
.navbar-nav .nav-link:hover {opacity:.75 !important;}
#language-dropdown {
border: 2px solid var(--light-color);
padding: 3px 10px;
font-size: 1.3rem;
max-width: 70px;
}
.dropdown-menu {min-width: 72px !important;width: 72px !important;border-radius: 0;left: 15px !important;font-size: 1.3rem;}
.hero-section {min-height: 900px;color: var(--light-color);position: relative;background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));overflow: hidden;}
.page .hero-section {
	min-height: 88px;
	overflow: initial;
}
.hero-section::after {
content: "";
position: absolute;
inset: 0;
background: url("../images/curve.webp") center center no-repeat;
background-size: cover;
z-index: 0;
}	
.hero-section > * {
position:relative;
z-index: 1;
}
.hero-section .col-xl-7 {
margin-top: -100px;
}
.lights {
position: absolute;
z-index: 0;
pointer-events: none;
width: 100%;
}
.lights .light {
position: absolute;
top: -30%;
left: -30%;
width: 200%;
height: 10px;
background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);
transform: rotate(45deg);
filter: blur(20px);
opacity: 0.6;
}
.lights .light.big {
height: 40px;
opacity: 1;
}
.lights .light.thin {
top: -10%;
left: -20%;
height: 20px;
}
.carousel {
	width: 100%;
	max-width: 400px;
}
.btn {
border-radius: 50px;
padding: 0.75rem 1.5rem;	
}
.btn-primary {
--bs-btn-color: var(--light-color);
--bs-btn-border-color: var(--btn-color);
--bs-btn-bg: var(--btn-color);
--bs-btn-hover-color: var(--light-color);
--bs-btn-hover-bg: var(--dark-color);
--bs-btn-hover-border-color: var(--dark-color);
--bs-btn-active-bg: var(--dark-color);
--bs-btn-active-border-color: var(--dark-color);
}
.btn-outline-light {	
--bs-btn-color: var(--light-color);
--bs-btn-border-color: var(--light-color);
--bs-btn-hover-color: var(--secondary-color);
--bs-btn-hover-bg: var(--light-color);
--bs-btn-hover-border-color: var(--light-color);
}
.reassurance-icons {
width: 60px;
margin-right: 70px;
}
.circle-icon {
width: 60px !important;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.8rem;
--bs-btn-hover-color: inherit;
--bs-btn-hover-bg: inherit;
--bs-btn-hover-border-color: inherit;
cursor: auto;
}
.advantage-section {
margin-top: -100px;
position: relative;
z-index: 1;
}
.page .advantage-section {
	margin-top: 0;
}
.primary-icon{
font-size: 2rem;
color: var(--primary-color);
border: 1px solid var(--primary-color);
border-radius: 50%;
padding: 10px;
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: var(--light-color);
margin-right: 10px;
max-width:70px !important;
}
.secondary-icon{
font-size: 2rem;
color: var(--secondary-color);
border: 1px solid var(--primary-color);
border-radius: 50%;
padding: 10px;
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: var(--light-color);
margin-right: 10px;
max-width:70px !important;
}
.secondary-icon {
font-size: 3rem;
color: var(--secondary-color);
border: 1px solid var(--primary-color);
border-radius: 50%;
padding: 10px;
width: 100%;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: var(--light-color);
max-width: 100px !important;
margin: 0 auto;
}
.text-primary {
color: var(--secondary-color) !important;
}
.shadow {
box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
}
.card {
border-radius: 8px;
}
.card-body {
padding: 1.5rem;
}
.ingredients-section ul {
list-style: none;
padding: 0;
margin: 0;
}

.ingredients-section li {
display: flex;
justify-content: space-between;
align-items: flex-start;
border-bottom: 1px solid #eee;
padding: 0.75rem 0;
}

.ingredients-section li:last-child {
border-bottom: none;
}

.ingredients-section span {
max-width: 70%;
font-size: 0.95rem;
line-height: 1.4;
}

.offcanvas {
z-index: 10000;
}
.offcanvas-header {
background: var(--dark-color);
color:var(--light-color);
}
.bottle {
position: absolute;
left: -177px;
top: -140px;
width: 780px;
}
.cta-fixed-mobile {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: .5rem;
background-color: var(--light-color);
z-index: 999;
}
.btn-close {
filter: invert(1);
}
.lead {
font-weight: 400;
}
.advantage-section p.lead {
	font-family: var(--font-primary);
	font-size: 1.1rem !important;
}
.medal {
	max-width: 200px;
}
.accordion-button:not(.collapsed) {
	color: var(--secondary-color);
}
.owl-carousel .owl-stage-outer {
	padding: 20px;
}
.customer {
width:60px;
height:60px;
}
.badge.bg-success {
	display: block;
	width: 90px;
	margin-left:0 !important;
}
#countrycode {
	max-width: 100px;
}
.before::before {
	border-top: 4px solid #e62638;
	bottom: 14px;
	content: "";
	position: absolute;
	transform: rotate(-15deg);
	width: 100%;
}
.warning {
font-size: 0.75rem;
font-weight: bold;
background: #ffefc1;
color: #664d03;
padding: 5px 10px;
border-radius: 20px;
display: inline-block;
margin-bottom: 10px;
}
.offer {
cursor:pointer;
}
.offer.selected {
	border: 4px solid #ffc107 !important;
}
.best {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50px;
}
#offers .offer li {
	padding: 4px 1px 4px 10px;
	margin-bottom: 3px;
	font-size: .9rem !important;
}
#accordion-payment img {
	height: 23px;
}
#accordion-payment .card-header {
	min-height: 66px;
	display: flex;
	padding: 0 !important;
}
#accordion-payment .accordion-button {
	/* color: #212529; */
	background-color: transparent !important;
	box-shadow: inherit !important;
	padding: 10px 5px 10px 40px !important;
	display: block;
}
.secure-payments {
	max-width: 250px;
	height: inherit !important;
}
#accordion-payment .accordion-button::after {
	content: "";
	height: 20px;
	width: 20px;
	border: 1px solid #bfbfbf;
	background: #fff;
	border-radius: 50%;
	left: 10px;
	position: absolute;
	top: 12px;
}
#accordion-payment .accordion-button:not(.collapsed)::after {
	height: 20px;
	width: 20px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
	content: "";
	border-radius: 50%;
}
#accordion-payment .accordion-button:not(.collapsed)::after {
	background-color: var(--success-color);
	border-color: var(--success-color);
}
.required:not(.form-check-label)::after {
	content: " *";
	color: red;
}
.form-check-input:checked {
	background-color: #10c591;
	border-color: #10c591;
}
.text-success {
	color:  var(--success-color) !important;
}
.form-check-input[type="radio"] {
	width: 20px;
	height: 20px;
	position: relative;
	top: -2px;
}
#withdelivery, #withoutdelivery {
  transition: none !important;
  height: auto !important;
  overflow: visible !important;
}
#big-title {
	font-size: 2.75rem;
	letter-spacing: -3px;
	line-height: 1;
	font-weight: 900;
}
#big-subtitle {
	font-size: 2rem;
}
#flacon-oneclick {
max-width:236px;
}
.flip-horizontal {
  transform: scaleX(-1);
  display: inline-block;
}
#quantity {
	max-width: 110px;
	width: 100%;
}
@media (min-width: 1999px) {
.bottle {
top: -100px;
width: 800px;
}
.advantage-section {
margin-top: -50px;
}
}
@media (min-width: 2599px) {
.advantage-section {
margin-top:50px !important;
}
.bottle {
top: -50px !important;
width: 900px !important;
left: -250px;
}
.hero-section .col-xl-7 {
margin-top: 0;
}
}
@media (min-width: 2699px) {
.hero-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../images/curve.webp") center top -400px no-repeat !important;
	background-size: cover !important;
	z-index: 0;
}
}
@media (min-width: 3099px) {
.hero-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../images/curve.webp") center top -700px no-repeat !important;
	background-size: cover !important;
	z-index: 0;
}
}
@media (max-width: 1399px) {
.navbar-nav .nav-link {
	margin-left: 0;
}
.reassurance-icons {
margin-right: 0;
}
.bottle {
	top: -160px;
}
.hero-section .col-xl-7 {
	margin-top: -150px;
}
.hero-section {
min-height: 1000px;
}
}
@media (max-width: 1199px) {
.navbar-brand {
width: 150px;
}
.nav-item {
width: 100%;
}
.navbar-nav .nav-link {
margin-left: 0;
color:var(--dark-color);
font-weight:bold;
}
.navbar-nav .nav-link:hover {
color:var(--secondary-color);
}
#language-dropdown {
border: 2px solid var(--dark-color);
}
.hero-section::after {
bottom: -50px;
}
.btn {
width: 100%;
}
.hero-section .col-xl-7 {
margin-top: 0;
}
.hero-section {
min-height: inherit;
padding-top: 80px;
padding-bottom: 30px;
}
.bottle {
	position: relative;
	width: 130%;
	top: 20px;
	left: inherit;
	margin-left: -14%;
}
.primary-icon{
font-size: 1.25rem;
height: 50px;
max-width: 50px !important;
}
.page h1{
font-size: 1.65rem;
}	
h2, .h2 {
font-size: 1.5rem;
}
#offers h2, #offers .h2 {
	font-size: 1.4rem;
}
h3, .h3 {
font-size: 1.3rem;
}	
h4, .h4 {
font-size: 1.1rem;
}
.btn-lg.btn-outline-light {
--bs-btn-color: var(--dark-color);
--bs-btn-border-color: var(--dark-color);
--bs-btn-hover-bg: var(--dark-color);
--bs-btn-hover-border-color: var(--dark-color);
}
.advantage-section {
margin-top: 20px;
background:var(--light-color);
box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
padding:20px;
}
.hero-section::after {
bottom: -120px;
}
.reassurance-icons {
	width: 40px;
	position: absolute;
	top: 30%;
	right: 10%;
}
.circle-icon {
	width: 40px !important;
	height: 40px;
	font-size: 1.2rem;
	padding: 0;
}
.page .hero-section {
	min-height: 150px;
	padding: 0;
}
.section-mobile {
	border-top-left-radius: 80px;
	background: var(--light-color);
	border-top-right-radius: 80px;
	margin-top: -80px;
	z-index: 1;
	position: relative;
}
.lead {
	font-size: 1.15rem;
}
.medal {
	max-width: 130px;
}
#form-commande .card-body {
	padding: 1rem;
}
.form-select, .form-control {
	padding: .375rem 0 .375rem .75rem;
}
#flacon-oneclick {
	max-width: 150px;
}
#big-title {
	font-size: 1.6rem;
	letter-spacing: -1px;
}
#big-subtitle {
	font-size: 1.15rem;
}
#oneclick h2.h3 {
	font-size: 1.1rem;
}
.text-note {
	font-size: .8rem;
}
#oneclick p.h3 {
	font-size: .9rem;
}
}