body {
    font-family: 'Roboto Condensed', sans-serif;
}

.highlight {
    font-family: 'Yantramanav', sans-serif;
    margin-top: 30px;
    background: rgb(255, 241, 198);
    background: radial-gradient(circle, rgba(255, 241, 198, 1) 0%, rgba(255, 255, 255, 1) 50%);
    box-shadow: rgba(50, 50, 93, 0.15) 0px 10px 50px -12px, rgba(0, 0, 0, 0.1) 0px 18px 26px -18px;
}

.text-warning {
    color: #f37022 !important;
}

section {
    padding: 0 0 60px 0;
}

.contenu {
    padding: 3rem 6rem;
}

.bg-warning {
    background: linear-gradient(135deg, #ffffff 0%, #efcf40 15%, #efcf40 25%, #f0a121 45%, #f46122 100%) !important;
}

.navbar {
    box-shadow: rgba(33, 35, 38, 0.2) 0px 10px 50px -10px;
}

.logo {
    max-width: 220px;
}

.text-justify {
    text-align: justify;
}

li {
    list-style: none;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.8rem;
}

.plus::after {
    content: '';
    position: absolute;
    top: 45px;
    right: -38px;
    width: 50px;
    height: 50px;
    z-index: 1;
    background: url(../images/plus.webp) top center no-repeat;
    background-size: 50px;
}

.nutri {
    max-width: 170px;
    margin: auto;
}

.flacon {
    max-width: 350px;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #23a200;
    --bs-btn-border-color: #23a200;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1e8601;
    --bs-btn-hover-border-color: #1e8601;
}

.bg-primary {
    background: #fffaed !important;
    border: 2px solid #ea7306;
}

.flacons {
    max-width: 300px;
}

.bg-success {
    background-color: #3fcb89 !important;
}

.alert-success {
    background: #cffae6 !important;
}

.bg-danger {
    background-color: #fc5959 !important;
}

.alert-danger {
    background: #ffe1e1;
}

#cta2 img {
    max-width: 400px;
    margin-bottom: 20px;
}

.titre {
    background: #fff3cd;
}

#formuleslimpal .card-body {
    padding: 5px 0;
}

#temoignages .text-warning {
    color: #ffc107 !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
    }
}

@media (max-width: 1199px) {
    .plus::after {
        top: 55px;
    }
}

@media (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 767px;
    }

    .contenu {
        padding: 20px;
    }

    .navbar-brand {
        margin: auto;
    }

    .slimpal {
        max-width: 200px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .plus::after {
        bottom: -36px;
        left: 46%;
        top: inherit;
        right: inherit;
        width: 40px;
        height: 40px;
        background-size: 40px;
    }

    .last::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        z-index: 1;
        background: url(../images/plus.webp) top center no-repeat;
        background-size: 40px;
        bottom: -36px;
        left: 44%;
        top: inherit;
        right: inherit;
    }

    .mode {
        max-width: 300px;
        margin: auto;
        display: block;
    }

    .lead {
        font-size: 1.15rem;
        font-weight: 400;
        line-height: 1.5rem;
    }
}

@media (max-width: 767px) {
    .logo {
        max-width: 200px;
    }

    .mode {
        max-width: 250px;
        display: block;
        margin: auto;
    }

    section {
        padding: 0 0 30px 0;
    }

    .img-responsive {
        aspect-ratio: 16/12;
        object-fit: cover;
        object-position: bottom;
    }

    .slimpal {
        max-width: 150px;
    }

    .container, .container-sm {
        max-width: 650px;
    }

    .plus::after {
        left: 47%;
    }

    .last::after {
        left: 47%;
    }
}

@media (max-width: 414px) {
    #cta2 img {
        max-width: 300px;
    }

    .plus::after {
        left: 45%;
    }
}
