/* --------MAJ INGREDIENTS---------- */
.recette {
    margin-bottom: -250px;
    margin-top: -120px;
}

.ingredient {
    max-width: 1000px;
}

.img-vitamines {
    max-width: 100px;
    border-radius: 50%;
}

.et {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    position: relative;
}

.et::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    top: -20px;
    left: 50%;
    background: #949494;
}

.et::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    bottom: -20px;
    left: 50%;
    background: #949494;
}

.et .fa-plus {
    color: #949494;
    border-radius: 50%;
    border: 1px solid #949494;
    padding: 5px;
    height: 28px;
    width: 28px;
}

@media (max-width: 667px) {
    .recette {
        margin-bottom: -150px;
        margin-top: -60px;
    }

    .img-vitamines {
        max-width: 70px;
    }

    .h4, h4 {
        font-size: 1.25rem;
    }
}

/* --------MAJ TESTIMONIALS---------- */
.temoignages .card-header {
    padding: .75rem 1.25rem !important;
    margin-bottom: 0;
    background-color: rgb(32, 161, 222);
    color: #fff;
    font-weight: 600;
    transform: rotate(-2deg);
    width: 220px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: -15px;
    border-bottom: 5px solid #0072a8;
    font-size: 1.15rem;
    border-radius: 1rem;
}

.temoignages .card-header span {
    background: #0072a8;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 28px;
    height: 28px;
}

.temoignages::before {
    display: none;
}

.temoignages .card-body {
    padding-top: 60px;
}

.temoignages i.text-muted {
    color: #c7cbcf !important;
}

@media (max-width: 991px) {
    .temoignages .card-header {
        left: -10px;
    }
}

/* --------MODIFS 02/11/2021---------- */
.enstock {
    position: absolute;
    top: 0;
    left: 0;
}

.offres .card .sep {
    margin-top: 10px;
}

.compteur {
    height: 24px;
    color: #fff;
}

.arrow-cm {
    transform: rotate(50deg);
}

.bg-grey {
    background: #eaeaea;
}

.bg-light-green {
    background: #d9e7a7 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
}

.bg-green {
    background: #bad659;
}

.bg-dark-green {
    background: #6fbd44;
}

.arrow-compteur {
    position: absolute;
    right: -15px;
    z-index: 100;
    font-size: 3rem;
    top: -12px;
}

.bg-light-green .arrow-compteur {
    color: #d9e7a7;
}

.bg-green .arrow-compteur {
    color: #bad659;
}

.bg-dark-green .arrow-compteur {
    color: #6fbd44;
}

.offres .avantages {
    font-size: 18px;
}

.offres .icon {
    width: 15px;
    position: relative;
    top: -3px;
}

.offres .list-group-item {
    padding: .2rem .5rem;
    background-color: transparent;
    border: 0;
}

.virilring {
    width: 60px;
    margin-right: 10px;
}

.offres .card-body {
    min-height: 832px; /* <<<<<<<<<<<<<<<< MAJ 31/10/22 */
}

.offres .nav-tabs .nav-link.active {
    font-weight: bold;
}

.compo .ingredients {
    max-width: 210px !important;
}

@media (max-width: 480px) {
    .compo .ingredients {
        max-width: 200px !important;
    }
}

/* --------MODALE PAYS---------- */
#modale-pays .modal-content {
    border-radius: 1rem;
}

#modale-pays h2, #modale-pays .h2 {
    font-size: 1.75rem;
    text-align: center;
}

#modale-pays .modal-lg {
    max-width: 670px;
}

#modale-pays .btn {
    width: 100%;
    max-width: 430px;
    white-space: inherit;
    line-height: 1.2;
}

#modale-pays h3 {
    font-size: 1.5rem;
}

#modale-pays .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

#modale-pays .modal-content {
    overflow: inherit;
}

#modale-pays .fa-exclamation-triangle {
    background: #ffc107;
    padding: 15px;
    border-radius: 50px;
    font-size: 1.25rem;
    width: 53px;
    height: 53px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -26px;
}

#modale-pays .modal-body {
    padding-top: 30px !important;
}

@media (max-width: 480px) {
    #modale-pays .alert-warning {
        padding: .75rem !important;
    }

    #modale-pays h3 {
        font-size: 1.25rem !important;
    }

    #modale-pays h2, #modale-pays .h2 {
        font-size: 1.5rem;
    }

    #modale-pays .btn-success {
        font-size: 1.1rem;
        line-height: 1.2;
    }
}

/* --------MAJ---------- */
.alert {
    line-height: 1.4;
}

/* --------GENERAL---------- */
html {
    scroll-behavior: smooth;
}

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

a {
    color: #000;
}

a:hover {
    color: #20a2e0;
}

.bg-success {
    background-color: #2ba700 !important;
}

.container {
    max-width: 1680px;
    z-index: 1;
    position: relative;
}

section .container {
    max-width: 1400px;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 1.1rem;
}

.btn-primary {
    color: #fff !important;
    background-color: #20a2e0;
    border-color: #20a2e0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #248dbf;
    border-color: #248dbf;
}

.bg-primary {
    background-color: #20a2e0 !important;
    color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #343a40;
}

.h3, h3 {
    font-size: 1.25rem;
}

.h5, h5 {
    margin-top: 10px;
}

.btn-success {
    color: #fff;
    background-color: #2ba700;
    border-color: #2ba700;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-size: 1.25rem;
    font-weight: 600;
    /* max-width: 456px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    margin: 0 auto;
    text-transform: uppercase !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #148bc4;
    border-color: #148bc4;
}

.btn-outline-light {
    border: 2px solid #fff;
    font-weight: bold;
}

.text-primary {
    color: #20a2e0 !important;
}

.navbar-toggler {
    padding: 8px;
    border-radius: 0;
    height: 47px;
}

.card-body {
    padding: 2rem;
}

.btn-secondary {
    color: #fff;
    background-color: #383838;
    border-color: #383838;
}

.h6, h6 {
    font-size: 1.2rem;
}

.offres h6 {
    font-size: 1rem;
}

/*.custom-checkbox .custom-control-input {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    width: 1rem;*/
/*    height: 1.25rem;*/
/*    opacity: 0;*/
/*}*/

/*.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {*/
/*    background-color: #2ba700;*/
/*}*/

/*.custom-radio .custom-control-input:checked ~ .custom-control-label::before {*/
/*    background-color: #2ba700;*/
/*}*/

/*.custom-control-label::before {*/
/*    top: .25rem;*/
/*}*/

/*.custom-control-label::after {*/
/*    top: .25rem;*/
/*}*/

p {
    font-size: 1.1rem;
}

p.details {
    font-size: 1rem;
}

.mark, mark {
    background-color: #fff;
    padding: .2rem 1rem;
}

.bg-light {
    background-color: #f8f9fa !important;
    padding-bottom: 150px;
}

.modal-content {
    overflow: hidden;
}

.tab-content {
    z-index: 1;
    position: relative;
}

.alert-primary {
    background-color: #e6f6fb;
}

.row-flex {
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.pt-150 {
    padding-top: 150px;
}

.radius-50 {
    border-radius: 50px;
}

.badge-info {
    color: #000;
    background-color: #ffc107;
}

.tooltip-inner {
    text-align: left !important;
}

/* --------HEADER---------- */
.navbar-brand {
    position: absolute;
    width: 250px;
    top: -45px;
}

.oval {
    position: absolute;
    width: 400px;
    background: #fff;
    padding: 20px;
    left: -90px;
    top: -17px;
    border-radius: 50%;
    height: 160px;
    z-index: 0;
}

.oval2 {
    position: absolute;
    width: 400px;
    padding: 20px;
    left: -90px;
    top: -12px;
    border-radius: 50%;
    height: 160px;
    z-index: -1;
    background: #20a1de;
}

.navbar-brand .badge-primary {
    font-size: .75rem;
    padding: 3px 8px;
    position: absolute;
    top: 32px;
    right: 50%;
    margin-right: -105px;
    min-width: 163px;
}

.logo {
    z-index: 100;
    position: relative;
}

.warning {
    color: #fff;
    font-size: 1.15rem;
    z-index: 100;
    overflow-x: hidden !important;
    border-radius: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+18,2ba700+44 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 120px, rgba(43, 167, 0, 1) 120px); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 120px, rgba(43, 167, 0, 1) 120px); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 120px, rgba(43, 167, 0, 1) 120px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#2ba700', GradientType=1); /* IE6-9 */
    padding: .25rem;
    border: 0;
}

#header {
    z-index: 1000 !important;
}

.navbar {
    z-index: 1000;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e3e3e3;
}

.is-sticky .navbar {
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-sticky .navbar-brand {
    width: 200px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-sticky .navbar-nav .nav-item .nav-link {
    padding: 15px 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-sticky .navbar-brand .badge-primary {
    font-size: .65rem;
    top: 32px;
    margin-right: -95px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 143px;
}

.is-sticky .warning {
    padding: .1rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-sticky .oval {
    width: 330px;
    top: -30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 160px;
    left: -80px;
}

.is-sticky .oval2 {
    width: 330px;
    top: -25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 160px;
    left: -80px;
}

.is-sticky .logo {
    margin-top: 8px;
}

/*.sticky-wrapper {*/
/*    height: 122px !important;*/
/*}*/

.navbar-nav .nav-item .nav-link {
    position: relative;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 20px 40px;
    text-transform: uppercase;
}

.navbar-nav .nav-item .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:focus {
    color: #fff !important;
    background-color: #20a2e0;
    border-color: #20a2e0;
}

.navbar-nav .nav-link:hover {
    border-color: #6c757d;
    background: #6c757d;
    color: #fff !important;
}

.logo-mobile {
    display: none;
}

.service {
    display: block;
    float: left;
    margin-top: -7px;
    margin-left: 5px;
    min-width: 150px;
}

/* --------HERO---------- */
.hero {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #fff url('../images/fond.webp') scroll center top no-repeat;
    background-size: cover;
    height: calc(100vh - 122px);
    min-height: 940px;
}

.hero .container {
    /* padding: 0 110px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
}

.hero::after {
    content: '';
    background: url('../images/deco3.webp') scroll center bottom no-repeat;
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero::before {
    content: '';
    background: url('../images/deco2.webp') scroll center top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.z-index-2000 {
    z-index: 2000;
    position: relative;
}

.big-logo {
    max-width: 550px;
    width: 100%;
}

.hero .txt {
    /* background: -moz-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 80%, rgba(255,255,255,0) 92%); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 80%,rgba(255,255,255,0) 92%); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    /* background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 80%,rgba(255,255,255,0) 92%); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#00ffffff',GradientType=0 ); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    padding: 20px; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    /* min-width: 495px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
}

.icon {
    width: 15px; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    position: relative;
    top: -3px; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
}

.certif {
    max-width: 75px;
}

.avantages {
    font-size: 1.25rem; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
}

.badge-primary {
    color: #fff;
    background: rgb(22, 153, 205);
    background: -moz-linear-gradient(left, rgba(22, 153, 205, 1) 45%, rgba(43, 167, 0, 1) 55%);
    background: -webkit-linear-gradient(left, rgba(22, 153, 205, 1) 45%, rgba(43, 167, 0, 1) 55%);
    background: linear-gradient(to right, rgba(22, 153, 205, 1) 45%, rgba(43, 167, 0, 1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1699cd', endColorstr='#2ba700', GradientType=1);
    text-transform: uppercase;
    font-size: 1.1rem;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 300;
    position: absolute;
    top: 50px;
    right: 50%;
    margin-right: -160px;
    min-width: 245px;
}

#hero h2 {
    font-size: 2.15rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: .9;
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: 50px;
}

#hero h2::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    position: absolute;
    right: -70px;
    top: 26px;
    font-size: 3rem;
}

#hero h2 span {
    font-size: 2.25rem;
}

.boite {
    position: relative;
}

.boite2 {
    display: none;
}

#hero h3 {
    font-size: 1.25rem; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    line-height: 1;
    color: #fff;
    position: absolute;
    z-index: 100; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    width: 100%; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    text-align: center; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    bottom: 10px; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
}

h3 i {
    font-size: .65rem;
    position: relative;
    top: -5px;
}

#hero h1 {
    font-size: 1.75rem;
}

.ico {
    width: 55px;
    display: block;
    margin: 0 auto;
    background: #178cc4;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    top: 4px;
}

.ico-fond {
    width: 85px;
    height: 85px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
    background: #20a2e0;
    border: 1px solid #a0d7f0;
}

/* --------SECTION---------- */
section {
    z-index: 100;
    position: relative;
    padding: 100px 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.bg-secondary {
    background: #005278 !important;
}

.list-group {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.list-group-item {
    padding: .3rem .5rem;
    background-color: transparent;
    border: 0;
}

.bg-light::before {
    content: '';
    background: url('../images/deco.webp') scroll center bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleY(-1);
}

.refund .bg-light::before,
.stop .bg-light::before {
    content: none;
}

.bg-light::after {
    content: '';
    background: url('../images/deco.webp') scroll center bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.refund .bg-light::after,
.stop .bg-light::after {
    content: none;
}

.deco-title {
    position: relative;
    margin-top: 100px;
}

.deco-title::after {
    content: '';
    background: url('../images/icon.svg') scroll left top no-repeat;
    position: absolute;
    width: 70px;
    height: 100px;
    z-index: 0;
    background-size: 100%;
    top: -100px;
    left: 50%;
    margin-left: -35px;
}

.h2, h2 {
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.sep {
    position: relative;
}

.sep::after {
    content: "";
    display: inline-block;
    width: 90px;
    max-width: 100%;
    border-top: 2px solid #2ba700;
    vertical-align: top;
}

.titreformule {
    background: #ffc107;
    border-radius: 20px;
    padding: .25rem;
    color: #000;
    text-align: center;
    font-size: 1.15rem;
    margin: 0 auto;
    position: absolute;
    min-width: 270px;
    top: -20px;
    left: 50%;
    margin-left: -135px;
}

.confirmation .titreformule {
    min-width: 670px;
    margin-left: -335px;
}

.titreboite {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #212529 !important;
}

.badge-warning {
    color: #000;
    background-color: #ffc107;
    font-size: 1rem;
    position: relative;
    margin-left: 10px;
    top: -3px;
}

.boite-offre {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: block;
}

.badge-danger {
    color: #000;
    background-color: #ffc107;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 1.6;
    position: absolute;
    font-size: 1.5rem;
    left: 90px;
    bottom: -10px;
    text-align: center;
}

.cta {
    padding: 20px 0;
}

.cta h4 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.cta .btn-success {
    position: relative;
    top: -5px;
}

.cta2 .btn-success {
    position: inherit;
    top: inherit;
}

.cta .sep::after {
    border-top: 2px solid #fff;
}

.cta .deco-title::after {
    content: '';
    background: url('../images/icon-blanc.svg') scroll left top no-repeat;
    position: absolute;
    top: 0;
    width: 70px;
    height: 100px;
    z-index: 0;
    background-size: 100%;
    top: -100px;
    left: 50%;
    margin-left: -35px;
}

#offres, #benefices, #ingredients, #naturel, #comment, #temoignages, #satisfait {
    padding-top: 150px;
    min-height: 1000px;
}

.img-ingredient {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    top: 50%;
    margin-top: -35%;
}

.img-benefices {
    max-width: 553px;
}

.ingredients {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.carousel-inner .carousel-item .img-box {
    width: 200px;
    height: 200px;
}

.carousel-control-prev {
    left: -100px;
}

.carousel-control-next {
    right: -100px;
}

.carousel-indicators {
    top: 390px;
}

.carousel p {
    font-size: 1rem;
}

@media (min-width: 320px) and (max-width: 640px) {
    .carousel-control-prev {
        left: -40px;
    }

    .carousel-control-next {
        right: -40px;
    }

    .carousel-indicators {
        top: 490px;
    }
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-indicators .active {
    background-color: #20a1de;
}

.img-satisfaction {
    max-width: 200px;
}

#satisfait h3.h2 {
    font-size: 2.15rem;
    text-transform: inherit;
    line-height: 1.2;
}

#satisfait.bg-light::after {

}

.cta2 .cta-image {
    max-width: 150px;
    margin-right: 20px;
}

.cta2 h4 {
    position: relative;
    top: 25px;
}

.temoignages::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
    position: absolute;
    left: 2rem;
    top: 1.25rem;
    font-size: 3rem;
    color: #20a1de;
}

.contenu::after, .contenu::before, .hero::after, .bg-light::after, .hero::before, .bg-light::before {
    background-size: 100%;
}

.mini-logo {
    max-width: 170px;
}

.plus {
    width: 30px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
}

#satisfait .col-xl-8 p {
    text-align: justify;
}

/* --------FOOTER---------- */
footer .logo {
    max-width: 120px;
    width: 100%;
}

footer {
    background: #000;
    color: #fff;
    font-weight: 300;
}

footer a, footer a:visited {
    color: #fff !important;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .navbar-brand {
    position: inherit;
    width: 250px;
    top: inherit;
    display: inline-block;
}

#countries_msdd {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto 20px;
    text-align: left;
}

.ddcommon .ddTitle .ddTitleText {
    display: block;
    font-size: .8rem;
}

.ddcommon .ddTitle .ddTitleText img {
    top: -1px;
}

footer p {
    font-size: 1rem;
}

/* --------OFFRES CHECKOUT INT---------- */
.int .h1, .int h1 {
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.contenu::before {
    content: '';
    background: url('../images/deco-contenu.webp') scroll center TOP no-repeat; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.contenu::after {
    content: '';
    background: url('../images/deco.webp') scroll center bottom no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.card {
    border: 0;
    border-radius: 1rem;
}

.shadow {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.offres .boite-offre {
    max-width: 300px;
}

.offres .titreboite {
    text-align: center;
}

.int .titreboite {
    font-size: 2rem;
}

.int h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.int h3.h2 {
    text-transform: inherit;
}

.offre:hover, .offre {
    color: #000 !important;
    text-decoration: none !important;
}

.checkout .boite-offre {
    max-width: 100px;
    position: absolute;
    top: 40px;
    left: 20px;
}

.contenu {
    padding-top: 30px;
    padding-bottom: 200px;
    background: #fff;
    min-height: 850px;
}

.panier {
    font-size: 1.1rem;
}

.panier.border-bottom {
    border: 0 !important;
}

.footer-panier {
    font-size: 1.1rem;
    border-bottom: 5px solid #d7d7d7;
    border-top: 5px solid #d7d7d7;
}

.ico-title {
    color: #333;
}

.identification {
    font-size: 14px;
    color: #000;
    padding: .25rem 1rem;
    margin-right: -15px;
    margin-top: -20px;
}

.identification a {
    color: #000;
}

.checkout .btn-success {
    max-width: 400px;
    width: 100%;
    margin: 20px auto 0 !important;
    display: block;
}

.confirmation.checkout .btn-success {
    max-width: 456px;
}

.int .sep {
    position: relative;
    margin-bottom: 20px;
}

.int #satisfait .sep {
    margin-bottom: 0;
}

.offres .card .sep {
    height: 10px;
}

.card {
    /* background-color: transparent; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
}

.cnx .card-body {
    padding: 0;
}

.cnx {
    min-height: 425px;
}

.espaceclient .card-body, .service-client .card-body {
    /* padding: 2rem 0; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
}

.card-header {
    background-color: #383838;
    border-bottom: 0;
}

.card-footer {
    background-color: #fff3cd;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.vitaboutik {
    margin-top: 10px;
    font-size: .8rem;
    text-align: center;
}

.vitaboutik img {
    max-width: 150px;
}

.checkout .list-group {
    width: 100%;
}

.list-group-item::after, .list-group-item::before {
    display: none;
}

.quantite {
    width: 86px;
    font-size: 14px;
    text-align: right;
}

.modal-title {
    z-index: 100;
}

.input-group-text {
    min-width: 42px;
    text-align: center;
    color: #fff;
    background-color: #0da4d5;
    border: 1px solid #0da4d5;
}

.input-group-text .fa {
    margin: 0 auto;
}

#cardExpiryMonth {
    float: left;
    width: 65px;
}

.sep2 {
    float: left;
    line-height: 40px;
    padding: 0 10px;
}

#cardExpiryYear {
    width: 85px;
}

#cardSecurityCode {
    width: 65px;
}

.card-header {
    /* padding: 40px 10px !important; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
}

.service-client .card-header {
    padding: 40px 10px 20px !important;
}

.pays.card-header {
    padding: 10px !important;
}

.quantity {
    width: 70px;
    display: inline-block;
    margin-right: 5px;
}

.cartes {
    max-height: 38px;
}

.boite-checkout {
    font-size: 32px;
    max-height: 38px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 32px;
}

.boite-resp {
    display: none;
}

.footer-panier .bg-light::before, .footer-panier .bg-light::after {
    display: none;
}

.footer-panier .bg-light {
    background-color: #f8fdff !important;
    padding: 0;
}

.footer-panier .bg-dark {
    background-color: #e6f7ff !important;
}

.code .btn-light {
    border-color: #ced4da;
}

.col-quantite {
    height: 63px;
}

.table.panier td.col-quantite::before {
    position: relative;
    top: 5px;
}

.col-resp {
    display: none;
}

.offert-resp {
    width: 140px;
}

/*.checkbox-promo label {*/
/*    font-size: 15px !important;*/
/*}*/

/* --------SERVICE CLIENT---------- */
#service-tabs .nav-link {
    width: 100%;
}

#service-tabs .nav-link.active, #service-tabs .show > .nav-link {
    background-color: #e02000;
}

#service-tabs .nav-link.active .text-muted {
    color: #fff !important;
}

#service-tabs {
    margin-top: -30px;
}

#service-tabs .nav-link.active .ico-title {
    color: #fff;
}

#accordion .card-header {
    background-color: #fff;
    padding: 5px 20px 5px 5px !important;
    border: 1px solid #e0f4fa;
}

#accordion .btn-link {
    font-weight: 400;
    color: #000;
    background-color: transparent;
    font-size: 1.05rem;
}

#accordion .card-header.question {
    background-color: #f3fbfd;
    border-bottom: 0;
    padding: 0 20px 0 0 !important;
}

.fleche-faq {
    position: absolute;
    right: 0;
    top: 19px;
    font-size: 14px;
    right: 15px;
}

.question .fleche-faq {
    top: 14px;
}

[data-bs-toggle="collapse"] .fa:before {
    content: "\f077";
}

[data-bs-toggle="collapse"].collapsed .fa:before {
    content: "\f078";
}

[data-bs-toggle="collapse"] .dossier:before {
    content: "\f07c";
}

[data-bs-toggle="collapse"].collapsed .dossier:before {
    content: "\f07b";
}

#accordion p {
    font-size: 1rem;
}

/* --------ESPACE CLIENT---------- */
#espace-tabs .nav-link.active, #espace-tabs .show > .nav-link {
    background-color: #20a2e0;
}

#espace-tabs .nav-link, #espace-tabs .show > .nav-link {
    font-size: 1.1rem;
    text-align: center;
    background: #e0f4fa;
    margin-right: 5px;
}

.service-client #espace-tabs .nav-link {
    min-width: 190px;
}

.espaceclient #espace-tabs .nav-link {
    min-width: 176px;
}

.historique .alert {
    padding: 0;
    margin-top: 0;
    border: 0;
    background: transparent;
}

.alert-success {
    color: #2ba700;
}

.alert-primary {
    color: #20a1de;
}

.alert-warning {
    color: #cd9900;
}

.table td, .table th {
    vertical-align: middle;
}

.table td.d-flex {
    position: relative;
    top: -1px;
}

.facture {
    font-size: 38px;
    color: #6c757d;
}

.espaceclient .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.serv {
    min-height: 692px;
}

.espaceclient .card.alert-primary {
    background: #f9feff !important;
}

.espaceclient .adr.card-body {
    padding: 1rem;
}

.modal .modal-footer .btn {
    min-width: 52px;
}

.btn-adr {
    min-width: 106px;
}

.intl-tel-input {
    position: relative;
    display: block !important;
}

/* --------COMPOSITION---------- */
.mini-boite {
    position: absolute;
    left: -35px;
    max-width: 150px;
    top: 50%;
    margin-top: -60px;
}

.alert-infos {
    color: #212543;
    background-color: #e1ebed;
    border-color: #e1ebed;
    padding-left: 130px;
}

.compo .ingredients {
    max-width: 300px;
}

/* --------PRECOMMANDE---------- */
.precommande h2 {
    font-size: 1.7rem;
    text-align: center;
}

.preco {
    max-width: 700px;
}

/* --------MEDIAQUERIES---------- */
@media (min-width: 1200px) {
    .boutons {
        display: none;
    }
}

@media (max-height: 900px) {
    #hero .avantages {
        margin-top: 0 !important;
    }

    #hero .list-group-item {
        padding: .1rem .5rem;
    }

    .boite {
        /* bottom: 170px !important; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    #hero .btn-success {
        margin-top: 15px !important;
    }

    .hero {
        background: #fff url('../images/fond.webp') scroll center top -50px no-repeat;
        background-size: cover;
    }

    .hero::after {
        /* content: ''; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* background: url('../images/deco3.webp') scroll center bottom no-repeat; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* position: absolute; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* bottom: -70px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* left: 0; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* width: 100%; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* height: 100%; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* z-index: 0; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    #hero h2 {
        margin-top: -100px;
    }
}

@media (max-width: 3000px) {
    .warning {
        /* background: rgb(255,255,255); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* background: -moz-linear-gradient(left, rgba(255,255,255,1) 24%, rgba(43,167,0,1) 24%); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* background: -webkit-linear-gradient(left, rgba(255,255,255,1) 24%,rgba(43,167,0,1) 24%); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        background: #2ba700; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2ba700',GradientType=1 ); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }
}

@media (max-width: 2500px) {
    .warning {
        /* background: rgb(255,255,255); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* background: -moz-linear-gradient(left, rgba(255,255,255,1) 24%, rgba(43,167,0,1) 24%); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* background: -webkit-linear-gradient(left, rgba(255,255,255,1) 24%,rgba(43,167,0,1) 24%); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        background: #2ba700; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2ba700',GradientType=1 ); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }
}

@media (max-width: 2180px) {
    .warning {
        /* background: rgb(255,255,255); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* background: -moz-linear-gradient(left, rgba(255,255,255,1) 24%, rgba(43,167,0,1) 24%); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* background: -webkit-linear-gradient(left, rgba(255,255,255,1) 24%,rgba(43,167,0,1) 24%); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        background: #2ba700; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2ba700',GradientType=1 ); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }
}

@media (max-width: 1800px) {
    .warning {
        /* background: rgb(255,255,255); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* background: -moz-linear-gradient(left, rgba(255,255,255,1) 24%, rgba(43,167,0,1) 24%); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* background: -webkit-linear-gradient(left, rgba(255,255,255,1) 24%,rgba(43,167,0,1) 24%); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        background: #2ba700; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2ba700',GradientType=1 ); *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }
}

@media (max-width: 1600px) {
    .boite {
        /* left: 0; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }
}

@media (max-width: 1550px) {
    #hero h3 {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1480px) {
    .boite {
        /* left: -100px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    .hero {
        background: #fff url('../images/fond.webp') scroll center top -50px no-repeat;
        background-size: cover;
    }
}

@media (max-width: 1380px) {
    #hero h3 {
        font-size: 1.25rem;
        bottom: 10px;
    }

    .hero {
        background: #fff url('../images/fond.webp') scroll left top -50px no-repeat;
        background-size: cover;
    }

    .boite {
        /* left: -175px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* bottom: 80px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* max-width: 450px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }
}

@media (max-width: 1300px) {
    #hero h3 {
        font-size: 1.1rem;
    }

    .hero .container {
        /* padding: 0 70px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }
}

@media (max-width: 1380px) {
    .navbar-nav .nav-item .nav-link {
        padding: 20px 25px;
    }

    .is-sticky .navbar-nav .nav-item .nav-link {
        padding: 15px 30px;
    }

    .desktop {
        display: none;
    }
}

@media (max-width: 1280px) {
    .navbar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .is-sticky .navbar {
        padding: 5px;
    }
}

@media (max-width: 1200px) {
    .list-group {
        width: 95%;
    }

    .boutons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 1199px) {
    .navbar-brand {
        margin: 0;
    }

    .navbar {
        padding: .5rem 1rem !important;
    }

    /*.sticky-wrapper {*/
    /*    height: 81px !important;*/
    /*}*/

    .navbar-collapse {
        margin-top: 50px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 10px;
    }

    .oval {
        width: 300px !important;
        top: 0 !important;
        left: -110px !important;
        height: 100px;
    }

    .oval2 {
        width: 300px !important;
        top: 5px !important;
        left: -110px !important;
        height: 100px !important;
    }

    .is-sticky .oval {
        width: 300px !important;
        top: 0 !important;
        left: -110px !important;
        height: 100px;
    }

    .navbar-brand {
        position: inherit;
        width: 150px;
        top: inherit;
    }

    .navbar-brand .badge-primary {
        display: none;
    }

    .hero {
        background: #fff url('../images/fond.webp') scroll left -100px top -50px no-repeat;
        background-size: 1400px;
    }

    .is-sticky .navbar-nav .nav-item .nav-link {
        padding: 10px;
    }

    .is-sticky .navbar-brand {
        width: 150px;
    }

    .hero {
        background: #fff url('../images/fond.webp') scroll left -100px top -50px no-repeat;
        background-size: 1300px;
    }

    .boite {
        /* left: 50%; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* bottom: 50px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* margin-left: -275px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    #hero h2 span {
        font-size: 2.45rem;
    }

    #hero h2::before {
        top: 30px;
        right: -50px;
    }

    .col.h-100 {
        /* width: 100%; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* position: absolute; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    .hero .txt {
        /* margin-left: auto; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* height: inherit; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* margin-bottom: 50px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    #hero h3 {
        font-size: 1.25rem;
        left: 0;
        padding: 0 15px;
    }

    .boite {
        /* left: 30px !important; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* bottom: 50px !important; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* margin-left: 0 !important; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    #hero h2 {
        right: inherit;
        margin-right: inherit;
        left: 200px;
        top: 400px !important;
    }

    .avantages {
        font-size: 20px;
    }

    .lead {
        font-size: 1.15rem;
    }

    .big-logo {
        max-width: 350px;
    }

    .badge-primary {
        font-size: 1.15rem;
        top: 35px;
    }

    #hero h1 {
        font-size: 1.5rem;
    }

    .is-sticky .logo {
        margin-top: 0;
    }

    #benefices .avantages {
        margin: 0 auto !important;
        display: block;
        width: 521px;
        max-width: 100%;
    }
}

@media (max-width: 1080px) {
    .boite {
        /* left: -10px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    #hero h2 {
        left: 90px;
    }

    .titreboite {
        font-size: 1.4rem;
    }

    .table.historique thead {
        display: none;
    }

    .table.historique tr {
        display: block;
    }

    .table.historique tr.collapse {
        display: none;
    }

    .table.historique tr.collapse.show {
        display: block;
    }

    .table.historique td {
        display: block;
        text-align: right;
    }

    .table.historique td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .historique .alert {
        display: inline;
    }

    .table td.d-flex {
        position: relative;
        top: 0;
        -webkit-box-pack: inherit !important;
        -ms-flex-pack: inherit !important;
        justify-content: inherit !important;
        display: block !important;
    }

    .facture {
        font-size: 38px;
        color: #6c757d;
        position: relative;
        top: 0;
        margin-right: 20px;
    }

    .btn-cmd {
        position: relative;
        top: -10px;
    }

    .table.panier thead {
        display: none;
    }

    .table.panier tr {
        display: block;
        border-top: 2px solid #20a1de;
    }

    .table.panier td {
        display: block;
        text-align: right;
        width: 100% !important;
    }

    .table.panier td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .table.panier td.panier-image {
        text-align: left;
    }

    .table.panier td.panier-image {
        display: none;
    }

    .boite-checkout.boite-resp {
        display: block;
        float: left;
        margin-top: -5px;
        height: 38px;
        text-align: center;
        width: 50px;
    }

    .col-desktop {
        display: none !important;
    }

    .offert-resp {
        width: 100px;
        display: inline-block;
    }

    .panier.border-bottom {
        border-bottom: 2px solid #20a1de !important;
    }
}

@media (max-width: 1024px) {
    #hero h2 {
        display: none;
    }

    .hero {
        background: #fff url('../images/fond.webp') scroll left -60px top -50px no-repeat;
        background-size: 1300px;
        min-height: 900px;
    }

    .boite {
        /* bottom: 250px !important; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* max-width: 450px !important; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    #hero h3 {
        bottom: 0;
    }

    #hero .avantages {
        margin-top: 5px !important;
    }

    #hero .btn-success {
        margin-top: 15px !important;
    }

    .list-group-item {
        padding: .3rem .5rem;
    }

    .titreboite {
        font-size: 1.4rem;
    }

    .small, small {
        font-size: 75%;
        font-weight: 400;
    }

    .list-group {
        margin-top: 0;
    }

    .espaceclient .card-footer {
        margin-top: 0;
    }

    .espaceclient small {
        display: block;
        margin-top: 5px;
    }

    .py-4 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
}

@media (max-width: 1023px) {
    .hero .txt {
        margin-left: inherit;
    }

    .boite {
        /* display: none; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    .boite2 {
        margin-top: 40px;
        position: absolute;
        max-width: 570px;
        left: 50%;
        margin-left: -300px;
    }

    .hero {
        /* background: #fff url('../images/fond-mobile.webp') scroll center top no-repeat; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* background-size: cover; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        /* min-height: 1300px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    .hero .container {
        padding: 0 15px;
    }

    .hero .txt {
        margin: 0;
    }

    .boite2 {
        display: block;
    }

    .offres .boite-offre {
        position: relative;
        left: inherit;
        top: 20px;
        margin-top: inherit;
        margin-bottom: 50px;
    }

    .offres .card-body {
        /*padding-left: 2rem;*/
        text-align: center;
        padding-top: 2rem;
    }

    .offres .titreboite {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .cta2 .align-items-center {
        -webkit-box-align: inherit !important;
        -ms-flex-align: inherit !important;
        align-items: inherit !important;
    }

    .cta2 .justify-content-center {
        -webkit-box-pack: inherit !important;
        -ms-flex-pack: inherit !important;
        justify-content: inherit !important;
    }

    .cta2 .d-flex {
        display: inherit !important;
    }

    .btn-group-lg > .btn, .btn-lg {
        font-size: 1.2rem;
        width: 100%;
        padding: 0.75rem 1rem;
    }

    .cta h4 {
        display: block !important;
        margin-bottom: 20px !important;
    }

    .cta2 h4 {
        position: relative;
        top: 0;
        /* margin-top: 20px; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    .offres .list-group {
        margin-top: -80px;
    }

    .card-body.paiement .card {
        margin-bottom: 10px;
    }

    .serv {
        min-height: inherit;
    }

    #service-tabs {
        margin-top: -80px;
        margin-bottom: -80px;
    }

    .espaceclient #espace-tabs .nav-link {
        min-width: 141px;
    }

    .col-virilblue.border-right {
        border-bottom: 1px solid #dee2e6 !important;
        padding-bottom: 30px;
        border-right: 0 !important;
    }

    .plus {
        width: 30px;
        position: absolute;
        right: 50%;
        top: inherit;
        margin-top: -15px;
        margin-right: -15px;
        bottom: -16px;
    }

    .hero::after {
        content: '';
        background: url('../images/deco3.webp') scroll center bottom no-repeat;
        position: absolute;
        bottom: -250px; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .cta2 .cta-image {
        margin-right: 0;
    }
}

@media (max-width: 800px) {

    .int .h1, .int h1 {
        font-size: 1.75rem;
    }

    .int h3.h2 {
        font-size: 1.5rem;
    }

    .precommande h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
    #benefices .avantages {
        width: 100%;
    }
}

@media (max-width: 736px) {
    .int .h1, .int h1 {
        font-size: 1.6rem;
    }

    .int h3.h2 {
        font-size: 1.35rem;
    }

    .precommande h2 {
        font-size: 1.35rem;
    }
}

@media (max-width: 667px) {
    .list-group {
        margin-top: 0px;
    }

    .card-footer {
        margin-top: 0px;
    }

    .offres .list-group {
        margin-top: -40px;
    }

    #espace-tabs .nav-link {
        width: calc(50% - 4px);
        margin-right: 0;
        padding-bottom: .5rem !important;
        margin-bottom: 7px;
    }

    #espace-tabs .nav-link:first-child, #espace-tabs .nav-link:nth-child(3) {
        margin-right: 4px;
    }

    #espace-tabs .nav-link:nth-child(2), #espace-tabs .nav-link:nth-child(4) {
        margin-left: 4px;
    }

    .confirmation .titreformule {
        min-width: 100%;
        margin-left: 0;
        left: 0;
        padding: .25rem .5rem;
        position: inherit;
        margin-top: -20px;
    }

    .preco {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .boutons .nav-link {
        width: 48px;
    }

    .hero .txt {
        min-width: 400px;
    }

    .boite2 {
        max-width: 500px;
        left: 50%;
        margin-left: -250px;
    }

    #hero h1 {
        font-size: 1.5rem;
    }

    .checkout .boite-offre {
        display: none;
    }

    .recap {
        padding-left: 0 !important;
    }

    section h3.h2 {
        font-size: 1.7rem;
        line-height: inherit;
    }

    .precommande h2 {
        font-size: 3.75vw;
    }
}

@media (max-width: 480px) {
    .logo, .oval, .oval2 {
        display: none;
    }

    .logo-mobile {
        display: block;
        max-height: 48px;
    }

    .navbar-brand {
        width: 40px;
    }

    /*.sticky-wrapper {*/
    /*    height: 75px !important;*/
    /*}*/

    .is-sticky .navbar-brand {
        width: 40px;
    }

    #hero h1 {
        font-size: 1.25rem;
    }

    .certif {
        max-width: 65px;
    }

    .h2, h2 {
        font-size: 2.25rem;
    }

    footer .logo {
        display: inline-block;
    }

    .int .titreboite {
        font-size: 1.5rem;
    }

    .int .offre h4 {
        font-size: 1.25rem;
    }

    .int .offre h6 {
        font-size: .9rem;
    }

    .int h3 {
        font-size: 1.25rem;
    }

    .int.offres h3 {
        font-size: 1.5rem;
    }

    .mini-boite {
        position: absolute;
        left: 50%;
        max-width: 200px;
        top: 30px;
        margin-left: -100px;
    }

    .alert-infos {
        color: #212543;
        background-color: #e1ebed;
        border-color: #e1ebed;
        padding-left: inherit;
        padding-top: 120px;
    }

    #offres, #benefices, #ingredients, #naturel, #comment, #temoignages, #satisfait, .pt-150 {
        padding-top: 100px;
    }

    #satisfait h3.h2 {
        font-size: 1.65rem;
    }

    .alert-warning {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
        padding-left: inherit;
        padding-top: 80px;
        text-align: justify;
    }

    section h3.h2 {
        font-size: 1.5rem;
    }

    .offres .list-group {
        margin-top: -20px;
    }

    .int h3.h1 {
        font-size: 1.5rem;
    }

    .historique {
        font-size: .9rem;
    }

    .adresse {
        width: calc(50% - 7px);
    }

    .adresse:first-child {
        margin-right: 4px;
    }

    .adresse:nth-child(2) {
        margin-left: 4px;
    }

    .text-left.p-4 {
        padding: 0 !important;
    }

    .avantages {
        font-size: 18px;
    }

    .int h1 .icon {
        display: none;
    }

    .identification {
        font-size: 12px;
    }

    #service-tabs {
        margin-top: -50px;
        margin-bottom: -30px;
    }

    .contenu {
        padding-top: 20px;
    }

    .h2, h2 {
        font-size: 1.75rem;
    }

    .cta h4 {
        font-size: 1.4rem;
    }

    .temoignages::before {
        font-size: 2rem;
    }

    .service-client #espace-tabs .nav-link {
        min-width: inherit;
    }

    .espaceclient .card-body, .service-client .card-body {
        padding: 1rem 0;
    }

    .compo .ingredients {
        max-width: 250px;
    }

    .precommande .card-body {
        padding: 2rem 1rem;
    }

    .col-del {
        width: inherit !important
    }

    .deco-title::after {
        content: '';
        background: url('../images/icon.svg') scroll left top no-repeat;
        position: absolute;
        width: 50px;
        height: 70px;
        z-index: 0;
        background-size: 100%;
        top: -80px;
        left: 50%;
        margin-left: -25px;
    }

    .cta .deco-title::after {
        content: '';
        background: url('../images/icon-blanc.svg') scroll left top no-repeat;
        position: absolute;
        top: 0;
        width: 50px;
        height: 70px;
        z-index: 0;
        background-size: 100%;
        top: -80px;
        left: 50%;
        margin-left: -25px;
    }
}

@media (max-width: 414px) {
    .hero .txt {
        min-width: 90%;
        padding: 20px 10px; /* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
    }

    .badge-primary {
        font-size: .9rem;
        top: 28px;
        margin-right: -130px;
    }

    .boite2 {
        max-width: 400px;
        left: 50%;
        margin-left: -200px;
    }

    .btn-group-lg > .btn, .btn-lg {
        font-size: 1rem;
    }

    body {
        font-size: .9rem;
    }

    .int .btn-lg {
        padding: .5rem 2rem;
        font-size: 1rem;
    }

    p {
        font-size: 1rem;
    }

    .hero {
        min-height: 1180px;
    }

    .badge-primary {
        min-width: 206px;
    }
}

@media (max-width: 413px) {
    .int h3 {
        font-size: 1.1rem;
    }

    .int.offres h3 {
        font-size: 1.25rem;
    }

    section h3.h2 {
        font-size: 1.4rem;
    }

    .offres .list-group {
        margin-top: -10px;
    }

    .cartes {
        position: relative;
        top: -10px;
    }

    .h5, h5 {
        font-size: 1.15rem;
    }
}

@media (max-width: 374px) {
    .badge-primary {
        font-size: .8rem;
        top: 25px;
        margin-right: -120px;
    }

    #hero h1 {
        font-size: 1rem;
    }

    .avantages {
        font-size: 18px;
    }

    .h2, h2 {
        font-size: 1.7rem;
    }

    .cta h4 {
        font-size: 1.5rem;
    }

    #satisfait h3.h2 {
        font-size: 1.6rem;
    }

    #espace-tabs .nav-link, #espace-tabs .show > .nav-link {
        font-size: .9rem;
    }

    .checkout .h4, .checkout h4, .int h4 {
        font-size: 1.1rem !important;
    }
}

/* --------FOND CASUAL---------- */
.casual-01 .hero {
    background: #070510 url('../images/casual-01.webp') scroll center top -60px no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .casual-01 .hero {
        background: #070510 url('../images/casual-01.webp') scroll left -130px top no-repeat;
        background-size: cover;
    }
}

@media (max-width: 480px) {
    .casual-01 .hero {
        background: #070510 url('../images/casual-01.webp') scroll left -350px top no-repeat;
        background-size: cover;
    }
}

.casual-02 .hero {
    background: #fff url('../images/casual-02.webp') scroll center top -60px no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .casual-02 .hero {
        background: #fff url('../images/casual-02.webp') scroll left -130px top no-repeat;
        background-size: cover;
    }
}

@media (max-width: 480px) {
    .casual-02 .hero {
        background: #fff url('../images/casual-02.webp') scroll left -300px top no-repeat;
        background-size: cover;
    }
}

.casual-03 .hero {
    background: #869193 url('../images/casual-03.webp') scroll center top no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .casual-03 .hero {
        background: #869193 url('../images/casual-03.webp') scroll left -130px top no-repeat;
        background-size: cover;
    }
}

@media (max-width: 480px) {
    .casual-03 .hero {
        background: #869193 url('../images/casual-03.webp') scroll left -300px top no-repeat;
        background-size: cover;
    }
}

.casual-04 .hero {
    background: #c2bfba url('../images/casual-04.webp') scroll center top -80px no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .casual-04 .hero {
        background: #c2bfba url('../images/casual-04.webp') scroll left -130px top no-repeat;
        background-size: cover;
    }
}

@media (max-width: 480px) {
    .casual-04 .hero {
        background: #c2bfba url('../images/casual-04.webp') scroll left -300px top no-repeat;
        background-size: cover;
    }
}

/* --------MAJ PANIER---------- */
.stepper {
    margin: 0 auto;
    width: 500px;
}

.stepper .step {
    padding: 5px;
    position: relative;
}

.stepper .step.done:hover,
.stepper .step.active:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.stepper .step:active {
    border-radius: 15% / 75%;
}

.stepper .step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.stepper .step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.stepper .step:first-child .step-bar-left,
.stepper .step:last-child .step-bar-right {
    display: none;
}

.stepper .step .step-circle {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background-color: #999999;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    border: 2px solid #999;
}

.stepper .step-circle {
    background-color: #343a40;
}

.stepper .step.done .step-circle {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}

.stepper .step.active .step-circle {
    background-color: #2196f3;
    border: 2px solid #2196f3;
}

.stepper .step.done .step-circle:before {
    font-family: 'FontAwesome';
    font-weight: 100;
    content: "\f00c";
}

.stepper .step.done .step-circle *,
.stepper .step.editable .step-circle * {
    display: none;
}

.stepper .step.editable .step-circle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.stepper .step.editable .step-circle:before {
    font-family: 'FontAwesome';
    font-weight: 100;
    content: "\f040";
}

.stepper .step .step-title {
    font-size: 14px;
    font-weight: 600;
}

.stepper .step .step-title, .stepper .step .step-optional {
    text-align: center;
    color: rgba(0, 0, 0, .26);
    margin-top: -1px;
}

.stepper .step.done .step-title {
    color: #000;
}

.stepper .step.active .step-title {
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
}

.stepper .step.active.done .step-title,
.stepper .step.active.editable .step-title {
    font-weight: 600;
}

.stepper .step .step-optional {
    font-size: 12px;
}

.stepper .step.active .step-optional {
    color: rgba(0, 0, 0, .54);
}

.stepper .step .step-bar-left, .stepper .step .step-bar-right {
    position: absolute;
    top: 18px;
    height: 1px;
    border-top: 1px solid #DDDDDD;
}

.stepper .step .step-bar-right {
    right: 0;
    left: 50%;
    margin-left: 20px;
}

.stepper .step .step-bar-left {
    left: 0;
    right: 50%;
    margin-right: 20px;
}

.macommande p.lead {
    font-size: 1rem;
}

.logos-cb {
    max-width: 40px;
}

.custom-control-label {
    font-size: 1rem !important;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline;
}

#cc-number {
    background: url('../images/cc-number.webp') right 6px top 6px no-repeat scroll;
    background-size: 40px;
}

.checkout.delivery .contenu {
    min-height: 1450px;
    padding-bottom: 50px;
}

.logos-checkout {
    margin-left: 5px;
    max-width: 80px;
}

h4.autres {
    position: relative;
    cursor: pointer;
}

h4.autres.collapsed::before {
    content: "\f107";
    font-family: FontAwesome;
    right: 4px;
    position: absolute;
    top: 0;
}

h4.autres::before {
    content: "\f106";
    font-family: FontAwesome;
    right: 4px;
    position: absolute;
    top: 0;
}

.checkout .card {
    /* background-color: #fff !important; *//* <<<<<<<<<<<<<<<<<<<<<<<<--------MAJ 24/02/23---------- */
}

.ico-commande {
    width: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .stepper {
        margin: 0 0 0 auto;
        width: 400px;
    }

    .stepper .step {
        width: 120px;
    }
}

@media (max-width: 767px) {
    .stepper .step {
        width: 100px;
    }
}

@media (max-width: 736px) {
    .stepper {
        width: 300px;
    }
}

@media (max-width: 667px) {
    .logo, .oval, .oval2 {
        display: none;
    }

    .checkout .logo-mobile {
        display: block;
        max-height: 40px;
        margin-top: -8px;
        max-width: inherit;
    }

    /*.checkout .sticky-wrapper {*/
    /*    height: 70px !important;*/
    /*}*/

    .checkout .navbar {
        padding: .5rem .5rem 0 !important;
    }
}

@media (max-width: 575px) {
    .stepper {
        width: 100%;
        border-top: 1px solid #e3e3e3;
        padding-top: 0;
    }

    .stepper .step .step-circle {
        width: 24px;
        height: 24px;
        font-size: 13px;
        line-height: 20px;
    }

    .stepper .step .step-circle {
        font-size: 13px;
        line-height: 20px;
    }

    .stepper .step .step-bar-left {
        display: none;
    }

    .stepper .step .step-bar-right {
        right: -30px;
        left: 70%;
    }

    .stepper .step-circle, .stepper .step-title {
        display: inline-block;
    }

    .checkout .contenu {
        padding-top: 20px;
    }

    /*.checkout .sticky-wrapper {*/
    /*    height: 85px !important;*/
    /*}*/

    .checkout .w-100 div del {
        display: block;
        margin-right: 0 !important;
    }

    .logos-cb {
        max-width: 40px;
    }
}

@media (max-width: 480px) {
    .stepper .step .step-bar-right {
        right: -10px;
        left: 75%;
    }

    .checkout .card-body, .checkout .alert-success {
        padding: .5rem 1rem .5rem !important;
    }

    .checkout .h5, .checkout h5 {
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .checkout .contenu {
        min-height: inherit;
    }

    .boite-checkout {
        font-size: 1.45rem !important;
    }

    .checkout .d-flex .mr-4 {
        margin-right: .5rem !important;
    }

    .checkout .w-100 div del.mr-4 {
        margin-right: 0 !important;
    }

    .checkout hr {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .checkout .h5, .checkout h5 {
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .checkout .macommande .h5, .checkout .macommande h5 {
        font-size: 1rem;
    }

    .checkout label {
        font-size: .9rem;
    }

    .checkout .custom-control-label {
        font-size: .9rem !important;
        padding-top: 1px;
    }

    .checkout h3 .logos-cb {
        max-width: 30px;
        margin-top: -7px;
    }

    .boite-checkout {
        width: 24px !important;
        text-align: center;
    }

    .checkout .btn-success {
        margin: 5px auto 0 !important;
    }
}

/* --------MAJ PANIER---------- */
.secure-payments {
    max-width: 280px;
}

.secure-cb {
    max-width: 220px;
}

.secure-cb-mini {
    max-width: 120px;
    margin-top: -5px;
}

.checkout .bg-warning {
    background-color: #fff3ce !important;
}

#infos {
    z-index: 9999 !important;
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    max-width: 220px;
    right: 0;
}

@media (max-width: 991px) {
    .checkout h3 {
        font-size: 1.25rem;
    }

    .checkout .macommande .h5, .checkout .macommande h5 {
        font-size: 1rem;
    }

    .checkout .card-body, .checkout .alert-success {
        padding: .5rem 1rem .5rem !important;
    }
}

@media (max-width: 480px) {
    .secure-cb {
        max-width: 180px;
    }
}

/* --------MAJ CSS 08/11/22---------- */
.offres .alert-primary, .modal .alert-primary {
    border: 1px dashed #29a200;
    padding: .75rem 0;
}

.offres .alert-primary .bg-light-green {
    background: #e1f9d8;
}

.bouteille-offerte {
    width: 60px;
}

.offres .badge-success {
    font-size: 1rem;
}

.hero {
    padding-bottom: 90px;
}

.offres .boite-offre {
    max-width: 370px;
}

.offert {
    max-width: 60px;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.offert-2 {
    top: 10px;
    right: 0;
}

.offert-3 {
    top: 50%;
    right: 0;
}

.offres .titreboite {
    line-height: 1;
}

.offres h2 small {
    font-size: 20px;
    display: block;
}

#lead.modal .logo {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.title-modal {
    font-size: 1.75rem;
    letter-spacing: -1px;
    line-height: 1;
}

#lead.modal .card-header {
    font-size: 1.5rem;
    line-height: 1;
    padding: .5rem 0 !important;
}

#lead.modal .titre-offre {
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    font-size: 1.75rem;
    letter-spacing: -1px;
    font-weight: bold;
}

#lead.modal .offert {
    max-width: 70px;
    position: absolute;
    left: 20px;
    top: 50px;
}

#lead.modal .prix-offre {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

#lead.modal .bg-light::before, #lead.modal .bg-light::after {
    display: none
}

#lead.modal .bg-light {
    padding-bottom: inherit;
}

#lead.modal .input-group-text {
    background: #fff;
    border: 1px solid #ced4da;
    color: #ced4da;
    border-left: 0;
}

#lead.modal .form-control {
    border-right: 0;
}

#lead.modal .custom-select {
    background: #fff;
}

#lead.modal .bg-warning {
    background-color: #ffefbf !important;
}

#lead.modal .modal-content {
    border: 0;
}

.modal-lg, .modal-xl {
    max-width: 740px;
}

.offres .h4, .offres h4 {
    font-size: 1.25rem;
}

#code-promo #accordion .card-header {
    padding: 0 !important;
}

#code-promo .fleche-faq {
    top: 5px;
    right: 0;
}

#code-promo #accordion .btn-link {
    box-shadow: none !important;
}

#lead .custom-control-label {
    font-size: 14px !important;
}

#onglets-promo .nav-item {
    min-width: 250px;
}

@media (min-width: 992px) {
    #lead.modal .modal-lg {
        max-width: 740px;
    }
}

@media (max-width: 1280px) {
    .hero {
        height: inherit;
    }
}

@media (max-width: 1199px) {
    #lead .logo {
        top: 0;
    }
}

@media (max-width: 991px) {
    #lead.modal .logo {
        max-width: 150px;
        margin-top: 10px;
    }

    #lead.modal .modal-body {
        padding: 0 1rem 1rem;
    }

    #lead.modal .close {
        margin-top: 10px;
        z-index: 100;
    }

    #lead.modal .modal-content {
        max-width: 350px;
        margin: 0 auto;
    }

    .avantages-modal {
        font-size: .9rem;
        margin-top: 10px;
    }

    .boite-modal {
        max-width: 90px;
        margin-right: 5px;
    }

    #lead.modal .offert {
        max-width: 30px;
        left: -15px;
        top: 15px;
    }

    #lead.modal .card-header {
        line-height: 1;
        padding: .5rem;
        font-size: .9rem;
    }

    #lead.modal .input-group.mb-2 {
        margin-bottom: .25rem !important;
    }

    #lead.modal .card-body {
        padding: .5rem !important;
    }

    #lead.modal .titre-offre, #lead.modal .titre-offre small {
        font-size: .9rem !important;
        margin-top: 2px;
    }

    .col-boite-modal {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title-modal {
        font-size: 1.5rem;
    }

    #onglets-promo .nav-item {
        min-width: 50%;
    }

    .offert {
        max-width: 40px;
    }

    .offres .card-body {
        min-height: inherit;
    }
}

@media (max-width: 575px) {
    .offres .boite-offre {
        top: 0 !important;
        margin-bottom: 0 !important;
    }

    .offres .btn-lg, .checkout .btn-lg {
        padding: .75rem 2rem !important;
        font-size: 1.25rem !important;
    }

    .offres .list-group-item {
        padding: 0 .5rem 0 0 !important;
    }

    .int.offres h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 374px) {
    #lead.modal .card-header {
        font-size: .8rem;
    }

    #lead.modal .titre-offre, #lead.modal .titre-offre small {
        font-size: 1rem !important;
    }

    .title-modal {
        font-size: 1.2rem;
    }

    #lead.modal .titre-offre, #lead.modal .titre-offre small {
        font-size: .8rem !important;
    }
}

/* --------AJOUT CSS 23/11/22---------- */
@media (max-width: 1199px) {
    .boite-panier {
        max-width: 115px;
    }
}

/* --------AJOUT CSS 24/02/23 + (5/12/22 + 12/12/22 + 15/12/22 + 20/12/22 + 27/12/22 + 30/01/23 + 13/02/23)---------- */
.logo-modal {
    max-width: 250px;
}

.flag-modal {
    font-size: 1.5rem;
    position: relative;
    bottom: -3px;
}

#language .btn-light {
    color: #5f5f5f;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

#language .btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

#language {
    max-width: 380px;
    margin: 0 auto;
}

.col-boite {
    max-width: 500px;
}

#hero .list-group {
    width: 83%;
}

.alert-secondary {
    background-color: #fff;
    border-color: #fff;
}

@media (max-width: 1380px) {
    .hero::before {
        content: '';
        background: url('../images/deco2.webp') scroll right -50px top no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
}

@media (max-width: 1199px) {
    .hero::before {
        content: '';
        background: url('../images/deco2.webp') scroll right -200px top no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
}

@media (max-width: 1024px) {
    .lead {
        font-size: 1rem;
        line-height: 1.3;
    }
}

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

    #language .btn-lg {
        font-size: 1rem;
    }

    .hero::before {
        content: '';
        background: url('../images/deco2-mobile.webp') scroll center top no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
}

@media (max-width: 667px) {
    .hero {
        padding: 50px;
    }
}

/* --------05/12/22---------- */
@media (max-width: 991px) {
    .boite-modal img {
        max-width: 230px;
    }

    #lead .modal-dialog-centered {
        align-items: inherit !important;
        min-height: inherit !important;
    }

    #lead .btn-group-lg > .btn, .btn-lg {
        font-size: 1.25rem;
    }
}

@media (max-width: 575px) {
    .navbar-toggler {
        padding: 0 8px;
        height: 30px;
        font-size: 1rem;
        line-height: 1.8;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: .9rem;
        padding: 5px;
    }

    .navbar-nav .nav-item .nav-link.btn-primary {
        padding: 5px 5px;
        font-size: .75rem;
        width: 30px;
    }

    .navbar {
        padding: .25rem 1rem !important;
    }

    /*.sticky-wrapper {*/
    /*    height: 49px !important;*/
    /*}*/

    .big-logo {
        max-width: 220px;
        margin-left: -15px;
        margin-bottom: 5px;
    }

    .hero .txt {
        margin-top: 10%;
    }

    .hero::before {
        content: '';
        background: url('../images/deco2-mobile.webp') scroll center top no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
    }

    .navbar-collapse {
        margin-top: 10px;
    }

    .navbar-light .navbar-toggler-icon {
        position: relative;
        top: -1px;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    #benefices .avantages, .compo .avantages {
        font-size: 1rem;
    }
}

/* --------12/12/22---------- */
@media (max-width: 767px) {
    .avantages {
        width: 100% !important;
    }
}

/* --------15/12/22---------- */
#cta-mobile, #cta-desktop {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: #450a76;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 10px #00000085;
}

#cta-mobile, #cta-desktop .btn {
    line-height: 1;
}

#cta-mobile, #cta-desktop {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: #0073a8;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 10px #00000085;
}

#cta-mobile .btn, #cta-desktop .btn {
    line-height: 1;
}

#cta-desktop .btn {
    margin: 0 0 0 30px;
}

#cta-desktop img {
    max-width: 100px;
}

#cta-desktop h4 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: .8;
    margin-bottom: 0;
}

#cta-desktop h4 .small, #cta-desktop h4 small {
    font-size: 50%;
}

#lead.modal .close {
    z-index: 100;
}

.btn-success {
    background: -moz-linear-gradient(-45deg, #2ba700 0%, #2ba700 40%, #ffffff 50%, #2ba700 60%, #2ba700 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2ba700), color-stop(40%, #2ba700), color-stop(50%, #ffffff), color-stop(60%, #2ba700), color-stop(100%, #2ba700));
    background: -webkit-linear-gradient(-45deg, #2ba700 0%, #2ba700 40%, #ffffff 50%, #2ba700 60%, #2ba700 100%);
    background: -o-linear-gradient(-45deg, #2ba700 0%, #ff6e00 40%, #ffffff 50%, #2ba700 60%, #2ba700 100%);
    background: -ms-linear-gradient(-45deg, #2ba700 0%, #2ba700 40%, #ffffff 50%, #2ba700 60%, #2ba700 100%);
    background: linear-gradient(135deg, #2ba700 0%, #2ba700 40%, #ffffff 50%, #2ba700 60%, #2ba700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba700', endColorstr='#2ba700', GradientType=1);
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: 300%;
    animation: light 4s infinite;
    -webkit-animation: light 4s infinite;

}

@keyframes light {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: 0%;
    }
}

@-webkit-keyframes light {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: 0%;
    }
}

.btn {
    transition: inherit !important;
}

@media (max-width: 991px) {
    .boite-modal img {
        max-width: 230px;
    }

    #lead .modal-dialog-centered {
        align-items: inherit !important;
        min-height: inherit !important;
    }

    #lead .btn-group-lg > .btn, .btn-lg {
        font-size: 1.25rem;
    }

    #hero h1 {
        font-size: 2rem !important;
        margin-top: -35px !important;
        background: transparent;
        color: #333;
        font-weight: bold;
        width: inherit;
        margin-bottom: 0 !important;
    }

    .hero {
        padding-bottom: 10px;
    }

    h1 span {
        color: #a939ae;
    }

    footer {
        padding-bottom: 90px;
    }

    .navbar {
        padding: .5rem .5rem 0 !important;
    }

    /*.sticky-wrapper {*/
    /*    height: 69px !important;*/
    /*}*/

    .avantages {
        font-size: 1rem !important;
    }

    #lead.modal .card-header {
        font-size: .8rem;
    }

    .title-modal {
        font-size: 1.5rem;
    }
}

@media (max-width: 667px) {
    .boutons, .navbar-toggler {
        margin-top: -8px;
    }

    /*.sticky-wrapper {*/
    /*    height: 49px !important;*/
    /*}*/
}

@media (max-width: 575px) {
    .navbar-toggler {
        padding: 0 8px;
        height: 30px;
        font-size: 1rem;
        line-height: 1.8;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: .9rem;
        padding: 5px;
    }

    .navbar-nav .nav-item .nav-link.btn-primary {
        padding: 5px 5px;
        font-size: .75rem;
        width: 30px;
    }

    .big-logo {
        max-width: 220px;
        margin-left: -15px;
        margin-bottom: 5px;
    }

    .hero::before {
        content: '';
        background: url('../images/deco2-mobile.webp') scroll center top no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
    }

    .navbar-collapse {
        margin-top: 10px;
    }

    .navbar-light .navbar-toggler-icon {
        position: relative;
        top: -1px;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .hero {
        background: #fff url('../images/fond-mobile.webp') scroll left -60px top no-repeat;
        background-size: 130%;
    }

    .col-boite {
        max-width: 300px;
    }

    #hero h1 {
        font-size: 1.35rem !important;
        margin-top: -12px !important;
        background: transparent;
        color: #333;
        font-weight: bold;
        width: inherit;
        margin-bottom: 10px !important;
    }

    footer p {
        font-size: .9rem;
    }

    button.close {
        z-index: 1000;
    }

    .col-boite {
        margin-bottom: -50px !important;
    }

    .hero {
        padding: 10px;
    }

    .hero .txt {
        margin-top: 10px;
    }
}

/* --------20/12/22---------- */
#accordion .btn-link {
    text-decoration: none !important;
}

#accordion .card-header:hover {
    background: #e0f4fa;
}

.blog h2 {
    font-size: 1.75rem;
    text-transform: inherit;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.blog h2:hover {
    color: #632d8c;
}

.blog a {
    text-decoration: none;
}

.blog section .container {
    max-width: 1200px;
}

.blog .article .badge-primary {
    right: 10px;
    margin-right: 0;
    top: 10px;
    font-size: 1rem;
    background: #000;
    min-width: inherit;
}

.networks {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.networks i {
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}

.networks a {
    color: #259fda;
    text-decoration: none;
    background-color: transparent;
}

.blog blockquote {
    background: rgba(0, 0, 0, 0.05);
    padding: .5rem;
    margin: 2rem 0;
}

.blog blockquote p {
    font-size: 22px;
    line-height: 1.556;
    color: #259fda;
    background: #FFFFFF;
    padding: 30px;
    margin: 0;
    text-align: center;
}

.cta-faq {
    text-decoration: none !important;
    line-height: 1.3;
    color: inherit !important;
}

.cta-faq img {
    max-width: 250px;
}

.cta-faq .title {
    font-size: 1.75rem;
    letter-spacing: -1px;
    line-height: 1;
}

.cta-faq .title-offre {
    font-size: 1.15rem;
    font-weight: bold;
    text-transform: uppercase;
}

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

#accordion .btn-sm {
    padding: .25rem .5rem !important;
    /*width: 44px;*/
    
}

@media (max-width: 1024px) {
    .cta-faq.d-flex {
        display: block !important;
        text-align: center;
    }

    .cta-faq img {
        display: block;
        margin: 0 auto 10px;
    }

    .cta-faq .btn-success {
        margin: 10px auto 0 !important
    }
}

@media (max-width: 991px) {
    #accordion .btn-link {
        font-size: 1.05rem;
    }

    .int .sep {
        margin-bottom: 0;
    }

    .blog h2 {
        font-size: 1.5rem;
    }

    .blog .article .badge-primary {
        font-size: .8rem;
    }
}

@media (max-width: 575px) {
    .cta-faq .title {
        font-size: 1.3rem;
    }

    .cta-faq .title-offre {
        font-size: 1rem;
    }

    .cta-faq p {
        font-size: .85rem !important;
    }
}

/* --------27/12/22----------  */
.checkout-mobile .container {
    max-width: 674px !important;
}

.checkout .text-danger {
    color: #ee172b !important;
}

.checkout .badges {
    line-height: 1;
}

.checkout-mobile #header .navbar-brand {
    bottom: 0;
    position: inherit;
    left: inherit;
    margin-left: 0;
    background: inherit;
    padding: 0 !important;
    border: 0;
    line-height: 1;
    max-width: 130px;
    top: inherit;
}

.checkout-mobile .row {
    margin-right: -5px;
    margin-left: -5px;
}

.checkout-mobile .col-12, .checkout-mobile .col-8, .checkout-mobile .col-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.checkout-mobile .save {
    padding-right: 5px;
}

.checkout-mobile #hero {
    padding: 5px 0 0;
}

.checkout-mobile .container {
    max-width: 674px !important;
}

.checkout-mobile #hero {
    min-height: 100vh;
}

.checkout-mobile h1 {
    font-size: 1.4rem !important;
    letter-spacing: -1px;
    background: #fff !important;
    padding: 5px 0 !important;
    text-transform: inherit;
    margin: 0 auto !important;
    color: #333 !important;
    border-radius: inherit !important;
    width: 100% !important;
    line-height: 1;
}

.checkout-mobile .stock {
    display: inline-block;
    background: #fbe7aa;
    height: 14px;
    width: 70px;
    position: relative;
    bottom: 0;
}

.checkout-mobile .low {
    background: #c90013;
    height: 10px;
    width: 30px;
    position: relative;
    top: 2px;
    left: 2px;
    color: #fff;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.checkout-mobile .stock {
    display: inline-block;
    background: #fbe7aa;
    height: 14px;
    width: 70px;
    position: relative;
    bottom: 3px;
}

.checkout-mobile .fa-plus-circle {
    margin: 0 -24px;
    z-index: 10;
}

.checkout-mobile .price {
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-weight: bold;
}

.checkout-mobile .btn {
    font-size: .9rem;
}

.checkout-mobile .btn-success {
    font-size: 1.25rem;
}

.checkout-mobile .etapes .fa-caret-right {
    position: absolute;
    left: -1px;
    font-size: 2rem;
    top: 1px;
}

.checkout-mobile .delivery {
    border-top: 1px dashed #a8aab0;
}

.checkout-mobile .btn-check:active + .btn-outline-dark .delivery, .checkout-mobile .btn-check:checked + .btn-outline-dark .delivery {
    border-top: 1px dashed #49b622;
}

.checkout-mobile .select::before {
    top: -1px;
    position: relative;
}

.checkout-mobile .select::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 10px;
    font-size: 1.2rem;
}

.forfait {
    display: block;
    text-decoration: none !important;
}

.checkout-mobile #hero .card-header:first-child strong {
    font-size: 1.2rem;
}

.checkout-mobile .form-group {
    margin-bottom: .25rem;
}

.checkout-mobile #form {
    margin: 0;
}

.secure-payments {
    max-width: 250px;
}

#guaranty img {
    max-width: 70px;
    height: 70px;
    margin-right: 10px;
}

#guaranty p {
    line-height: 1;
    font-size: 14px;
}

.navbar-text {
    line-height: 1;
    font-size: 14px;
}

.navbar-text img {
    max-width: 40px;
    margin-left: 7px;
}

.free-delivery {
    line-height: 1;
    position: relative;
}

.free-delivery::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    top: 22px;
    left: 0;
}

.free-delivery::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    top: 22px;
    right: 0;
}

.free-delivery img {
    max-width: 50px;
}

.checkout-mobile hr {
    border-top: 5px solid rgba(0, 0, 0, .1);
}

#service-client {
    position: relative;
    margin-top: -16px;
}

#service-client img {
    max-width: 150px;
}

#service-client b {
    font-size: 1.5rem;
}

.arrow-green::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 36px;
    /*background: url('../images/arrow-green.webp') left top scroll no-repeat;*/
    background-size: 100%;
    margin-left: 0;
}

.arrow-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 36px;
    /*background: url('../images/arrow-light.webp') left top scroll no-repeat;*/
    background-size: 100%;
    margin-left: 0;
}

.checkout .bg-light::before, .checkout .bg-light::after {
    display: none;
}

.checkout .navbar {
    /*border-bottom: 0;*/
    padding: 0 .5rem !important;
}

body.checkout {
    background: #fff;
}

.checkout .card-header {
    background-color: rgba(0, 0, 0, .03);
}

.checkout .bg-success {
    background-color: #49b622 !important;
}

.code {
    border: 1px dashed #632d8c;
    padding: 0 5px;
    background: #ecd2ff;
}

.checkout #hero .card-body::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    background: url(../images/fleche.webp) top center no-repeat scroll;
    background-size: 100%;
    bottom: 30px;
    right: -142px;
}

.checkout .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.checkout .bg-light {
    padding-bottom: 0;
}

.checkout-mobile footer a {
    color: #5a6168 !important;
}

.checkout-mobile footer {
    background: #000;
    color: #5a6168;
    font-weight: 300;
}

.checkout #hero .card-header:first-child {
    padding: .5rem 0;
    margin-bottom: 0;
    border-bottom: 0;
    font-size: 14px;
    line-height: 1;
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
    position: relative;
}

.checkout-mobile .card-body {
    background: #e2e3e5;
    padding: 1rem !important;
}

.checkout .bg-light {
    padding-bottom: 0;
}

.secure-cb {
    max-width: 180px;
}

.party {
    max-width: 20px;
    position: relative;
    top: -2px;
}

.btn-check {
    position: absolute;
    clip: inherit;
    pointer-events: inherit;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 10px;
}

.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active, .forfait.active .btn-outline-dark {
    color: #fff !important;
    background-color: #f3ffef;
    border-color: #49b622 !important;
}

.btn-outline-dark {
    border: 3px solid;
    border-radius: .5rem;
    padding: 0;
    color: #a8aab0;
}

.btn-outline-dark:hover {
    background-color: inherit;
    border-color: #a8aab0;
}

.btn-check:checked + .btn-outline-dark .text-muted, .btn-outline-dark:hover .text-muted {
    color: #e2e2e2 !important;
}

.btn-check:checked + .btn-outline-dark .text-primary {
    color: #fff !important;
}

.forfait .fa-plus-circle {
    font-size: 1.75rem;
}

.forfait .bottle {
    max-height: 98px;
    max-width: 90%;
}

.forfait .check {
    width: 35px !important;
    height: 35px !important;
    position: absolute;
    left: 20px;
    top: 50%;
}

.forfait .check {
    background: #fff !important;
    border: 4px solid #a8aab0;
}

.btn-check:active + .btn-outline-dark .check, .btn-check:checked + .btn-outline-dark .check {
    background: #49b622 !important;
    border: 4px solid #49b622;
}

.checkout .lead {
    font-size: 1.15rem;
    font-weight: 300;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.price {
    font-size: 2rem;
    letter-spacing: -1px;
    font-weight: bold;
}

.price small {
    font-size: 1rem;
}

.forfait.active .select {
    background: -moz-linear-gradient(-45deg, #2ba700 0%, #2ba700 40%, #ffffff 50%, #2ba700 60%, #2ba700 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2ba700), color-stop(40%, #2ba700), color-stop(50%, #ffffff), color-stop(60%, #2ba700), color-stop(100%, #2ba700));
    background: -webkit-linear-gradient(-45deg, #2ba700 0%, #2ba700 40%, #ffffff 50%, #2ba700 60%, #2ba700 100%);
    background: -o-linear-gradient(-45deg, #2ba700 0%, #ff6e00 40%, #ffffff 50%, #2ba700 60%, #2ba700 100%);
    background: -ms-linear-gradient(-45deg, #2ba700 0%, #2ba700 40%, #ffffff 50%, #2ba700 60%, #2ba700 100%);
    background: linear-gradient(135deg, #2ba700 0%, #2ba700 40%, #ffffff 50%, #2ba700 60%, #2ba700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba700', endColorstr='#2ba700', GradientType=1);
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: 300%;
    animation: light 4s infinite;
    -webkit-animation: light 4s infinite;
}

.select {
    font-size: 20px !important;
    font-weight: bold;
    position: relative;
    width: 100%;
    background: #a8aab0;
    padding: .375rem .75rem;
    line-height: 1;
}

.btn-check:active + .btn-outline-dark .select::before, .btn-check:checked + .btn-outline-dark .select::before {
    content: "SÉLECTIONNEZ CETTE CURE";
    font-size: 24px;
}

.btn-check {
    display: none;
}

.cadre {
    border: 1px dashed #a8aab0;
    background-color: #fff !important;
    width: 100%;
    text-align: center;
}

.btn-check:active + .btn-outline-dark .cadre, .btn-check:checked + .btn-outline-dark .cadre, .forfait.active .btn-outline-dark .cadre {
    border: 1px dashed #49b622;
    background-color: #fff9e5 !important;
}

.forfait .bg-success {
    background-color: #a8aab0 !important;
}

.btn-check:active + .btn-outline-dark .bg-success, .btn-check:checked + .btn-outline-dark .bg-success, .forfait.active .bg-success {
    background: #49b622 !important;
}

.forfait .text-success {
    color: #a8aab0 !important;
}

.btn-check:active + .btn-outline-dark .text-success, .btn-check:checked + .btn-outline-dark .text-success, .forfait.active .btn-outline-dark .text-success {
    color: #49b622 !important;
}

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

.btn-check:active + .btn-outline-dark .bg-danger, .btn-check:checked + .btn-outline-dark .bg-danger, .forfait.active .btn-outline-dark .bg-danger {
    background-color: #c90013 !important;
}

.checkout .text-danger {
    color: #ee172b !important;
}

.checkout .badges {
    line-height: 1;
}

.checkout-mobile .btn-success {
    max-width: 100%;
    padding: 0 .75rem;
    margin: 10px 0 0 !important;
}

.checkout .select {
    margin: 0 !important;
    text-align: center;
}

.checkout .card-body.bg-light {
    padding: 0 !important;
}

.alert.bg-danger {
    padding: .4rem;
    line-height: 1;
}

.home .h1 {
    background: #0073a8;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 0;
    margin: 0;
}

.home .h1 span {
    color: #51c7ff;
}

#form .input-group-text {
    background: #fff !important;
    border: 1px solid #ced4da !important;
    color: #ced4da !important;
    border-left: 0 !important;
}

#form .card-header {
    font-size: 1.25rem;
}

#form .card-header.small {
    font-size: 1rem;
    padding: .5rem 0 !important;
}

#form .card-header.small .badge-success {
    position: relative;
    top: -2px;
}

.titre-offre {
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    font-size: 1.75rem;
    letter-spacing: -1px;
    font-weight: bold;
}

#cta-desktop {
    z-index: 1001;
}

#cta-mobile {
    height: 86px;
    display: none;
}

#cta-desktop {
    height: 115px;
    display: none;
}

.titreformule {
    font-size: 1rem;
    font-weight: bold;
}

.titreformule i {
    font-size: .75rem;
    position: relative;
    top: -2px;
}

.offres .h4, .offres h4 {
    font-size: 1.15rem;
}

.int .titreboite {
    font-size: 1.75rem;
}

.offres .avantages {
    font-size: 15px;
    margin-top: 5px !important;
}

.offres .list-group-item {
    padding: .1rem .5rem;
}

.offres .bg-success {
    margin-top: 10px !important;
    font-size: .9rem;
}

.offres h3 {
    font-size: 1.5rem;
}

.offres h5 {
    font-size: 1.1rem;
}

.offres .bg-success {
    margin-top: 10px !important;
}

.offres .btn-success {
    margin-top: 10px !important;
    font-size: 1.15rem;
    padding: .75rem 0;
}

.offres .font-weight-bold.mt-2 {
    font-size: .9rem;
}

.offres .card-body {
    min-height: inherit;
}

.offres .contenu {
    padding-bottom: 50px;
}

.offres section.contenu .container {
    max-width: 1100px;
}

.checkout section.contenu .container {
    max-width: 1300px;

}

.bg-best-deal {
    background: #fff;
    padding-top: 0;
    margin-top: 0;
    border: 2px solid rgb(43, 167, 0);
}

.bg-best-deal .bg-light-green {
    background: #fff;
}

.col-boite .offert {
    max-width: 80px;
    position: absolute;
    right: 0;
    bottom: 50% !important;
}

#hero .card-body::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    background: url(../images/fleche.webp) top center no-repeat scroll;
    background-size: 100%;
    bottom: 50px;
    right: -142px;
}

#hero .btn-success {
    line-height: 1;
    font-size: 1.5rem;
}

#hero .btn-success small {
    font-size: 1rem;
    font-weight: 400;
}

#expedition {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    max-width: 420px;
    font-size: 1.65rem;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 auto;
}

.hero {
    min-height: inherit;
    height: inherit;
    padding-bottom: 90px;
}

.certif {
    max-width: 60px;
    margin: 0 5px;
}

#hero h1 {
    font-size: 1.75rem;
    letter-spacing: -1px;
    line-height: 1;
    width: inherit;
    background: inherit !important;
    border-radius: inherit !important;
    padding: 0;
    color: #212529;
    font-weight: 600;
    margin: 0 !important;
}

.titreformule {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    color: #503708;
}

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

.avatar {
    max-width: 70px;
    margin-right: 10px;
}

.checkout-mobile label {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    font-size: .95rem;
    font-weight: 500;
}

.checkout-mobile #cc-number {
    background: #fff url('../images/cc-number.webp') right 6px top 6px no-repeat scroll;
    background-size: 40px;
}

.checkout-mobile #cardExpiryYear, .checkout-mobile #cardExpiryMonth, .checkout-mobile #cardSecurityCode {
    width: inherit;
}

.macommande {
    max-width: 430px;
}

.macommande hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.img-checkout {
    max-width: 32px;
    margin-right: 1.5rem;
}

@media (max-width: 1280px) {
    #expedition {
        font-size: 1.5rem;
    }

    #form .card-header {
        font-size: .95rem;
        padding: .25rem;
    }
}

@media (max-width: 1024px) {
    .checkout #hero .btn-success {
        margin-top: 10px !important;
    }

    .checkout #hero .btn-success.select {
        margin-top: 0px !important;
        line-height: 1.5;
        font-size: 1.5rem;
        text-decoration: none !important;
    }

    .checkout .small, .checkout small {
        font-size: 80% !important;
    }

    .int .titreboite {
        font-size: 1.5rem;
    }
}

@media (max-width: 991px) {
    .checkout-mobile #hero h1 {
        font-size: 1.4rem !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #lead .modal-lg {
        max-width: 100%;
    }

    #lead .modal-dialog {
        max-width: 100%;
        margin: 0 auto;
    }

    #lead.modal .modal-content {
        max-width: 100%;
        margin: 0 auto;
        height: 100vh;
    }

    .boite-modal {
        max-width: 300px;
        margin: 0 auto;
    }

    .alert.bg-danger {
        padding: .3rem;
    }

    .alert.bg-danger p {
        font-size: .8rem !important;
    }

    #hero h1 {
        padding: 0;
    }

    .hero .txt {
        margin-top: 50px;
    }

    .title-modal {
        font-size: 1.75rem;
    }

    #cta-desktop {
        display: none !important;
    }

    .big-logo {
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .nav-tabs .nav-link {
        text-align: center;
        padding: .25rem;
    }

    .checkout-mobile #hero h1 {
        padding: 10px 0 !important;
    }
}

@media (max-width: 575px) {
    .checkout-mobile #hero h1 {
        font-size: 1.4rem !important;
    }

    #hero h1 {
        font-size: 1.5rem !important;
        letter-spacing: -1px;
    }

    .col-boite {
        max-width: 100%;
        padding: 0;
    }

    .boite {
        max-width: 200px;
        margin-top: -10px;
    }

    .title-modal {
        font-size: 1.5rem;
        margin-top: -5px;
    }

    .titre-offre {
        font-size: 1.1rem;
    }

    .titre-offre small {
        font-size: 1.1rem;
    }

    .big-logo {
        max-width: 200px;
        margin-bottom: 0;
        margin-top: -10px;
    }

    #form .card-header {
        font-size: 1rem;
        padding: .25rem 0;
    }

    .hero .txt {
        margin-top: 5px;
    }

    .hero {
        padding: 10px 10px 50px 10px;
    }

    #hero #form .btn-success {
        margin-top: 5px !important;
    }

    .hero::before {
        content: '';
        background: url('../images/deco2-mobile.webp') scroll center top no-repeat;
        position: absolute;
        top: -100px;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
    }

    #expedition {
        font-size: 1.3rem;
        letter-spacing: 0;
        width: 100%;
    }

    #form .card-header.small {
        font-size: .95rem;
        padding: .1rem 0 !important;
    }

    .col-boite .offert {
        max-width: 60px;
        right: -30px;
    }

    .col-boite {
        max-width: 200px;
        padding: 0;
    }

    #hero .btn-success {
        font-size: 1.35rem;
    }

    #offres, #benefices, #ingredients, #conception, #comment, #temoignages, #satisfait, #naturel {
        padding-top: 50px;
        min-height: inherit;
    }

    #hero .card-body::before {
        display: none;
    }

    .form-group-tel.d-flex {
        display: block !important;
    }

    label {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .checkout hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .hero::before {
        content: '';
        background: url('../images/deco2-mobile.webp') scroll center top no-repeat;
        position: absolute;
        top: -20px;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
    }

    .espaceclient .card-body, .service-client .card-body {
        padding: 1rem;
    }
}

@media (max-width: 374px) {
    #accueil .h1 {
        font-size: 1.6rem;
    }
}

/* --------30/01/23----------  */
footer {
    padding-bottom: 120px;
}

.blog h3 {
    font-size: 1.5rem;
    text-transform: inherit;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.blog h1 {
    font-size: 2.25rem;
}

.blog blockquote p {
    font-size: 1.2rem;
}

.blog h4 {
    font-size: 1.3rem;
    font-weight: bold;
}

.blog-pack {
    max-width: 306px;
}

body.blog {
    font-size: 1.1rem;
}

@media (max-width: 991px) {
    .blog h3 {
        font-size: 1.25rem;
    }

    .blog h4 {
        font-size: 1.15rem;
    }

    .blog h1 {
        font-size: 1.75rem;
    }

    .blog blockquote p {
        font-size: 1.05rem;
        text-align: justify;
    }

    .navbar-brand {
        width: 128px;
    }

    .logo, .oval, .oval2 {
        display: none;
    }

    .logo-mobile {
        display: block;
        max-height: 40px;
        margin-top: -8px;
        max-width: inherit;
    }

    .navbar-nav .nav-item .nav-link.btn-primary {
        padding: 5px 5px;
        font-size: .75rem;
        width: 30px;
    }

    .navbar-toggler {
        padding: 0 8px;
        height: 30px;
        font-size: 1rem;
        line-height: 1.8;
    }

    .navbar-light .navbar-toggler-icon {
        position: relative;
        top: -1px;
    }

    .boutons, .navbar-toggler {
        margin-top: -8px;
    }

    /*.sticky-wrapper {*/
    /*    height: 49px !important;*/
    /*}*/

    .contenu {
        padding-top: 20px;
        padding-bottom: 150px;
    }

    .blog p.lead {
        font-size: 1.05rem;
    }

    .blog p, body.blog {
        font-size: .95rem;
    }
}

/* --------13/02/23----------  */
@media (max-width: 991px) {
    #hero .boite {
        margin-top: 10px;
    }

    .col-boite {
        margin-bottom: -60px;
    }

    #h1-mobile {
        margin-top: 37px;
    }
}

@media (max-width: 575px) {
    .col-boite .offert {
        bottom: 25% !important;
    }

    .hero::before {
        content: '';
        background: url('../images/deco2-mobile.webp') scroll center top no-repeat;
        position: absolute;
        top: -40px;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
    }
}

@media (max-width: 480px) {
    .hero::before {
        content: '';
        background: url('../images/deco2-mobile.webp') scroll center top no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
    }
}

/* --------AJOUT CSS 10/03/23----------  */
#cross {
    border: 2px dashed #2ba700;
    max-width: 650px;
    margin: 0 auto;
    padding: .5rem 1.25rem 1.25rem;
}

#cross .title-alert {
    font-weight: bold;
    font-size: 1.15rem;
    color: red;
}

#cross .warning {
    position: absolute;
    left: -10px;
    top: -10px;
    background: #2ba700;
    border-radius: 50%;
    font-size: 1.25rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cross .subtitle-alert {
    font-size: 1.75rem;
    font-weight: bold;
}

#cross .btn-success {
    margin: 20px auto !important;
}

#cross .gift {
    font-size: 4rem;
}

#cross .free {
    font-size: 1.5rem;
}

#cross #promo {
    border: 2px solid #49b622;
}

#youzen {
    width: 150px;
}

@media (max-width: 991px) {
    #cross {
        padding: .25rem 1rem 1rem !important;
    }

    #cross .subtitle-alert {
        font-size: 1.1rem;
    }

    #cross p {
        font-size: .9rem;
    }

    #cross img {
        max-width: 120px;
    }

    #cross .btn-success {
        font-size: 1rem !important;
        line-height: 1;
    }

    #cross .warning {
        font-size: 1rem;
        width: 35px;
        height: 35px;
    }

    #cross .gift {
        font-size: 3rem;
    }

    #cross #promo p {
        font-size: .7rem;
    }
}

/*.checkout .sticky-wrapper {*/
/*    height: 114px !important;*/
/*}*/

.checkout h3 i {
    font-size: 1rem;
    position: inherit;
}

.checkout-mobile .navbar {
    border-bottom: 0 !important;
    padding: 0 .5rem !important;
}

.bg-info {
    background-color: #fdf7d3 !important;
}

.link-ko.active i {
    color: #ef0000 !important;
}

.link-ok i {
    color: #6c757d !important;
}

.link-ok.active i {
    color: #28a745 !important;
}

.boite-checkout {
    font-size: 32px;
    max-height: inherit;
    text-align: left;
    width: 64px !important;
    border-radius: .5rem;
    border: 1px solid #e5e5e5;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: inherit !important;
}

.img-cvv {
    max-width: 60px;
    margin-right: 10px;
}

.alert-code {
    padding: .4rem .5rem;
    border-radius: .5rem;
    background-color: #fdf7e7 !important;
    margin-bottom: 4px !important;
}

@media (min-width: 992px) {
    .macommande .collapse {
        display: block !important;
    }

    #payment {
        max-width: 82%;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    /*.checkout .sticky-wrapper, .offres .sticky-wrapper {*/
    /*    height: 63px !important;*/
    /*}*/

    .boite-panier {
        max-width: 32px;
        margin-right: 1.5rem;
    }
}

@media (max-width: 991px) {
    .checkout div.bg-light {
        margin-left: -16px;
        width: calc(100% + 32px);
        margin-bottom: -8px;
        border-top: 1px solid #e5e5e5;
    }

    .checkout .col-md-6.mb-2, .checkout .col-12.mb-2, .checkout .col-md-12.mb-2 {
        margin-bottom: .25rem !important;
    }

    .checkout.delivery .contenu {
        min-height: inherit;
    }

    .bg-best-deal {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .boite-checkout {
        font-size: 22px;
        width: 44px !important;
        height: 44px;
    }

    .checkout .d-flex .mr-4 {
        margin-right: .5rem !important;
    }

    .checkout .alert-success.alert-code {
        padding: .4rem .5rem !important;
    }

    .alert-code .close {
        top: -1px;
        position: relative;
    }

    .macommande {
        max-width: 100%;
    }
}

@media (max-width: 667px) {
    /*.checkout .sticky-wrapper {*/
    /*    height: 62px !important;*/
    /*}*/
}

@media (max-width: 575px) {
    .checkout .navbar {
        padding: .5rem .5rem 0 !important;
    }

    /*.checkout .sticky-wrapper, .offres .sticky-wrapper {*/
    /*    height: 85px !important;*/
    /*}*/

    .checkout.delivery .w-100 div del {
        display: block;
        margin-right: 0 !important;
    }

    .checkout .btn-dark {
        font-size: .8rem;
    }

    .promo {
        font-size: .8rem;
    }

    .checkout .card-body .h5, .checkout .card-body h5 {
        font-size: 1rem;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .checkout h3 {
        font-size: 1.05rem;
    }

    .boite-panier {
        max-width: 20px;
        margin-right: .5rem;
    }

    .checkout-mobile .navbar {
        border-bottom: 0 !important;
        padding: 0 .5rem !important;
    }

    .boite-checkout {
        font-size: 1rem;
        width: 37px !important;
        height: 37px;
    }

    .checkout .d-flex .mr-4 {
        margin-right: .5rem !important;
    }

    .checkout hr {
        margin-top: .35rem;
        margin-bottom: .35rem;
    }

    #onglets-promo .nav-item {
        width: 50%;
        min-width: inherit;
        font-size: .8rem;
        line-height: 1.2;
    }

    #onglets-promo i {
        margin-left: -13px;
        font-size: 1rem;
    }

    .stepper .step .step-circle {
        margin-right: 2px;
    }

    .stepper .step-title {
        position: relative;
        top: 1px;
    }

    .secure-cb-mini {
        max-width: 90px;
    }

    body {
        font-size: .9rem;
    }

    .price-discount {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
    }

    .checkout .d-flex.position-relative {
        padding-right: 50px;
    }

    .alert-code {
        margin-bottom: 1px !important;
    }

    .recap-commande {
        line-height: 1.2;
    }
}

@media (max-width: 374px) {
    .checkout h3 {
        font-size: .8rem;
    }

    .offres .btn-lg, .checkout .btn-lg {
        font-size: 1rem !important;
    }

    .checkout .card-body .h5, .checkout .card-body h5 {
        font-size: .8rem;
    }

    #cardExpiryYear {
        width: 75px;
    }

    #cardExpiryMonth {
        width: 60px;
    }
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

.btn-block {
    width: 100%;
}

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

.contenu .nav-link {
    color: #000000;
}

.form-check-input:checked {
    background-color: #2ba700;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

form[name=contact_form] textarea {
    height: 200px !important;
}

.form-floating .form-control, .form-floating .form-select {
    font-size: 1rem;
    height: calc(3rem + 2px);
}

.form-floating .form-select {
    padding-top: 1.4rem;
}

.form-floating > label {
    font-size: 0.9rem;
}

.bg-warning {
    background-color: #fdf7d3 !important;
}

.offers .bg-offer {
    border: 2px solid #fff;
}

.offres .h4, .offres h4 {
    font-size: 1.55rem;
    font-weight: 600;
}

.offres .card-body {
    padding: 1.25rem;
}

.pourquoi {
    cursor: pointer;
}

/*.offres h3::before {*/
/*    content: "";*/
/*    width: 25px;*/
/*    height: 2px;*/
/*    background: #51C7FF;*/
/*    transform: translateY(-400%);*/
/*    display: inline-block;*/
/*    margin-right: 15px;*/
/*}*/

/*.offres h3::after {*/
/*    content: "";*/
/*    width: 25px;*/
/*    height: 2px;*/
/*    background: #51C7FF;*/
/*    transform: translateY(-400%);*/
/*    display: inline-block;*/
/*    margin-left: 15px;*/
/*}*/

.offres h3::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #51C7FF;
    transform: translateY(-400%);
    display: inline-block;
}

.offres h3 .name {
    position: relative;
    top: -29px;
    background-color: #ffffff;
    padding: 0 10px;
}

.offres h3 {
    margin-bottom: -24px;
}

.pourquoi .card {
    display: none !important;
    position: absolute;
    z-index: 10;
    background: #fff !important;
    left: 10px;
    width: calc(100% - 20px);
}

.pourquoi:hover .card {
    display: block !important;
}

.offres .list-group-item {
    padding: .75rem 1.25rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-size: 1rem;
}

.offres h4 span::before {
    content: "";
    border-top: 3px solid #ed7099;
    width: 95%;
    position: absolute;
    transform: rotate(-10deg);
    bottom: 1rem;
    border-radius: 15px;
}

.offres .bestoffer {
    position: absolute;
    width: 300px;
    top: -15px;
    left: 50%;
    margin-left: -150px;
    background: #fffaec;
    border: 2px solid #2ba700;
    padding: 2px 0;
    border-radius: 10px;
    color: #000 !important;
}

.bg-light.text-center.py-1::before, .bg-light.text-center.py-1::after {
    display: none;
}

.offres .list-group {
    margin-top: 0;
}

.offres .small, .offres small {
    font-size: 80% !important;
}

.cta2 {
    padding: 20px 0;
}

.offres h4 span {
    background: #fff;
    color: #000;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 60%;
    top: -5px;
    border: 2px solid #6cc7e3;
}

.offres h4 span::before {
    bottom: .75rem;
    left: 0;
    border-top: 2px solid #6cc7e3;
    transform: rotate(-20deg);
}

.offres .h4, .offres h4 {
    font-weight: 600;
}

.bg-danger-light {
    background: #f3d0d0 !important;
}

/*@media (max-width: 1199px) {*/
/*    .checkout .sticky-wrapper, .offres .sticky-wrapper {*/
/*        height: 63px !important;*/
/*    }*/
/*}*/

@media (max-width: 991px) {
    #h1-mobile {
        margin-top: 0;
    }

    section.bg-primary.py-2 h5 {
        font-size: 1rem;
    }

    .cta {
        padding: 20px 0;
    }

    .checkout.delivery .contenu {
        min-height: inherit;
    }

    .checkout .navbar {
        padding: .5rem .5rem 0 !important;
    }
}

@media (max-width: 575px) {
    .hero .txt {
        margin-top: 30px !important;
    }

    /*.checkout .sticky-wrapper, .offres .sticky-wrapper {*/
    /*    height: 85px !important;*/
    /*}*/
}

#ticket .card-header {
    border-top: 1px solid rgba(0, 0, 0, 0.176);
    border-left: 1px solid rgba(0, 0, 0, 0.176);
    border-right: 1px solid rgba(0, 0, 0, 0.176);
    background-color: rgba(0, 0, 0, 0.03);
}

#ticket .card-body {
    border: 1px solid rgba(0, 0, 0, 0.176);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#ariane-suivi {
    font-size: .8rem;
}

#ariane-suivi i {
    font-size: 1.5rem;
    border-radius: 50%;
    background: #e3e3e3;
    padding: 5px;
    width: 50px;
    height: 50px;
    line-height: 1.7;
    color: #e3e3e3;
}

#ariane-suivi .col.text-success i {
    background: #10c591;
    color: #fff;
}

#ariane-suivi .col {
    position: relative;
}

#ariane-suivi .col::after {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    background: #e3e3e3;
    top: 18px;
    left: 0;
    z-index: -10;
}

#ariane-suivi .col.text-success::after {
    background: #10c591;
}

#statut-colis {
    border-top: 4px solid #10c591;
    position: relative;
}

#statut-colis::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #10c591;
}

.desktop {
    color: #ffffff;
}

.desktop:hover {
    color: #c2ebff;
}

.testimonials-text {
    font-size: 0.8rem;
}
.review-card {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    border-radius: 5px;
    margin: auto;
}

.review-header {
    display: flex;
    align-items: center;
}

.review-rating {
    font-size: .9rem;
}

.profile-pic {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.review-response {
    padding: 10px;
    background-color: #f9f9f9;
    border-left: 3px solid orange;
    margin-top: 15px;
}
.review-card p {
    font-size: 1rem;
}
#testimonials .badge {
    font-size: .8rem;
    margin-top: 0 !important;
}
#review-form {
    border: 1px solid #b8b8b8;
    text-align: left;
}
#stars {
    font-size: 2rem;
    font-weight: bold;
}
#note {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    bottom: -10px;
}
.fa-star.text-muted {
    color: #babfc3 !important;
}
.stepper .step {
    padding: 0;
}
.stepper .step a {
    display: block;
    padding: 5px;
}
.last-sale {
    position: absolute;
    right: 0;
    background: #eee;
    padding: 5px 10px;
    font-size: .9rem;
    border-top-right-radius: 1rem;
    height: 53px !important;
    z-index: 1;
}
.offres .tab-content .card.shadow .card-body {
    padding-top: 50px;
}
.offres .tab-content .card.shadow .card-body.d-block {
    padding-top: 1.25rem;
}
.offres .bestoffer {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    background: #fffaec;
    border: 0;
    padding: 0 105px 0 0;
    border-radius: 0;
    color: #000 !important;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.bg-light-blue {
    background: #e6f4fa;
}
#bande {
    font-size: 1rem;
}
#bande::after, #bande::before {
    display:none;
}
#bande .text-success {
    color: #2ba700 !important;
}
@media (max-width: 991px) {
    #stars {
        font-size: 1.15rem;
    }
    #stars .mx-1 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    #note {
        font-size: 2rem;
    }
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

.rate {
    float: left;
    height: 46px;
    margin-bottom: 0;
}
.rate:not(:checked) > input {
    display: none;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc107;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #ffc107;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #ffc107;
}

/* --------MODIFS INDEX ---------- */
.ingredient {
    max-width: 900px;
}
.recette {
    margin-bottom: -150px;
}
.et {
    margin: 20px 0 20px !important;
}
.et .fa-plus {
    color: #339ad2;
    border: 1px solid #339ad2;
    background: #fff;
}
.border-gradient {
    display: inline-block;
    padding: 4px;
    background-image: linear-gradient(to bottom, #349cd4, #102e87);
    overflow: hidden;
    border-radius: 50%;
}
.img-vitamines {
    max-width: 80px;
    border: 2px solid #fff;
}
.vertical-timeline {
    position: relative;
}
.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 29px;
    width: 2px;
    background: #d4d4d4;
}
.vertical-timeline::after {
    content: '';
    position: absolute;
    left: -70px;
    width: 100px;
    height: 2px;
    background: #d4d4d4;
    top: 50%;
}
.vertical-timeline-element {
    position: relative;
    margin: 2em 0;
    padding-left: 60px;
}
.vertical-timeline-element-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    z-index: 1;
    border: 5px solid #40a2e0;
    background: #fff;
    color: #40a2e0;
}
.vertical-timeline-element-content {
    position: relative;
    background: #f8f9fa;
    border-radius: 0.5em;
    padding: 1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.vertical-timeline-element-content h3 {
    font-size: 1.5em;
    margin-top: 0;
}
.pochon-virilring {
    max-width: 442px !important;
}
#benefices {
    background:url('../images/couple.webp') center top scroll no-repeat;
    background-size:cover;
}
#benefices .deco-title::after {
    content: '';
    background: url('../images/icon-blanc.svg') scroll left top no-repeat;
    position: absolute;
    top: 0;
    width: 70px;
    height: 100px;
    z-index: 0;
    background-size: 100%;
    top: -100px;
    left: 50%;
    margin-left: -35px;
}
#benefices .icon, #ring .icon {
    width: 20px;
    position: relative;
    top: -3px;
    border-radius: 50%;
    border: 1px solid #2ba700;
    height: 20px;
    padding: 2px;
    background: #fff;
}
#ring {
    padding-top: 150px;
}
.avantages {
    font-size: 1.2rem;
    width: 100% !important;
}
.alert-b6 {
    transform: rotate(-1deg);
    position: relative;
    border: 4px dashed white;
    background:url('../images/alert-b6.webp') center center scroll no-repeat;
    background-size:cover;
}
.alert-b6 .small {
    font-size: 16px;
}
.alert-b6 .fa-star {
    font-size: 18px;
}
#pouce {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    left: -15px;
    border: 3px solid #017ec6;
    font-size: 22px;
}
#ring .list-group {
    width: 100%;
}
@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.4rem;
    }
}
@media (max-width: 991px) {
    .recette {
        margin-bottom: -50px;
    }
    .img-vitamines {
        max-width: 70px;
    }
    .alert-b6 {
        padding: .75rem;
        font-size: 18px !important;
    }
    .pochon-virilring {
        max-width: 250px !important;
    }
    #naturel h4 {
        font-size: 1.15rem;
    }
    #benefices .deco-title::after {
        content: '';
        background: url('../images/icon-blanc.svg') scroll left top no-repeat;
        position: absolute;
        width: 50px;
        height: 70px;
        z-index: 0;
        background-size: 100%;
        top: -80px;
        left: 50%;
        margin-left: -25px;
    }
    .vertical-timeline::after {
        display:none;
    }
    #benefices {
        background: url('../images/couple.webp') left -630px top scroll no-repeat;
        background-size: cover;
    }
    #ring {
        padding-top: 50px;
    }
    .hero {
        padding: 0 0 50px 0;
    }
    #hero .list-group-item {
        padding: .1rem 0 !important;
    }
    .avantages {
        font-size: .92rem !important;
    }
    #pouce {
        top: -28px;
    }
}
/* --------MODIFS COMPOSITION ---------- */
.pack {
    max-width: 420px;
}
#composition .ingredients {
    max-width: 120px !important;
}
#composition .vring {
    max-width: 300px;
}
.compo .contenu::after {
    display: none;
}
.compo .contenu {
    padding-bottom: 0;
}
@media (max-width: 991px) {
    .pack {
        max-width: 250px;
    }
}
