@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: #00b57b;
    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: 350px;
}

.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;
    font-size: 1.15rem;
}

#weightloss .flacon {
    max-width: 280px;
}

.etoiles {
    max-width: 150px;
}

#hero .fa-check-circle {
    font-size: 20px;
}

#ingredients .fa-check-circle {
    font-size: 24px;
}

.text-primary {
    color: #c01e5c !important;
}

.bg-primary {
    background-color: #ff6c00 !important;
}

b.fw-bold {
    font-weight: 800 !important;
}

.btn-secondary {
    background: #f14989 !important;
    border-color: #f14989 !important;
}

.btn-secondary:hover {
    background: #ff6c00 !important;
    border-color: #ff6c00 !important;
}

#hero .btn-secondary {
    width: 100%;
    max-width: 526px;
    font-size: 18px;
}

.btn-primary {
    background: #00b57b !important;
    border-color: #00b57b !important;
    width: 100%;
    max-width: 537px;
}

.btn-primary:hover {
    background: #008e60 !important;
    border-color: #008e60 !important;
}

.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;
}

#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-width: 175px;
}

.card {
    border: 5px solid #f14989;
    border-radius: 15px;
}

.ico {
    width: 100px !important;
}

#dosage .card {
    background-image: url('../img/dosage.webp');
    background: url('../img/dosage.jpg') right 50px top scroll no-repeat;
    background-size: 650px;
    min-height: 575px;
}

@supports (background-image: url('../img/dosage.webp')) {
    #dosage .card {
        background-image: url('../img/dosage.webp');
    }
}

#dosage.prescription .card {
    background-image: url('../img/prescription.webp');
    background: url('../img/prescription.jpg') left top scroll no-repeat;
    background-size: cover;
}

@supports (background-image: url('../img/prescription.webp')) {
    #dosage.prescription .card {
        background-image: url('../img/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;
}

#kola {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
    url('../img/kola.jpg') no-repeat center center;
    background-size: cover !important;
}

@supports (background-image: url("../img/kola.webp")) {
    #kola {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
        url('../img/kola.webp') no-repeat center center;
    }
}

#guarana {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
    url('../img/guarana.jpg') no-repeat center center;
    background-size: cover !important;
}

@supports (background-image: url("../img/guarana.webp")) {
    #guarana {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
        url('../img/guarana.webp') no-repeat center center;
    }
}

#the {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
    url('../img/the.jpg') no-repeat center center;
    background-size: cover !important;
}

@supports (background-image: url("../img/chicoree.webp")) {
    #the {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
        url('../img/chicoree.webp') no-repeat center center;
    }
}

#coleus {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
    url('../img/coleus.jpg') no-repeat center center;
    background-size: cover !important;
}

@supports (background-image: url("../img/coleus.webp")) {
    #coleus {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
        url('../img/coleus.webp') no-repeat center center;
    }
}

#bouleau {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
    url('../img/bouleau.jpg') no-repeat center center;
    background-size: cover !important;
}

@supports (background-image: url("../img/bouleau.webp")) {
    #bouleau {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
        url('../img/bouleau.webp') no-repeat center center;
    }
}

#cafe {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
    url('../img/cafe.jpg') no-repeat center center;
    background-size: cover !important;
}

@supports (background-image: url("../img/cafe.webp")) {
    #cafe {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, .9) 37%),
        url('../img/cafe.webp') no-repeat center center;
    }
}

.img-testimonials {
    width: 60px;
    border-radius: 10px;
}

#weightloss-2 {
    background: url('../img/weightloss-2.jpg') right top scroll no-repeat;
    background-size: cover;
    min-height: 400px;
    max-width: 800px;
    margin: 0 auto;
}

@supports (background-image: url('../img/weightloss-2.webp')) {
    #weightloss-2 {
        background-image: url('../img/weightloss-2.webp');
    }
}

#weightloss-2 p {
    font-size: 50px;
    max-width: 500px;
    line-height: 1.3;
    margin-left: 30px;
}

#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;
}

.icones {
    width: 35px;
}

/* 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;
    }
}

@media (max-width: 991px) {
    .alert-primary p {
        font-size: .9rem;
    }

    .alert-primary {
        min-height: 40px;
    }

    section {
        padding: 10px 0;
    }

    #logo {
        max-width: 260px;
    }

    .h1, h1 {
        font-size: 24px;
    }

    .h2, h2 {
        font-size: 22px;
    }

    #offer .card .h2 {
        font-size: 30px;
    }

    .h3, h3 {
        font-size: 20px;
    }

    .lead {
        font-size: 18px;
    }

    #offer .card .lead {
        font-size: 20px;
    }

    #hero .flacon {
        max-width: 160px;
    }

    #hero .btn-secondary {
        font-size: 20px;
    }

    .btn-primary {
        font-size: 15px;
    }

    #offer .card .btn-primary {
        font-size: 20px;
    }

    #billing {
        max-width: 150px;
    }

    .icones {
        width: 30px;
    }

    .etoiles {
        max-width: 100px;
        height: auto !important;
    }

    .testimonials .lead {
        font-size: 16px;
    }

    #dosage .card {
        background: url('../img/dosage.jpg') right 30px top scroll no-repeat;
        background-image: url('../img/dosage.webp');
        background-size: 250px;
        min-height: 220px;
    }

    @supports (background-image: url('../img/dosage.webp')) {
        #dosage .card {
            background-image: url('../img/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: 200px;
    }

    #testimonial1 {
        max-width: 200px;
    }

    #weightloss-2 p {
        font-size: 35px;
        max-width: 350px;
    }

    #weightloss-2 {
        min-height: 300px;
    }

    .accordion-button, .accordion {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    #dosage .card {
        background: url('../img/dosage.jpg') right top scroll no-repeat;
        background-image: url('../img/dosage.webp');
        background-size: 200px;
        min-height: 220px;
    }

    @supports (background-image: url('../img/dosage.webp')) {
        #dosage .card {
            background-image: url('../img/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;
    }
}