@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
font-family: 'Open Sans', sans-serif;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
.alert-primary {
	--bs-alert-color: #fff;
	--bs-alert-bg: #2ba700;
	min-height: 50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.alert-primary p {
	font-size: 1.15rem;
	line-height:1.2;
}
#logo {
	max-width: 300px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
.h1, h1 {
	font-size: 48px;
}
.h2, h2 {
	font-size: 33px;
}
.h3, h3 {
	font-size: 26px;
}
.lead {
	font-weight: 400;
}
#hero .flacon {
	max-width: 320px;
}
#weightloss .flacon {
	max-width: 250px;
}
.etoiles {
	max-width: 150px;
}
#hero .fa-check-circle {
	font-size: 32px;
}
#ingredients .fa-check-circle {
	font-size: 24px;
}
.text-primary {
	color: #20a2e0 !important;
}
.bg-primary {
	background-color: #20a2e0 !important;
}
b.fw-bold {
	font-weight: 800 !important;
}
.btn-secondary {
	background: #2ba700 !important;
	border-color: #2ba700 !important;
}
#hero .btn-secondary {
	width: 100%;
	max-width: 526px;
	font-size: 18px;
}
.btn-primary {
	background: #20a2e0 !important;
	border-color: #20a2e0 !important;
	width: 100%;
	max-width: 670px;
}
.btn-lg {
	font-size: 24px;
}
.rounded {
	border-radius: 10px !important;
}
.circle {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	position: relative;
	top: -2px;
}
#dietmyths .circle {
	width: 30px;
	height: 30px;
	font-size: 16px;
}
#weightloss .circle {
	min-width: 25px;
	height: 25px;
	font-size: 14px;
}
#hero .d-flex p, #weightloss .d-flex p {
	margin-top: -6px;
}
.billing {
	max-height: 28px !important;
}
.card {
	border: 5px solid #20a2e0;
	border-radius: 15px;
}
.ico {
	width: 100px !important;
}
#dosage .card {
    background-image: url('../images/dosage.webp');
    background: url('../images/dosage.jpg') right 50px top scroll no-repeat;
    background-size: 650px;
    min-height: 575px;
}
@supports (background-image: url('../images/dosage.webp')) {
    #dosage .card {
        background-image: url('../images/dosage.webp');
    }
}
#dosage.prescription .card {
    background-image: url('../images/prescription.webp');
    background: url('../images/prescription.jpg') left top scroll no-repeat;
    background-size: cover;
}
@supports (background-image: url('../images/prescription.webp')) {
    #dosage.prescription .card {
        background-image: url('../images/prescription.webp');
    }
}
#dosage p.text-primary {
	font-size: 40px;
	max-width: 610px;
	margin: 30px;
	line-height: 1.3;
}
#dosage.prescription p.text-primary {
	background: rgba(255,255,255,.5);
	padding: 10px;
}
#iqs {
	width: 200px !important;
	position: absolute;
	right: 50px;
	top: 50px;
}
#quality {
	position: absolute;
	left: 45px;
	bottom: 45px;
	font-size: 20px;
}
.flag {
	width: 100px !important;
}
#testimonial1 {
	max-width: 350px;
	border-radius: 10px;
}
#img-weightloss {
	max-width: 800px;
	margin: 0 auto;
	display: block;
}
#maca {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%), 
                url('../images/maca.jpg') no-repeat center center;
    background-size: cover !important;
}
@supports (background-image: url("../images/maca.webp")) {
    #maca {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%), 
                    url('../images/maca.webp') no-repeat center center;
    }
}
#fenugrec {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%), 
                url('../images/fenugrec.jpg') no-repeat center center;
    background-size: cover !important;
}
@supports (background-image: url("../images/fenugrec.webp")) {
    #fenugrec {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%), 
                    url('../images/fenugrec.webp') no-repeat center center;
    }
}
#ginseng {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%), 
                url('../images/ginseng.jpg') no-repeat center center;
    background-size: cover !important;
}
@supports (background-image: url("../images/ginseng.webp")) {
    #ginseng {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%), 
                    url('../images/ginseng.webp') no-repeat center center;
    }
}
#opc {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%), 
                url('../images/opc.jpg') no-repeat center center;
    background-size: cover !important;
}
@supports (background-image: url("../images/opc.webp")) {
    #opc {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%), 
                    url('../images/opc.webp') no-repeat center center;
    }
}
.img-testimonials {
	width: 100px;
	border-radius: 100px;
}
#weightloss-2 {
	background: url('../images/photo02.jpg') left center scroll no-repeat;
	background-size: cover;
	min-height: 400px;
	max-width: 800px;
	margin: 0 auto;
}
@supports (background-image: url('../images/photo02.webp')) {
    #weightloss-2 {
        background-image: url('../images/photo02.webp');
    }
}
#weightloss-2 p {
	font-size: 50px;
	max-width: 540px;
	line-height: 1.3;
	margin-left: 30px;
	background: rgba(0,0,0,.5);
	padding: 20px;
	margin-right: 20px !important;
}
#offer .btn-lg {
	line-height: 1.2;
	padding: 10px !important;
}
#offer .card {
	border-width:3px !important;
}
.accordion-item {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.accordion-button, .accordion {
	font-size: 20px;
}
    .accordion-button:focus {
        box-shadow: none;
        outline: none;
    }

    .accordion-button:not(.collapsed) {
        background-color: transparent;
        color: inherit;
    }
#offer .card .h2 {
	font-size: 30px;
}
/* Mediaqueries */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
#dosage p.text-primary {
	font-size: 30px;
	max-width: 450px;
}
#quality {
	bottom: 25px;
	font-size:16px;
}
.flag {
	width: 70px !important;
}
#offer .card .h2 {
	font-size: 24px;
}
}
@media (max-width: 991px) {
.alert-primary p {
	font-size: 1.1rem;
}
section {
	padding: 10px 0;
}
#logo {
	max-width: 220px;
}
.h1, h1 {
	font-size: 24px;
}
.h2, h2 {
	font-size: 22px;
}
.h3, h3 {
	font-size: 20px;
}
.lead {
	font-size: 18px;
}
#offer .card .lead {
	font-size: 20px;
}	
#hero .flacon {
	max-width: 120px;
}
#hero .btn-secondary {
	font-size: 18px;
}
.btn-primary {
	font-size: 15px;
}
#offer .card .btn-primary {
	font-size: 28px;
}
#billing {
	max-width: 150px;
}
@media (max-width: 991px) {
    #dosage .card {
        background: url('../images/dosage.jpg') right 30px top scroll no-repeat;
        background-image: url('../images/dosage.webp');
        background-size: 250px;
        min-height: 220px;
    }
    @supports (background-image: url('../images/dosage.webp')) {
        #dosage .card {
            background-image: url('../images/dosage.webp');
        }
    }
}
#dosage p.text-primary {
	font-size: 20px;
	margin: 0;
}
#iqs {
	width: 70px !important;
	position: absolute;
	right: 20px;
	top: 20px;
}
#quality {
	bottom: 15px;
	font-size: 16px;
	left: 15px;
}
.flag {
	width: 60px !important;
}
#weightloss .flacon {
	max-width: 180px;
}
#testimonial1 {
	max-width: 200px;
}
#weightloss-2 p {
	font-size: 35px;
	max-width: 350px;
}
#weightloss-2 {
	min-height: 300px;
}
.accordion-button, .accordion {
	font-size: 18px;
}
.billing {
	max-height: 25px !important;
}
#offer .card .h2 {
	font-size: 26px;
}
}
@media (max-width: 767px) {
#dosage .card {
    background: url('../images/dosage.jpg') right top scroll no-repeat;
    background-image: url('../images/dosage.webp');
    background-size: 200px;
    min-height: 220px;
}

@supports (background-image: url('../images/dosage.webp')) {
    #dosage .card {
        background-image: url('../images/dosage.webp');
    }
}

#dosage p.text-primary {
	max-width: 350px;
	margin: 0;
}
#iqs {
	width: 60px !important;
	position: absolute;
	right: 10px;
}
#weightloss-2 p {
	font-size: 24px;
	max-width: 250px;
}
#weightloss-2 {
	min-height: 250px;
}
}
@media (max-width: 575px) {
#dosage p.text-primary {
	font-size: 14px;
	max-width: 190px;
	margin: 0;
}
#quality {
	font-size: 12px;
}
.flag {
	width: 40px !important;
}
#weightloss-2 {
	min-height: 175px;
}
#weightloss-2 p {
	font-size: 20px;
	max-width: 200px;
}
}

#bande {
	font-size: 1rem;
	z-index: 10000!important;
}

#bande::after, #bande::before {
	display: none;
}

#bande .text-success {
	color: #2ba700 !important;
}

.bg-light-blue {
	background: #e6f4fa;
}
