#module-prestablog-blog section#wrapper>aside~.container {
    position: relative;
}

#module-prestablog-blog .breadcrumb {
    position: absolute;
    top: 2em;
    left: 4em;
    z-index: 1;
    padding: 0;
}

#module-prestablog-blog #wrapper .breadcrumb li:last-child a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}

#module-prestablog-blog #wrapper .breadcrumb li::after {
    content: none;
}

#module-prestablog-blog #wrapper .breadcrumb li::before {
    content: "<";
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
}

#module-prestablog-blog img {
    width: 100%;
    height: auto;
}

#module-prestablog-blog .ets_mm_categories img {
    width: 25px;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow {
    /*max-width: 100%;    height: 486px;    position: relative;*/
    height: 486px;
    width: 100vw;
    position: relative;
    left: 47.9%;
    right: 50%;
    margin-left: calc(-50vw + 15px);
    margin-right: calc(-50vw + 15px);
    overflow-x: hidden;
}

.slideshow .mySlides,
.slideshow .mySlides img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* Next & previous buttons */
#module-prestablog-blog .prev {
    left: 20px;
}

#module-prestablog-blog .next {
    right: 20px;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px 38px;
    color: #ffffff !important;
    font-weight: normal;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.fellix-black-text{
    font-size: 99px !important;
}

.age_verify_buttons button{
    margin: 5px !important;
}

.age_verify_buttons{
    padding-bottom: 0px!important;
}

.custom_msg_age_verify2{
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: auto;
    margin-top: 20px;
    padding-bottom: 10px;
}

.prev,
.next:hover {
    color: #24b9d7;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

#module-prestablog-blog .dot.active {
    height: 14px;
    width: 14px;
}

#module-prestablog-blog .active,
#module-prestablog-blog .dot:hover {
    background-color: #e8e8ea;
}

/* Fading animation */
#module-prestablog-blog .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px;
    }
}

.slideshow .dots {
    position: absolute;
    bottom: 43px;
    left: 50%;
    transform: translate(-50%, -43px);
}

.news-grid {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 23.5%);
    grid-gap: 20px;
    margin: 0 auto;
    margin-top: 65px;
    margin-bottom: 60px;
    justify-content: center;
    padding: 0;
}

.news-grid .bloc:not(.first-bloc) {
    width: 100%;
    border-radius: 10px;
    background: #f1f1f1;
    display: inline;
    grid-template-rows: 50% 50%;
    height: 320px;
}

.news-grid .bloc .header {
    position: relative;
}

.news-grid .bloc .header .category {
    position: absolute;
    bottom: 20px;
    color: #f1f1f1 !important;
    border: 1px solid #f1f1f1;
    padding: 5px 10px;
    border-radius: 8px;
    left: 15px;
    margin: 0;
    font-size: 12px;
    width: 90%;
    text-shadow: 1px 1px 9px black;
    box-shadow: 1px 2px 20px black;
}

.news-grid .bloc .header img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 100% !important;
    object-fit: cover;
}

.news-grid .bloc .body {
    padding: 1em;
}

.news-grid .bloc .body .date {
    color: black !important;
    font-weight: 400 !important;
}

.news-grid .bloc .body .link {
    position: relative;
    color: #0b23b4 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.news-grid .bloc .body .link::after {
    font-size: 35px;
    content: "\2192";
    position: absolute;
    top: -3px;
    margin-left: 10px;
}

.news-grid .bloc .body .paragraph {
    width: 100%;
    color: #242947 !important;
    font-size: 16px;
    font-weight: 400 !important;
    height: 60px;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.news-grid .first-bloc p:first-child {
    color: #000629 !important;
    font-size: 30px;
    font-weight: bold !important;
}

.news-grid .first-bloc p:nth-child(2) {
    color: #000629 !important;
    font-size: 24px;
    font-weight: 400 !important;
    position: relative;
}

.news-grid .first-bloc p:nth-child(2)::after {
    content: "";
    height: 20px;
    width: 50px;
    background-image: url(https://bio-concept-pharma.com/img/cms/trace.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 15px;
    left: 0;
}

.mySlides .retour {
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 0.85em;
    color: #ffffff !important;
    text-shadow: 1px 1px 9px black;
}

.mySlides .retour:hover {
    color: #001ab1 !important;
}

.mySlides .category {
    color: #f1f1f1 !important;
    border: 1px solid #f1f1f1;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 0;
    font-size: 12px;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -32%);
    text-shadow: 1px 2px 9px black;
    box-shadow: 1px 2px 15px black;
}

.mySlides .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: #ffffff !important;
    text-transform: capitalize;
    line-height: 1.25;
    font-weight: 400 !important;
    width: 51%;
    text-align: center;
    text-shadow: 1px 1px 9px black;
}

.mySlides .link {
    display: block;
    background: #001ab1;
    color: #ffffff;
    width: 222px;
    font-size: 12px;
    font-weight: 800;
    line-height: 49px;
    border-radius: 5px;
    margin: auto;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -75%);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mySlides .link:hover {
    background: #24b9d7;
}

#module-prestablog-blog .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 65px;
}

#module-prestablog-blog .page {
    margin: 0 0.75em;
    color: #585c72;
    cursor: pointer;
}

#module-prestablog-blog .page.current {
    font-size: 22px;
    color: #0b23b4;
    font-weight: 500;
}

#module-prestablog-blog .previous-page,
#module-prestablog-blog .next-page {
    background: #f1f1f1;
    padding: 1em;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b23b4;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    cursor: pointer;
}

#module-prestablog-blog .previous-page::after {
    content: "<";
}

#module-prestablog-blog .next-page::after {
    content: ">";
}

#module-prestablog-blog .banner {
    position: relative;
    margin: 3em 0;
    margin-bottom: 25% !important;
}

#module-prestablog-blog .blog-paggination .links>a {
    border: 0;
    color: #000000;
    font-size: 16px;
}

#module-prestablog-blog .blog-paggination .links>b {
    color: #0b23b4 !important;
    background: none;
    border: 0;
    font-size: 20px;
    font-weight: 600;
}

#module-prestablog-blog .banner .title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    font-size: 2em;
    color: #ffffff !important;
    text-transform: capitalize;
    line-height: 1.25;
    font-weight: 400 !important;
    width: 50%;
    text-align: center;
}

#module-prestablog-blog .banner .description {
    color: #f1f1f1 !important;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 0;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#module-prestablog-blog .banner a {
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -75%);
    color: #f1f1f1;
    background: #0b23b4 !important;
    padding: 10px 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}

#module-prestablog-blog .banner a:hover {
    background: #24b9d7 !important;
}

#module-prestablog-blog .banner img:first-child {
    position: absolute;
    width: 45%;
    top: 62%;
    right: 8%;
}

#module-prestablog-blog .packs::before {
    content: none;
}

#module-prestablog-blog #_desktop_user_info,
#module-prestablog-blog #_desktop_cart {
    display: none;
}

#header-blog-btn {
    background: #0b23b4 !important;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    width: auto;
    margin-left: 1em;
}

#header-blog-btn:hover {
    background: #24b9d7 !important;
}

#header-blog-btn img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

#header-blog-btn p {
    margin: 0;
    color: #ffffff !important;
    text-transform: uppercase;
}

#module-prestablog-blog .pack {
    background: none;
}

#module-prestablog-blog .pack a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #ffffff !important;
    text-align: center;
    z-index: 1;
}

#module-prestablog-blog .pack img {
    border-radius: 10px;
}

#module-prestablog-blog .pack img.hover {
    position: absolute;
    width: 89%;
}

#module-prestablog-blog .pack img:last-child {
    width: 100%;
}

#prestablog-comments {
    display: none;
}

#module-prestablog-blog .nav-categories {
    display: flex;
}

#module-prestablog-blog .nav-categories li a {
    color: #000629 !important;
    border: 1px solid #000629;
    padding: 5px 10px;
    border-radius: 5px;
    left: 15px;
    margin: 0;
    font-size: 12px;
    text-decoration: none;
}

#prestablog-single-post-cs .title a {
    color: #000629 !important;
    font-size: 40px;
}

#prestablog-single-post-cs .publication_date {
    color: #001ab1 !important;
    font-size: 12px;
}

#prestablog-single-post-cs .share {
    display: flex;
}

#prestablog-single-post-cs .share ul {
    display: flex;
}

#prestablog-single-post-cs .share li {
    margin: 0 1em;
}

#prestablog-single-post-cs .share p {
    color: #000629 !important;
    font-size: 16px;
}

#prestablog-single-post-cs .title {
    color: #000629 !important;
    width: 91%;
    font-size: 25px;
    font-weight: 800 !important;
}

#prestablog-single-post-cs .intro {
    background: #f1efef;
    padding: 3em;
    display: flex;
    align-items: center;
    border-radius: 10px;
    width: 90%;
}

#prestablog-single-post-cs .left {
    width: 25%;
    transform: rotate(270deg);
    color: #001ab1 !important;
    font-size: 50px;
    border-bottom: 2px solid;
    height: 35px;
}

#prestablog-single-post-cs {
    display: grid;
    grid-template-columns: 70% 30%;
    margin-top: 85px;
    max-width: 1140px !important;
}

#prestablog-single-post-cs .sp-left {
    width: 90%;
}

#prestablog-single-post-cs .sp-left img {
    max-width: 50%;
    height: auto;
}

#prestablog-single-post-cs .sp-left .card img {
    max-width: 100% !important;
    height: auto;
}

#prestablog-single-post-cs .comment-form {
    margin-top: 2em;
}

#prestablog-single-post-cs .sp-left h1 {
    font-size: 42px;
    margin: 10px 0;
}

#ets_blog_page #notifications {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    width: 200px;
}

#prestablog-single-post-cs .sp-left .category-badge {
    color: #000629 !important;
    border: 1px solid #000629;
    width: max-content;
    padding: 0.5em 1em;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 1em;
    display: block;
}

#prestablog-single-post-cs .sp-left .pub-date {
    color: #2d42bd !important;
}

body#module-prestablog-ws #_desktop_user_info,
body#module-prestablog-ws #_desktop_cart {
    display: none;
}

#prestablog-single-post-cs .articles-similaires ul li {
    background: #f1f1f1;
    display: grid;
    grid-template-columns: 40% 60%;
    border-radius: 10px;
    margin-bottom: 2em;
    height: 150px;
}

#prestablog-single-post-cs .articles-similaires ul li a.link {
    height: 150px;
}

#prestablog-single-post-cs .articles-similaires ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#prestablog-single-post-cs .sp-right .title {
    font-size: 25px;
    font-weight: 800 !important;
    margin-bottom: 1em;
}

#prestablog-single-post-cs .articles-similaires .right-side {
    padding: 1em;
}

#prestablog-single-post-cs .articles-similaires .right-side .ct {
    display: block;
    border: 1px solid #000629;
    color: #000629 !important;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}

#prestablog-single-post-cs .articles-similaires .dt {
    color: #001ab1 !important;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
}

#prestablog-single-post-cs .articles-similaires .ds {
    display: block;
    color: #000629 !important;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 800 !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

#prestablog-single-post-cs .single-post-banner {
    width: 90%;
    margin: 2em 0;
    border-radius: 10px;
}

#prestablog-single-post-cs .sp-left .banner img {
    position: unset;
    width: 100%;
}

#prestablog-single-post-cs .sp-left .banner .title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    color: #ffffff !important;
    text-transform: capitalize;
    line-height: 1.25;
    font-weight: 400 !important;
    width: 50%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}

#prestablog-single-post-cs .sp-left .banner a {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -65%);
    color: #f1f1f1;
    background: #0b23b4 !important;
    padding: 10px 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}

#prestablog-single-post-cs .sp-left .banner {
    margin: 2em 0;
}

#module-prestablog-blog .sp-left .bg-list {
    font-size: 0.9375rem;
    font-weight: 300 !important;
    color: #575b71 !important;
    margin-bottom: 4em;
}

#module-prestablog-blog .sp-left .bg-list li {
    margin: 1em 0;
}

#module-prestablog-blog .sp-left .bg-list li::before {
    content: "\2022";
    color: #001ab1;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 25px;
}

#prestablog-single-post-cs .highligted {
    color: #001ab1;
    text-decoration: underline;
}

#prestablog-single-post-cs .bd {
    color: #575b71;
    font-weight: 800;
}

#prestablog-single-post-cs .products {
    height: auto;
    width: 100%;
    margin-top: 1.5em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
    margin-bottom: 5em;
}

#prestablog-single-post-cs .products .product {
    border: 0.5px solid #d4d4d4;
    border-radius: 8px;
}

#prestablog-single-post-cs .products .product {
    border: 0.5px solid #d4d4d4;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#prestablog-single-post-cs .bg-comments li {
    background: #f1efef;
    padding: 2em;
    margin-bottom: 2em;
}

#prestablog-single-post-cs .fnls {
    color: #000629 !important;
    font-size: 19px;
    font-weight: 800 !important;
}

#prestablog-single-post-cs .fnls span {
    font-weight: 300;
    font-size: 0.9375rem;
    color: #575b71;
}

#prestablog-single-post-cs .bg-comments li a {
    color: #000629 !important;
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
}

#prestablog-single-post-cs .bg-comments .see-all {
    color: #001ab1;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 3em;
}

#prestablog-single-post-cs .bg-comments .see-all::before {
    content: "❮";
    margin-right: 1em;
    display: inline-block;
    transform: rotate(270deg);
}

#prestablog-single-post-cs .bg-comments .see-all::after {
    content: "❮";
    margin-left: 1em;
    display: inline-block;
    transform: rotate(270deg);
}

#prestablog-single-post-cs .sep {
    margin-bottom: 2em;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}

#prestablog-single-post-cs .comments-form-bloc .form-row {
    display: flex;
    width: 100%;
}

#prestablog-single-post-cs .comments-form-bloc .form-group {
    display: grid;
    align-content: flex-end;
    width: 35%;
    margin-right: 1.5em;
}

#prestablog-single-post-cs .comments-form-bloc .form-group label {
    text-align: left;
    color: #575b71 !important;
}

#prestablog-single-post-cs .comments-form-bloc .form-group input {
    outline: none;
    background: none;
    border: 1px solid #a2a5b7;
    border-radius: 2px;
    padding: 5px 10px;
}

#prestablog-single-post-cs .comments-form-bloc .form-group.txta textarea {
    outline: none;
    background: none;
    border: 1px solid #a2a5b7;
    border-radius: 2px;
    padding: 5px 10px;
    height: 134px;
}

#prestablog-single-post-cs .comments-form-bloc .form-group.txta {
    width: calc(80% - 3em);
    margin-right: 0;
}

#prestablog-single-post-cs .comments-form-bloc form .submit {
    background: #001ab1;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    padding: 1em 3em;
    letter-spacing: 1px;
    cursor: pointer;
}

#module-prestablog-blog #block-reassurance {
    background: #f1f1f1;
    max-width: 100%;
}

#module-prestablog-blog .comments-form-bloc {
    margin-bottom: 7em;
}

@media (max-width: 1199px) {
    #prestablog-single-post-cs {
        display: block;
        margin-top: 1em;
        padding: 0;
    }

    #prestablog-single-post-cs .intro {
        padding: 1em 10px;
    }

    #prestablog-single-post-cs .intro,
    #prestablog-single-post-cs .single-post-banner {
        width: 100%;
    }

    #prestablog-single-post-cs .sp-right {
        width: 100%;
    }

    #module-prestablog-blog .news-grid {
        grid-template-columns: 50% 50%;
        width: 90%;
    }
}

@media (max-width: 767px) {

    /* #prestablog-single-post-cs .sp-left {
        margin-top: 30% !important;
    }*/

    #prestablog-single-post-cs .sp-left .banner img {
        height: 25vh;
        object-fit: cover;
    }

    #prestablog-single-post-cs .sp-left img {
        max-width: 100%;
        height: auto;
    }

    #prestablog-single-post-cs .sp-left .banner a {
        position: absolute;
        top: 80%;
        padding: 5px 1em;
    }

    #prestablog-single-post-cs .title {
        width: 100%;
    }

    #prestablog-single-post-cs .products {
        grid-template-columns: 48% 48%;
    }

    #prestablog-single-post-cs .comments-form-bloc .form-row {
        display: block;
    }

    #prestablog-single-post-cs .comments-form-bloc .form-group.txta,
    #prestablog-single-post-cs .comments-form-bloc .form-group {
        width: 95%;
    }

    #module-prestablog-blog .mySlides .category {
        position: absolute;
        top: 10%;
    }

    #module-prestablog-blog .mySlides .title {
        width: 100%;
        position: absolute;
        top: 30%;
    }

    #module-prestablog-blog .banner img {
        height: 480px;
        object-fit: cover;
    }

    #module-prestablog-blog .banner .title {
        font-size: 30px;
        width: 100%;
        position: absolute;
        top: 15%;
    }

    #module-prestablog-blog .banner .description {
        width: 100%;
        font-size: 15px;
        position: absolute;
        top: 45%;
    }

    #module-prestablog-blog .banner a {
        width: 90%;
    }

    #module-prestablog-blog .banner {
        margin-bottom: 4em;
    }

    #module-prestablog-blog .banner img:first-child {
        display: none;
    }

    #module-prestablog-blog .packs {
        height: auto !important;
        margin: 0 !important;
        width: 100%;
    }

    #module-prestablog-blog .pack img.hover {
        width: auto !important;
    }

    #module-prestablog-blog .pack img.hover {
        display: none;
    }

    #module-prestablog-blog .pack img:last-child {
        width: 85%;
    }

    #header .header-top .position-static {
        padding: 0 !important;
    }

    #search_widget form input {
        font-size: 11px !important;
    }

    body#module-prestablog-blog .ybc-menu-toggle.ybc-menu-btn,
    body#module-prestablog-ws .ybc-menu-toggle.ybc-menu-btn {
        position: relative;
    }

    body#module-prestablog-blog .elementor-image-mobile,
    body#module-prestablog-ws .elementor-image-mobile {
        grid-template-columns: 45% 55%;
        display: grid !important;
        width: 100%;
        align-items: center;
    }

    body#module-prestablog-blog .elementor-image-mobile a:first-child img,
    body#module-prestablog-ws .elementor-image-mobile a:first-child img {
        width: 75%;
        z-index: 9999999999999;
        position: relative;
    }

    body#module-prestablog-blog .elementor-image-mobile a#header-blog-btn,
    body#module-prestablog-ws .elementor-image-mobile a#header-blog-btn {
        width: 50%;
        padding: 5px 10px;
    }

    body#module-prestablog-blog .elementor-image-mobile a#header-blog-btn p,
    body#module-prestablog-ws .elementor-image-mobile a#header-blog-btn p {
        font-size: 11px;
    }

    #module-prestablog-blog img {
        object-fit: cover;
    }

    .slideshow,
    .slideshow .mySlides {
        height: 420px !important;
        overflow-y: hidden;
    }

    #module-prestablog-blog .news-grid {
        margin-top: 1em;
    }

    #module-prestablog-blog .mySlides .category {
        position: absolute;
        top: 20%;
        width: 75%;
        text-align: center;
    }

    #module-prestablog-blog .mySlides .title {
        position: absolute;
        top: 45%;
    }

    .slideshow .dots {
        position: absolute;
        bottom: 3%;
        left: 50%;
        transform: translate(-50%, -10%);
    }

    .mySlides .link {
        position: absolute;
        top: 85%;
        height: 35px;
        line-height: 35px;
        width: 50%;
    }

    #module-prestablog-blog .prev {
        top: 60%;
        left: 0;
        position: absolute;
        padding: 1em;
    }

    #module-prestablog-blog .next {
        top: 60%;
        position: absolute;
        padding: 1em;
        right: 10px;
    }

    #module-prestablog-blog .news-grid .bloc.first-bloc {
        display: flex;
    }

    .news-grid .first-bloc p:nth-child(2) {
        margin-left: 10px;
    }

    #module-prestablog-blog .news-grid .bloc.first-bloc h1 {
        position: relative;
    }

    #module-prestablog-blog .news-grid .bloc.first-bloc h1::after {
        content: "";
        height: 20px;
        width: 50px;
        background-image: url(https://bio-concept-pharma.com/img/cms/trace.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        position: absolute;
        top: 50px !important;
        left: 0;
    }

    .news-grid .first-bloc p:nth-child(2)::after {
        content: none;
    }

    #module-kwanticdebutant-filters #debutants .filters #right {
        display: none !important;
    }
}

@media (max-width: 480px) {
    body#pagenotfound .p404 {
        height: 100vh !important;
    }
    .p404 h1 {
        margin-top: 15% !important;
    }
    #product .product-cover img {
        pointer-events: none
    }

    #retourBoutique {
        display: none !important;
    }

    #prestablog-single-post-cs .title a {
        font-size: 32px;
    }

    #module-prestablog-blog .news-grid {
        display: block;
    }

    #module-prestablog-blog .mySlides .title {
        font-size: 22px;
    }

    #module-prestablog-blog .news-grid .bloc {
        margin-bottom: 2em;
    }

    body#pagenotfound  #logo_404 {
        width: 100px !important;
        height: 150px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    #module-prestablog-blog .list-pakcs {
        display: grid;
        grid-template-columns: 45% 45%;
        width: 100%;
        grid-gap: 30px;
    }

    #module-prestablog-blog .pack img:last-child {
        width: 100%;
    }

    #module-prestablog-blog .pack {
        width: 100%;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.d-none {
    display: none !important;
}

.d-grid {
    display: grid !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#module-kwanticdebutant-filters #debutants .banner {
    height: 430px;
    position: relative;
}

#module-kwanticdebutant-filters #debutants .banner img {
    width: 100%;
    height: 100%;
}

#module-kwanticdebutant-filters #debutants .banner p {
    margin: 0;
}

#module-kwanticdebutant-filters #debutants .banner h3,
#module-kwanticdebutant-filters #debutants .banner h1 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
    color: #ffffff;
    font-size: 48px;
}

#module-kwanticdebutant-filters #debutants .banner p:empty {
    display: none;
}

#module-kwanticdebutant-filters #debutants .banner p.short~p {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -48%);
    font-size: 24px;
    color: #ffffffff !important;
}

#module-kwanticdebutant-filters #debutants .banner p.full~p {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
    color: #ffffffff !important;
    width: 35%;
    font-size: initial;
}

#module-kwanticdebutant-filters #debutants .filters {
    background: #f1f1f1;
    position: relative;
    bottom: 8em;
    width: 75%;
    margin: auto;
    height: 261px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding: 2em;
    margin-bottom: -5em;
}

#module-kwanticdebutant-filters #debutants .filters #left {
    display: grid;
    grid-template-columns: 50% 50%;
    border-right: 2px solid #fefefe;
    padding-right: 10px;
}

#module-kwanticdebutant-filters #debutants .filters #left .filter-group.reset {
    text-decoration: none;
    color: #001ab1;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    display: none;
}

#module-kwanticdebutant-filters #debutants .filters #left .filter-group {
    display: grid;
    margin: 0.75em 1em;
}

#module-kwanticdebutant-filters #debutants .filters #left .filter-group label {
    text-align: left;
    color: #3a3e59;
    font-size: 16px;
}

#module-kwanticdebutant-filters #debutants .filters #left .filter-group label.bold {
    font-weight: 800;
    color: #000629;
}

#module-kwanticdebutant-filters #debutants .filters #left .filter-group select {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    height: 32px;
    width: 100%;
    color: #b1b2bd;
    font-weight: 200;
    outline: none;
    padding: 0 5px;
}

#module-kwanticdebutant-filters #debutants .filters #left .filter-group select::after {
    content: "\f078";
    font: normal normal normal 17px/1 FontAwesome;
    color: #0ebeff;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 15px 0 0 8px;
    border-left: 1px solid #0ebeff;
    position: absolute;
    pointer-events: none;
}

#module-kwanticdebutant-filters #debutants .filters #right ul,
#module-kwanticdebutant-filters #debutants .filters #rightMobile ul {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 1em;
    justify-content: center;
    align-items: center;
}

/* #module-kwanticdebutant-filters #debutants .filters #right ul li {    cursor: pointer;  } */
#module-kwanticdebutant-filters #debutants .filters #right ul li div,
#module-kwanticdebutant-filters #debutants .filters #rightMobile ul li div {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 1.5em;
}

#module-kwanticdebutant-filters #debutants .filters #right ul li div img,
#module-kwanticdebutant-filters #debutants .filters #rightMobile ul li div img {
    margin: 5px 0;
}

#module-kwanticdebutant-filters #debutants .filters #right ul li div span,
#module-kwanticdebutant-filters #debutants .filters #rightMobile ul li div span {
    font-weight: 600;
}

#module-kwanticdebutant-filters #debutants .filters #right .type-fumeur {
    text-align: center;
    width: 75%;
    margin-top: 10px;
    font-weight: 600 !important;
    color: #575c72 !important;
}

#module-kwanticdebutant-filters #debutants .filters #rightMobile .type-fumeur {
    text-align: center;
    width: 75%;
    margin-top: 10px;
    font-weight: 600 !important;
    color: #575c72 !important;
    margin-left: 20px;
}

section.block.products_block.clearfix {
    display: grid;
    grid-template-columns: 75% 15%;
    grid-gap: 2em;
    padding: 2em 0;
}

#homeproductscatabTabContent .products {
    display: grid !important;
    grid-template-columns: 25% 25% 25% 25% !important;
}

#homeproductscatabTabContent .products~.link_blog {
    width: 100%;
    margin-left: 3em;
    border-radius: 6px;
}

section.block.products_block.clearfix .product {
    border-radius: 5px;
}

.page-category #wrapper nav.breadcrumb,
.page-module-pm-advancedsearch4-searchresults #wrapper nav.breadcrumb {
    padding: 0;
    top: 30%;
    transform: translateY(-30%);
    font-size: 14px;
}

.page-category #wrapper nav.breadcrumb ol li:first-child,
.page-module-pm-advancedsearch4-searchresults #wrapper nav.breadcrumb ol li:first-child {
    opacity: 0.75;
}

a.product-catgory-link {
    color: #3e51c4;
    margin-bottom: 1em;
    display: block;
}

/*.mm_menus_li.e-cigarettes>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub>ul.mm_blocks_ul {      display: grid;      grid-template-columns: 25% 25% 25% 25%;  }  */
body#product .breadcrumb {
    padding-bottom: 0;
}

body#product .breadcrumb ol {
    display: grid;
    grid-template-columns: 15% 85%;
    align-items: center;
    width: 60%;
    margin-top: 2em;
    font-size: 14px;
}

body#product .breadcrumb ol li a,
body#product .breadcrumb ol li span {
    text-decoration: none;
    color: #bcbec7;
}

body#product .breadcrumb ol li::after {
    color: #bcbec7;
}

body#product .breadcrumb ol li:last-child span {
    font-weight: 800;
    color: #b2b3bd;
}

body#product .breadcrumb ol>a.retour {
    margin-bottom: 0;
    text-align: center;
    color: #3d415c !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body#product .breadcrumb ol>a.retour::before {
    content: "<";
    color: #3e51c4;
    font-size: 22px;
    display: inline-block;
    position: relative;
    bottom: 3px;
}

#product .row.product-container .col-md-6:last-child {
    padding-top: 0 !important;
}

.layout_layout1 .ets_mm_block_content ul li a::before {
    background: none !important;
}

.layout_layout1 .ets_mm_block_content ul li a::before,
.ets_mm_block_content .has-sub>a:after {
    content: none !important;
}

/*.mm_menus_li.e-cigarettes>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul {      grid-template-columns: 100%;  }*/
.mm_menus_li>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul {
    grid-template-columns: 100%;
}

/*.mm_menus_li.e-cigarettes>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li a {      font-size: 14px !important;      color: #191e3e !important;  }  */
.mm_menus_li>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li a {
    font-size: 13px !important;
    color: #191e3e !important;
}

/*.mm_menus_li.e-cigarettes>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li a {      padding: 0 3em;  }  */
.mm_menus_li>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li a {
    padding: 0 3em;
}

/*.mm_menus_li.e-cigarettes>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li:first-child .ets_mm_block_content ul li {      margin-bottom: 0.5em;  }*/
.mm_menus_li>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li:first-child .ets_mm_block_content ul li {
    margin-bottom: 0.5em;
}

/*.mm_menus_li.e-cigarettes>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li:first-child .ets_mm_block_content ul li a {      color: #3a3e59;      font-size: 14px;  }*/
.mm_menus_li>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li:first-child .ets_mm_block_content ul li a {
    color: #3a3e59;
    font-size: 14px;
}

/*.layout_layout1 .mm_menus_li.e-cigarettes>.mm_columns_ul>li:first-child {      padding: 2em 0;  }*/
.layout_layout1 .mm_menus_li>.mm_columns_ul>li:first-child {
    padding: 2em 0;
}

/*.mm_menus_li.e-cigarettes>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li:last-child a {      padding: 0;      padding-left: 2em;  }*/
.mm_menus_li>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li:last-child a {
    padding: 0;
    padding-left: 2em;
}

/*.mm_menus_li.e-cigarettes>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li:last-child a .bold {      font-weight: 800 !important;  }  */
.mm_menus_li>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li:last-child a .bold {
    font-weight: 800 !important;
}

/*.mm_menus_li.e-cigarettes>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li a::before {      content: "-" !important;      color: #243aba !important;      font-weight: 800 !important;      position: absolute;      top: 50%;      padding-left: 1em;      font-size: 13px;  }*/
.mm_menus_li>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li a::before {
    content: "-" !important;
    color: #243aba !important;
    font-weight: 800 !important;
    /* position: absolute; */
    /* top: 50%; */
    top: 11px;
    padding-left: 1em;
    font-size: 13px;
}

.mm_menus_li>ul.mm_columns_ul>li.mm_columns_li.mm_has_sub:first-child>ul.mm_blocks_ul li {
    position: relative;
    border-right: 2px solid #f4f4f4;
}

/*.mm_menus_li.e-cigarettes>ul.mm_columns_ul {      background: #ffffff !important;  }*/
.mm_menus_li>ul.mm_columns_ul {
    background: #ffffff !important;
}

ul.ets_mm_categories li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-variants>.product-variants-item {
    display: grid;
    grid-template-rows: 50%;
    margin: 0 auto;
    align-items: end;
    align-content: end;
    width: 100%;
}

body#product .product-variants.js-product-variants {
    grid-template-columns: repeat(2, 50%) !important;
    width: 94% !important;
}

#debutants #js-product-list {
    width: 85%;
    margin: auto;
    display: grid;
    grid-template-columns: 85% 13%;
    grid-gap: 1em;
    margin-bottom: 3em;
}

#debutants .link_blog.product_link_all {
    width: 100%;
}

#debutants #js-product-list .products {
    display: grid;
    grid-template-columns: 18.5% 18.5% 18.5% 18.5% 18.5%;
    grid-gap: 1em;
}

#debutants #categories_list {
    display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 2em;
}

#debutants #categories_list li {
    position: relative;
    margin-right: 4em;
}

#debutants #categories_list li p {
    font-size: 18px;
    cursor: pointer;
}

#debutants #categories_list li p.current,
#debutants #categories_list li p:hover {
    color: #0721b3 !important;
    border-bottom: 2px solid #0721b3;
    padding-bottom: 0.75em;
}

#debutants #categories_list li::after {
    content: "|";
    position: absolute;
    top: 0;
    left: 120%;
    color: #a2a3a3;
}

#debutants #categories_list li:last-child::after {
    content: none;
}

.product-add-to-cart.js-product-add-to-cart .control-label {
    position: unset;
}

body#product .product-add-to-cart.js-product-add-to-cart .control-label {
    position: relative;
}

#module-kwanticdebutant-filters .modal {
    display: none !important;
}

#module-kwanticdebutant-filters .modal-backdrop.in {
    opacity: 0 !important;
    position: unset !important;
}

#debutants .product-variants>.product-variants-item {
    height: auto;
}

#debutants .haut-panier .product-variants>.product-variants-item .control-label {
    color: #ffffff;
}

#debutants .haut-panier .product-add-to-cart.js-product-add-to-cart .control-label {
    display: none;
}

#debutants .haut-panier .product-quantity {
    display: grid;
}

#debutants .haut-panier .product-quantity .qty {
    width: 90%;
}

#debutants .haut-panier #product-availability {
    color: #cbcba1;
    font-size: 14px;
}

#debutants .haut-panier .haut-panier .add {
    width: 90% !important;
}

#debutants .haut-panier .haut-panier .add .add-to-cart {
    width: 100%;
    font-size: 12px;
}

#debutants .haut-panier .product-variants>.product-variants-item select {
    width: 90%;
}

#debutants .elementor-image {
    text-align: left;
}

section.product-features table {
    width: 90%;
    border: 2px solid #d9d9d9;
}

section.product-features table tr td:last-child {
    background: #ffffff;
}

section.product-features table tr {
    border: 2px solid #d9d9d9;
    height: 40px;
    padding: 5px 10px;
    display: table-row;
}

section.product-features table td {
    font-weight: 600;
    padding: 10px;
}

#navigate-to-desc {
    margin: 10px 0;
    display: block;
    color: #383d59;
    text-decoration: underline;
    font-weight: 800;
}

body#module-prestablog-blog p.cons-act {
    color: #000629 !important;
    font-size: 30px;
    font-weight: bold !important;
    margin: 15px;
    margin-bottom: 1.25em;
    position: relative;
}

body#module-prestablog-blog p.cons-act::after {
    content: "";
    height: 20px;
    width: 50px;
    background-image: url(https://bio-concept-pharma.com/img/cms/trace.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 15px;
    left: 0;
}

body#module-prestablog-ws .block_newsletter {
    background: #000629;
    height: 330px;
    padding: 3em;
    border-radius: 5px;
    /* background-image: url(https://bio-concept-pharma.com/img/cms/fum.png); */
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 768px) {
    .scrollTop {
        right: 30px !important;
        margin-bottom: 65px !important;
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        z-index: 99999 !important;
        bottom: 60px !important;
    }

    body#module-prestablog-ws .block_newsletter {
        background-image: url(https://bio-concept-pharma.com/img/cms/fum.png);
    }

    #module-kwanticdebutant-filters #debutants .filters #rightMobile {
        display: none !important;
    }
}

body#module-prestablog-ws .block_newsletter form {
    display: grid;
    justify-content: center;
    align-items: center;
}

body#module-prestablog-ws .block_newsletter form p {
    color: #ffffff !important;
    text-align: center;
}

body#module-prestablog-ws .block_newsletter form p.custom-sub-btn {
    position: absolute;
    top: 0;
    left: 80%;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    color: #2d42bd !important;
    font-size: 28px;
    line-height: 1.25;
}

body#module-prestablog-ws .block_newsletter form p#block-newsletter-label {
    width: 100%;
    font-weight: 800 !important;
}

body#module-prestablog-ws #sub-row {
    position: relative;
}

body#module-prestablog-ws .block_newsletter form input[type="email"] {
    width: 85%;
    background: none;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

body#module-prestablog-wsg #sub-row .custom-sub-btn {
    position: absolute;
    top: 0;
    left: 84%;
    width: 42px;
    height: 42px;
    background: #cccdd4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b23b4 !important;
    font-size: 25px;
    border-radius: 5px;
    cursor: pointer;
}

body#module-prestablog-ws #real-sub {
    display: none;
}

body#checkout .top-nav,
body#order-confirmation .top-nav {
    background: #f1f1f1;
    display: flex;
    height: 50px;
}

body#checkout .top-nav div img,
body#order-confirmation .top-nav div img {
    width: 43%;
    float: right;
    padding-right: 1em;
    margin-top: 1em;
}

body#checkout .top-nav a,
body#order-confirmation .top-nav a {
    display: flex;
    align-items: center;
    color: #c5c5cc !important;
    font-size: 14px !important;
}

body#checkout .top-nav a span:last-child,
body#order-confirmation .top-nav a span:last-child {
    text-decoration: underline;
    margin-left: 10px;
    display: inline-block;
}

body#checkout .header-steps {
    text-align: center;
    margin-top: 1em;
}

body#checkout .header-steps ul {
    display: flex;
    justify-content: center;
}

body#checkout .header-steps ul li a span {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9 !important;
    background: #fff;
}

body#checkout .header-steps ul li a p {
    color: #0d1233 !important;
    font-weight: 600 !important;
}

body#checkout .header-steps ul li {
    margin-right: 3em;
    position: relative;
    width: 85px;
}

body#checkout section#wrapper {
    padding-top: 0 !important;
}

body#checkout header#header {
    position: unset !important;
}

body#checkout .header-steps h2 {
    color: #01072a;
    font-size: 26px;
    margin: 1em;
}

body#checkout .header-steps ul li>span {
    display: inline-block;
    width: 82px;
    height: 2px;
    background: #eeeeee;
    position: absolute;
    top: 20%;
    left: 80%;
}

body#checkout .header-steps ul li.current a span {
    background: #001ab1;
    color: #ffffff;
}

body#checkout .header-steps ul li.current a p {
    color: #001ab1 !important;
}

body#checkout .header-steps ul li a p {
    margin-top: 40px;
}

body#checkout .header-steps ul li a {
    text-decoration: none;
}

body#checkout .c2:before {
    content: none !important;
}

body#checkout #checkout-addresses-step,
body#checkout #checkout-delivery-step,
body#checkout #checkout-payment-step {
    display: none;
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: block !important;
}

body#checkout .step-number {
    display: inline-block !important;
    border: none !important;
    margin: 0;
    line-height: 1.75;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    border: none !important;
}

body#checkout .step-n {
    margin-right: 1em;
}

body#checkout #checkout-personal-information-step .header {
    display: flex;
    justify-content: space-between;
}

body#checkout #checkout-personal-information-step .header a {
    color: #000629;
    font-size: 14px;
    text-decoration: underline;
    width: 45%;
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .content .tab-content {
    padding-top: 0;
}

body#checkout .header-steps ul li.done a span {
    border-color: #001ab1;
}

body#checkout .header-steps ul li.done p {
    color: #001ab1 !important;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    display: grid;
    grid-template-columns: 10% 75% 15%;
    background-color: #fff;
    border-radius: 8px;
}

body#checkout section.checkout-step .delivery-options .delivery-option .delivery-option-row {
    display: flex;
    align-items: center;
}

body#checkout section.checkout-step .delivery-options .name-delay {
    display: grid;
    margin-left: 3em;
}

body#checkout section.checkout-step .carrier-delay {
    font-size: 12px;
    color: #001ab1;
}

body#checkout .custom-radio input[type="radio"]:checked+span {
    background-color: #001ab1;
}

body#checkout .carrier-price {
    font-weight: 800;
    white-space: nowrap;
}

body#checkout button[type="submit"] {
    background-color: #001ab1 !important;
}

body#checkout .header-steps ul li a:hover {
    color: #001ab1 !important;
}

body#checkout .go-back {
    color: #575b71;
}

body#checkout .go-back:hover {
    color: #001ab1;
}

body#checkout .go-back span:last-child {
    text-decoration: underline;
    margin-left: 10px;
}

body#checkout a {
    color: #001ab1;
}

body#checkout section.checkout-step .step-title {
    color: #001ab1;
    font-size: 28px;
}

body#checkout .checkout-address-form-row {
    display: grid;
    grid-template-columns: 50% 50%;
}

body#checkout .checkout-address-form-row .form-group.row {
    display: grid;
}

body#checkout .checkout-address-form-row .form-group.row {
    display: grid;
}

body#checkout .checkout-address-form-row .form-group.row>label {
    display: block;
}

body#checkout .checkout-address-form-row .form-group.row .col-md-6 {
    width: 100% !important;
    padding-left: 0;
}

body#checkout .checkout-address-form-row .form-group.row .col-md-3 {
    display: block;
    width: 100%;
}

body#checkout .checkout-address-form-row .field>span {
    font-size: 14px;
    font-weight: 600;
    color: #575b71;
    display: inline-block;
    width: 102%;
    padding-bottom: 5px;
}

body#checkout section.checkout-step input {
    border: 1px solid #b3b6c4;
    border-radius: 2px !important;
    color: #abadb8;
}

body#checkout section.checkout-step #delivery-address .js-address-form .form-fields>.form-group>.col-md-9.col-md-offset-3 {
    padding-left: 0 !important;
}

body#checkout .checkout-address-form-row .field.adresse {
    grid-column: 1 / 2 span;
}

body#checkout .checkout-address-form-row .field.email {
    width: 95%;
}

body#checkout .cancel-address {
    display: none;
}

a.ce-edit-btn,
div.ce-edit-outline {
    display: none;
}

#prestablog-ws-category h1 {
    text-align: center;
    margin-top: 3em;
    font-size: 2em;
}

#prestablog-ws-category ul {
    max-width: 75%;
    justify-content: center;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 23.5%);
    grid-gap: 20px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
    justify-content: center;
    padding: 0;
}

#prestablog-ws-category .bloc {
    width: 100%;
    border-radius: 10px;
    background: #f1f1f1;
    display: grid;
    grid-template-rows: 50% 50%;
    height: 320px;
}

#prestablog-ws-category .bloc .header {
    position: relative;
}

#prestablog-ws-category .bloc .header img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

#prestablog-ws-category .bloc .body {
    padding: 1em;
}

#prestablog-ws-category .bloc .body p.paragraph {
    width: 100%;
    color: #242947 !important;
    font-size: 16px;
    font-weight: 400 !important;
    height: 60px;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

#prestablog-ws-category .bloc .body a.link {
    color: #001ab1;
}

#module-prestablog-blog .logo-footer img {
    width: auto;
}

@media (max-width: 767px) {
    .changestatus.transition_default .mm_menus_ul.active {
        height: 100vh;
        margin-left: -15px !important;
        margin-right: -15px;
        width: 100vw;
        margin-top: 54px;
        background: #ffffff;
    }

    body#cart #tidio-chat,
    body#checkout #tidio-chat {
        display: none;
    }

    .changestatus.transition_default .mm_menus_ul.active li {
        border-bottom: 2px solid #e8e8ea !important;
        height: 55px;
        display: grid;
        align-items: center;
    }

    .changestatus.transition_default .mm_menus_ul.active li a span {
        font-weight: 500;
    }

    .changestatus.transition_default .mm_menus_ul.active li:last-child ul {
        display: grid;
        grid-template-columns: 45% 27% 27%;
        padding: 0 1em !important;
    }

    .changestatus.transition_default .mm_menus_ul.active li:last-child ul li {
        text-align: center;
    }

    .changestatus.transition_default .mm_menus_ul.active li:last-child ul li a {
        font-size: 13px;
    }

    .changestatus.transition_default .mm_menus_ul.active li:nth-last-child(2) a span {
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase !important;
    }

    .changestatus.transition_default .mm_menus_ul.active li:last-child,
    .changestatus.transition_default .mm_menus_ul.active li:last-child ul li {
        border: none !important;
    }

    .changestatus.transition_default .mm_menus_ul.active li:last-child {
        padding-top: 10px;
    }
}

@media (min-width: 768px) {
    #ets-mobile-li {
        display: none;
    }
}

#prestablog-single-post-cs .comments {
    margin: 2em 0;
}

#prestablog-single-post-cs .comments .full-name {
    font-weight: 800 !important;
    color: #383c57 !important;
}

#prestablog-single-post-cs .comments .full-name span {
    font-size: 0.9375rem;
    font-weight: 300 !important;
    color: #575b71 !important;
}

#prestablog-single-post-cs .comments .title {
    margin-bottom: 1em;
}

#prestablog-single-post-cs .comments ul li {
    background: #f1efef;
    padding: 2em;
    border-radius: 5px;
    margin-bottom: 1em;
}

#prestablog-single-post-cs .comments ul li:last-child {
    margin: 0;
}

#prestablog-single-post-cs .comments #view-all-comments {
    color: #2d42bd !important;
    text-transform: uppercase;
    position: relative;
    margin: 2em 0;
    font-weight: 600 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f1efef;
    padding-bottom: 3em;
    cursor: pointer;
}

#prestablog-single-post-cs .comments #view-all-comments::before {
    content: ">";
    display: inline-block;
    transform: rotate(90deg);
    font-size: 24px;
    font-weight: 400;
    margin-right: 0.5em;
}

#prestablog-single-post-cs .comments #view-all-comments::after {
    content: ">";
    display: inline-block;
    transform: rotate(90deg);
    font-size: 24px;
    font-weight: 400;
    margin-left: 0.5em;
}

#prestablog-single-post-cs .comment-form form .form-row:first-child {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    grid-gap: 2em;
}

#prestablog-single-post-cs .comment-form form .form-row {
    margin-bottom: 1.5em;
}

#prestablog-single-post-cs .comment-form form .form-row .form-col input,
#prestablog-single-post-cs .comment-form form .form-row textarea {
    background: none;
    border: 1px solid #b7b9c7;
    border-radius: 2px !important;
    padding: 14px;
    color: #000629;
    font-weight: 200;
}

#prestablog-single-post-cs .comment-form form .form-row label {
    color: #696d80;
    font-weight: 600;
}

#prestablog-single-post-cs .comment-form form .form-row textarea {
    height: 120px;
    resize: none;
}

#prestablog-single-post-cs .comment-form form .submit {
    background: #2d42bd;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 0.75em 2em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 5px;
    cursor: pointer;
}

#prestablog-single-post-cs .comment-form form .alert.alert-danger {
    display: none;
}

#prestablog-single-post-cs .comment-form form .email-error {
    color: #ed4343 !important;
    display: none;
}

#prestablog-single-post-cs .comments ul li.hidden {
    display: none;
}

#prestablog-single-post-cs .comments ul li.hidden:first-child,
#prestablog-single-post-cs .comments ul li.hidden:nth-child(2) {
    display: block;
}

#prestablog-single-post-cs .comments #view-all-comments.top::before {
    content: ">";
    display: inline-block;
    transform: rotate(270deg);
    font-size: 24px;
    font-weight: 400;
    margin-right: 0.5em;
}

#prestablog-single-post-cs .comments #view-all-comments.top::after {
    content: ">";
    display: inline-block;
    transform: rotate(270deg);
    font-size: 24px;
    font-weight: 400;
    margin-left: 0.5em;
}

body#module-prestablog-ws article.alert-success {
    position: absolute;
    top: 25%;
    margin-left: 5em;
    width: 50%;
}

body#module-prestablog-ws .comment-form {
    margin-top: 2em;
}

div.product {
    height: 435px;
}

div.product .thumbnail-container {
    height: 480px !important;
}

div.product .thumbnail-container .achat-express-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    z-index: 10;
    background: #000000e8;
    text-align: center;
    display: none;
}

div.product .thumbnail-container .achat-express-overlay .vcsariant {
    height: 60px;
    margin-bottom: 1em;
}

div.product .thumbnail-container .achat-express-overlay .vcsariant:first-child {
    margin-top: 10px;
}

div.product .thumbnail-container .achat-express-overlay .vcsariant span {
    color: #ffffff;
    margin-bottom: 5px;
    display: inline-block;
}

div.product .thumbnail-container .achat-express-overlay .vcsariant select {
    border: 2px solid #c9c9c9;
    outline: none;
    background: #ffffff;
    border-radius: 5px;
    color: #001ab1;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    width: 75%;
}

div.product .thumbnail-container .achat-express-overlay .vc-price {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -80%);
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 18px;
}

div.product .thumbnail-container .achat-express-overlay .vc-add-to-cart {
    position: absolute;
    top: 85%;
    background: #ffffff;
    color: #001ab1;
    width: 75%;
    left: 0;
    margin-left: 15%;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
}

#homeproductscatabTabContent .thumbnail-container,
#homeproductscatabTabContent .product-miniature {
    height: 480px !important;
}

div.product .thumbnail-container .achat-express-overlay .vc-qty {
    position: relative;
}

div.product .thumbnail-container .achat-express-overlay .vc-qty input {
    width: 75%;
    border: 2px solid #c9c9c9;
    border-radius: 5px;
    margin-top: 1em;
    height: 34px;
    outline: none;
    text-align: center;
    color: #001ab1;
    font-weight: 500;
}

div.product .thumbnail-container .achat-express-overlay .vc-qty span {
    cursor: pointer;
}

div.product .thumbnail-container .achat-express-overlay .vc-qty>span.minus {
    position: absolute;
    top: 18px;
    left: 15%;
    height: 30px;
    width: 35px;
    background: #ffffff;
    border-right: 1px solid #c9c9c9;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.product .thumbnail-container .achat-express-overlay .vc-qty>span.add {
    position: absolute;
    top: 18px;
    left: 71%;
    height: 30px;
    width: 35px;
    background: #ffffff;
    border-left: 1px solid #c9c9c9;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.product .thumbnail-container .achat-express-overlay .vc-qty>span.add::before,
div.product .thumbnail-container .achat-express-overlay .vc-qty>span.minus::before {
    color: #001ab1;
    font-size: 22px;
    line-height: 30px;
}

div.product .thumbnail-container .achat-express-overlay .vc-qty>span.add::before {
    content: "+";
}

div.product .thumbnail-container .achat-express-overlay .vc-qty>span.minus::before {
    content: "-";
}

div.product .thumbnail-container .message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    z-index: 10;
    background: #000629;
    text-align: center;
    padding: 2em 1em;
    display: none;
}

div.product .thumbnail-container .message .check {
    font-size: 1.8rem;
    padding-top: 10px;
    border-radius: 50%;
    transition: transform 0.2s 0.25s cubic-bezier(0.31, 0.25, 0.5, 1.5), opacity 0.1s 0.25s ease-in-out;
    width: 50px;
    height: 50px;
    background: #4db200;
    color: white;
    line-height: 35px;
    margin: 0 auto;
}

div.product .thumbnail-container .message p.m-title {
    font-size: 1.75rem;
    margin: 25px 0;
    padding: 0;
    color: #ffffff !important;
    font-weight: 500 !important;
}

div.product .thumbnail-container .message p.m-m {
    font-size: 20px;
    line-height: 1.25;
    margin-top: 3em;
    color: white !important;
}

div.product .thumbnail-container .message #ok {
    color: #ffffff;
    position: absolute;
    bottom: 15%;
    left: 15%;
    background: #4db200;
    width: 75%;
    height: 38px;
    border-radius: 6px;
    font-size: 1em;
    outline: none;
    cursor: pointer;
    border: none;
}

div.product .thumbnail-container .loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #001ab1;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 35%;
    z-index: 22;
    left: 25%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product .thumbnail-container.s-loader {
    opacity: 0.65;
}

div.product .thumbnail-container>div:last-child .achat-express {
    display: block;
    padding-top: 0%;
    text-transform: uppercase;
    color: #001ab1;
    font-family: "Lexend";
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    margin-top: 2em;
}

div.product .thumbnail-container>div:last-child .achat-express span.material-icons {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.119' height='19.539' viewBox='0 0 19.119 19.539'%3E%3Cg id='Shopping-E-Commerce_Shopping-Bags_shopping-bag-check' data-name='Shopping-E-Commerce / Shopping-Bags / shopping-bag-check' transform='translate(0.751 0.751)'%3E%3Cg id='Groupe_3698' data-name='Groupe 3698' transform='translate(0 0)'%3E%3Cpath id='Shape_640' data-name='Shape 640' d='M290.728 1005.748H278.882a1.163 1.163 0 0 0-1.205.922L276 1017.759a1.051 1.051 0 0 0 .335.825 1.172 1.172 0 0 0 .871.312h15.2a1.175 1.175 0 0 0 .872-.312 1.05 1.05 0 0 0 .333-.825l-1.679-11.089A1.162 1.162 0 0 0 290.728 1005.748Z' transform='translate(-275.996 -1000.86)' fill='none' stroke='%23001ab1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Shape_641' data-name='Shape 641' d='M289.818 1006.579c1.434-10.36-8.639-9.563-7.053-.043' transform='translate(-277.483 -999.1)' fill='none' stroke='%23001ab1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

div.product .thumbnail-container>div:last-child .achat-express:before {
    position: absolute;
    content: "";
    left: 30%;
    top: 100%;
    height: 2px;
    background: #001ab1;
    width: 50%;
}

body#product div.product .thumbnail-container .achat-express-overlay .vc-qty>span.add {
    width: 27px;
}

@media (max-width: 767px) {
    body#module-prestablog-ws {
        max-width: 100%;
        height: auto;
        overflow-x: hidden;
    }

    body#module-prestablog-ws img {
        max-width: 100%;
        height: auto;
    }

    body#module-prestablog-ws #header-blog-btn {
        display: none;
    }
}

body#checkout .alert-success {
    margin: auto;
    max-width: 1100px;
}

ul.ets_mm_categories img {
    margin-top: 5px;
}

#debutants #js-product-list.blur {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}

body#pagenotfound .p404 {
    height: 85vh;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
}

body#pagenotfound .p404 div h1 {
    color: #989898;
    font-size: 2.5em;
}

body#pagenotfound .p404 div p.p404-title {
    color: #0b23b4 !important;
    font-size: 1.5em;
    font-weight: 600 !important;
    width: 55%;
    margin: 1.25em auto;
    line-height: 1.2em;
}

body#pagenotfound .p404 div a {
    color: #ffffff;
    background: #0b23b4;
    display: block;
    width: 35%;
    margin: auto;
    padding: 0.5em;
    border-radius: 4px;
    margin-top: 20px;
    text-transform: none;
}

body#pagenotfound .p404 div img #logo_404 {
    width: 300px;
    height: 400px;
}

.links-container-404 {
    display: flex;
    align-items: center;
}

body#pagenotfound {
    padding-top: 0;
}

body#pagenotfound .p404 div {
    position: relative;
    bottom: 1em;
}

#header .layout_layout1 .ets_mm_block_content a {
    width: 100%;
}

ul.ets_mm_categories a:before {
    width: calc(100% - 3.6em);
    height: 1em;
    content: "";
}

ul.ets_mm_categories a:after {
    content: none;
}

footer#footer span,
#header .lien_direct ul li span,
#_desktop_user_info .user-info span,
#_desktop_cart,
#header .layout_layout1 .ets_mm_block_content span {
    cursor: pointer;
}

a {
    text-decoration: none;
}

#header .lien_direct ul li span {
    color: #232323;
}

#header .lien_direct ul li span:hover {
    color: #001ab1 !important;
}

#_desktop_user_info .user-info span.hidden-sm-down {
    display: block;
    font-size: 10px;
    position: absolute;
    top: 37px;
    width: 95px;
    text-align: center;
    left: 0;
    background: #001ab1;
    color: #fff;
    text-transform: capitalize;
    height: 20px;
    overflow: hidden;
    z-index: 10;
}

#header .layout_layout1 .ets_mm_block_content span {
    white-space: break-spaces;
    font-size: 12px;
    background-color: white;
}

#header .layout_layout1 .ets_mm_block_content span {
    width: 100%;
    /* height: 45px; */
}

body#cart section.after_cart .product-description {
    height: auto !important;
}

@media (max-width: 767px) {
    #module-kwanticdebutant-filters #debutants .banner p.full~p {
        width: 100%;
        top: 80%;
        padding: 1em;
        transform: translate(-45%, -65%);
    }

    #block_myaccount_infos .text-uppercase{
        display: none;
    }

    #module-kwanticdebutant-filters #debutants .filters {
        display: block;
        height: auto;
        padding: 1em;
    }

    #module-kwanticdebutant-filters #debutants .filters #left {
        display: block;
        border-right: none;
    }

    #module-kwanticdebutant-filters #debutants .filters #right ul {
        display: block;
    }

    #module-kwanticdebutant-filters #debutants .filters #rightMobile ul {
        display: table-cell;
    }

    #module-kwanticdebutant-filters #debutants .filters #right ul li div,
    #module-kwanticdebutant-filters #debutants .filters #rightMobile ul li div {
        margin: 0 auto;
    }

    #module-kwanticdebutant-filters #debutants .banner img {
        object-fit: cover;
    }

    #module-kwanticdebutant-filters #debutants .filters {
        display: none !important;
    }

    #debutants #categories_list {
        display: grid;
        margin: 0;
        grid-template-columns: 38% 27% 27%;
        width: 100%;
        grid-gap: 0.75em;
        margin-left: 10px;
    }

    #debutants #categories_list li {
        margin: 0;
    }

    #debutants #categories_list li::after {
        content: none;
    }

    #debutants #categories_list li p {
        width: 100%;
        font-size: 14px;
    }

    body#module-kwanticdebutant-filters #wrapper .breadcrumb {
        display: none;
    }

    /* products H scrolling */
    #debutants #js-product-list {
        max-width: 100%;
        overflow-x: scroll;
    }

    #debutants #js-product-list .products {
        display: flex;
        width: 360%;
    }

    #debutants #js-product-list .products #row {
        width: 75%;
        margin-right: 1em;
    }

    /* */
    #debutants #categories_list li p.current {
        font-weight: normal !important;
    }

    #debutants #mobile-filters-wrapper {
        /* display: grid !important; */
        display: none !important;
    }

    .kFaq {
        display: block;
        margin: 1em;
        width: 100%;
        max-width: 100%;
        padding: 5%;
    }

    .kFaq ul li::before {
        right: 9px;
    }

    body#checkout .header-steps h2 {
        margin: 1em 0;
    }

    #blockcart-modal .modal-title i.material-icons {
        margin-right: 0;
    }

    #blockcart-modal .modal-title {
        font-size: 17px;
    }
}

.footer-container .container {
    padding: 0;
}

@media (min-width: 992px) {
    .links_footer {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    div#block_myaccount_infos {
        width: auto !important;
        max-width: max-content !important;
    }
}

@media (min-width: 992px) {
    .links_footer .col-md-3 {
        padding: 0;
    }
}

.footer-container p.h3 {
    font-size: 1rem;
    font-weight: 700 !important;
    text-transform: uppercase;
}

#debutants #mobile-filters-wrapper {
    width: 100%;
    height: 45px;
    background: #001ab1;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    justify-content: center;
    display: none;
}

#debutants #mobile-filters-wrapper p {
    color: #ffffff !important;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400 !important;
    text-decoration: underline;
    margin: 0;
    letter-spacing: 1px;
}

#debutants #mobile-filters-wrapper img {
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
}

#debutants #mobile-filters-data {
    position: fixed;
    top: 0;
    background: #f1f1f1;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}

#debutants #mobile-filters-data .header {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c4c6cc;
}

#debutants #mobile-filters-data .header p {
    margin: 0;
    color: #000629 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

#debutants #mobile-filters-data .header button {
    background: #ffffff;
    color: #162eb8;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
    outline: none;
    border: none;
    margin-right: 7px;
}

#debutants #mobile-filters-data .header a {
    background: #ffffff;
    color: #162eb8;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
}

#debutants #mobile-filters-data .main-filters ul {
    display: grid;
    grid-template-columns: 100%;
    margin: 1em 2em;
}

#debutants #mobile-filters-data .main-filters ul li {
    margin-bottom: 1em;
}

#debutants #mobile-filters-data .main-filters li p {
    margin-bottom: 5px;
    color: #1e2342 !important;
}

#debutants #mobile-filters-data .main-filters li select {
    padding: 0.25em;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 15px;
    color: #7e8192;
    width: 100%;
    height: 35px;
}

#debutants #mobile-filters-data .main-filters #validate {
    display: block;
    margin: auto;
    background: #001ab1;
    color: #ffffff;
    outline: none;
    border: none;
    padding: 0.5em 2em;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
}

#debutants #mobile-filters-data .main-filters #reset {
    text-align: center;
    display: block;
    color: #001ab1;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 800;
    margin: 10px;
    letter-spacing: 2px;
}

body#checkout section.checkout-step .form-footer#cs {
    display: flex;
}

body#checkout section.checkout-step #login-form>div .fields {
    display: flex;
    position: relative;
}

body#checkout section.checkout-step #login-form>div .fields .form-group.row {
    display: grid;
    width: 50%;
}

body#checkout section.checkout-step #login-form>div .fields .form-group.row .col-md-3,
body#checkout section.checkout-step #login-form>div .fields .form-group.row .col-md-6 {
    width: 100%;
    padding-left: 0;
}

/* .input-group .input-group-btn > .btn[data-action="show-password"] {    display: none;  } */
.password-icon:before {
    content: "\f070" !important;
}

.password-icon.show:before {
    content: "\f06e" !important;
}

body#checkout section.checkout-step #login-form>div .fields .form-group.row>label,
body#checkout section.checkout-step #login-form>div .fields .form-group.row>label {
    font-weight: 400 !important;
    position: relative;
}

body#checkout section.checkout-step #login-form>div .fields .form-group.row>label::after,
body#checkout section.checkout-step #login-form>div .fields .form-group.row>label::after {
    content: "*";
}

body#checkout section.checkout-step #login-form {
    margin-top: 5px;
    margin-left: 0;
}

#checkout-login-form .title-cs,
#checkout-login-form #create-account h5 {
    margin-bottom: 0.75em;
    margin-top: 1em;
    color: #000629 !important;
    font-size: 16px;
    font-weight: 600 !important;
}

/*body#checkout #checkout-personal-information-step .header {      border-bottom: 1px solid #ffffff;  }*/
#checkout-login-form #social-login {
    margin: 2em 0;
    border-bottom: 1px solid #d9d9e0;
    padding-bottom: 2em;
}

#checkout-login-form #social-login>p {
    color: #7e909b !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

#checkout-login-form #social-login ul {
    display: flex;
}

#checkout-login-form #social-login ul li {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #e8e8ea;
    height: 35px;
    padding: 1em;
    display: flex;
    align-items: center;
    margin-right: 1em;
    cursor: pointer;
}

#checkout-login-form #social-login ul li img {
    height: 20px;
    margin-right: 1em;
    cursor: pointer;
}

#checkout-login-form #social-login ul li button {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
}

#checkout-login-form #create-account button {
    cursor: pointer;
    background: #001ab1 !important;
    border-radius: 5px !important;
    transition: 0.3s;
    outline: none;
    border: none;
    color: #ffffff;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ets_solo_slide_widget:not(.active) {
    display: none;
}

body#checkout .ets_solo_social_wrapper.slw_and_alw.slw,
body#checkout div#_desktop_cart,
body#checkout div#_desktop_user_info {
    display: none;
}

body#search #wrapper .breadcrumb+#content-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

div#block-reassurance ul {
    align-items: stretch;
}

#block-reassurance li .block-reassurance-item {
    text-align: center;
}

.block-category h1 {
    font-size: 1.65em;
}

#subcategories ul li {
    width: auto;
    align-items: stretch;
}

#subcategories ul li .subcategory-image {
    width: 55px;
    height: 55px;
}

#subcategories ul li .subcategory-image .subcategoryImg {
    width: 55px;
    height: 55px;
    border: none !important;
    cursor: pointer !important;
}

#subcategories ul li .subcategory-image .subcategoryImg:before {
    width: 55px;
    height: 55px;
}

body#module-kwanticdebutant-filters #wrapper .breadcrumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: block;
}

body#module-kwanticdebutant-filters #wrapper .breadcrumb ol li:first-child a {
    color: #ffffffff;
    font-size: 14px;
    opacity: 0.75;
}

body#module-kwanticdebutant-filters #wrapper .breadcrumb ol li span {
    color: #ffffffff;
    font-weight: 600;
}

/*** Style Rihab **    /**Fix style footer checkout **/
body#checkout #footer,
body#order-confirmation #footer {
    background: #000629 !important;
    padding: 10px !important;
    padding-bottom: 70px !important;
}

body#checkout #footer li,
body#order-confirmation #footer li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: calc(50px / 2);
    margin-left: calc(50px / 2);
}

body#checkout #footer li:not(:last-child):after,
body#order-confirmation #footer li:not(:last-child):after {
    content: "";
    border-color: #ddd;
    border-left-style: solid;
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: calc(-50px / 2);
}

body#checkout #footer li a,
body#checkout #footer li span,
body#order-confirmation #footer li a,
body#order-confirmation #footer li span {
    font-size: 0.775rem;
    font-weight: 300;
}

body#checkout #footer ul,
body#order-confirmation #footer ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

footer#footer {
    background: transparent !important;
}

.footer-container {
    background: #000629;
    color: #fff !important;
}

body#checkout section.checkout-step .delivery-options>.row {
    border-right: none !important;
}

footer#footer {
    padding: 0 !important;
}

/*** Page débutant block text **/
.K_text_debutant {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 100%;
    margin: auto;
    background: #f1f1f1;
    width: 100%;
    padding: 9% 15%;
    position: relative;
}

.K_text_debutant h3 {
    color: #000629;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0;
}

.K_text_debutant h4 {
    color: #001ab1;
    font-size: 17px;
    font-weight: bold;
    padding: 18px 0;
}

.K_text_debutant p {
    color: #575b71;
    font-size: 13px;
    line-height: 25px;
    display: block;
    margin-bottom: 30px;
}

.K_text_debutant a.btn_guide {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #001ab1;
    font-family: "Lexend" !important;
    font-size: 12px;
    padding: 12px 24px;
    border-color: #001ab1;
    letter-spacing: 1px;
}

.K_text_debutant a.btn_guide:hover {
    background-color: #001ab1;
    color: #fff;
}

@media (min-width: 768px) {
    body#pagenotfound .p404 div a {
        margin-right: 10px;
    }

    .K_text_debutant:before {
        position: absolute;
        content: "";
        width: 40%;
        left: 42px;
        top: 62px;
        background: url(https://bio-concept-pharma.com/img/cms/fum.png);
        background-size: contain;
        height: 220px;
        filter: brightness(0.5);
        background-repeat: no-repeat;
        background-position: right;
    }
}

.bloc_image {
    padding: 0 19%;
}

body#category div#block-reassurance {
    background: #f1f1f1;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .K_text_debutant {
        padding: 5% 0;
    }
}

@media (max-width: 767px) {
    .K_text_debutant {
        text-align: left;
        padding: 5% 2%;
        grid-template-columns: auto;
        display: block;
    }

    #debutants .elementor-image {
        text-align: left;
    }
}

/** Récap commande confirmation*/
#content-hook_order_confirmation h3.card-title {
    color: #01072a;
    font-size: 26px;
    margin: 1em;
    text-transform: inherit;
}

#order-confirmation #registration-form {
    width: 60% !important;
}

#order-confirmation i.material-icons.rtl-no-flip.done {
    font-size: 46px;
    color: #4cbb6c;
}

#order-confirmation .btn_back {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #001ab1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #fff;
    font-family: "Lexend" !important;
    font-size: 12px;
    padding: 12px 24px;
    border-color: #001ab1;
    letter-spacing: 1px;
}

section#content-hook_order_confirmation {
    /* display: flex;    justify-content: center;    align-items: center; */
    text-align: center;
}

section#content-hook_order_confirmation p {
    margin-bottom: 35px;
}

.page-content.page-order-confirmation.card {
    width: 60% !important;
    margin: 0 auto;
    margin-top: 2%;
    border-radius: 8px;
    padding: 2%;
}

.top-order-confirmation {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
}

.order-confirmation-table,
#order-details ul {
    background-color: #fff;
    border-radius: 8px;
}

#order-details ul {
    padding: 20px;
}

#order-items .order-line {
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 65% 35%;
    border-bottom: 2px solid #f1f1f1;
    margin: 0;
    padding: 10px !important;
}

#order-items .colm:not(:last-child) {
    display: flex;
    justify-content: center;
    align-items: center;
}

#order-items hr {
    border-top-color: #f1f1f1;
    border-width: 2px;
}

#order-items table tr.total-value {
    background-color: #fff;
}

#order-details>.card-title {
    margin-bottom: 1.875rem;
    font-size: 1rem;
    line-height: 1.25em;
    color: #232323;
    text-transform: inherit;
    font-weight: 500;
}

section#content-hook_payment_return {
    width: 75%;
    margin: 0 auto 40px auto;
    padding: 6%;
}

section#content-hook_payment_return .row .col-md-12 {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}

#order-items {
    border-right: none;
}

#order-items .colm .image {
    border: 1px solid #f1f1f1;
    padding: 10px;
    display: block;
    border-radius: 7px;
    margin: 15px;
}

#order-items .details {
    font-weight: bold;
    font-size: 14px;
    padding: 0;
}

.colm.qty .bold {
    font-size: 20px;
    font-weight: bold;
}

#order-items .qty {
    font-size: 14px;
}

#order-details,
#order-items {
    padding: 0;
}

.top-order-confirmation a {
    color: #001ab1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
    display: block;
}

#order-items table tr.total-value td {
    font-size: 20px;
    font-weight: bold;
}

#order-items table tr.total-value td span {
    text-transform: initial !important;
}

a.download-fact {
    font-size: 0.8375rem;
    font-weight: 300;
    color: #575b71;
    text-decoration: underline;
}

#order-confirmation #wrapper .breadcrumb {
    display: none !important;
}

.product-container .right_product h1,
.product-accessories .h5 {
    text-transform: inherit !important;
    font-size: 20px !important;
}

@media (max-width: 767px) {

    .top-order-confirmation,
    #order-items .order-line {
        display: block;
    }

    #order-items .qty {
        display: inline-block;
        width: 100%;
    }

    section#content-hook_payment_return,
    .page-content.page-order-confirmation.card {
        width: 100% !important;
    }

    #order-confirmation .btn_back {
        font-size: 10px;
        padding: 9px 9px;
    }

    .top-order-confirmation a {
        text-align: left;
    }

    #product h2[data-toggle="collapse"]:after {
        top: 16px;
    }

    #product h2[data-toggle="collapse"] {
        padding-top: 7%;
        padding-bottom: 7%;
    }

    .row.product-container.js-product-container .col-md-6:not(:first-child) {
        padding: 0;
    }

    /*#products .description,    .fiche_technique,    .product-livaison,    .product-garantie,    .avis_client {      margin: 4%;      border-radius: 8px;    }*/
    .product-features {
        margin-top: 0;
    }

    #product h2[data-toggle="collapse"] {
        border-bottom: none;
    }

    section.product-livaison {
        padding: 0 !important;
        margin: 0;
    }

    #product .avis_client h2[data-toggle="collapse"] {
        padding: 10px;
    }

    .bloc_image {
        padding: 0;
        text-align: center;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    /* #product-list-header {
        margin-top: 20px;
    } */

    .elementor-image-mobile {
        margin-left: 93px !important;
    }

    .scrollTop {
        right: 18px !important;
        margin-bottom: 20px !important;
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        z-index: 99999 !important;
        bottom: 60px !important;
    }

    .links-container-404 {
        display: block;
    }
}

.payment-options {
    background-color: #fff;
    padding: 26px;
    border-radius: 10px;
}

body#checkout section.checkout-step.-current .step-title,
body#checkout section.checkout-step .step-title {
    cursor: default;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 30px;
    width: 100%;
}

@media (max-width: 767px) {
    .ybc-menu-toggle.ybc-menu-btn {
        border-right: 3px solid #f1f1f1;
        width: 50px !important;
    }

    div#search_widget {
        width: 85% !important;
    }

    .c2:before {
        top: -103%;
        width: 100%;
    }

    .elementor-1020301 .elementor-element.elementor-element-2ddd27f {
        padding-top: 7%;
    }

    .links .title {
        border: 1px solid rgb(255 255 255 / 45%) !important;
        border-radius: 5px;
        margin: 7px auto;
    }

    div#block_myaccount_infos {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 15px;
    }

    .top-order-confirmation,
    #order-items .order-line {
        text-align: center;
        font-size: 24px;
        line-height: 35px;
    }

    .top-order-confirmation a {
        text-align: center;
        font-size: 15px;
        line-height: 35px;
    }

    #order-items .colm:not(:last-child) {
        border-right: 0 solid #f1f1f1;
    }

    #content-hook_order_confirmation h3.card-title {
        font-size: 22px;
    }

    section#content-hook_order_confirmation {
        margin-top: 50px;
    }

    #content-hook_order_confirmation .card-block {
        padding-top: 0 !important;
    }

    body#product .breadcrumb ol>a.retour::before {
        margin-right: 10px;
        width: 8px;
        height: 16px;
    }

    .aded-pop {
        text-align: left;
        display: grid;
        grid-template-columns: 50% 50%;
        width: 100%;
    }

    .modal-body .col-md-6 {
        width: 100%;
        padding: 20px;
    }

    #product .modal-body,
    #blockcart-modal .product-image {
        border: 2px solid #f1f1f1 !important;
        border-radius: 5px;
    }

    #product .divide-right {
        border-bottom: 2px solid #f1f1f1;
    }

    body#checkout .header-steps ul {
        padding: 10px;
    }

    /*body#checkout #checkout-personal-information-step .header {          border-bottom: 2px solid #ffffff;          padding: 20px;      }*/
    body#checkout section.checkout-step.-current .step-title,
    body#checkout section.checkout-step.-complete:first-of-type .step-title {
        font-weight: bold;
        border-bottom: 2px solid #fff !important;
        margin-bottom: 20px;
        padding: 15px 0 29px 0;
        font-size: 18px;
        text-align: center;
    }

    body#checkout section.checkout-step #login-form>div .fields,
    #checkout-login-form #social-login ul {
        display: block;
    }

    body#checkout section.checkout-step #login-form>div .fields .form-group.row {
        width: 100%;
    }

    .blockreassurance .block-title {
        max-width: 100%;
    }

    .blockreassurance .row {
        text-align: center;
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
    }

    body#checkout section.checkout-step .delivery-options .delivery-option {
        display: grid;
        grid-template-columns: 10% 90%;
    }

    body#checkout section.checkout-step .delivery-option-2 {
        width: 100%;
    }
}

#product .product-prices.js-product-prices .current-price {
    color: #d93535 !important;
}

#module-kwanticdebutant-filters div#block-reassurance {
    background-color: #f1f1f1;
    width: 100%;
    max-width: 100%;
}

#module-kwanticdebutant-filters footer .blockreassurance {
    display: none !important;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    text-transform: inherit !important;
}

#contact #left-column .block {
    padding: 0 !important;
}

.page-index #products .product,
.page-search #products .product,
.page-index .featured-products .product,
.page-search .featured-products .product,
.page-index .product-accessories .product,
.page-search .product-accessories .product,
.page-index .product-miniature .product,
.page-search .product-miniature .product {
    width: auto !important;
    min-width: auto !important;
    flex: 0 0 19% !important;
}

@media (max-width: 991px) {

    .page-index #products .product,
    .page-search #products .product,
    .page-index .featured-products .product,
    .page-search .featured-products .product,
    .page-index .product-accessories .product,
    .page-search .product-accessories .product,
    .page-index .product-miniature .product,
    .page-search .product-miniature .product {
        width: auto !important;
        min-width: auto !important;
        flex: 0 0 40% !important;
    }

    #debutants #js-product-list .products {
        /*display: grid;      grid-template-columns: 23.5% 23.5% 23.5% 23.5%;      grid-gap: 1em;*/
        display: inline-block !important;
    }

    #debutants #js-product-list .products {
        display: inline-block !important;
        width: 100%;
    }

    #debutants #js-product-list .products #row {
        width: 75%;
        margin-right: 1em;
        display: inline-block !important;
    }

    #debutants #js-product-list {
        max-width: 100%;
        overflow-x: scroll;
    }

    /* .transition_floating .mm_menus_ul {      top: 106px !important;    } */
    #product .modal-body .prices_pop p {
        margin: 0;
    }

    #cart main #footer .footer-container .container .row .elementor-inner .elementor-section-wrap .elementor-element:last-child .elementor-container {
        margin-bottom: 60px !important;
    }
}

@media (max-width: 640px) {

    .page-index #products .product,
    .page-search #products .product,
    .page-index .featured-products .product,
    .page-search .featured-products .product,
    .page-index .product-accessories .product,
    .page-search .product-accessories .product,
    .page-index .product-miniature .product,
    .page-search .product-miniature .product {
        flex: 0 0 80% !important;
        width: auto !important;
        min-width: auto !important;
    }

    section.featured-products {
        display: none !important;
    }
}

#checkout #wrapper nav.breadcrumb.hidden-sm-down {
    display: none !important;
}

li.mm_menus_li.mm_sub_align_full.active>a>span {
    color: blue !important;
}

#ets_blog_page section#wrapper .container {
    position: relative;
}

#ets_blog_page .packs__ {
    margin-bottom: 20%;
}

#ets_blog_page .reassurance {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f1f1f1;
}

#ets_blog_page .reassurance #block-reassurance {
    padding: 0;
}

#ets_blog_page #_desktop_user_info,
#ets_blog_page #_desktop_cart {
    display: none;
}

#ets_blog_page #header-blog-title {
    margin: 0;
    font-weight: 600 !important;
    color: #000000 !important;
    width: 25%;
}

@media (max-width: 767px) {
    #ets_blog_page #header-blog-btn {
        width: 40%;
        margin-left: 1em;
    }

    li.mm_menus_li.mm_sub_align_full.mm_has_sub span.closed {
        display: inline-block;
        width: 20% !important;
    }

    #prestablog-single-post-cs .sp-left{
        width: 100% !important;
    }

    #prestablog-single-post-cs .sp-left .fileAriane p {
        margin-bottom: 0px !important;
    }

}

@media (min-width: 767px) {
    #prestablog-single-post-cs .sp-left {
        margin-top: 0 !important;
    }
}

@media (min-width: 481px) {
    #bg-pages .bloc .header {
        height: 250px !important;
    }
}

@media (min-width: 0) and (max-width: 481px) {

    #module-prestablog-blog .first-title,
    #module-prestablog-blog .news-grid .page_,
    #module-prestablog-blog .news-grid .link_blog {
        display: none !important;
    }
}

#_desktop_user_info .user-info span.hidden-sm-down {
    top: 42px;
}

/* div#_desktop_user_info ,  div#_desktop_cart {    z-index: 999999;  } */
body#best-sales .pagination {
    display: none !important;
}

.pcito a,
#module-kwanticdebutant-filters #debutants .filters #right .type-fumeur.type-fumeur a,
#module-kwanticdebutant-filters #debutants .filters #rightMobile .type-fumeur.type-fumeur a {
    color: #232323 !important;
}

.product-actions .btn:disabled {
    opacity: .25;
}

#choose_gift .row .col-md-6 .product-cover {
    display: block !important;
}

.product-container .description {
    overflow: hidden !important;
}

.achat-express.disabled {
    pointer-events: none;
    opacity: .4;
}

/*** Style Allan **/
.checkout-address-form-row .form-control-comment {
    display: none !important;
}

#div_accordion a {
    color: black !important;
    font-size: 1.35em !important;
    text-decoration: none !important;
}

#content2,
div#div_accordion>.panel .panel-body {
    background-color: #f1f1f1 !important;
}

.panel-group #content1 {
    background-color: #f1f1f1;
}

.av_category_stars {
    padding-top: 10px !important;
}

.panel-group .panel-heading {
    margin-bottom: 25px !important;
}

.section_pour_vs .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.panel-heading h4 {
    font-size: 1rem !important;
}

.panel-group .fiche_technique:first-child {
    margin-top: 0 !important;
}

.panel-group .fiche_technique:last-child {
    margin-bottom: 0 !important;
}

.icon_show i {
    background-color: white;
    padding: 10px;
    border-radius: 100px;
    color: #3549c0;
    font-size: 17px;
}

.scrollTop span i {
    color: #001ab1 !important;
}

#scroll-to-top a:hover {
    background: #333;
}

.scrollTop:hover i {
    color: #ffffff !important;
}

#produitsBlog .thumbnail-container div {
    text-align: center !important;
}

#produitsBlog .product {
    height: 75% !important;
}

.featured-products h2 {
    text-align: center !important;
}

.page-home .featured-products {
    display: none !important;
}

section.featured-products {
    display: block;
}

.elementor-section-wrap .elementor-element-4c7d639 {
    padding-bottom: 2% !important;
}

.product-actions .product-prices #loyalty {
    display: none !important;
}

.del-ref ul li:last-child .product-prices .current-price {
    display: none !important;
}

.del-ref ul li:last-child .product-prices #loyalty img {
    display: none !important;
}

.del-ref ul li:last-child .product-prices .product-discount {
    display: none !important;
}

.del-ref ul li:last-child .product-prices {
    margin-top: 0 !important;
}

.del-ref ul li:last-child svg {
    min-width: 6% !important;
}

#ets_blog_page main #wrapper .container .breadcrumb {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.product-flags li.product-flag.pack {
    display: none !important;
}

.ap5-pack-product-content .ap5-pack-product-infos {
    display: none !important;
}

.ap5-on-product-page .ap5-pack-product-content {
    margin-top: 15px !important;
}

.ap5-pack-product-content .product-variants>.product-variants-item {
    height: 65px !important;
}

.ap5-on-product-page .ap5-pack-product-title a {
    font-size: 0.9em !important;
}

#ap5-buy-container .ap5-buy-block .product-add-to-cart .product-add-to-cart .product-quantity .add {
    margin-top: 10px !important;
}

.cart-item .product-line-grid .product-line-grid-body .product-line-info,
.pack {
    background: white !important;
    width: 100%;
}

.packs #packsHome .pack {
    background: #f1f1f1 !important;
    width: 20%;
}

/*.product-line-grid-body .product-line-info, .pack{   background: #f1f1f1 !important;    width: auto !important;   height: auto !important; }*/
.bloc_mobile form .product-prices #loyalty {
    display: none;
}

.sp-right #newsletterBlog {
    position: sticky !important;
    top: 200px;
}

.sp-right #newsletterBlog .block_newsletter {
    padding-top: 50px;
    background-image: url(https://bio-concept-pharma.com/img/fond-bloc-inscription.jpg);
    padding-bottom: 130px;
    border-radius: 15px;
}

.sp-right #newsletterBlog .block_newsletter p {
    color: white !important;
}

.sp-right #newsletterFooter {
    display: none !important;
}

#footer .elementor-widget-container #newsletterBlog {
    display: none !important;
}

#titreNewsBlog p {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    text-align: center;
    font-weight: bold !important;
}

#soustitreNewsBlog p {
    text-align: center;
    font-weight: 200 !important;
}

#cart #wrapper .featured-products {
    display: none !important;
}

.sp-right #newsletterBlog .block_newsletter form p,
#newsletterFooter .block_newsletter form .alert-success,
#newsletterFooter .block_newsletter form .alert-danger {
    color: black !important;
}

.wpb_wrapper .vc_single_image-wrapper {
    text-align: center;
}

.mm_menus_ul li:nth-child(2) a .mm_menu_content_title,
.mm_menus_ul li:nth-child(10) a .mm_menu_content_title {
    font-weight: bold !important;
}

.no-account {
    text-align: center !important;
    cursor: pointer !important;
}

.no-account:hover {
    background-color: #001ab1 !important;
}

#homeproductscatabTabContent a.nav-link:hover {
    color: #001ab1 !important;
    border-bottom: 2px solid !important;
}

#header .layout_layout1 .ets_mm_block_content a:hover {
    color: #001ab1 !important;
    font-weight: bold !important;
}

.wpb_wrapper a {
    color: #24b9d7 !important;
}

.fileAriane a {
    color: #232323 !important;
    font-weight: 500 !important;
}

#checkout main #wrapper .container #content-wrapper #content .row .cart-grid-right #js-checkout-summary .cart-summary .checkout {
    display: none !important;
}

#main #content-hook-order-confirmation-footer {
    display: none !important;
}

#order-confirmation main #wrapper {
    padding-top: 0 !important;
}

.modal-dialog .modal-content .js-modal-content h2,
.modal-dialog .modal-content .js-modal-content h3,
.modal-dialog .modal-content .js-modal-content p {
    color: black !important;
}

@media (min-width: 992px) {
    #products .product {
        flex: 0 0 19% !important;
    }
    li.mm_menus_li.mm_sub_align_full.active>a>span {
        font-weight: bold !important;
    }
}

#forgot_mdp {
    margin-top: 40px !important;
    text-align: center !important;
}

#order-login-form-password-reset {
    color: #9da0ab !important;
    text-decoration: underline;
    font-size: 14px;
    padding: 10px !important;
}

#authentication .ets_solo_social_wrapper.lgp {
    padding-top: 0 !important;
}

#module-prestablog-blog .news-grid .link_blog {
    display: none !important;
}

#module-prestablog-blog .news-grid {
    margin-bottom: 25% !important;
}

#module-prestablog-blog #bg-pages {
    margin-bottom: 0% !important;
}

#winningorder_promote_home {
    display: none !important;
}

#winningorder_promote_block_left .block_content .gift_img {
    display: none;
}

#affichageArticles {
    font-size: .700rem !important;
}

.mm_blocks_ul .mm_blocks_li .mm_block_type_image .h4 {
    display: none !important;
}

.mm_blocks_ul .mm_blocks_li .mm_block_type_image .ets_mm_block_content .mm_img_content {
    white-space: unset !important;
}

.ets_mm_megamenu_content_content .mm_menus_ul li .mm_columns_ul {
    width: 100% !important;
}

.PM_ASCriterionsOutput div .PM_ASResetGroup {
    display: none !important;
}

#checkout main #footer .modal-dialog .modal-content h1,
.modal-dialog .modal-content a,
.modal-dialog .modal-content table {
    color: black !important;
}

.modal-content .cart-content-btn a {
    color: white !important;
}

.elementor-widget-container .news-grid .slick-list .slick-track .progress {
    display: none !important;
}

.container .first-in .links_footer #block_myaccount_infos .myaccount-title a {
    color: white !important;
}

.slick-track .slick-slide .cover {
    background-size: contain !important;
}

#order-items table tr.total-value td:last-child {
    font-size: 26px !important;
}

.elementor-container .elementor-row .elementor-element .elementor-widget-wrap .elementor-widget-ps-widget-module .elementor-widget-container .news-grid .page_ .body h2 {
    display: block !important;
}

#ets_blog_page main #wrapper .container #content-wrapper #content-wrapper #module-prestablog-blog #bg-pages .bloc .body {
    height: 225px !important;
}

#manufacturer main #wrapper .container #content-wrapper #main #subcategories {
    padding: 0% !important;
}

#manufacturer main #wrapper .container #content-wrapper #main .banner_t #manufacturer-description {
    display: none !important;
}

#pickupChronoRelais .js-delivery-option {
    flex-wrap: wrap !important;
}

#fraisDouane {
    color: red !important;
}

/* Calculateur DIY */
#calculateurdiy {
    max-width: 1140px;
    margin: 0 auto;
}

#calculateurdiy .firstBlocDiy,
#calculateurdiy .secondBlocDiy {
    width: 100%;
    padding: 3% !important;
    margin-bottom: 5%;
    text-align: center;
    position: relative;
    border-radius: 15px;
    border: 2px solid blue !important;
}

#calculateurdiy .first-title {
    margin-top: 5%;
}

.itemBloc {
    border-radius: 5px;
    border: 1px solid grey !important;
    max-width: 50%;
    margin-bottom: 2%;
}

.itemBloc p {
    margin-top: 3% !important;
    margin-bottom: 3% !important;
}

#boutonCalculDiy {
    background-color: blue;
    color: white;
    border-radius: 5px;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid blue !important;
    font-size: 22px;
    cursor: pointer;
}

#boutonResetDiy {
    background-color: white;
    color: blue;
    border-radius: 5px;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid blue !important;
    font-size: 22px;
    cursor: pointer;
}

.marginDiy {
    margin-bottom: 2% !important;
}

.thirdPart {
    position: relative;
    top: 55px;
}

.secondBlocDiy .firstPart,
.firstBlocDiy .secondPart #tauxDeNico {
    display: flex !important;
}

.secondBlocDiy .firstPart .item {
    flex: 1 !important;
}

.secondBlocDiy .firstPart .itemPlus {
    margin-top: 10% !important;
}

.secondBlocDiy .firstPart .item img {
    max-width: 85% !important;
}

.secondBlocDiy .firstPart .itemPlus .plus {
    font-size: 2.5rem !important;
    color: blue !important;
}

.secondBlocDiy .firstPart .item h3 {
    color: blue !important;
    font-size: 1.5em !important;
}

.firstBlocDiy .secondPart .selected-product img {
    border: 1px solid grey;
}

.elementor-3020101 .elementor-inner .elementor-element-88857ab, .elementor-element-88857ab {
    display: none!important;
}

.footer-bottom a {
    display: none !important;
}

.obfuscation {
    cursor: pointer;
}

.obfuscation:hover {
    color: #181ab1 !important;
    font-weight: bold !important;
}

.desobfuscation {
    cursor: pointer;
}

.desobfuscation:hover {
    color: #181ab1 !important;
    font-weight: bold !important;
}

#forgot_mdp div {
    cursor: pointer;
}

.dfd-aside-content .dfd-facet:first-child .dfd-facet-content button:first-child {
    display: none !important;
}

.js-product-container .col-md-7 .product-garantie {
    display: none !important;
}

.product-garantie-perso {
    padding-left: 1% !important;
    margin: 4% auto;
}

.product-garantie-perso h2[data-toggle="collapse"]:after {
    right: 35px !important;
}

.dfd-layer .dfd-branding {
    display: none !important;
}

.blog-paggination .results {
    display: block !important;
}

.js-product-container .col-md-7 .product-garantie-perso:first-child {
    margin-bottom: 4% !important;
}

#PhrasePerso {
    margin-top: 3% !important;
}

body#ets_blog_page #search_widget {
    display: none !important;
}

body#ets_blog_page #header .header-top {
    margin-top: 25px;
    margin-bottom: 25px;
}

#debutants form .filters {
    display: none !important;
}

#module-kwanticdebutant-filters #debutants .filters {
    /* grid-template-columns: 50% 50%;*/
}

#debutants .news-grid {
    grid-template-columns: repeat(4, 23.5%) !important;
}

#debutants .news-grid .page_ .body .date {
    margin-bottom: 16px !important;
}

#debutants .news-grid .page_ .body h2 {
    width: 100%;
    color: #242947 !important;
    font-size: 16px;
    font-weight: 400 !important;
    height: 60px;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.page_ a .body h2{
   color: #2919ae !important;
}

.page_ a .body h2:hover{
    color: #24b9d7 !important;
}

#debutants .news-grid .page_ .body p {
    display: none !important;
}

#debutants .news-grid .page_ .body .choisi {
    font-weight: bold !important;
}

#debutants .news-grid .page_ .body {
    height: 200px !important;
}

#module-prestablog-blog .mySlides .category {
    display: none !important;
}

#debutants #categories_list {
    background-color: #f1f1f1;
    padding: 15px;
}

#categories_list li {
    display: flex;
    align-items: center;
}

#categories_list li img {
    width: 35px !important;
    height: 35px;
    object-fit: contain;
}

#categories_list li p {
    margin: 0;
}

.header-top-right .dynhook.pc_displayTop_19 {
    display: flex;
    align-items: center;
}

#ets_blog_page main #wrapper .container #content-wrapper #content-wrapper #module-prestablog-blog #bg-pages .bloc .body {
    height: 170px !important;
    background: #f1f1f1 !important;
    margin-bottom: 10px !important;
}

.link_article{
    color: #2919ae;
}

.link_article:hover {
    color: #24b9d7 !important;
}

.link_article:hover svg path {
    stroke: #24b9d7;
}

#ets_blog_page .bloc .body a:hover {
    color: #24b9d7 !important;
}

body#index .cover a:last-child {
    display: none !important;
}

@media (max-width: 992px) {
    .product_link_all {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .product_link_all_mobile {
        display: none !important;
    }
}

.news-grid .first-bloc {
    display: none !important;
}

.cart-content-btn a.btn.btn-primary:hover {
    background-color: white !important;
    border: solid 1px #001AB1 !important;
}

.modal-content .cart-content-btn a:hover {
    color: #001AB1 !important;
}

.cart-content-btn button.btn.btn-secondary:hover {
    color: white !important;
    background-color: #001AB1 !important;
}

#alertPack {
    padding-bottom: 5px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 5px !important;
    margin-top: 15px !important;
}

.blog-recherche-bandeau {
    margin-top: 10% !important;
}

#module-prestablog-blog .slideshow {
    display: none !important;
}

.order-confirmation-table .order-line .colm .col-xs-6:first-child {
    border-right: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
}

.content #order-summary-content .step-edit {
    display: none !important;
}

body#checkout .blockreassurance .row {
    grid-template-columns: auto !important;
}

#payment-confirmation .ps-shown-by-js {
    display: flow-root !important;
}

#footer_account_list {
    margin-left: 15px;
}

#summary-selected-carrier-id {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.links_footer #block_myaccount_infos .text-uppercase {
    font-weight: 700 !important;
}

@media (max-width: 350px) {
    #psagechecker_block .lightbox {
        left: -10% !important;
    }
}

@media (max-width: 991px) {
    #chrono_postcode_controls_pc {
        display: none;
    }
}

@media (min-width: 992px) {
    #chrono_postcode_controls_mobile {
        display: none !important;
    }
}

#module-kwanticdebutant-filters #debutants .banner h1 {
    text-align: center;
    top: 38%;
}

body#order-return h1:first-child {
    display: none !important;
}

@media (min-width: 768px) {

    li[data-id-block="88"],
    li[data-id-block="90"],
    li[data-id-block="91"],
    li[data-id-block="92"],
    li[data-id-block="97"] {
        display: none !important;
    }
}

.description .collapse p iframe {
    max-width: 100%;
}

#retourBoutiqueLogo {
    display: block !important;
}

/* Calculateur DIY */
#calculateurDiy {
    max-width: 1140px;
    margin: 0 auto;
}

#calculateurDiy .blocCalculDiy,
#calculateurDiy .secondBlocDiy {
    width: 100%;
    padding: 3% !important;
    margin-bottom: 5%;
    text-align: center;
    position: relative;
    border-radius: 15px;
    border: 2px solid blue !important;
}

#calculateurDiy .title {
    margin-top: 5%;
}

.itemBlocDiy {
    border-radius: 5px;
    border: 1px solid grey !important;
    max-width: 50%;
    margin-bottom: 2%;
    margin-left: 25%;
}

.itemBlocDiy p,
#cbdChoix,
#choixArome {
    margin-top: 3% !important;
    margin-bottom: 3% !important;
    font-weight: bold !important;
}

.blocCalculDiy #secondBlocCalculDiy #tauxDeNicoDiy {
    display: flex !important;
}

#resultatDiy .secondBlocDiy .blocPart .item {
    flex: 1 !important;
}

#resultatDiy .secondBlocDiy .blocPart .itemPlus {
    margin-top: 10% !important;
}

#resultatDiy .secondBlocDiy .blocPart .item img {
    max-width: 70% !important;
}

#resultatDiy .secondBlocDiy .blocPart .itemPlus .plus {
    font-size: 2.5rem !important;
    color: blue !important;
}

#resultatDiy .secondBlocDiy .blocPart .item h3 {
    color: blue !important;
    font-size: 1.5em !important;
}

#resultatDiy {
    display: none;
}

#resultatDiy .secondBlocDiy .blocPart {
    display: flex !important;
    margin-bottom: 3%;
}

.blocCalculDiy #resultRechercheDiy .selected-product img,
.blocCalculDiy #resultRechercheDiy2 .selected-product img {
    max-width: 100%;
}

#myFormDiy,
#myFormDiy2,
#myFormDiy3,
#myFormArome {
    margin-left: 30%;
    margin-bottom: 3%;
}

#tauxDeNicoDiy .timeMaturationDiy {
    margin-left: 15%;
}

.totalDiy {
    font-weight: bold;
}

#barreTauxNicotineDiy {
    cursor: pointer;
    background: linear-gradient(to right, rgb(168, 100, 168) 0%, rgb(168, 100, 168) 61.1111%, rgb(218, 218, 218) 61.1111%, rgb(218, 218, 218) 100%);
}

.nombremlBase2,
.nombremlBooster2,
.nombremlArome2,
.nombremlArome4,
.nombremlCbd2 {
    font-size: 18px;
    margin-bottom: 0;
}

.nombremlBase3,
.nombremlBooster3,
.nombremlCbd3 {
    margin-top: 0;
}

.nombremlBase1,
.nombremlBooster1,
.nombremlArome1,
.nombremlArome3,
.timeMaturationDiy,
.nombremlCbd1,
.timeMaturationCbd {
    font-weight: bold !important;
    font-size: 18px;
    margin-top: 5%;
}

/* Recherche DIY */
#searchBarDiy,
#searchBarDiy2 {
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
    height: 35px;
    padding-left: 10px;
    font-style: italic;
    color: #363a41;
    background: #fff;
    border: 1px solid #bbcdd2;
    width: 50%;
}

#searchBarDiy,
#searchBarDiy2 {
    border: 1px solid blue !important;
    color: blue !important;
}

#searchBarDiy::placeholder,
#searchBarDiy2::placeholder {
    color: blue !important;
    font-weight: bold !important;
}

#searchBarDiy1:focus,
#searchBarDiy2:focus {
    outline: none;
    border: 2px solid blue;
}

#resultRechercheDiy ul li,
#resultRechercheDiy2 ul li {
    width: 20%;
    cursor: pointer;
    margin: 6px 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    list-style-type: none;
    border: 1px solid grey;
    margin-right: 1%;
}

#resultRechercheDiy ul li:hover,
#resultRechercheDiy2 ul li:hover {
    border: 1px solid blue;
    color: blue;
}

.resultDiy {
    padding-bottom: 1%;
    font-weight: bold;
    display: inline-block;
}

.notFoundSearchDiy {
    color: red !important;
    font-weight: bold !important;
}

#messageErreurDiy {
    color: red !important;
    font-weight: bold !important;
}

.hiddenDiy {
    display: none;
}

/* Boutons DIY */
#boutonCalculDiy,
#boutonResetDiy,
#boutonEffacerDiy {
    border-radius: 5px;
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid blue;
    font-size: 22px;
    cursor: pointer;
}

#boutonEffacerDiy {
    border: 2px solid red !important;
    font-size: 15px !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2%;
}

#boutonCalculDiy {
    background-color: blue;
    color: white;
}

#boutonResetDiy,
#boutonEffacerDiy {
    background-color: white;
    color: blue;
}

.buttonRadioCalculateurDiy {
    text-align: left;
    padding-left: 5%;
    font-weight: bold;
}

.buttonRadioCalculateurDiy label:hover,
#valeurAffichee {
    color: blue;
    font-weight: bold;
}

.buttonRadioCalculateurDiy input,
.buttonRadioCalculateurDiy label {
    cursor: pointer;
}

.boutonBlocDiy {
    position: relative;
    top: 55px;
}

#valeurDiy,
#valeurCbd {
    width: 75px;
    text-align: center;
    font-size: 18px;
    color: blue;
}

.totalDiy button {
    cursor: pointer;
}

.totalDiy button:first-child {
    background-color: white;
    color: blue;
    height: 26px;
    border-radius: 5px 0 0 5px;
    border: 1px solid grey;
    border-right: none;
    margin-right: -5px;
    padding-left: 9px;
}

.totalDiy button:last-child {
    background-color: white;
    color: blue;
    height: 26px;
    border-radius: 0 5px 5px 0;
    border: 1px solid grey;
    border-left: none;
    margin-left: -5px;
    padding-right: 7px;
}

.totalDiy {
    margin-bottom: 3%;
}

#pourcentageDiy1,
#pourcentageDiy2 {
    color: blue;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1%;
}

.marginDiy #progressBarPourcentageDiy {
    cursor: pointer;
    width: 30% !important;
}

.marginDiy ul {
    margin-top: 0;
    margin-bottom: 0;
}

.textIndicationDiy {
    font-weight: bold;
}

/* Responsive DIY */
@media (max-width: 992px) {

    #resultRechercheDiy ul li,
    #resultRechercheDiy2 ul li {
        width: 50%;
    }

    .itemBlocDiy {
        max-width: 100%;
        margin-left: 0%;
    }

    .boutonBlocDiy {
        top: 35px;
    }
}

@media (max-width: 992px) {
    .myFormDiyFlex {
        display: block !important;
    }

    .blocCalculDiy #secondBlocCalculDiy #tauxDeNicoDiy {
        display: block !important;
    }

    #searchBarDiy,
    #searchBarDiy2 {
        width: 100%;
    }

    #resultatDiy .secondBlocDiy .blocPart {
        display: block !important;
    }

    #resultatDiy .secondBlocDiy .blocPart .item img {
        max-width: 20% !important;
    }

    .marginDiy #progressBarPourcentageDiy {
        width: 100% !important;
    }

    #calculateurDiy .blocCalculDiy,
    #calculateurDiy .secondBlocDiy {
        margin-bottom: 10%;
    }

    #valeurDiy,
    #valeurCbd {
        font-size: 16px;
    }
}

.elementor-element-4bbfbb1 .elementor-widget-container span,
.elementor-element-ecbaad5 .elementor-widget-container span {
    font-size: 1.1rem;
    font-weight: 700;
}

.paypal-mark {
    margin-top: 0 !important;
    padding-top: 1px !important;
}

.ap5-on-product-page .ap5-pack-product-title {
    margin-bottom: 0;
}

.elementor-element-e77773f {
    display: none;
}

.shoppingcart_winningorders {
    display: none !important;
}

#content-hook_order_confirmation .card-block .row .col-md-12 .box {
    display: none !important;
}

#winningorder_promote_block_left {
    display: none !important;
}

#categoryStarsMain {
    margin-bottom: 0 !important;
    zoom: 0.68 !important;
    padding-bottom: 10px !important;
}

.links_footer #steavisgarantisFooter{
    display: none !important;
}

.cls-1{
    fill: black!important;
}

.product-price-and-shipping .regular-price, .product-discount .regular-price, .product-price .current-price .discount-percentage, .js-product-flags .discount,.product-price .current-price .discount-amount{
    display: none !important;
}

#search_filters_wrapper{
    display: none!important;
}

.noConnected{
    display: none !important;
}

#footer_account_list li:nth-child(6),
#footer_account_list li:nth-child(7) {
  display: none;
}

#footer_sub_menu_maison li:nth-child(2){
    display: none;
}

.modal-ageai {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    padding: 20px;
    overflow: auto;

    iframe {
    width: 60vw;
    height: 80vh;
    border: none;
    pointer-events: auto;
}

}

@media screen and (max-width: 768px) {
    .modal-mobile {
        width: 90vw;
        height: 85vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
        z-index: 1001;
    }

    .modal-mobile iframe {
        height: 100%;
        width: 100%;
    }
}
.noConnected{
    display: none;
}

#carousel .carousel-indicators{
    display: none !important;
}

.img-container-footer img{
    width: 75%;
}

.close-express {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  z-index: 9999;
}

.PM_ASBlockOutput {
  display: none;
}

.blockreassurance_product .item-product img{
    height: 50px !important;
    width: auto !important;
}

/* #order-summary-content .row .col-md-6 {
    width: 50% !important;
} */

.ps-shown-by-js .alert-danger{
    background-color: white;
    border-color: black;
    color: black;
}