@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --white-color: #FFFFFF;
    --black-color: #000000;
    --bleu-color: #231F46;
    --yellow-color: #DBB030;
    --grey-dark-color: #555555;
    --grey-darker-color: #333333;
    --grey-light-color: #F5F5F5;
    --saumon-color: #DC2F4B;
}
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background: rgb(51 72 92 / 27%);
}
::-webkit-scrollbar-track {
    background: transparent;
}
body {
    overflow: overlay;
    font-family: 'Montserrat', sans-serif;
    font-display: swap;
    color: var(--bleu-color);
}
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--bleu-color);
}
h1, .h1 {
    color: var(--bleu-color);
    font-family: 'Montserrat', sans-serif;
}
h2, .h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    color: var(--bleu-color);
}
h3, .h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--bleu-color);
}
h4, .h4 {
    font-weight: 600;
    color: var(--saumon-color) !important;
    font-size: 22px;
}
/*b, strong {*/
/*    color: var(--bleu-color);*/
/*}*/
a {
    text-decoration: none !important;
    color: var(--bleu-color);
    font-weight: 700;
}
.footerSocialLinks li{
    background-repeat: no-repeat;
    height: 1.7rem !important;
    width: 1.7rem !important;
}
#footer .footerSocialLinks li.youtube{
    background-image: url(../img/youtube.png);

}
#footer .footerSocialLinks li.facebook {
    background-image: url(../img/facebook.png);
}
.footerSocialLinks li.instagram {
    background-image: url(../img/instagram.png);

}
#footer .footerSocialLinks li.lindedin{
    background-image: url(../img/linkedin.png);

}
#module-giftcard-choicegiftcard #content-wrapper{
    max-width: 100%;
}
#module-giftcard-choicegiftcard #gc-success-modal #abfd_checkout_subtotal_details{
    display: none;
}
#cart .kl-frm-item input[type="text"],#cart .kl-frm-item textarea{
    border: 1px solid var(--bleu-color);
    background: transparent;
}
#cart .modal-header .close:hover span{
    color: var(--bleu-color);
}
.btn-primary {
    border-radius: 10px;
    background-color: var(--bleu-color);
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: var(--white-color);
    padding: 10px 30px;
    box-shadow: none !important;
    border: 2px solid var(--bleu-color) !important;
}
.btn-primary:hover {
    background: transparent;
    color: var(--bleu-color);
}
.btn-primary.disabled, .btn-primary:disabled {
    background: #BABABA;
}
#formgiftcard .btn-primary.disabled,#formgiftcard  .btn-primary:disabled{
    background: var(--bleu-color);
}
#formgiftcard .btn-primary:hover{
    color: var(--bleu-color);
    background: transparent;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none;
}

.btn, #module-pm_subscription-main .dateTimePickerSelector, #module-pm_subscription-main .jconfirm-box .jconfirm-buttons .btn.btn-info.fixed-width-lg {
    background: var(--bleu-color);
}
.btn:focus, #module-pm_subscription-main .dateTimePickerSelector:focus, #module-pm_subscription-main .jconfirm-box .jconfirm-buttons .btn.btn-info.fixed-width-lg:focus, .btn.focus, #module-pm_subscription-main .focus.dateTimePickerSelector, #module-pm_subscription-main .jconfirm-box .jconfirm-buttons .focus.btn.btn-info.fixed-width-lg {
    outline: 0;
    box-shadow: none;
}
header#header {
    width: 100%;
    z-index: 9999;
    background: #fff;
    position: fixed;
    top: 0;
    transition: .4s all;
}
header#header.hide {
    top: -150px;
}
#index div#content-wrapper {
    padding-top: 130px !important;
}
.navbar-expand-lg.navbar-light.kl-nav-menu {
    padding: 1px 0;
}
a.navbar-brand.logo-lamazuna img {
    width: auto;
    max-width: 204px;
    height: auto;
    aspect-ratio: auto;
}
.navbar .col-7 {
    padding-left: 0;
}
.kl-block-service span {
    display: none;
}
.kl-topbar {
    background: var(--bleu-color);
    padding: 4px 0 4px;
    max-height: 32px;
}
.kl-contact-top {
    margin: 0 auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: var(--white-color);
}
.headerfull .wsmenu > .wsmenu-list {
    display: inline-block !important;
}
.cart-search {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.kl-price-up .kl-languagepicker {
    left: inherit;
}
div#search_widget input.form-control {
    max-width: 300px;
    height: 40px;
    background: var(--grey-light-color) url(../img/search.svg)no-repeat 8px center;
    border-radius: 4px;
    padding: 8px 15px 8px 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--grey-dark-color);
    border-color: var(--grey-light-color);
    outline: none;
}
.hvr-shutter-out-horizontal {
    background: transparent;
}
.kl-choice {
    background: none;
    height: auto;
}
.wsmenu > .wsmenu-list > li {
    padding-bottom: 4px;
}
.wsmenu > .wsmenu-list > li > a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--grey-darker-color);
    padding-bottom: 14px;
    margin-bottom: -8px;
    padding-top: 0;
    background: transparent;
    padding-right: 1px;
}
.wsmenu > .wsmenu-list > li:first-child a {
    padding-left: 0;
}
.wsmenu > .wsmenu-list > li:hover > a {
    box-shadow: none;
}
.wsmenu > .wsmenu-list > li:hover > a span {
    box-shadow: 0 -3px 0 -1px inset var(--bleu-color);
}
.wsmenu>.wsmenu-list>li>.navtext>span+span {
    padding-bottom: 17px;
    color: var(--bleu-color);
}
.wsmenu>.wsmenu-list>li>.wsmegamenu {
    top: 34px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}
span.Kits, span.Cadeaux {
    color: var(--bleu-color) !important;
}
span.Lamazuna {
    color: var(--saumon-color) !important;
}
.headerfull .wsmenu>.wsmenu-list>li>ul.sub-menu {
    min-width: 100%!important;
    left: 0;
    top: 34px;
    padding: 20px;
}
.headerfull .wsmenu>.wsmenu-list>li>ul.sub-menu li {
    display: inline-block !important;
    width: 25% !important;
    position: relative;
    float: left;
}
.headerfull {
    max-width: 100%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    margin: 0 auto;
}
.wsmain {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 13px;
}
.headerfull .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: initial;
    position: relative;
    left: 0;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    display: block;
    width: 100% !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--grey-darker-color);
}
span.regular-price.old-price {
    font-size: 20px !important;
    margin-top: 4px;
}
.headerfull .wsmenu>.wsmenu-list>li>ul.sub-menu li li {
    width: 100% !important;
    text-align: left;
}
.hvr-shutter-out-horizontal:before {
    background: transparent !important;
}
.kl-choice span {
    background: var(--bleu-color);
    width: 15px;
    top: -6px;
    right: -4px;
    border-radius: 50%;
    color: #fff;
    height: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    padding: 2px;
}
.mark-line span {
    top: -11px;
    width: 2px;
    height: 40px;
    background: var(--bleu-color);
    position: absolute;
}
.wsmenu>.wsmenu-list>li .wstliststy02 li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--grey-darker-color);
    margin-bottom: 5px;
}
.wsmenu>.wsmenu-list>li .wstliststy02 li.wstheading, .wsmenu>.wsmenu-list>li .wstliststy02 li.wstheading a {
    padding: 8px 0 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
    color: var(--bleu-color) !important;
    border-bottom: 0;
    margin-bottom: 0;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>span.obs {
    padding: 0;
}
.hidden-md-down {
    display: block;
}
.hidden-md-up {
    display: none;
}
.language-selector button {
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--grey-darker-color);
}
.language-selector.dropdown.js-dropdown button img.arrow-icon {
    transform: rotate(90deg);
    width: 10%;
    margin-top: -3px;
    margin-left: 5px;
}
.language-selector img.flag {
    margin-top: -5px;
    margin-right: -1px;
    max-width: 32px;
}
.customization-modal .kl-frm-item .form-group > label small {
    color: var(--bleu-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 12px;
}
.customization-modal .modal-header {
    background: var(--bleu-color);
}
.customization-modal .modal-header .modal-title {
    color: #fff;
    font-size: 22px;
}
.customization-modal .modal-header .close span {
    color: #fff;
}
.cart-search li {
    margin-left: 32px;
    margin-right: -4px;
}
.cart-search li.mark-line {
    margin-left: 20px;
    margin-right: -9px;
}
.language-selector.dropdown.js-dropdown .dropdown-menu li {
    margin-left: 0;
    margin-right: 0;
}
.language-selector .dropdown-item {
    padding: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--grey-darker-color);
}
.language-selector .dropdown-menu{
    min-width: 90px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: none;
}
div#search_widget {
    margin-top: 0;
}
div#search_widget .col-12.col-sm-12 {
    padding-left: 0;
}
.kl-hero-listing {
    background: transparent;
}
.kl-hero-listing .kl-breadcrumb ul > li > a, .kl-hero-listing .kl-breadcrumb ul > li span {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
    color: var(--bleu-color) !important;
    opacity: 1;
}
.kl-hero-listing .kl-breadcrumb ul > li > a span {
    font-weight: 400;
}
.kl-hero-listing .kl-breadcrumb ul > li > a::after {
    color: #000;
    content: ">";
}
.kl-breadcrumb ul.col {
    padding: 10px 15px;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--bleu-color);
}
.kl-block-service {
    background-image: none;
}
.kl-footer {
    background: var(--bleu-color);
}
div#blockcart-modal .modal-header {
    background: var(--bleu-color);
}
div#blockcart-modal .modal-header #myModalLabel {
    color: #fff !important;
}
header#header.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 99;
}
.kl-hero-listing .kl-breadcrumb {
    margin-top: 148px;
    z-index: 999;
    background: transparent !important;
}
#checkout .kl-hero-listing .kl-breadcrumb {
    margin-top: 100px;
}
.alert {
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
}
.alert-success {
    color: #fff;
    background-color: var(--bleu-color);
    border-color: var(--bleu-color);
}
.alert-danger {
    color: var(--bleu-color) !important;
    background-color: #b1dde8 !important;
    border-color: #b1dde8;
}
.alert-danger-custom {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb;
}
.block-promo .promo-code .alert-danger::after {
    border-bottom-color: #b1dde8 !important;
}
.alert-info, .alert-warning {
    color: #231f46;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: var(--bleu-color) !important;
}
ul.promo-name.card-block li.cart-summary-line .label {
    float: left;
}
#cart-subtotal-discount span {
    color: var(--bleu-color);
}
#add-to-cart-or-refresh .avaspan {
    display: none !important;
}
.row.container_cart {
    margin: 0;
}
.carousel-control-next, .carousel-control-prev, .carousel-indicators  {
    display: none !important;
}
.kl-main-content {
    padding: 20px 0;
}
.product-cover {
    margin-bottom: 10px;
}
.kl-quantity {
    color: #222222;
    padding: 0.175rem 0.5rem;
    width: 100px;
    border: 1px solid var(--bleu-color);
}
.kl-quantity__btn {
    width: 23px;
    height: 24px;
    cursor: pointer;
    border: 1px solid var(--bleu-color);
}
.kl-quantity__btn--up {
    top: 0;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
}
.kl-quantity__btn--down {
    bottom: 0;
    border-bottom: 0;
    border-right: 0;
}
input#quantity_wanted {
    background: transparent !important;
}
.boxes-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
}
.scrollable-item {
    margin-bottom: 25px;
}
.home-content {
    background: #fff;
    padding: 50px 0;
}
.home-first-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-darker-color);
}
.kl-block-single.seoprestahomebanner img {
    position: relative;
    width: 100%;
    object-fit: cover;
    padding: 0;
}
.kl-block-single.kl-content-box {
    padding: 45px 0;
    text-align: center;
    background: #fff;
}
div#block-reassurance, #reinsurance-custom-block {
    background: var(--saumon-color);
    padding: 50px 0;
    max-height: 150px;
}
.block-reassurance-item .h2, #reinsurance-custom-block .h2 {
    font-family: "operetta-18",serif, cursive;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: var(--grey-darker-color);
    margin-bottom: 0;
}
.kl-block-service figure {
    min-height: auto;
}
.block-reassurance-item a, #reinsurance-custom-block a {
    text-decoration: none !important;
}
.block-reassurance-item img {
    float: left;
    margin-right: 10px;
    margin-top: -10px;
}
#reinsurance-custom-wrapper {
    margin-top: 0;
}
#reinsurance-custom-block li {
    padding: 0 !important;
}
p.title-left {
    margin-top: 14px;
    font-size: 20px;
    max-width: 75%;
    line-height: 20px;
}
p.title-left:after {
    content: "";
    position: absolute;
    background: var(--grey-darker-color);
    width: 40px;
    height: 3px;
    right: 25px;
    top: 23px;
}
.col.form-control-valign.col-id_gender label {
    margin-right: 10px;
}
.kl-block-offer {
    background: #fff;
    padding-bottom: 60px;
    padding-top: 60px;
}
.kl-img-offer figure {
    background: transparent;
    min-height: 400px;
}
.kl-img-offer img {
    min-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}
.kl-img-offer ul {
    padding: 0;
    position: absolute;
    background: transparent;
    text-align: center;
    margin: 0 auto;
    bottom: 10px;
    left: 0;
    right: 0;
}
.kl-img-offer ul li {
    width: 70%;
}
.kl-img-offer ul li h2 {
    font-style: inherit;
    color: var(--bleu-color);
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: inherit;
    display: block;
    background: var(--white-color);
    padding: 10px 11px;
    border-radius: 8px;
    margin-top: 17px
    transition: .4s all;
}
.kl-img-offer ul li h2:hover {
    background: var(--bleu-color);
    color: #fff;
}
.kl-img-offer a:hover img {
    transform: scale(1);
    right: inherit;
}
#newsletter-blocs {
    position: relative;
    background: #fff;
    padding: 60px 0 30px;
}
div#newsletter-blocs:before {
    content: url(../img/flower-red.png);
    position: absolute;
    left: 0;
}
div#newsletter-blocs .row {
    align-items: center;
}
div#newsletter-blocs h2 {
    font-family: "operetta-18",serif, cursive;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #231F46;
    margin-bottom: 15px;
}
.kl-newsletter .form-control {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-darker-color) !important;
    border: 1px solid #e3e8ed;
    border-radius: 5px;
}
.kl-submit {
    position: absolute;
    top: 1px;
    right: 0;
    padding: 17px 35px 18px 15px;
    background-color: #EEE7DA;
    cursor: pointer;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #231F46;
}
.kl-submit:before {
    content: "";
    display: none;
}
.kl-submit:after {
    font-family: "Material Icons";
    font-weight: 900;
    content: "arrow_forward";
    color: #231F46;
    position: absolute;
    right: 10px;
    top: 19px;
}
.kl-newsletter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--grey-dark-color);
}
.kl-newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--grey-dark-color);
}
.kl-newsletter input::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--grey-dark-color);
}
p.condition-news {
    font-style: italic;
    font-size: 14px;
    color: var(--grey-dark-color);
    margin-top: 5px;
    letter-spacing: -0.5px;
}
.kl-newsletter {
    max-width: 81%;
    margin: 0 auto;
}
div#gdpr_consent {
    margin-top: 15px;
}
div#gdpr_consent ul {
    display: inline-flex;
}
div#gdpr_consent li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--bleu-color);
    margin-right: 15px;
}
.kl-custom-chx label {
    background-color: transparent;
    border: 2px solid #231F46;
    border-radius: 4px;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.kl-custom-chx label:after {
    left: 2px;
    top: 3px;
}
.kl-custom-chx input[type="checkbox"]:checked + label {
    background-color: var(--bleu-color);
    border-color: #fb595e;
}
footer#footer {
    clear: both;
}
footer#footer div#newsletter-blocs {
    display: none;
}
.kl-bx-content, p.kl-date-blog, .kl-block-blog .kl-more-slide {
    display: none;
}
section#seoprestahomeblogpost .kl-blog-list .item:first-child {
    max-width: 33%;
}
.kl-block-service .col-md-3 p {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.kl-block-blog {
    background: transparent;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    clear: both;
    height: 100%;
}
#index a.kl-add-see.hvr-sweep-to-right {
    font-size: 16px !important;
    line-height: 16px;
    height: 32px;
}
#index .kl-block-blog:after {
    display: none;
}
.item:hover .kl-img-xts .kl-see {
    background: transparent;
}
#index .slick-slide .prdt_content:hover {
    outline: none;
}
#index .slick-slider .slick-track .prdt_content .kl-title-aff > a p.h3 {
    font-family: "operetta-18",serif, cursive;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: var(--grey-darker-color);
    padding: 0;
}
#index .slick-slider .slick-track .prdt_content .kl-title-aff > a span {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #231F46;
    text-transform: inherit;
}
section#seoprestahomeblogpost:before {
    content: "";
    background: #DC2F4B;
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0;
}
section#seoprestahomeblogpost .prdt_content {
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
section#seoprestahomeblogpost .kl-blog-list .item:last-child .prdt_content.reviews-loading {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#index .kl-img-xts {
    padding: 0;
}
#index .slick-slider .slick-track .prdt_content .kl-title-aff {
    background: transparent !important;
    padding: 20px;
}
#index .slick-slider .slick-slide.item {
    cursor: auto;
}
.kl-block-blog .slick-slide img {
    min-height: 311px;
    height: 100%;
    border-radius: 10px;
}
section#seoprestahomeblogpost .slick-slider .slick-track .prdt_content .kl-add-see, section#seoprestahomeblogpost .slick-slider .slick-list .prdt_content .kl-add-see {
    position: relative;
    left: 0;
    transform: inherit;
    bottom: auto;
}
a.kl-add-see-blog {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #231F46;
    text-decoration: underline !important;
    padding-top: 20px !important;
}
a.kl-add-see-blog:hover {
    color: var(--saumon-color);
}
.kl-block-service {
    padding-bottom: 30px;
    padding-top: 30px;
}
.kl-block-single.seoprestahomebanner > .container {
    padding: 0;
}
div#newsletter-blocs img {
    width: 100%;
    object-fit: cover;
}
.kl-footer-seo {
    display: none;
}
.kl-text-foot {
    letter-spacing: 0;
    font-family: "operetta-18",serif, cursive;
    color: #fff;
    margin-bottom: 10px !important;
}
.kl-footer a, .kl-footer span.obfuscate {
    color: #fff;
    font-size: 16px;
    font-weight: 400 !important;
    display: block;
    line-height: 1.9em;
    font-family: 'Montserrat', sans-serif;
}
.kl-footer p {
    margin-bottom: 10px;
    font-weight: 400;
    color: #fff;
}
.custompackproduct a {
    text-decoration: none;
}
section.kl-slick-product.kl-same-product .wishlist-button-add {
    display: none !important;
}
.an_stickyAddToCart-price .product-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: var(--bleu-color);
}
.an_stickyAddToCart-price .price {
    font-weight: 800;
    font-size: 20px;
    color: var(--bleu-color);
    font-family: 'Montserrat', sans-serif;
}
.an_stickyAddToCart.an_stickyAddToCart .an_stickyAddToCart-qty-add .btn-primary {
    margin: -6px 0 0;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    outline: none!important;
    letter-spacing: 0;
    height: 50px;
}
.an_stickyAddToCart.an_stickyAddToCart .an_stickyAddToCart-qty-add .btn-primary:hover,
.product-actions button.btn.kl-add-to-cart.add-to-cart:hover,
button.btn.btn-comment.btn-comment-big.post-product-comment.btn-general-bg.btn-general-color:hover {
    border: 2px solid var(--bleu-color);
    color: var(--bleu-color);
    background: transparent !important;
}
.product-actions button.btn.kl-add-to-cart.add-to-cart:hover span {
    color: var(--bleu-color) !important;
}
.page-footer .account-link span {
    color: #fff;
    background: var(--bleu-color);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 17px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    line-height: 22px;
}
.page-footer .account-link i {
    display: none;
}
.PM_ASCriterionGroupSelect, .kl-bx-filter--item select, .kl-filter-xts select, .kl-frm-item select {
    padding: 10px;
    appearance: none;
    border: 2px solid var(--bleu-color);
    color: var(--bleu-color);
    border-radius: 50px;
    display: block;
    position: relative;
    width: 60%;
    font-weight: 700;
    background: transparent;
}
.an_stickyAddToCart-content {
    margin: 0;
}
.kl-filter-xts select {
    padding: 10px;
}
div#select-style, #select-style-variant {
    justify-content: end;
}
#product-availability {
    font-weight: 700;
}
#select-style:after {
    content: url(../img/arrow-select.svg);
    position: absolute;
    right: 6%;
    top: 9px;
    z-index: -1;
}
#select-style-variant:after {
    content: url(../img/arrow-select.svg);
    position: absolute;
    right: 8%;
    top: 33px;
    z-index: -1;
}
.PM_ASCriterionGroupSelect:focus, .kl-bx-filter--item select:focus, .kl-filter-xts select:focus, .kl-frm-item select:focus {
    border: 2px solid var(--bleu-color);
    background: transparent;
}
div#select-style-variant select {
    width: 100% !important;
}
section.kl-category-section {
    background: transparent;
}
.kl-category-section .kl-intro p, .kl-article-xts p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal !important;
    font-size: 16px;
    line-height: 1.6;
    color: var(--bleu-color);
}
.kl-category-section .kl-intro h1, .container_prices-drop h1 {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 5px;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--bleu-color);
}
#category-description, p.to-truncate {
    height: auto !important;
    margin-bottom: 0;
}
div#category-description .btn a {
    color: #fff;
    font-weight: 600;
}
div#category-description .btn:hover a {
    color: var(--bleu-color);
}
.kl-category-section .kl-intro p.more-description.kl-see-more {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 30px;
    color: var(--bleu-color) !important;
    border: 2px solid var(--bleu-color);
    padding: 3px 25px;
    border-radius: 50px;
    text-decoration: none;
    text-align: left;
    transition: .4s all;
}
.kl-category-section .kl-intro p.more-description.kl-see-more:hover {
    background: var(--bleu-color) !important;
    color: #fff !important;
}
section#seoprestahomeblogpost .kl-blog-list .item:first-child .prdt_content {
    /*height: 100%;*/
}
.kl-img-xts {
    padding: 0;
}
div#product-comments-list-pagination {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 30px auto;
    height: auto;
    display: block;
}
#product-comments-list-pagination ul {
    justify-content: center;
}
#product-comments-list-pagination ul li span {
    color: var(--bleu-color)!important;
}
#product-comments-list-pagination ul li i {
    margin-top: 4px;
}
.product-content .kl-img-xts {
    align-self: flex-start;
    background: #fff;
    border-radius: 8px;
    box-shadow: -10px -10px 0 var(--bleu-color);
}
.kl-row-listing .prdt_content .kl-title-aff {
    padding: 5px 0;
    display: block;
}
.item .kl-img-xts img {
    width: auto;
    object-fit: cover;
}
#seoprestahomeblogpost .item .kl-img-xts img {
    transform: scale(1.25);
}
.txt-custom {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}
.content-border {
    padding: 10%;
    border: 2px solid #EEE7DA;
    height: 100%;
    border-radius: 10px;
}
section.ps_customtext {
    padding-left: 15px;
    margin-top: 13px;
}
section#seoprestahomeblogpost .slick-slider .slick-track .item, section#seoprestahomeblogpost .slick-slider .slick-list .item, .kl-row-listing .item {
    padding: 0 15px;
}
div#seo-desc h2 {
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--saumon-color);
}
.page-link {
    color: #000;
    border: none;
}
.page-link:hover {
    color: var(--saumon-color);
    text-decoration: none;
    background-color: transparent;
}
.page-item.active .page-link {
    color: var(--saumon-color);
    background-color: transparent;
}
.block-categories .category-top-menu li {
    display: inline-block;
    margin-right: 10px;
}
.block-categories .category-top-menu li a {
    color: var(--white-color);
    display: inline-block;
    max-width: initial;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
    background: var(--bleu-color);
    padding: 10px 15px;
    border-radius: 50px;
}
.block-categories .category-top-menu li a.category-sub-link {
    text-transform: initial;
}
p.kl-title-sidebar {
    font-family: "operetta-18",serif, cursive;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--saumon-color);
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    display: none;
}
.block-categories .collapse-icons {
    top: 8px;
}
section.kl-category-section {
    margin-top: -70px;
}
.kl-category-section .kl-intro {
    padding: 65px 0 0;
    text-align: left;
}
.kl-category-section img {
    opacity: 1;
    height: 100%;
}
.bloc-filter {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 29.69%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.container.content-category {
    position: relative;
    z-index: 9;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover {
    color: #ff6a88;
}
.category-sub-menu span.arrows {
    position: absolute;
    top: 8px;
    margin-left: 5px;
}
kl-sub-categories .item .prdt_content, .kl-row-listing .item .prdt_content {
    height: 100%;
}
.btn.kl-add-to-cart.add-to-cart.listing-add {
    background: var(--bleu-color);
    border-radius: 8px;
    padding: 8px 30px 8px 45px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    border: 2px solid var(--bleu-color);
    transition: .4s all;
}
button.btn.kl-add-to-cart.add-to-cart.listing-add:before {
    content: url(../img/add-to-cart.png);
    position: absolute;
    margin-left: -30px;
}
.btn.kl-add-to-cart.add-to-cart.listing-add:hover {
    background: transparent;
    color: var(--bleu-color);
    border: 2px solid var(--bleu-color);
}
a.quick.btn.kl-add-to-cart.add-to-cart.listing-add {
    padding: 8px 30px;
    text-align: center;
}

span.fmm_title_text_sticker.fmm_sticker_base_span {
    width: auto !important;
}
button.btn.kl-add-to-cart.add-to-cart.listing-add:hover::before {
    content: url(../img/add-to-cart-hover.png);
}
button.btn.kl-add-to-cart.add-to-cart.listing-add[disabled] {
    pointer-events: none;
    font-size: 18px;
    opacity: 1;
    background: #f7bec7;
    border-color: #f7bec7;
    padding: 8px 30px 8px 30px;
}
button.btn.kl-add-to-cart.add-to-cart.listing-add[disabled]:before {
    content: "";
}
a.addtocart {
    display: block;
    width: 100%;
}
.item.kl-xts-item:hover > div {
    outline: none;
}
#product #product-comment-posted-modal .modal-dialog{
    z-index: 9999!important;
}
.modal-backdrop.show {
    z-index: 999 !important;
}
#product-comment-posted-modal .modal-header i{
    display: none;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999 !important;
    top: 20%;
    transform: translateY(-20%);
}
.modal-dialog {
    margin: 0 auto !important;
}
.modal-header .close:hover span {
    color: #ffffff;
}
.modal-header .close {
    outline: none !important;
}
.kl-add-to-cart span.regular-price, span.add-to-cart-title {
    font-family: 'Montserrat';
    font-size: 35.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #fefefe;
}
.kl-row-listing .prdt_content .view-product {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--bleu-color);
    padding: 10px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    text-decoration: none;
    max-height: 42px;
}
.kl-row-listing .prdt_content:hover  .view-product {
    background: var(--saumon-color);
    color: #fff;
}
a.btn.view-product.disabled {
    background: #BABABA;
}
.product-content {
    width: 100%;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.kl-title-aff {
    background: #fff;
    padding: 0;
    min-height: 128px !important;
}
.variant-links {
    position: absolute;
    top: -54px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
span.kl-tag {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    background: var(--bleu-color);
    padding: 6px 6px 5px;
    margin-left: -20px;
}
.kl-tag.kl-promotion, .kl-tag.kl-discount, .product-discount .discount {
    background: var(--bleu-color);
    color: #fff;
    font-size: 12px;
    display: none;
}
#index section#products.stadditional_product_listing {
    margin-top: -120px;
    margin-bottom: 50px;
}
body#checkout #wrapper a {
    color: var(--bleu-color) !important;
    font-family: 'Montserrat';
    font-weight: 700;
}
body#checkout #wrapper .js-terms a {
    text-decoration: underline !important;
}
.product-content:hover .kl-title-aff p {
    color: var(--bleu-color);
}
.kl-title-aff span {
    text-align: left;
    color: var(--bleu-color);
    min-height: auto;
    margin-bottom: 10px !important;
    margin-top: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}
.kl-title-aff h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #231F46;
    white-space: initial !important;
    text-overflow: inherit !important;
    overflow: inherit !important;
    width: auto !important;
    margin-bottom: 5px;
}
section#seoprestahomeblogpost .kl-title-aff h2 {
    font-size: 24px;
}
section.ps_customtext .h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #231F46;
}
.ps_customtext .txt-custom img {
    width: 260px !important;
    height: 36px !important;
    min-height: inherit;
    margin-top: 3px;
}
.kl-row-listing .prdt_content .kl-title-aff span {
    padding: 0;
    margin-right: 10px;
}
.kl-row-listing span.kl-price-promotion {
    /*display: none;*/
}
.an_stickyAddToCart.an_stickyAddToCart.js-an_stickyAddToCart {
    z-index: 9999;
}
.price-product {
    position: relative;
    padding: 0;
    display: inline-flex;
}
span.kl-price-promotion {
    font-weight: 700 !important;
}
.bloc-prdt-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-product .regular-price, span.price__prefix {
    font-family: 'Montserrat';
    display: flex;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--bleu-color);
    min-height: auto;
}
span.price__prefix {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: var(--bleu-color);
    min-height: auto;
    margin: 0;
}
.price-product .regular-price sup {
    top: 7px;
    font-size: 14px;
    font-weight: 600;
}
.product-list-reviews {
    position: relative;
    justify-content: end;
    padding: 0;
    top: 0;
    background: transparent;
    margin-bottom: 6px;
}
span.abdf_free_delivery_reached {
    font-family: 'Montserrat' !important;
    font-weight: 600;
}
.kl-filter-xts {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
div#abfd_product_additional_info {
    background: var(--bleu-color) !important;
    color: #fff !important;
    border-radius: 8px;
}
a.link-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
p.style-after {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: var(--bleu-color);
}
p.style-after span {
    background: #fff;
    padding-right: 10px;
    z-index: 9;
    position: relative;
}
p.style-after:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #333333;
    border-radius: 2px;
    left: 0;
    top: 19px;
    z-index: 1;
}
.kl-article-xts h3 {
    margin-bottom: 0;
    font-family: "operetta-18",serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
}
.c-faq {
    background: #fff;
    padding: 50px 0;
    margin-top: 30px;
    width: 100%;
}
h2.c-faq__question a.collapsed:after {
    content: "+";
    font-size: 22px;
    position: absolute;
    right: 0;
    transition: .4s all;
}
h2.c-faq__question a:after {
    content: "-";
    font-size: 22px;
    position: absolute;
    right: 0;
    transition: .4s all;
}
h2.c-faq__question a {
    display: block;
    width: 100%;
    position: relative;
}
.c-faq__answer ul li {
    list-style-type: disc;
    margin-left: 18px;
}
.c-faq h3 {
    font-size: 18px;
}
.c-faq p.style-after span {
    background: #fff;
}
.c-faq .card-header {
    background: #fff;
    padding: 0;
    border: 1px solid #F5F5F5;
}
.c-faq h3 a:after {
    content: "+";
    position: absolute;
    right: 34px;
    top: 30px;
}
.c-faq .card-block {
    background: #fff;
    padding: 15px;
}
.c-faq h3.c-faq__question a {
    width: 100%;
    display: block;
    color: var(--bleu-color);
    padding: 10px 15px;
    z-index: 9;
}
.row.container_module-faqs-display {
    display: block;
}
section#content.page-not-found {
    padding: 50px 0;
    text-align: center;
}
section#content.page-not-found div#search_widget input.form-control {
    margin: 0 auto;
}
div#seo-desc ul li {
    list-style-type: disc;
    margin-left: 30px;
}
a.page-link.border-style {
    border: 1px solid #000;
    border-radius: 5px !important;
    margin: -5px 10px 0;
}
.page-link:focus {
    box-shadow: none;
}
.kl-nbr-article-show {
    display: none;
}
.pagination-wrapper {
    margin: 30px auto;
}
.figure-pub {
    /*background: linear-gradient(360deg, var(--bleu-color) 5.82%, rgba(217, 217, 217, 0) 100%);*/
    /*border: 4px solid var(--bleu-color);*/
    border-radius: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}
figure.figure-image img {
    width: 100%;
    /*max-height: 463px;*/
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
span.product-description-banner {
    z-index: 999;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    font-family: "operetta-18",serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 1rem;
}
figure.figure-image {
    position: relative;
    /*max-height: 463px;*/
    height: 100%;
}
.kl-sub-categories .item, .kl-row-listing .item {
    margin-bottom: 5px;
    padding: 15px;
}
body.tax-display-enabled #products .thumbnail-container {
    height: 100%;
}
.item.kl-xts-item.js-product-miniature li {
    height: 100%;
}
.row.container_cms header.page-header {
    display: none;
}
.page-cms h2, .advanced-cms-wrapper h2 {
    color: var(--bleu-color) !important;
}
section#content.page-cms a, .advanced-cms-wrapper a {
    color: var(--saumon-color);
}
section#content.page-cms a:hover, .advanced-cms-wrapper a:hover {
    color: var(--bleu-color);
}
.advanced-cms-wrapper .row {
    margin-bottom: 50px;
    align-items: center;
}
.row.not-align-center {
    align-items: flex-start;
}
.advanced-cms-wrapper ul li, #content-wrapper .page-cms ul li {
    list-style-type: circle;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--grey-darker-color);
    margin-left: 20px;
}
.advanced-cms-wrapper img.img-responsive {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
.img-center {
    text-align: center;
}
.advanced-cms-wrapper a.btn.btn-default, .page-cms  a.btn.btn-default {
    color: #fff;
    background: var(--bleu-color);
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    border-radius: 10px;
    line-height: 24px;
    height: inherit !important;
    border: 2px solid var(--bleu-color) !important;
    padding: 10px 30px !important;
}
.advanced-cms-wrapper a.btn.btn-default:hover, .page-cms  a.btn.btn-default:hover {
    background: transparent;
    color: var(--bleu-color);
}
.bloc-dashed {
    border-top: 1px dashed var(--bleu-color);
}
.sitemap-title {
    font-family: 'Montserrat', sans-serif !Important;
    color: var(--bleu-color) !Important;
}
.advanced-cms-wrapper img {
    display: inline-block;
    margin-right: 10px;
}
.container_cms section#content {
    padding: 0 15px;
}
p.title-img-cms {
    margin-top: 1rem;
    text-align: center;
}
span.kl-tag.kl-out_of_stock {
    display: none;
}
.row.container_module-sx_search_map-pointofsale {
    width: 100%;
    display: block;
}
button.localisateur {
    background: var(--bleu-color);
    border-radius: 8px;
    padding: 8px 30px 8px 45px;
    width: au;
    margin: 0 auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    border: 2px solid var(--bleu-color);
    transition: .4s all;
    color:#fff;
}
button.localisateur:hover {
    color: var(--bleu-color);
    background: transparent;
}
.left-menu-values a.btn {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background: var(--bleu-color);
    border-radius: 10px;
    padding: 10px 0;
    text-align: left;
    font: normal normal 600 20px/24px 'Montserrat';
    border: 2px solid var(--bleu-color) !important;
}
.left-menu-values.fixed {
    top: 30px;
}
.left-menu-values {
    width: 400px;
    float: left;
    position: sticky;
}
.left-menu-values a.btn:hover {
    background: transparent;
    color: var(--bleu-color);
}
.left-menu-values .active a.btn {
    background: transparent !important;
    color: var(--bleu-color);
}
.left-menu-values a.btn:hover span.title_block, .left-menu-values a.btn:hover .btn-primary {
    color: var(--bleu-color);
}
.left-menu-values .active a.btn span.title_block,.left-menu-values .active a.btn  .btn-primary {
    color: var(--bleu-color);
}
.left-menu-values .btn-link {
    color: #fff;
    font: normal normal 600 20px/24px 'Montserrat';
}

.left-menu-values .btn-link:focus,
.left-menu-values .btn-link:hover {
    text-decoration: none;
    background: var(--saumon-color);
}

.left-menu-values .btn-primary {
    background: transparent;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    border: 0 !important;
    font-size: 17px;
}

.left-menu-values span.title_block {
    font: normal 700 24px/26px "operetta-18",serif;
    margin-right: 10px;
    vertical-align: top;
    margin-left: 10px;
    color: #fff;
}
.padding-left-content {
    padding-left: 50px;
    border-left: 1px dashed var(--bleu-color);
    margin-bottom: 50px;
}
#ingredients .slick-dots li button {
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--bleu-color)42;
    width: 15px;
    padding: 0;
    height: 15px;
}
#ingredients .slick-dots li.slick-active button {
    background: var(--saumon-color);
}
#ingredients .slick-dots li {
    margin-left: 5px !important;
    width: 15px;
    height: 15px;
}
#ingredients .slick-dots li button:before, #ingredients .slick-dots li.slick-active button:before {
    opacity: 0;
}
div#ingredients ul li {
    position: relative;
    list-style-type: none !important;
    margin: 0 5px !important;
    padding: 0 !important;
}
div#ingredients ul li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.cms-id-32 .owl-carousel .owl-item {
    padding: 0;
}
.details_ingredient img {
    height: 260px !important;
    width: 100%;
    object-fit: cover;
}
div#ingredients ul li.item h2 {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background: #dbb032b0;
    padding-top: 90px;
    color: #fff !important;
    font-size: 23px;
    font-weight: 400;
}
div#ingredients ul li:hover h2 {
    display: block;
}
div#ingredients .slick-dotted.slick-slider {
    padding-bottom: 50px;
}
.toggle-ingredient {
    padding: 20px 0;
    display: none;
}
.details_ingredient .detail-item {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.hover-content {
    display: none;
}
.hover-content i {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.hover-content i.icon-minus{
    display: none;
}
.sub-block-hover-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.details_ingredient .detail-item:hover .hover-content ,
.details_ingredient .detail-item.active-toggle .hover-content,
.details_ingredient .detail-item.active-toggle-custom .hover-content{
    display: block;
    position: absolute;
    width: 92.5%;
    margin: 0 auto;
    height: 100%;
    max-height: 260px;
    background: #dbb032b5;
    left: 15px;
    top: 0;
    text-align: center;
}
.name-hover-type-detail{
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
}
.detail-item.active-toggle .icon.icon-plus {
    display: none;
}
.detail-item.active-toggle i.icon-minus{
    display: block;
}
#ingredients .owl-theme .owl-controls span {
    background: #bf4673;
}
.toggle-ingredient h2 {
    font-size: 22px !important;
    font-weight: 300 !important;
}
.toggle-ingredient ul li {
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
#ingredients .owl-theme .owl-buttons div.owl-prev {
    position: absolute;
    left: -45px !important;
    top: 75%;
    transform: translateY(-60%);
}
#ingredients .owl-theme .owl-buttons div.owl-next {
    position: absolute;
    right: -45px !important;
    left: inherit;
    top: 75%;
    transform: translateY(-60%);
}
#ingredients .owl-theme .owl-buttons div:before {
    font-size: 30px !important;
    color: #dbb032;
}
.title-ingredient h1 {
    text-align: center;
    clear: both;
    margin: 0 0 15px 0;
    text-align: center;
    color: #410b3e !important;
    font-weight: normal !important;
    margin-top: 0;
}
.details_ingredient .row {
    align-items: baseline;
}
.icon-plus:before {
    content: "+";
    font-family: "operetta-18",serif;
}
.icon-minus:before {
    content: "-";
    font-family: "operetta-18",serif;
}
ul.ps-alert-error svg {
    max-width: 50px;
}
.page-addresses .address .address-body address {
    min-height: auto;
}
.page-addresses .address .address-footer a {
    color: var(--bleu-color);
}
.page-addresses .address .address-footer a i, .page-addresses .addresses-footer a i {
    vertical-align: middle;
}
.page-addresses .addresses-footer {
    margin-bottom: 30px;
}
body#checkout section.checkout-step .address-item {
    padding-top: 15px;
    background: #fff;
    border: 1px #231f4642 solid !important;
}
body#checkout section.checkout-step .delivery-option label {
    margin-bottom: 0;
}
body#checkout section.checkout-step .delivery-option {
    background: #fff;
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
    border: 1px solid #231f4642;
    align-items: center;
}
.ps_checkout.payment-method-logo-block-title img {
    margin-top: -6px;
    margin-right: 5px;
}
.anime_text p {
    font-family: 'Operetta 18';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 15px;
    margin-top: 15px;
}
a.list-nicewishlist.btn-nicewishlist-add.js-nicewishlist-add {
    display: none;
}
a.color {
    background-color: var(--bleu-color);
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
a.color img {
    width: 18px !important;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ui-menu.ui-jolisearch {
    max-width: 100%;
    width: 100% !important;
}
.ps17.ui-menu.ui-jolisearch .jolisearch-body h4 {
    font-weight: 600;
    font-family: "operetta-18",serif;
}
.abfd_block {
    background: transparent !important;
    color: var(--bleu-color) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px !important;
}
.kl-row-listing .prdt_content {
    display: block;
}
.prdt_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-content {
    display: flex;
    height: 100%;
}
.fmm_title_text_sticker i {
    display: inline-block;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
div#c-faq-accord h2 {
    font-size: 18px !important;
    padding: 10px;
}
#cms #content-wrapper p span, .advanced-cms-wrapper.t17 p span {
    white-space: initial !important;
}
.row.container_module-totloyaltyadvanced-account {
    max-width: 1440px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    border-radius: 50%;
}
#adveg-grecaptcha {
    display:none !important;
}
.lang-en section#seoprestahomeblogpost {
    display: none;
}

.lang-en div#newsletter-blocs:before {
    content:"";
}
div#abfd_checkout_summary_top {
    display: none;
}
h5.aeuc_scart {
    margin-bottom: 0;
}
.points_container a {
    border-radius: 10px;
    background-color: var(--bleu-color);
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: var(--white-color);
    padding: 10px 30px;
    box-shadow: none !important;
    border: 2px solid var(--bleu-color);
}
.points_container a:hover{
    background: transparent;
    color: var(--bleu-color);

}
/*#contact #adveg-grecaptcha{*/
/*    display:block !important;*/

/*}*/
h1#gallery_title {
    text-align: center;
    margin-bottom: 30px;
}
.RG_DESCRIPTION_HISTORY.row {
    align-items: flex-start;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
    section#seoprestahomeblogpost .container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1400px) {
    .scrollable-item {
        margin: 10px;
    }

    a.quick.btn.kl-add-to-cart.add-to-cart.listing-add {
        padding: 8px 15px;
        font-size: 17px;
    }
    section.ps_customtext {
        margin-top: 34px;
    }
}
@media only screen and (max-width: 1199px) {
    .wsactive .wsmenucontainer, .wsactive .wsmobileheader {
        margin-left: 0 !important;
    }
    .wsmenu>.wsmenu-list {
        width: 100%;
    }
    .wsmenu>.wsmenu-list>li>.wsmegamenu.in {
        position: relative;
        top: 0;
    }
    .wsmenucontainer .wsmenu > .wsmenu-list > li {
        box-shadow: inset 0 1px 0 #f5f5f5;
        height: initial;
    }
    .wsmenucontainer .wsmenu > .wsmenu-list > li a {
        display: block;
        padding-top: 14px;
        margin-bottom: 0;
        border: none;
    }
    .wsmenu > .wsmenu-list > li:hover > a span {
        box-shadow: none;
    }
    span.wsmenu-click:before {
        content: url(../img/plus.svg);
        position: absolute;
        top: 16px;
        left: 16px;
    }
    span.wsmenu-click i {
        display: none !important;
    }
    span.wsmenu-click.ws-activearrow:before {
        content: url(../img/minus.svg);
        position: absolute;
        top: 12px;
    }
    .kl-block-single.seoprestahomebanner > .container {
        padding: 0 15px 0;
    }
    .wsmenu {
        height: 100vh;
        background: #fff;
    }
    select.link.hidden-md-up {
        display: none;
    }
    .top-menu-mob {
        display: flex !important;
        justify-content: space-between;
        padding: 10px;
    }
    .cart-search li.mark-line {
        margin-left: 15px;
        margin-right: 0;
    }
    .mark-line span {
        top: 6px;
    }
    .close-menu {
        margin-top: 6px;
        margin-left: 5px;
    }

    .hidden-md-down {
        display: none;
    }
    .hidden-md-up {
        display:block;
    }
    .kl-head-top {
        visibility: visible !important;
    }
    .wsmobileheader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin: 0;
    }
    .wsanimated-arrow {
        padding: 14px 0 16px 0;
        margin: 0 10px;
    }
    .wsmobileheader .wssearch {
        position: relative;
        padding: 0;
    }
    .cart-search {
        padding-top: 0;
    }
    .top-menu-mob ul.cart-search {
        display: flex;
    }
    .cart-search li {
        margin-left: 18px;
        margin-right: 0;
    }
    .cart-search li.kl-no-mobile {
        display: block;
    }
    nav.navbar.navbar-expand-lg.navbar-light.kl-nav-menu {
        display: none;
    }
    .wsmobileheader .mobile-logo-container {
        padding-right: 0;
        padding-left: 0;
        display: block;
        margin-top: 0;
        text-align: left;
    }
    .home-first-content .col-md-6, #newsletter-blocs .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .scrollable-item img {
        width: 100%;
        object-fit: cover;
    }
    .scrollable-item {
        margin: 25px 25px 0 0;
    }
    .scrollable-item img {
        width: 100%;
        object-fit: cover;
    }
    .container {
        max-width: 100%;
    }
    #index div#content-wrapper {
        padding-top: 83px !important;
    }
    #block-reassurance .col-md-2, #reinsurance-custom-block .col-md-2 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    #block-reassurance .col-md-10, #reinsurance-custom-block .col-md-10 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    div#newsletter-blocs img {
        width: 100%;
        margin-bottom: 20px;
    }
    .row.kl-img-offer .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .kl-block-single.seoprestahomebanner > .container {
        padding: 0;
    }
    .kl-category-section img {
        height: 100%;
    }
    .kl-hero-listing .kl-breadcrumb {
        margin-top: 85.5px;
        padding: 0 10px;
    }
    #select-style:after {
        right: 7%;
        top: 12px;
    }
    .c-faq h3:after {
        right: 20px;
        top: 45px;
    }
    div#select-style {
        padding: 0 15px;
    }
    .vidjet-video-wrapper {
        margin-bottom: 30px !important;
    }
    .wsmenu > .wsmenu-list > li:first-child a {
        padding-left: 17px;
    }
    #index section#products.stadditional_product_listing {
        margin-top: 30px;
    }
    button.btn.kl-add-to-cart.add-to-cart.listing-add[disabled] {
        padding: 8px 15px;
    }

    .mobile-logo-container img {
        width: auto;
        max-width: 160px;
        height: auto;
    }
    .kl-header-product {
        margin-top: 0;
        padding: 0;
    }
    .an_stickyAddToCart-content .an_stickyAddToCart-imageblock, .an_stickyAddToCart-content .an_stickyAddToCart-price {
        display: none;
    }
    .an_stickyAddToCart form {
        padding: 0;
    }
    .an_stickyAddToCart .container {
        margin: 0;
        padding: 0;
    }
    .an_stickyAddToCart-content .an_stickyAddToCart-btnadd {
        margin-top: 0;
    }
    .an_stickyAddToCart.an_stickyAddToCart .an_stickyAddToCart-qty-add .btn-primary {
        border-radius: 0;
        padding: 14px 10px;
        display: flex;
        justify-content: space-between;
        height: auto;
    }
    button.btn.btn-primary.js-an_stickyAddToCart-add-to-cart.animated.none span {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        font-weight: 700;
    }
    .an_stickyAddToCart.an_stickyAddToCart .an_stickyAddToCart-content .an_stickyAddToCart-add {
        flex: 1 1;
    }
    .an_stickyAddToCart-add {
        width: 100%;
    }
    .an_stickyAddToCart {
        background: transparent;
        box-shadow: none;
    }
}
@media only screen and (max-width: 991px) {
    .custom-checkbox input[name="psgdpr"], .custom-checkbox input[name="newsletter"], .custom-checkbox input[name="optin"] {
        min-width: auto;
        min-height: auto;
    }
    .left-menu-values {
        width: 100%;
        float: left;
        position: relative;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .left-menu-values.fixed {
        top: 0;
    }
    .RG_DESCRIPTION_HISTORY.row {
        margin: 0;
    }
    ul.history {
        padding: 0 15px;
    }
    ul.list-history li {
        width: 48%;
    }
    .ps_imageslider .carousel-caption {
        padding: 0 15px !important;
        top: 50px;
    }
    .row.container_module-responsivegallery-gallerieshistory .modal-dialog {
        width: 90%;
    }
    section#seoprestahomeblogpost .kl-blog-list .item:first-child {
        max-width: 100%;
    }
    section#seoprestahomeblogpost .kl-blog-list .item:last-child .prdt_content.reviews-loading {
        display: block;
    }
    .kl-blog-list .item {
        margin-bottom: 30px;
    }
    section#seoprestahomeblogpost:before {
        height: 85%;
    }
    .kl-title-aff {
        background: transparent;
        padding: 0;
    }
    section#seoprestahomeblogpost .kl-title-aff {
        padding: 15px;
    }
    section#seoprestahomeblogpost .prdt_content {
        background: #fff !important;
        border-radius: 10px;
        position: relative;
    }
    section.ps_customtext img {
        width: 100%;
    }
    .txt-custom {
        margin: 0;
    }
    .item .kl-img-xts img {
        width: 100%;
        max-height: 350px;
        object-position: center;
    }
    .kl-filter-xts select {
        width: 100%;
        margin-right: 15px;
    }
    .carousel-caption.d-md-block strong {
        font-size: 48px;
        line-height: 48px;
    }
    .ps_imageslider .carousel-caption .kl-title-slide {
        padding-right: 100px;
    }
    #index section#products.stadditional_product_listing {
        margin-top: 30px;
    }
    img {
        max-width: 100%;
    }
    .bloc-img-flex {
        flex-direction: column;
    }
    .bloc-img-flex img {
        margin-bottom: 20px;
    }
    a.kl-more-slide {
        font-size: 24px;
        line-height: 29px;
    }
    button.btn.kl-add-to-cart.add-to-cart.listing-add {
        padding: 10px;
    }
    button.btn.kl-add-to-cart.add-to-cart.listing-add[disabled] {
        padding: 8px 10px;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    section#products.stadditional_product_listing .item {
        width: 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    section#be_conscious .col-md-6, #video_bloc .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    section#be_conscious img {
        margin: 0 auto;
        display: block;
    }
    .vidjet-video-wrapper {
        margin-top: 30px !important;
    }
    .content-border {
        padding: 5% 1%;
    }
    .wsmenu > .wsmenu-list > li:first-child a {
        padding-left: 17px;
    }
    section#video_bloc {
        padding: 78px 0 0;
    }
    .kl-footer .col-md-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .cover-bloc {;
        margin: 0 auto;
    }
    div#product-comments-list .kl-avi-info {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    div#product-comments-list .kl-avi-info .h3 {
        margin-top: 0;
        text-align: left;
    }
    #product-comments-list-footer {
        display: block !important;
        text-align: center;
    }
    .product-actions ul.accordion-list li.ext h3 {
        font-size: 14px;
        padding: 20px 10px;
    }
    .ui-menu.ui-jolisearch {
        top: 134px !important;
    }
}
@media only screen and (max-width: 767px) {
    .ps_imageslider {
        margin-top: 0 !important;
    }
    section#main {
        padding: 0;
    }

    .ps_imageslider .img-fluid {
        min-height: 400px;
        object-fit: cover;
    }
    div#c-faq-accord {
        display: block;
    }
    .card.mb-0.col.col-md-6 {
        width: 100%;
        margin: 0;
        padding: 20px 0 0;
    }
    .c-faq h3 {
        font-size: 16px;
        line-height: 20px;
        padding-right: 20px;
    }
    body.tax-display-enabled #products .thumbnail-container {
        height: auto;
    }
    .kl-row-listing .item {
        margin-bottom: 0;
        padding: 10px;
        width: 50%;
    }
    #category div#js-product-list-top, #prices-drop div#js-product-list-top {
        margin: 10px 0 !important;
    }
    section.kl-category-section {
        margin-top: 80px;
    }
    .kl-category-section .kl-intro {
        padding: 25px 0 2px;
    }
    section.kl-category-section .col {
        padding: 0;
    }
    .kl-filter-xts div[class*="col"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #cms #content-wrapper, .advanced-cms-wrapper.t17 {
        padding: 0 15px;
    }
    .advanced-cms-wrapper .row {
        margin-bottom: 20px;
    }
    .row.inverse-content {
        flex-direction: column-reverse;
    }
    .advanced-cms-wrapper .row div {
        margin: 20px 0;
    }
    ul.list-history li {
        width: 46%;
    }
    ul.filter {
        margin: 30px auto;
    }
    body#module-responsivegallery-gallerieshistory .modal {
        top: 20%;
        transform: translateY(-20%);
    }
    body#module-responsivegallery-gallerieshistory .modal-body,
    body#module-responsivegallery-gallerieshistory .modal-body h2, .description p {
        text-align: center !important;
    }
    ul.filter li {
        margin: 0 10px;
    }
    ul.filter li a {
        font-size: 16px;
    }
    ul.list-history li img {
        height: 200px;
        width: 100%;
    }
    .txt-custom {
        margin: 0 15px 30px;
    }
    section.ps_customtext {
        padding-left: 0;
    }
    .kl-block-service.seopresta_reinsurance .col-md-3 {
        width: 50%;
    }
    footer .kl-block-service {
        background: #fff;
    }
    .row.kl-frm-item.product-variants .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .cart-search li.kl-no-mobile {
        display: none;
        margin-left: 0 !important;
    }
    .kl-details-product.col-lg-6 .custompackproduct {
        display: block;
        margin-bottom: 0;
        margin-top: 0;
    }
    .custompackproduct {
        display: none;
    }
    #category .kl-hero-listing .kl-breadcrumb {
        display: none;
    }
    .btn.btn-primary {
        padding: 12px;
        font-size: 17px;
    }
    div#select-style {
        padding: 0;
    }
    .page-customer-account footer.page-footer.mt-4 {
        text-align: center;
    }
    section#content div#search_widget .col-12.col-sm-12 {
        padding-left:15px;
    }
    #module-ambjolisearch-jolisearch section.kl-main-content {
        margin-top: 0;
        padding-top: 50px !important;
    }
    #product .row, #category .row, #module-ambjolisearch-jolisearch .row {
        margin: 0;
        margin-bottom: 0 !important;
    }
    .price-product {
        display: inline-flex;
    }
    .kl-row-listing .prdt_content .kl-title-aff span {
        margin-right: 10px;
    }
    .boxes-product {
        padding: 0;
    }
    .scrollable-item {
        padding: 5px;
    }
    .scrollable-item img {
        max-width: 100%;
        height: auto;
    }
    .kl-newsletter {
        max-width: 100%;
    }
    .row.kl-img-offer .col-md-3 {
        margin-bottom: 9px;
        padding: 0 5px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .kl-img-offer figure, .kl-img-offer img {
        min-height: 220px;
    }
    .kl-img-offer ul li h2 {
        font-size: 16px;
        line-height: 19.5px;
        padding: 10px 12px;
    }
    .kl-img-offer ul {
        bottom: 5px;
    }
    .kl-img-offer ul li {
        width: 85%;
    }
    .kl-img-offer ul li h3 {
        padding: 11px 30px 2px;
        margin-top: 23px;
    }
    .kl-block-offer {
        padding: 0 15px;
        margin-top: 30px;
    }
    .block-reassurance-item h2, #reinsurance-custom-block h2 {
        letter-spacing: -1px;
    }
    div#block-reassurance, #reinsurance-custom-block {
        padding: 20px 0;
    }
    .kl-submit-newsletter {
        right: 0;
    }
    #block-reassurance .col-md-2, #reinsurance-custom-block .col-md-2 {
        /*padding: 0;*/
    }
    .vidjet-video-wrapper {
        margin-bottom: 20px !important;
    }
    p.title-left:after {
        width: 30px;
        right: 0;
    }
    #newsletter-blocs {
        padding: 20px 0;
    }
    div#gdpr_consent ul {
        align-items: center;
    }
    h1, .h1 {
        font-size: 1.5rem;
        font-weight: 700;
    }
    .kl-block-single {
        min-height: inherit;
    }
    .kl-content-box {
        padding: 15px 0 !important;
    }
    section#seoprestahomeblogpost {
        padding: 15px 0;
    }
    .kl-block-single.seoprestahomebanner img {
        min-height: 300px;
    }
    .scrollable-item {
        margin: 10px 10px 0 0;
    }
    .kl-filter-xts select {
        margin-right: 0;
        height: auto !important;
    }
    div#gdpr_consent li {
        font-size: 14px;
        line-height: 17px;
    }
    .block-categories .category-sub-menu li[data-depth="0"] > a {
        width: auto !important;
        white-space: nowrap;
        max-width: 135px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
    }
    .kl-main-content {
        padding: 0 0 15px 0;
    }
    ul.category-top-menu {
        overflow-x: scroll;
    }
    ul.category-sub-menu {
        display: flex;
    }
    ul.category-top-menu::-webkit-scrollbar, .kl-breadcrumb ul.col::-webkit-scrollbar {
        height: 0;
    }
    /*.block-categories .category-top-menu li {*/
    /*    width: 100%;*/
    /*    margin-right: 0;*/
    /*}*/
    .wsmenu > .wsmenu-list > li:first-child a {
        padding-left: 15px;
    }
    section#products {
        padding: 0;
    }
    div#left-column {
        padding: 0;
    }
    figure.figure-image img {
        object-fit: cover;
    }
    .kl-row-listing .prdt_content .view-product {
        border-radius: 10px;
    }
    .kl-sidebar .kl-bx-filter {
        margin-bottom: 0;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding-left:0;
    }
    div#js-product-list-top {
        margin-bottom: 10px !important;
    }
    .kl-filter-xts select {
        padding: 8px 10px 10px;
    }
    #select-style:after {
        right: 6%;
        top: 8px;
    }
    .PM_ASCriterionGroupSelect, .kl-bx-filter--item select, .kl-filter-xts select, .kl-frm-item select {
        width: 75%;
    }
    section#content.page-cms, .advanced-cms-wrapper.t17 {
        margin-top: 80px;
    }
    #cms #content-wrapper, .advanced-cms-wrapper.t17 {
        padding: 0;
        max-width: 100%;
    }
    .advanced-cms-wrapper iframe {
        height: auto;
    }
    .padding-left-content {
        padding-left: 20px;
    }
    .row.container_module-responsivegallery-gallerieshistory .modal-dialog {
        width: 96%;
    }
    .row.container_module-responsivegallery-gallerieshistory {
        margin-top: 110px;
    }
    .category-top-menu ul.category-sub-menu li:first-child {
        padding-left: 15px;
    }
    .kl-category-section .kl-intro p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    section.register-form .col-3.form-control-label, .address-form .col-3.form-control-label {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container_addresses .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-footer .account-link {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
        text-align: center;
    }
    h2, .h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .kl-title-section h2, .accordion-list h2, .h2-bloc-info {
        font-size: 20px !important;
    }
    .product-add-to-cart.product_add_to_cart .kl-quantity {
        padding: 0;
    }
    button.btn.kl-add-to-cart.add-to-cart.listing-add::before {
        content: "";
    }
    a.quick.btn.kl-add-to-cart.add-to-cart.listing-add {
        padding: 8px 5px;
        letter-spacing: -0.3px;
    }
    .kl-breadcrumb ul.col {
        width: 100%;
        white-space: nowrap;
        overflow: scroll;
        padding: 10px 0;
    }
    .bloc-img-flex, .bloc-flex {
        flex-direction: column !important;
    }
    .ps_imageslider .carousel-caption {
        position: relative;
        padding-bottom: 30px !important;
        padding-top: 30px !important;
        top: 0;
    }
    #index section#products.stadditional_product_listing {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    section#products.stadditional_product_listing .item {
        width: 50%;
        padding: 6px;
        margin-bottom: 5px;
    }
    section#be_conscious h2 {
        font-size: 40px;
        line-height: 48px;
    }
    button.btn.kl-add-to-cart.add-to-cart.listing-add img {
        margin-top: -3px;
    }
    section#be_conscious {
        background: transparent url(/themes/fashionseo_child/assets/img/be-conscious-bg.png)no-repeat bottom right;
    }
    section#video_bloc h2 {
        padding-right: 0;
        font-size: 32px;
        line-height: 32px;
    }
    section#be_conscious p {
        font-size: 24px;
        padding: 10px;
        line-height: 29px;
    }
    section#video_bloc a, section#be_conscious a {
        font-size: 20px;
        padding: 10px;
    }
    div#newsletter-blocs h2 {
        font-size: 32px;
        padding: 0 50px;
        line-height: 32px;
    }
    .anime_text p {
        font-size: 38px;
        line-height: 48px;
    }
    section#bloc_image img {
        margin-bottom: 20px;
    }
    button.btn.kl-add-to-cart.add-to-cart.listing-add {
        padding: 8px 10px;
        font-size: 17px;
    }
    .kl-title-aff h2 {
        font-size: 16px !important;
        line-height: 19.5px;
        margin-top: 5px;
    }
    a.color {
        display: none;
    }
    .content-border {
        padding: 5%;
    }
    .price-product .regular-price {
        font-size: 20px;
        line-height: 17px;
    }
    .bloc-prdt-flex {
        /*flex-direction: column;*/
    }
    .product-list-reviews {
        justify-content: start;
        display: none;
    }
    .product-list-reviews .comments-nb {
        display: none;
    }
    div#newsletter-blocs:before {
        content: "";
    }
    .kl-title-aff {
        min-height: auto !important;
    }

    section#video_bloc .row {
        flex-direction: column-reverse;
    }
    section#be_conscious {
        margin-top: 30px;
    }
    section#be_conscious .col-md-6 {
        margin-bottom: 30px;
    }
    section#video_bloc .vidjet-video-wrapper {
        height: 400px !important;
    }
    section#video_bloc {
        padding: 30px 0;
    }
    .carousel-inner .carousel-item span {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        height: 100%;
    }
    .ps_imageslider .img-fluid {
        min-height: 100%;
        height: 100%;
        object-position: left;
    }
    .bloc-right {
        margin-top: 25px;
    }
    .kl-title-aff span {
        font-size: 12px;
        line-height: 14.63px;
    }
    .kl-blog-list.kl-slick .kl-title-aff span {
        font-size: 16px;
        line-height: 20px;
        text-transform: inherit;
    }
    .star-content {
        margin: 0;
    }
    .kl-blog-list .kl-title-aff {
        padding: 15px 10px;
        text-align: left;
    }
    .ps_customtext .txt-custom img {
        margin-top: 8px;
    }
    section#video_bloc {
        background: transparent url(/themes/fashionseo_child/assets/img/flower.png)no-repeat 0 bottom;
    }
    .products {
        display: flex;
        flex-wrap: wrap;
    }
    .kl-footer .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .kl-contact-top {
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .kl-add-to-cart span.add-to-cart-title {
        font-size: 18px;
        line-height: 32px;
        margin-right: 0;
    }
    .js-mailalert.text-center {
        margin: 10px 0;
    }
    .ps_checkout.payment-method-logo-block.left {
        text-align: center !important;
        margin-left: 0 !important;
    }
    #checkout .kl-hero-listing .kl-breadcrumb {
        margin-top: 80px;
        margin-left: 20px;
    }
    .modal-open .modal {
        top: 52%;
        transform: translateY(-50%);
        height: 100%;
    }
    .product-comment-modal .modal-body {
        padding: 15px;
    }
    .product-line-grid-right.product-line-actions {
        margin: 15px 0;
    }
    .product-line-info.product-price.h5 .current-price {
        display: none;
    }
    ul.kl-contact-top.mr-auto li {
        animation: move 25s linear infinite;
    }
    @keyframes move {
        0%   { transform: translate(0, 0); }
        100% { transform: translate(-100%, 0); }
    }
    .row.container_module-sx_search_map-pointofsale {
        margin: 0 auto;
    }
    .kl-footer a, .kl-footer span.obfuscate {
        line-height: 3.1em;
    }
    .kl-details-product div[class*="col-"] {
        text-align: left !important;
        padding: 0;
        flex: 0 0 70%;
        max-width: 70%;
    }
    div#abfd_product_additional_info span {
        font-weight: 500 !important;
        font-size: 16px;
    }
}
@media only screen and (max-width: 390px) {
    .product-actions button.btn.kl-add-to-cart.add-to-cart {
        font-size: 30px;
        padding: 8px;
    }
    button.btn.btn-comment.btn-comment-big.post-product-comment.btn-general-bg.btn-general-color {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 20px;
    }
}
#product #nice-wishlist-product-btn{
    display: inline-block;
    background: var(--bleu-color);
    border: 2px solid var(--bleu-color);
    border-radius: 8px;
    color: #fff;
    padding: 12px !important;
    text-align: center;
    box-shadow:none !important;
}
.product-actions a:hover .not-added svg path,.product-actions a:active .added svg path {
    fill:#fff;
}
#product .product-actions .product_add_to_cart .add,a.ancrereview{
    display: flex;
}


@media (min-width: 992px){

}
@media (max-width: 991px)
{
    #product  .kl-frm-item {
        display: flex;
        justify-content: space-between;
    }

}
/*@media (max-width: 767px) {*/
/*    #product .product-additional-info .ps_checkout.payment-method-logo.w-fixed{*/
/*        display: none !important;*/
/*    }*/
/*}*/
