/**
 * Commercial name: SEO-Presta
 * Proprietary-license whose copyright belongs to the Licensor PRESTA MODULE, a company registered under French law
 * under the number 528 531 767, located 90 rue Stanislas Torrents 13006 Marseille
 * support@presta-module.com https://www.presta-module.com
 *
 * SEO-Presta’ source codes are protected and Licensees are not allowed to create any Derivated Work.
 * The distribution or resale of SEO-Presta is strictly forbidden.
 *
 * SEO-Presta shall be used for Licensees’ own use, which allows Customization.
 *
 * Licensees shall not distribute nor resale publicly any Customization of SEO-Presta. However, Licensees are allowed
 * to sale a customization of SEO-Presta as part of a service provided to a designated customer.
 *
 * Limitation of Liability: Under no circumstances and under no legal theory, whether in tort (including negligence),
 * contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or
 * consequential damages of any character arising as a result of this License including, without limitation, damages
 * for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages
 * or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.
 *
 * Attribution notice: SEO-Presta is a Derivated Work from an Original Work created by PrestaShop SA
 * and its contributors which can be found at https://github.com/PrestaShop/PrestaShop
 */

/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#custom-text ul,
.articleContent ul,
#content.page-cms ul {
    padding-left: 40px;
}

#content.page-cms ul li {
    list-style-type: disc;
}

#subcategories .thumbnail-container {
    position: relative;
    padding-top: 10px;
    margin-bottom: 1.563rem;
    margin: 0 .625rem;
    height: 318px;
    width: 257px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

p.subcategory-heading {
    color: #000;
    font-weight: bold;
}

#subcategories .thumbnail-container a {
    display: block;
    text-align: center;
}

#index #content {
    display: flex;
    flex-direction: column;
}

#header .header-nav .baseline {
    margin-top: .9375rem;
}

#_desktop_cart {
    float: right;
}

/* block cart */

.header-top [class*=" pe-7s-"],
.header-top [class^=pe-7s-] {
    font-size: 35px;
}

.cart-preview,
.cart-preview:focus,
.cart-preview:hover,
.cart-preview:active,
.cart-preview:visited {
    outline: none !important;
    font-size: 25px;
}

.cart-preview i {
    font-size: 25px;
}

/*header*/

.header_ps_searchbar.left .search-widget,
.header_ps_searchbar.center .search-widget,
.header_ps_searchbar.right .search-widget {
    float: none;
    width: 100%
}

.header_shoppingcart.right #_desktop_cart {
    float: none;
    text-align: center;
}

.logo_center {
    text-align: center;
}

.logo_right {
    text-align: right;
}

.header-top {
    transition: all 0.5s ease 0s;
}

.baseline {
    padding-right: 20px
}

.carousel {
    box-shadow: none;
}

.border-right {
    border-right: 1px solid #dadada;
    /* line-height: 10px; */
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 14px;
    /* padding-top: 4px; */
}

nav.header-nav {
    min-width: 60px;
    min-height: 55px;
}

#header a,
.header-nav .baseline,
.dropdown-menu,
.dropdown .expand-more,
#header .header-nav .currency-selector {
    transition: all 0.5s ease 0s;
}

#header .header-nav .right-nav {
    padding-right: 0;
}

.dropdown-menu {
    margin: .825rem 0 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.19);
}

span.cart-products-count {
    position: absolute;
    display: block;
    top: -19px;
    margin-left: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    border-radius: 16px;
    line-height: 21px;
}

.material-icons.shopping-cart {
    font-size: 32px;
}

/*
  PS banner
*/

.ps_banner span {
    display: block;
    position: absolute;
    margin-top: 11%;
    left: 46%;
    z-index: 1;
    font-weight: 400;
    font-size: 30px;
    color: #484848;
}

/* Newsletter */

#block-newsletter-label {
    font-weight: 400;
    font-size: 30px;
    /* padding-bottom: 11px; */
    /*color: #484848;*/
}

.block_newsletter p {
    /*color: #484848;*/
    font-weight: 100;
    font-size: 13px;
    text-align: left !important;
}

.block_newsletter .form-check-label {
    padding-left: 0 !important;
    margin-top: 10px;
}

/*.kl-product-list-left .slick-list.draggable{min-height: 150px !important;}*/

@media (max-width: 1199px) {

    /* under 1200px */
    .newsletter_content p {
        font-size: 24px;
        line-height: 30px;
        text-align: justify;
    }

    .banner .newsletter_content {
        margin-top: -56%;
    }

    .wsmenu {
        /*height: 800px;
        overflow: scroll;*/
        height: 100vh !important;
        overflow-y: scroll;
    }

    .wsactive {
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .newsletter_content p {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        text-align: justify;
    }

    .banner .newsletter_content {
        position: absolute;
        margin-top: -12%;
        margin-left: 15%;
    }

    body .kl-img-mode span:after {
        left: 32%;
        width: 87%;
        top: 153px;
        height: 600px;
    }

    #main_home_background:before {
        background-size: 100% !important;
    }
}

@media (min-width: 992px) {
    .col-md-2.js-product-miniature {
        max-width: 21% !important;
        flex: 0 37%;
    }
}

@media (min-width: 1200px) and (max-width: 1370px) {
    body .kl-img-mode span:after {
        left: 21%;
        width: 73%;
        top: 135px;
        height: 430px;
    }

    #main_home_background:before {
        background-size: 680px !important;
        background-position: left top !important;
    }

    .col-md-2.js-product-miniature {
        max-width: 24% !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .kl-product--item button.slick-next.slick-arrow {
        max-width: 50px;
    }

    .modal.quickview .slick-next.slick-arrow {
        margin-right: 38px !important;
    }

    .col-md-2.js-product-miniature {
        max-width: 29% !important;
    }

    body .kl-img-mode span:after {
        left: 19%;
        top: 13%;
        width: 75%;
        height: 42%;
    }

    #main_home_background:before {
        background-size: 645px !important;
        background-position: left top !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal.quickview .slick-next.slick-arrow {
        margin-right: 6px !important;
    }

    .kl-product--item button.slick-prev.slick-arrow {
        margin-left: 0px !important;
    }

    .col-md-2.js-product-miniature {
        max-width: 34% !important;
    }

    .kl-img-mode span:before {
        width: 110% !important;
        background-size: 399px !important;
    }

    button.slick-next.slick-arrow {
        width: 90px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    /*.kl-product--item button.slick-prev.slick-arrow, .kl-product--item button.slick-next.slick-arrow {*/
    /*    top: 39px !important}*/
    /*.kl-product--item button.slick-prev.slick-arrow{  left: -1px !important;}*/
    /* .kl-product--item button.slick-next.slick-arrow{    right: -1 !important;}*/
    /* .kl-product-list-left .slick-list.draggable {    min-height: 50px !important;}*/
    .kl-img-mode span:before {
        background-size: 100% !important;
    }

    .kl-img-mode {
        min-height: 530.5px;
    }

    /* #js-product-list.mb-5 .row.kl-row-listing { padding: 0 25px; } */
    .kl-fullwidth-xs .kl-article-xts {
        padding: 0 25px;
    }

    #js-product-list.mb-5 .kl-nbr-article-show {
        padding: 0 25px;
    }

    .kl-header-product {
        margin-top: 0;
    }

    /*.product-images .slick-list.draggable {
        max-width: 311px;
        overflow: hidden;
        margin-left: 1px !important;
    }
     .kl-product--item .slick-list.draggable, .kl-product--item .slick-track {
        margin-left: -60px;
    }
    .kl-product--item button.slick-prev.slick-arrow {
        width: 70px !important;
        left: -19px !important;
    }*/
}

@media (max-width: 575px) {
    .js-product-miniature {
        max-width: 100%;
    }

    .kl-img-mode span:before {
        background-size: 407px !important;
    }

    .kl-img-mode span:after {
        height: 250px;
    }

    .kl-img-mode {
        min-height: 385.5px;
    }
}

#wrapper .banner img {
    margin: 0 auto;
    display: block;
}

.block_newsletter p.alert {
    margin-top: 20px;
}

/*Footer*/

ul#footer_sub_menu_simple {
    display: flex;
    justify-content: space-between;
}

.footer-container .social-links {
    font-size: 22px;
}

/* product list */

.product-desc-list {
    font-size: 13px;
    margin-bottom: 5px;
}

.btn-comment-big {
    padding: 7px 16px;
    height: 45px;
}

.kl-product--item button.slick-next.slick-arrow {
    bottom: -56px;
}

.kl-product--item button {
    z-index: 1 !important;
}

.kl-nav-menu {
    z-index: 1000;
}

#product .kl-bg-white .container-fluid .col {
    position: relative;
}

.js-product-miniature .kl-title-aff p {
    font-size: 16px;
    line-height: 1.71;
    font-weight: bold;
}


/** Banners Home Layout ***/

.seopresta_bannerhome>.container {
    max-width: 100%;
    padding: 0;
}

.seopresta_bannerhome>.container>.row {
    margin: 0;
}

.seopresta_bannerhome>.container>.row>div {
    padding: 0;
}

@font-face {
    font-family: 'AndreaIIScriptUpright';
    src: url('../fonts/AndreaIIScriptUpright.eot');
    src: url('../fonts/AndreaIIScriptUpright.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AndreaIIScriptUpright.woff2') format('woff2'),
        url('../fonts/AndreaIIScriptUpright.woff') format('woff'),
        url('../fonts/AndreaIIScriptUpright.ttf') format('truetype'),
        url('../fonts/AndreaIIScriptUpright.svg#AndreaIIScriptUpright') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Righteous';
    src: url('../fonts/Righteous-Regular.eot');
    src: url('../fonts/Righteous-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Righteous-Regular.woff2') format('woff2'),
        url('../fonts/Righteous-Regular.woff') format('woff'),
        url('../fonts/Righteous-Regular.ttf') format('truetype'),
        url('../fonts/Righteous-Regular.svg#Righteous-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT-BoldItalic.eot');
    src: url('../fonts/GillSansMT-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSansMT-BoldItalic.woff2') format('woff2'),
        url('../fonts/GillSansMT-BoldItalic.woff') format('woff'),
        url('../fonts/GillSansMT-BoldItalic.ttf') format('truetype'),
        url('../fonts/GillSansMT-BoldItalic.svg#GillSansMT-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans MT Ext Condensed';
    src: url('../fonts/GillSansMT-ExtraCondensedBold.eot');
    src: url('../fonts/GillSansMT-ExtraCondensedBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSansMT-ExtraCondensedBold.woff2') format('woff2'),
        url('../fonts/GillSansMT-ExtraCondensedBold.woff') format('woff'),
        url('../fonts/GillSansMT-ExtraCondensedBold.ttf') format('truetype'),
        url('../fonts/GillSansMT-ExtraCondensedBold.svg#GillSansMT-ExtraCondensedBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT-Bold.eot');
    src: url('../fonts/GillSansMT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSansMT-Bold.woff2') format('woff2'),
        url('../fonts/GillSansMT-Bold.woff') format('woff'),
        url('../fonts/GillSansMT-Bold.ttf') format('truetype'),
        url('../fonts/GillSansMT-Bold.svg#GillSansMT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans MT Condensed';
    src: url('../fonts/GillSansMT-Condensed.eot');
    src: url('../fonts/GillSansMT-Condensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSansMT-Condensed.woff2') format('woff2'),
        url('../fonts/GillSansMT-Condensed.woff') format('woff'),
        url('../fonts/GillSansMT-Condensed.ttf') format('truetype'),
        url('../fonts/GillSansMT-Condensed.svg#GillSansMT-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT-Italic.eot');
    src: url('../fonts/GillSansMT-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSansMT-Italic.woff2') format('woff2'),
        url('../fonts/GillSansMT-Italic.woff') format('woff'),
        url('../fonts/GillSansMT-Italic.ttf') format('truetype'),
        url('../fonts/GillSansMT-Italic.svg#GillSansMT-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT.eot');
    src: url('../fonts/GillSansMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSansMT.woff2') format('woff2'),
        url('../fonts/GillSansMT.woff') format('woff'),
        url('../fonts/GillSansMT.ttf') format('truetype'),
        url('../fonts/GillSansMT.svg#GillSansMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana.eot');
    src: url('../fonts/Verdana.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verdana.woff2') format('woff2'),
        url('../fonts/Verdana.woff') format('woff'),
        url('../fonts/Verdana.ttf') format('truetype'),
        url('../fonts/Verdana.svg#Verdana') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana-Italic.eot');
    src: url('../fonts/Verdana-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verdana-Italic.woff2') format('woff2'),
        url('../fonts/Verdana-Italic.woff') format('woff'),
        url('../fonts/Verdana-Italic.ttf') format('truetype'),
        url('../fonts/Verdana-Italic.svg#Verdana-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana-Bold.eot');
    src: url('../fonts/Verdana-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verdana-Bold.woff2') format('woff2'),
        url('../fonts/Verdana-Bold.woff') format('woff'),
        url('../fonts/Verdana-Bold.ttf') format('truetype'),
        url('../fonts/Verdana-Bold.svg#Verdana-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana-BoldItalic.eot');
    src: url('../fonts/Verdana-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verdana-BoldItalic.woff2') format('woff2'),
        url('../fonts/Verdana-BoldItalic.woff') format('woff'),
        url('../fonts/Verdana-BoldItalic.ttf') format('truetype'),
        url('../fonts/Verdana-BoldItalic.svg#Verdana-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - All Round Gothic Lig';
    src: url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigItalic.eot');
    src: url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigItalic.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigItalic.woff') format('woff'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigItalic.ttf') format('truetype'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigItalic.svg#FONTSPRINGDEMO-AllRoundGothicLigItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - All Round Gothic Lig';
    src: url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigRegular.eot');
    src: url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigRegular.woff') format('woff'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigRegular.ttf') format('truetype'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicLigRegular.svg#FONTSPRINGDEMO-AllRoundGothicLigRegular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'FONTSPRING DEMO - All Round Gothic';
    src: url('../fonts/FONTSPRINGDEMO-AllRoundGothicBoldRegular.eot');
    src: url('../fonts/FONTSPRINGDEMO-AllRoundGothicBoldRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicBoldRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicBoldRegular.woff') format('woff'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicBoldRegular.ttf') format('truetype'),
        url('../fonts/FONTSPRINGDEMO-AllRoundGothicBoldRegular.svg#FONTSPRINGDEMO-AllRoundGothicBoldRegular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




:root {
    --white: #ffffff;
    --black: #000000;
    --blueprimary: #2E59A5;
    --bluecolor2: #28406E;
    --bluecolor3: #9ED5EE;
    --darkblue: #1C2D31;
    --yellow: #FADD4B;
    --gray: #404B55;
    --graycolor2: #B3B2B2;
    --graycolor3: #F2F2F2;
    --verdana: 'Verdana', sans-serif;
    --righteous: 'Righteous', sans-serif;
    --gillsans: 'Gill Sans MT', sans-serif;
    --andrea: 'AndreaIIScriptUpright', sans-serif;
    --calcproducts: 100% / 3
}


body {
    font-family: var(--verdana);
    font-weight: normal;
    color: #000;
    font-size: 16px;
}

h1 {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 116.667% */
}

h2,
.kl-title-section {
    color: var(--blueprimary);
    font-family: var(--righteous);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    /* 130.952% */
}

h3 {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    /* 183.333% */

}

h4 {
    color: var(--blueprimary);
    font-family: var(--righteous);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
    letter-spacing: 1.11px;
}

h5 {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 88.889% */
}

.kl-bx-content p,
.kl-title-section small {
    color: var(--gray);
    font-family: var(--verdana), Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
}


label {
    color: var(--gray);
    font-family: var(--righteous);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 1.33px;
}

.form-control {
    border: 2px solid #eaeaea;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.33px;
}

body#checkout .content ul.nav>li.nav-item:nth-child(2) {
    line-height: 40px;
}

.form-control-comment {
    color: var(--gray);
}

/** breadcrumb **/

.kl-hero-listing,
.kl-hero-listing .kl-breadcrumb {
    background: #fff;
}

.kl-hero-listing .kl-breadcrumb ul>li>a,
.kl-hero-listing .kl-breadcrumb ul>li>span {
    color: var(--gray);
    font-family: var(--verdana);
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 25.6px;
    /* 213.333% */
    letter-spacing: 0.92px;
    opacity: 1;
}

.kl-hero-listing .kl-breadcrumb ul>li>a::after {
    color: var(--gray);
}

/*** Footer ***/

.kl-footer {
    background: var(--darkblue);
}


.kl-footer p,
.kl-contact-footer,
.kl-contact-footer p,
.kl-newsletter label {
    color: var(--graycolor3);
    font-family: var(--verdana);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.kl-contact-footer,
.kl-contact-footer p a {
    font-weight: bold;
}

.kl-footer p.kl-text-foot {
    font-family: var(--righteous);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 105% */
    letter-spacing: 1.11px;
    color: var(--graycolor3);
}

.kl-footer p.kl-text-foot:after {
    background: url(../img/motif_logo.svg) no-repeat;
    content: '';
    display: inline-block;
    width: 21px;
    height: 5px;
    vertical-align: middle;
    margin-left: 10px;
}

.kl-footer a,
.kl-footer span.obfuscate {
    color: var(--graycolor3);
    font-family: var(--verdana), Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.9px;
    /* 206.923% */
}

.kl-mail-footer ul li p {
    font-size: 12px;
}

/** social follow footer **/

.kl-footer ul.footerSocialLinks a {
    color: var(--darkblue);
}

.brand-icon.mini {
    background-color: #fff;
    border-radius: 20px;
    width: 35px;
    height: 35px;
}

/** reassurance footer **/

.kl-block-service {
    padding-top: 74.5px;
    padding-bottom: 74.5px;
}

.kl-block-service .col-md-3 p {
    color: var(--graycolor3);
    text-align: center;
    font-family: var(--gillsans);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    margin-top: -54px;
}

.kl-block-service.seopresta_reinsurance>.container>.row {
    justify-content: center;
}

/**** three banners home ***/

.kl-img-offer ul {
    padding: 0;
}

.kl-img-offer ul li h3 {
    color: var(--graycolor3);
    font-family: var(--righteous);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    /* 80% */
    letter-spacing: 1.5px;
    margin-bottom: 0;
}

/*
.kl-img-offer>div:nth-child(2) ul li h3
{
    color: var(--darkblue);
}

.kl-img-offer>div:nth-child(3) ul li h3
{
    color: var(--blueprimary);
}*/

.kl-img-offer i.arrow-banner-home {
    color: #254673;
    font-family: var(--andrea);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    /* 100% */
    background: var(--yellow);
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.kl-img-offer div ul.desc-item-banner {
    position: absolute;
    bottom: 15px;
    width: 100%;
    background: none;
}

.kl-img-offer div ul.desc-item-banner li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width:1200px) {
    .kl-img-offer div ul.desc-item-banner {
        bottom: 40px;
    }

    .kl-img-offer div ul.desc-item-banner li {
        padding-left: 40px;
        padding-right: 40px;
    }
}


/**** presentation home ***/

body .kl-img-mode span:after {
    display: none;
}


.kl-block-mode .kl-title-h2 {
    color: var(--blueprimary);
    font-family: var(--righteous);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    /* 130.952% */
}

#homedescription p {
    color: #000;
    font-family: var(--verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 25.6px !important;
    /* 160% */
}

#index .kl-see-more {
    border-radius: 19px;
    background: #FADD4B;
    width: 286px;
    height: 40px;
    flex-shrink: 0;
    color: #254673;
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
    /* 100% */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

#index .kl-see-more i {
    display: none !important;
}


/*** brands slider ***/

.kl-block-actuality .kl-more-slide {
    border-radius: 19px;
    background: #FADD4B;
    width: 286px;
    height: 40px;
    flex-shrink: 0;
    color: #254673;
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
    /* 100% */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: none;
}

.hvr-sweep-to-right:before {
    border-radius: 19px;
}


/*** miniature produit ***/

.kl-title-aff .h3,
.ap5-on-product-page .ap5-pack-product-title a .h3,
.kl-title-aff h3,
.ap5-on-product-page .ap5-pack-product-title a h3 {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 88.889% */
}


.kl-row-listing .prdt_content .kl-title-aff>a.short-desc-miniature {
    color: rgba(64, 75, 85, 0.75);
    text-align: center;
    font-family: var(--verdana);
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    /* 138.462% */
}

.kl-title-aff ul li,
.ap5-on-product-page .ap5-pack-product-title a ul li {
    color: #FFC21B;
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 80% */
}

.wishlist-button-add {
    background-color: var(--graycolor3) !important;
    box-shadow: none !important;
}

.wishlist-button-add i {
    color: var(--darkblue);
}


/**** fiche produit *******/

.kl-header-product {
    background: var(--graycolor3);
}

.kl-product-single--item {
    background: #fff;
}

.kl-product-single--item div.kl-flags-container>span {
    color: #FFF;
    font-family: "Josefin Sans";
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 16px;
    /* 114.286% */
    background: var(--darkblue);
}

.kl-zoom {
    background: var(--graycolor3);
    border-radius: 100%;
    color: var(--darkblue);
}

.kl-details-product h1 {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 116.667% */
}

.kl-details-product .kl-desc li {
    color: var(--gray);
    font-family: var(--verdana);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.product-stock-info {
    color: #00B67A;
    font-family: var(--verdana);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.product-stock-info.outofstock {
    color: #B6003A;
}

.kl-details-product .kl-price-note p {
    color: var(--blueprimary);
    font-family: var(--gillsans);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 100% */
    letter-spacing: 1.56px;
}

.wishlist-button-add {
    background-color: #fff !important;
}

.wishlist-button-add i {
    color: var(--darkblue);
}

.kl-frm-item .form-group>label {
    color: var(--gray);
    font-family: var(--righteous);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    /* 243.75% */
    letter-spacing: 1.33px;
}

.PM_ASCriterionGroupSelect,
.kl-bx-filter--item select,
.kl-filter-xts select,
.kl-frm-item select {
    padding: 14.5px 16px;
    color: var(--darkblue);
    font-family: var(--verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

}

.kl-frm-item.product-variants select,
.kl-quantity .input-group>.form-control {
    background-color: transparent;
}

/** buttons **/

#module-pm_subscription-main .subscription .btn-warning,
.kl-add-to-cart,
.kl-dj-list li a,
.kl-avis--list+a {
    border-radius: 19px;
    background: var(--yellow);
    color: #254673;
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 100% */
}

.kl-add-to-cart i {
    display: none;
}

.product-information .kl-abstract-desc p {
    color: var(--gray);
    font-family: var(--verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.36px;
    /* 171% */
}

.product-add-to-cart.product_add_to_cart .kl-frm-item {
    margin-bottom: 0;
}

.product-add-to-cart.product_add_to_cart p.product-minimal-quantity {
    display: none;
}

.kl-social-link {
    padding: 0;
    text-align: left;
    margin: 0;
}

.kl-social-link li a,
.kl-social-link li span.obs {
    background-color: #28406E;
}

.kl-social-link li span.obs.facebook {
    background-image: url(../img/facebook-white.svg);
}

.kl-social-link li span.obs.twitter {
    background-image: url(../img/twitter-white.svg);
}

.kl-social-link li span.obs.pinterest {
    background-image: url(../img/pinterest-white.svg);
}

.blockreassurance_product {
    border-top: 1px solid #EAEAEA;
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

.blockreassurance_product>div {
    width: 33.33333%;
    padding: 0 10px;
    margin-top: 20px;
}

.reassurance_content_item {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.reassurance_content_item span.item-product {
    margin-right: 10px;
}

.blockreassurance_product p.block-title {
    color: var(--gray);
    font-family: var(--gillsans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 88.889% */
}

.blockreassurance_product p.block-title {
    margin-bottom: 0;
}

@media (max-width:479px) {
    .blockreassurance_product>div {
        margin-top: 10px;
        width: 100%;
    }
}


.paiment_trois_fois {
    color: var(--bluecolor2);
    font-family: 'FONTSPRING DEMO - All Round Gothic';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    text-align: center;
    margin-top: 29px;
    margin-bottom: 30px;
}

.paiment_trois_fois span {
    width: 40px;
    height: 40px;
    background: var(--bluecolor2);
    text-align: center;
    border-radius: 50px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    line-height: 40px;
}

.fabrication_francaise {
    color: var(--bluecolor2);
    font-family: var(--verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 137.5% */
    text-align: center;
    margin-top: 40px;
}

.fabrication_francaise:before {
    content: '';
    background: url(../img/sprite_oseapiscine.webp) no-repeat;
    width: 56px;
    height: 47px;
    display: inline-block;
    margin-left: 15px;
    background-position: -120px -415px;
    vertical-align: middle;
    margin-right: 20px;
}

.kl-bg-grey {
    background: var(--graycolor3);
}

/*** titles block ***/

.kl-title-section::after,
.kl-bx-content p:after {
    display: none;
}

.prestablogswip h2 {
    text-align: center;
    margin-bottom: 1px;
    line-height: normal;
}

.kl-bx-content:before,
.kl-title-section:before,
.prestablogswip h2:before {
    content: '';
    background: url(../img/bg_title_block.svg) no-repeat;
    width: 79px;
    height: 63px;
    margin: 0 auto;
    display: block;
    margin-bottom: 4px;
}

.seopresta_manufacturerslider .kl-bx-content:before {
    margin-bottom: 8px;
}

.prestablogswip h2:before {
    margin-bottom: 8px;
}

#index section#content>section.prestablogswip {
    padding-top: 68px;
    padding-bottom: 41px;
}

/** pagination blog **/

#index section#content>section.prestablogswip .swiper-pagination-bloglist {
    margin-top: 56px;
    margin-bottom: 59px;
    position: relative;
    top: inherit;
    left: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prestablogswip .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: var(--graycolor2);
    margin: 8px !important;
}

.prestablogswip .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: var(--darkblue) !important;
}

#index #blog_list_1-7 {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}


a.view_all_blog {
    color: #254673;
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 100% */
    border-radius: 19px;
    background: #FADD4B;
    width: 286px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

#index #blog_list_1-7 .nivo-directionNav {
    display: none;
}

/*** full description product ***/

#product .product-description h3 {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    /* 183.333% */
    margin-bottom: 11px;
    margin-top: 12px;
}

#product .product-description p {
    color: var(--gray);
    font-family: var(--verdana);
    font-size: 17.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.16px;
    /* 160% */
}

/*** product features block ***/

.kl-detail-product--list>li {
    background: #f7f7f7;
}

.kl-detail-product--list>li h3 {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.kl-detail-product--list>li p {
    color: var(--darkblue);
    font-family: var(--verdana);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    text-transform: uppercase;
}

#product .ps_samecartegory .wishlist-button-add {
    top: 10px;
}


/**** Page catégorie ***/

#category .kl-main-content {
    background: var(--graycolor3);
}

.kl-category-section {
    background: var(--darkblue);
}

.kl-category-section .kl-intro {
    padding: 28px 0 33px 0;
}

.kl-category-section .kl-intro h1 {
    color: #FFF;
    font-family: var(--righteous);
    font-size: 53px;
    font-style: normal;
    font-weight: 400;
    line-height: 53px;
    /* 100% */
    letter-spacing: 0.92px;
    margin-bottom: 34px;
}

.kl-category-section .kl-intro p {
    color: #FFF;
    font-family: var(--verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.kl-category-section .kl-intro .kl-see-more br {
    display: none;
}

.kl-category-section .kl-intro .kl-see-more {
    color: var(--graycolor3);
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 100% */
    border-radius: 19px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(72, 105, 175, 0.10);
    text-decoration: none;
    margin: 0;
    padding: 9px 20px;
}

/** left column **/

#search_filters .kl-title-sidebar,
#prestablog_recherche h4.title_block,
#prestablog_lastliste h4.title_block {
    color: var(--blueprimary);
    font-family: var(--righteous);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
    letter-spacing: 1.11px;
}

.kl-title-filter,
.PM_ASCriterionsGroupTitle {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 1.33px;
}

/** blog left column **/

#left-column .swiper-slide .prestabloglastnewstitle {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    background: #fff;
    text-align: center;
}

#prestablog_lastliste .btn-primary,
#prestablog_catliste .btn-primary,
#prestablog_dateliste .btn-primary {
    color: #254673;
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 100% */
    border-radius: 19px;
    background: var(--jaune, #FADD4B);
    padding: 10px;
    text-decoration: none;
}

/** facets **/

.faceted-slider li p {
    color: var(--gray);
    font-family: var(--verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
}

#search_filters .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border: 1px solid var(--blueprimary);
    background: var(--graycolor3);
    border-radius: 20px;
}

#search_filters .ui-widget-header {
    background: var(--bluecolor3) !important;
    border-radius: 0;
}

#search_filters .ui-slider-horizontal {
    border: none;
    border-radius: 0;
}

#prestablog_bloc_search #prestablog_search {
    border: 2px solid #EAEAEA;
    height: 52px;
    background-color: transparent;
    color: var(--darkblue);
    font-family: var(--verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    /* 243.75% */
}

#prestablog_bloc_search #prestablog_search::placeholder {
    color: var(--darkblue);
}

/*** seo text category bottom ***/

#js-product-list-footer p {
    color: #000;
    font-family: var(--verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-bottom: 15px;
}

#js-product-list-footer h2 {
    color: var(--blueprimary);
    font-family: var(--righteous);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 57.143% */
    margin-bottom: 24px;
    margin-top: 15px;
}

.kl-nbr-article-show,
.kl-filter-xts {
    border-bottom: 1px solid #b2b2b2;
}

.kl-filter-xts select#id-filter-xts {
    border: 2px solid #EAEAEA;
    background-color: transparent;
    color: var(--darkblue);
    font-family: var(--verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

}

.kl-nbr-article-show p,
body h2.kl-title-post {
    color: var(--darkblue);
    font-family: var(--gillsans);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    /* 243.75% */
}

/*** Home slider ***/

@media (min-width:768px) {
    .ps_imageslider .carousel-caption {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.ps_imageslider .carousel-caption {
    border-radius: 25px;
    background: rgba(242, 242, 242, 0.95);
    max-width: 850px;
    width: 100%;
}


.ps_imageslider .carousel-caption .kl-title-slide {
    color: var(--blueprimary);
    text-align: center;
    font-family: var(--righteous);
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    /* 123.077% */
    margin-bottom: 0;
    margin-top: 42px;
}



.ps_imageslider .carousel-caption p {
    color: #0294B7;
    font-family: var(--righteous);
    /** verdana Ecomiz 23226 06-10-2025 **/
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    /*700 Ecomiz 23226 06-10-202*/
    line-height: 66px;
    /* 183.333% */
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.ps_imageslider .carousel-caption p a.kl-more-slide {
    color: #254673;
    font-family: var(--righteous);
    /** gillsans Ecomiz 23226 06-10-2025 **/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /*500 Ecomiz 23226 06-10-202*/
    line-height: 20px;
    /* 100% */
    border-radius: 19px;
    background: #FADD4B;
    width: 286px;
    height: 40px;
    border: none;
    text-align: center;
    margin: 0;
    margin-bottom: 26px;
    text-decoration: none;
    transition: .3s all;
}

.ps_imageslider .carousel-caption p.kl-legend-slider {
    color: #497F98;
    text-align: center;
    font-family: var(--righteous);
    /** gillsans Ecomiz 23226 06-10-2025 **/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /*700 Ecomiz 23226 06-10-202*/
    line-height: normal;
    border-radius: 0px 0px 25px 25px;
    background: var(--bluecolor3);
    margin-bottom: 0;
    width: 100%;
    min-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ps_imageslider .carousel-caption {
    padding: 0;
}

.curve-title-line {
    display: block;
}

.ps_imageslider .carousel-caption .kl-no-mobile {
    margin-bottom: 11px;
    margin-top: -3px;
}

#psImageSliderCarousel .carousel-indicators {
    display: none;
}

@media (max-width:767px) {
    .ps_imageslider .carousel-caption .kl-title-slide {
        font-size: 42px;
        line-height: 42px;
    }

    .ps_imageslider .carousel-caption p.kl-legend-slider {
        font-size: 16px;
    }

    .ps_imageslider .carousel-caption p.kl-legend-slider {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}


/*** blog home ***/

#blog_list_1-7 h3,
#blog_list_1-7 .h3title {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 111.111% */
    margin-bottom: 0;
}

#blog_list_1-7 h3 a,
#blog_list_1-7 .h3title a {
    color: var(--darkblue);
}

#blog_list_1-7 h3.date_blog-cat,
#blog_list_1-7 .h3title.date_blog-cat {
    color: var(--graycolor2);
    font-family: var(--gillsans);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#blog_list_1-7 h3.date_blog-cat a,
#blog_list_1-7 .h3title.date_blog-cat a {
    color: var(--graycolor2);
}

#blog_list_1-7 p.prestablog_desc {
    color: rgba(64, 75, 85, 0.75);
    font-family: var(--verdana);
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    /* 184.615% */
    margin-top: 7px;
    margin-bottom: 16px;
}

#blog_list_1-7 .block_cont,
.prestablog .block_cont {
    border: none;
}

#blog_list_1-7 .block_top {
    padding: 0;
}

#blog_list_1-7 .prestablog_more {
    border-radius: 0px 0px 20px 20px;
    background: var(--bluecolor3);
    box-shadow: 0px 5px 30px 0px rgba(132, 140, 154, 0.20);
}

#blog_list_1-7 .prestablog_more .blog_link i {
    display: none;
}

#blog_list_1-7 .prestablog_more a {
    color: var(--darkblue);
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 100% */
}

#blog_list_1-7 .prestablog_more a.comments {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

#blog_list_1-7 a.blog_link:hover,
#blog_list_1-7 .comments:hover,
#blog_list_1-7 a.blog_link:hover::before,
#blog_list_1-7 .comments:hover::before,
#blog_list_1-7 .prestablog_more a.comments:hover {
    background: var(--yellow);
    border-radius: 0px 0px 20px 20px;
    color: var(--darkblue);
}

#blog_list_1-7 .block_top img {
    border-radius: 20px 20px 0px 0px;

}

#blog_list_1-7 span.date_blog-cat,
#blog_list_1-7 span.date_blog-cat {
    display: block;
    color: var(--graycolor2);
    font-family: var(--gillsans);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 11px;
}

#blog_list_1-7 span.date_blog-cat a,
#blog_list_1-7 span.date_blog-cat a,
time.date span,
.info_blog span {
    color: var(--graycolor2) !important;
    text-decoration: none;
}

.info_blog a,
.date_blog-cat,
ul#blog_list_1-7 li .date_blog-cat a {
    color: var(--graycolor2);
}

section#content>section.prestablogswip,
section#content>section.seoprestahometext,
section#content>section.ps_featuredproducts {
    background: var(--graycolor3) !important;
}

#blog_list_1-7 .blog-grid .block_bas {
    padding: 30px 20px 10px 20px;
}

#prestablogfont p {
    color: rgba(64, 75, 85, 0.75);
    font-family: var(--verdana);
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin-top: 7px;
    margin-bottom: 16px;
}

.prestablogtitle {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
}

fieldset#prestablog-comment input#submitComment {
    transition: .3s all;
}

@media (max-width:767px) {
    fieldset#prestablog-comment input#submitComment {
        width: 100% !important;
        max-width: 286px;
    }

}

@media (max-width:770px) {
    #menu-mobile {
        background: var(--darkblue) !important;
    }
}

/*** parallax banner ***/



.partner__title {
    color: var(--bluecolor2);
    font-family: var(--righteous);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 125% */
}


.kl-block-single-partner.kl-content-box .partner_block_col {
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    padding: 37px 18px 50px 26px;
    letter-spacing: 0;
    z-index: 2;
    max-width: 723px;
    position: relative;
    margin: 0 auto;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.kl-block-single-partner.kl-content-box .partner_block_col p {
    color: var(--bluecolor2);
    font-family: var(--verdana);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    text-align: left;
}

.kl-block-single-partner.kl-content-box .partner_block_col .partner__title {
    color: var(--bluecolor2);
    font-family: var(--righteous);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 125% */
    text-align: left;
}

.curve-line-partner {
    text-align: left;
    line-height: normal;
    margin-bottom: 9px;
}



.kl-block-single-partner.seoprestahomebanner>img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    top: 0;
}

.kl-block-single-partner.seoprestahomebanner {
    padding-bottom: unset !important;
    padding: 0;
    margin: 0;
    height: 588px;
    position: relative;
}

.kl-block-single-partner.seoprestahomebanner>.container {
    padding: 0;
    position: relative;
    height: 100%;
}

.kl-block-single-partner.kl-content-box .partner_block_col:after {
    content: '';
    border-radius: 0px 0px 19px 19px;
    background: var(--Color5, #9ED5EE);
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}


.col.messagesend_block_col {
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.95);
    max-width: 364px;
    height: 154px;
    flex-shrink: 0;
    width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    position: absolute;
    bottom: 37px;
    right: -27px;
}



.col.messagesend_block_col p {
    color: var(--bluecolor2);
    text-align: center;
    font-family: var(--verdana);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */

}

.col.messagesend_block_col p a {
    font-weight: bold;
    text-decoration: underline;
}


/*** notice d'installation block ***/

.attachments__product {
    background: url(../img/bg_attachments.jpg) repeat-x bottom center var(--darkblue);
    padding: 68px 0 58px 0;
    position: relative;

}

@media (min-width:1200px) {
    .attachments__product {
        margin-bottom: 48px;
    }
}

.attachments__product .kl-dj-list li.attachment-item {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}



.attachments__product .kl-dj-list li p.attachment_name {
    color: var(--graycolor3);
    text-align: center;
    font-family: var(--righteous);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 105% */
    letter-spacing: 1.11px;
    text-align: left;
    margin-bottom: 11px;
}

.attachments__product .kl-dj-list li p.attachment_desc {
    color: var(--graycolor3);
    text-align: center;
    font-family: var(--verdana);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    letter-spacing: 1.11px;
    text-align: left;
    margin-bottom: 22px;
}

.attachments__product a.btn_download:link,
.attachments__product a.btn_download:visited {
    border-radius: 19px;
    background: var(--bluecolor3);
    width: 200px;
    height: 40px;
    flex-shrink: 0;
    color: #254673;
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 100% */
    display: flex;
    align-items: center;
    justify-content: center;
}

.attachments__product a.btn_download:hover {
    text-decoration: none;
}

.attachments__product .kl-dj-list li p.attachment_name:after {
    background: url(../img/motif_logo.svg) no-repeat;
    content: '';
    display: inline-block;
    width: 21px;
    height: 5px;
    vertical-align: middle;
    margin-left: 10px;
}

.picto-pdf {
    margin-right: 30px;
    line-height: normal;
}

.attachments__product ul.kl-dj-list>li:not(:last-child) {
    margin-bottom: 1rem;
}

@media (min-width:1200px) {
    .attachments__product:after {
        content: '';
        background: url(../img/sprite_oseapiscine.webp) no-repeat;
        width: 322px;
        height: 307px;
        background-position: -383px -20px;
        position: absolute;
        right: 60px;
        top: -107px;
    }
}

@media (max-width:767px) {
    .attachments__product ul.kl-dj-list {
        padding: 0;
    }

    .attachments__product ul.kl-dj-list>li {
        padding: 15px 0 !important;
    }

    .picto-pdf {
        margin-right: 15px;
    }
}

#all_testimonials {
    font-family: var(--gillsans);
}


section#content>section.ps_imageslider {
    padding-top: 0;
    padding-bottom: 0;
}

/** Menu **/

#adtm_menu_inner {
    background: linear-gradient(270deg, #02AAE8 0%, #2E59A5 100%);
}

#adtm_menu ul#menu li.li-niveau1 a.a-niveau1:link,
#adtm_menu ul#menu li.li-niveau1 a.a-niveau1:visited,
#adtm_menu ul#menu li.li-niveau1 a.a-niveau1:hover {
    text-decoration: none;
}

@media (min-width:1200px) {
    #adtm_menu #adtm_menu_inner .li-niveau1:not(:last-child):after {
        content: '';
        width: 4px;
        height: 4px;
        background: var(--bluecolor3);
        border-radius: 10px;
        display: inline-block;
        position: relative;
        top: 14px;
    }
}

/*** HEADER  ***/

/** panier + mon compte header **/

#blockcart-wrapper span.kl-link-choice {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.kl-choice {
    background: url("../img/cart-icon.svg") no-repeat center top;
    width: 27px;
    height: 27px;
    margin-bottom: 14px;
}

.kl-choice span {
    color: var(--bluecolor2);
    font-family: "Josefin Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    /* 100% */
    background: url(../img/cart-count-icon.svg) no-repeat;
    width: 15px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-text,
span.btn-compte span {
    color: var(--darkblue);
    font-family: var(--verdana);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    /* 83.333% */
    text-transform: uppercase;
}

.cart-text {
    width: 100%;
}

.cart-search .col-auto {
    text-align: center;
}


span.btn-compte i {
    display: block;
    line-height: normal;
    margin-bottom: 1px;
}

/** header layout **/

.navbar-brand {
    margin-right: 0;
}

#search_widget input.form-control {

    color: var(--darkblue);
    font-family: var(--verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
    border: none;

}

#search_widget input.form-control::placeholder {
    color: var(--darkblue);
    opacity: 1;
}

#search_widget form>.row {
    position: relative;
    border: 2px solid #EAEAEA;
}

#search_widget form>.row .button__submit__search {
    position: absolute;
    right: 17px;
    top: 13px;
    padding: 0;
    width: 24px;
    height: 26px;
}

#search_widget form>.row .button__submit__search button[type="submit"],
#search_widget form>.row .button__submit__search button[type="submit"]:visited,
#search_widget form>.row .button__submit__search button[type="submit"]:active,
#search_widget form>.row .button__submit__search button[type="submit"]:hover {
    background: none;
    border: none;
}



#search_widget .search__input {
    width: 100%;
}

.prdt_content .kl-title-aff {
    background-color: transparent;
}

/** featured products home ***/

#index section#content>section.ps_featuredproducts {
    padding-top: 69px;
    padding-bottom: 72px;
}

#index section#content>section.ps_featuredproducts .kl-bx-content {
    padding-top: 0;
    padding-bottom: 0;
}

#index section#content>section.ps_featuredproducts .kl-bx-content p {
    padding-bottom: 52px;
}

#index .kl-bx-content {
    padding: 0;
}

/** partner block ***/


.kl-block-actuality .slick-slide {

    opacity: 1;
}

.kl-block-actuality .slick-slide img {
    border-radius: 10px;
}

#index .kl-block-actuality .kl-bx-content p {
    padding-bottom: 55px;
}

#index section#content>section.kl-block-actuality {
    padding-top: 86px;
    padding-bottom: 86px;
    /*42ox*/
}

.kl-block-actuality .kl-more-slide {
    margin-top: 59px;
}

#index section#content>section.kl-block-actuality h2:after {
    content: '';
    background: url(../img/sprite_oseapiscine.webp) no-repeat;
    width: 56px;
    height: 47px;
    display: inline-block;
    margin-left: 15px;
    background-position: -120px -415px;
    vertical-align: middle;
}

@media (min-width:1200px) {

    #search_widget input.form-control,
    #search_widget form>.row {
        width: 100%;
        max-width: 347px;
        margin: 0;
    }

    .col__search__header {
        padding: 0;
    }

    #searchDesktop {
        margin: 0 auto;
        max-width: 347px;

    }

    .cart-search>.row {
        justify-content: flex-end;
    }

    .cart-search>.row>.col-auto:nth-child(1) {
        padding-right: 20px;
    }

    #index section#content>section {
        padding-top: 0;
        padding-bottom: 0;
    }

    section#content>section.seoprestahometext {
        padding-top: 70px !important;
        padding-bottom: 8px !important;
    }
}


@media (max-width:1199px) {
    #index section#content>section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}


/**** testimonials home block **********/

.testimonial_block .swiper-slide {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 30px 0px rgba(132, 140, 154, 0.20);
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 380px;
}

.testimonial_block .swiper-slide:after {
    content: '';
    border-radius: 0px 0px 20px 20px;
    background: var(--blueprimary);
    box-shadow: 0px 5px 30px 0px rgba(132, 140, 154, 0.20);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18.175px;
}

.testimonial_block .elementor-testimonial-wrapper {
    display: flex;
    flex-wrap: wrap;
}


.testimonial_block .elementor-testimonial-meta.elementor-testimonial-image-position-top {
    order: 1;
}

.testimonial_block .elementor-testimonial-meta {
    order: 2;
}

.testimonial_block .elementor-testimonial-content {
    order: 3;
    text-align: left;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
}

.testimonial_block .elementor-testimonial-details {
    display: flex !important;
    flex-wrap: wrap;
}

.testimonial_block .elementor-testimonial-details>* {
    width: 100%;
}

.testimonial_block .elementor-testimonial-details .elementor-testimonial-job {
    order: 1;
    margin-bottom: 2px;
}

.testimonial_block .elementor-testimonial-details .elementor-testimonial-name {
    order: 2;
    margin-bottom: 4px;
}

.elementor-testimonial-wrapper .elementor-testimonial-content:after {
    background: url(../img/sprite_oseapiscine.webp) no-repeat;
    width: 129px;
    height: 25px;
    background-position: -297px -462px;
    content: '';
    display: block;
    margin-top: 7px;
    margin-bottom: 20px;
}

#index .elementor-testimonial-wrapper .elementor-testimonial-image {
    height: 120px;
    margin-bottom: 36px;
}

.ceicon-chevron-right:before,
.slick-next:before,
.kl-submit:before {
    content: '>';
    width: 25px;
    height: 25px;
    background: var(--yellow) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #254673;
    font-family: var(--andrea);
    font-size: 25px;
    border-radius: 20px;
    opacity: 1;
}

.ceicon-chevron-left:before,
.slick-prev:before {
    content: '<';
    width: 25px;
    height: 25px;
    background: var(--yellow) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #254673;
    font-family: var(--andrea);
    font-size: 25px;
    border-radius: 20px;
    opacity: 1;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    width: 25px !important;
    height: 25px;
    background: transparent !important;
}

.kl-slide-home .slick-prev:before,
.kl-slick-product .slick-prev:before,
.kl-slick .slick-prev:before,
.kl-aff-list .slick-prev:before {
    content: '<';
    color: #254673;
    font-family: var(--andrea);
    font-size: 25px;
}

.kl-slide-home .slick-next:before,
.kl-slick-product .slick-next:before,
.kl-slick .slick-next:before,
.kl-aff-list .slick-next:before {
    content: '>';
    color: #254673;
    font-family: var(--andrea);
    font-size: 25px;
}

.kl-newsletter .form-control,
.kl-newsletter .form-control::placeholder {
    color: var(--gray);
    opacity: 1;
}


/*** Mobile ***/

@media (max-width:1199px) {
    .ps_imageslider .carousel-caption>.carousel-item-action-container {
        text-align: center;
    }
}


@media (min-width:768px) and (max-width:1199px) {

    .ps_imageslider .carousel-caption {
        background: #fff;
        border-radius: 0;
    }

    .ps_imageslider .carousel-caption p.kl-legend-slider {
        border-radius: 0;
    }

    .ps_imageslider .carousel-caption p.kl-legend-slider {
        font-size: 18px;
    }

}


/*** parallax banner mobile ***/

@media (max-width:1199px) {
    .kl-block-single-partner.kl-content-box .partner_block_col {
        position: relative;
        top: inherit;
        margin: 0;
        transform: none;
    }

    .col.messagesend_block_col {
        position: absolute;
        bottom: 20px;
        right: 0;
    }

}


@media (max-width:1199px) {
    .kl-block-single-partner.kl-content-box .partner_block_col {
        margin-bottom: 20px;
    }



    .col.messagesend_block_col p a {
        display: block;
    }

    .kl-img-offer ul li h3 {
        font-size: 24px;
    }


}

@media (max-width:767px) {
    .kl-block-single-partner.seoprestahomebanner {
        min-height: 637px;
        position: relative;
        height: 100%;
        overflow: hidden;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .curve-line-partner i svg {
        width: 100%;
        max-width: 371px;
    }

    .col.messagesend_block_col {
        max-width: 100%;
        width: 100%;
        position: relative;
        bottom: inherit;
        right: inherit;
        justify-content: center;
    }

    .kl-block-service {
        background: var(--bluecolor2);
    }



}

/*** carousel arrows***/

#psImageSliderCarousel .icon-next i,
#psImageSliderCarousel .icon-prev i {
    display: none;
}

#psImageSliderCarousel .icon-next,
#psImageSliderCarousel .icon-prev {
    background: url(../img/sprite_oseapiscine.webp) no-repeat !important;
    width: 38px;
    height: 52px;
}

#psImageSliderCarousel .icon-next {
    background-position: -790px -47px !important;
}

#psImageSliderCarousel .icon-prev {
    background-position: -728px -47px !important;
}

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

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


@media (min-width:1200px) {
    .carousel-control-prev {
        left: 62px;
    }

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

.fulldesc-product div.product-description {
    border-bottom: 2px solid var(--graycolor3);
    padding-bottom: 50px;
}

@media (min-width:1200px) {
    .fulldesc-product div.product-description {
        margin-bottom: 87px;
    }
}

/*** pictos home page ***/

@media (min-width:1200px) {

    #index section#content>section.prestablogswip,
    #index .testimonial_block {
        position: relative;
    }

    #index section#content>section.prestablogswip:before {
        content: '';
        background: url(../img/sprite_oseapiscine.webp) no-repeat;
        width: 322px;
        height: 307px;
        background-position: -383px -20px;
        position: absolute;
        right: 37px;
        top: -58px;
    }



    #index .testimonial_block:before {
        content: '';
        background: url(../img/sprite_oseapiscine.webp) no-repeat;
        width: 351px;
        height: 327px;
        background-position: 0 0;
        position: absolute;
        left: -206px;
        bottom: -17px;
        z-index: -1;
    }
}



.kl-footer .kl-contact-footer p,
.kl-footer .kl-contact-footer a {
    color: var(--graycolor3);
    font-family: var(--verdana);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.phone_footer {
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

.phone_footer i {
    border-radius: 4px;
    background: var(--Color5, #9ED5EE);
    width: 26px;
    height: 30px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.email_footer {
    font-weight: bold;
}

p.devis_footer {
    margin-bottom: 15px;
}


/** Panier ***/

.checkout.cart-detailed-actions.card-block {
    margin-bottom: 1rem;
}


.hvr-sweep-to-right:before {
    border-radius: 19px !important;
}

a.btn,
#module-pm_subscription-main .dateTimePickerSelector,
#module-pm_subscription-main .jconfirm-box .jconfirm-buttons .btn.btn-info.fixed-width-lg,
.btn-primary {
    border-radius: 5px;
}

a.checkout_button {
    border-radius: 19px;
    background: #FADD4B;
    width: 286px;
    height: 40px;
    flex-shrink: 0;
    color: #254673;
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: none;
    margin: 0 auto;
}

.hvr-sweep-to-right:before {
    display: none !important;
}

a.checkout_button.hvr-sweep-to-right:before,
a.kl-more-slide.hvr-sweep-to-right:before,
a.view_all_blog.hvr-sweep-to-right:before {
    background: #d7c050 !important;
}

a.checkout_button:hover {
    color: #254673;
    text-decoration: none;
}


.product-line-grid-body>.product-line-info>.label {
    color: var(--darkblue);
    font-family: var(--righteous);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.product-line-grid-body .product-line-info.product-price .current-price .price,
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    color: #FFC21B;
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 16px;
}

.cart-summary-line .label {
    color: var(--gray);
}

/*** checkout ****/

body#checkout section.checkout-step .step-title {
    color: var(--blueprimary);
    font-family: var(--righteous);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.11px;
}

.show_details_btn {
    font-weight: bold;
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
    font-family: inherit;
    font-size: 14px;
    color: var(--gray);
    letter-spacing: 1.14px;

}

body#checkout #cart-summary-product-list .media-left {
    margin-right: 10px;
}

body#checkout #cart-summary-product-list .media-list>li {
    margin-bottom: 10px;
}

body#checkout .cart-summary-line.cart-total {
    margin-bottom: 1rem;
}

/*** contact ***/

.contact-form label.btn.btn-default {
    height: 50px;
    line-height: normal;
}

.contact-form .btn-primary {
    color: #254673;
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 19px;
    background: var(--jaune, #FADD4B);
    padding: 10px;
    text-decoration: none;
    width: 286px;
    height: 40px;
    text-align: center;
    transition: .3s all;
}

.contact-form .btn-primary:hover,
.contact-form .btn-primary:visited,
.contact-form .btn-primary:active {
    background: #d7c050 !important;
}

.contact-form h3 {
    color: var(--blueprimary);
    font-family: var(--righteous);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.11px;
}

/*** sitemap ****/


.sitemap h2 {
    height: inherit;
}

/*** promotions // nouveaux produits // meilleures ventes // search  404 ****/

#best-sales section#content.page-not-found,
#new-products section#content.page-not-found,
#prices-drop section#content.page-not-found,
#search section#content.page-not-found {
    margin-left: -15px;
    margin-right: -15px;
}

.wishlist-modal .modal-footer .btn {
    border-radius: 5px;
}

.page-header h1,
#module-gformbuilderpro-form #content h1 {
    color: var(--blueprimary);
    font-family: var(--righteous);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
}

#authentication #content .btn-primary,
#password #content .btn-primary,
#registration #content .btn-primary,
#myaccount #content .btn-primary,
#identity #content .btn-primary,
#address #content .btn-primary,
#module-gformbuilderpro-form #content button#submitForm,
fieldset#prestablog-comment input#submitComment {
    border-radius: 19px;
    background: #FADD4B;
    width: 286px;
    height: 40px;
    flex-shrink: 0;
    color: #254673;
    font-family: var(--gillsans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    margin: 0 auto;
    transition: .3s all;
    outline: none !important;
    box-shadow: none !important;
}

#authentication #content .btn-primary:hover,
#password #content .btn-primary:hover,
#registration #content .btn-primary:hover,
#myaccount #content .btn-primary:hover,
#identity #content .btn-primary:hover,
#address #content .btn-primary:hover,
#index .kl-see-more:hover,
#prestablog_lastliste .btn-primary:hover,
#module-gformbuilderpro-form #content button#submitForm:hover,
.ps_imageslider .carousel-caption p a.kl-more-slide:hover,
.kl-block-actuality .kl-more-slide:hover,
a.view_all_blog:hover,
#all_testimonials:hover,
a.checkout_button:hover,
fieldset#prestablog-comment input#submitComment:hover {
    background: #d7c050 !important;
    color: #254673 !important;
    outline: none !important;
    box-shadow: none !important;
}

#authentication #content .btn-primary:focus,
#password #content .btn-primary:focus,
#registration #content .btn-primary:focus,
#myaccount #content .btn-primary:focus,
#identity #content .btn-primary:focus,
#address #content .btn-primary:focus,
#index .kl-see-more:focus,
#prestablog_lastliste .btn-primary:focus,
#module-gformbuilderpro-form #content button#submitForm:focus,
.ps_imageslider .carousel-caption p a.kl-more-slide:focus,
.kl-block-actuality .kl-more-slide:focus,
a.view_all_blog:focus,
#all_testimonials:focus,
a.checkout_button:focus,
fieldset#prestablog-comment input#submitComment:focus {
    background: #d7c050 !important;
    color: #254673 !important;
    outline: none !important;
    box-shadow: none !important;
}




.wishlist-list-item:hover .wishlist-list-item-title {
    color: #254673 !important;
}

.page-my-account #content .links a span.link-item {
    box-shadow: 0px 5px 30px 0px rgba(132, 140, 154, 0.20);
    border-radius: 20px;
}

/** blog **/

#prestablog_menu_cat nav ul {
    background: var(--darkblue);
}

#prestablog_menu_cat nav ul li a:hover,
#prestablog_menu_cat nav ul li i:hover {
    color: var(--yellow);
}

.cat_desc_blog {
    color: #000;
    font-family: var(--verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 25.6px !important;
}

#module-prestablog-blog h1.prestablogcat span {
    color: var(--darkblue);
    font-family: var(--gillsans);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

/*** page devis ***/

div#html_16251 p,
div#html_36082 p,
div#html_25548 p,
div#html_91930 p,
div#html_60766 p,
div#html_41921 p {
    color: var(--blueprimary);
    font-family: var(--righteous);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.11px;
}


@media (max-width:1199px) {
    #adtm_menu_inner {
        background: #9ed5ee;
    }

    #adtm_menu ul li.advtm_menu_toggle a.adtm_toggle_menu_button span.adtm_toggle_menu_button_text {
        color: #497F98 !important;
    }
}


.kl-information-footer ul {
    margin-bottom: 0;
}

ul.links_footer_pdf {
    margin-top: 0;
}

.kl-footer ul.links_footer_pdf li a {
    text-decoration: none;
}

.kl-footer ul.links_footer_pdf li a.btn-primary {
    background: #d7c050 !important;
    color: #254673 !important;
    outline: none !important;
    box-shadow: none !important;
    display: inline-block;
    border: none;
    text-decoration: none;
    max-width: 150px;
    width: 100%;
}

#homedescription {
    height: 665px !important;
}

.outils_panorama .swiper-slide-inner img {
    height: 210px !important;
}


@media (min-width:1200px) {
    #index section#content>section.seopresta_bannerhome {
        padding-top: 70px;
    }
}


.horaires-osea ul {
    margin-bottom: 0;
}

.store-item.card {
    padding: 1.5rem 1rem;
}

@media (max-width:1199px) {
    #stores .kl-main-content>.container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:1199px) {

    .store-item.card {
        padding-bottom: 0;
    }


}


@media (max-width:991px) {
    .horaires-osea {
        background: #f1f1f1;
        width: 100%;
        margin-top: 1.5rem;
        padding: 1.5rem 0.5rem;
    }
}

@media (max-width:575px) {
    .image-store-column {
        margin-bottom: 1rem;
    }
}


#cms .kl-main-content .kl-footer.white ul.links_footer_pdf {
    text-align: center;
    padding: 0;
    margin: 0;
}

#cms .kl-main-content .kl-footer.white ul.links_footer_pdf li {
    list-style: none;
}

#cms .kl-main-content .kl-footer.white {
    background: none;
    padding: 0;
}

@media (min-width:768px) {

    #cms .kl-main-content .kl-footer.white ul.links_footer_pdf li a.btn-primary {
        max-width: 100%;
    }

}


@media (max-width:767px) {

    #cms .kl-main-content .kl-footer.white ul.links_footer_pdf li a.btn-primary {
        max-width: 320px;
    }

}

/** PAGE CMS REMPALCEMENT LINER **/


#cms.cms-id-32 .kl-hero-listing .kl-breadcrumb,
#cms.cms-id-32 .kl-main-content {
    background: var(--graycolor3);
    position: relative;
}

@media (min-width:768px) {
    #cms.cms-id-32 .kl-main-content:before {
        content: '';
        background: url(../img/sprite_oseapiscine.webp) no-repeat;
        width: 322px;
        height: 307px;
        background-position: -383px -20px;
        position: absolute;
        right: 0;
        top: -150px;
        z-index: 2;
    }

    #cms.cms-id-32 .kl-main-content:after {
        content: '';
        background: url(../img/sprite_oseapiscine.webp) no-repeat;
        width: 351px;
        height: 327px;
        background-position: 0 0;
        position: absolute;
        left: -206px;
        bottom: 0;
        z-index: 2;
    }

    #cms.cms-id-32 .kl-main-content>.container {
        position: relative;
        z-index: 9;
    }

    #cms.cms-id-32 #header {
        z-index: 99;
        position: relative;
    }
}

@media (max-width:767px) {

    #cms.cms-id-32 .kl-main-content {
        padding-top: 0;
    }

    #cms.cms-id-32 section#main {
        padding-left: 0;
        padding-right: 0;
    }

}


body#cms.cms-id-3 #content>p,
body#cms.cms-id-3 #content>ul {
    display: none !important;
}


/** Formulaies devis **/

.summary_quote {
    background: #f2f2f2;
    padding: 30px 1.25rem;
    margin-bottom: 1.5rem;
}

.summary_quote h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--darkblue);
}

.summary_quote h3 a {
    text-decoration: none;
    color: var(--darkblue);
    transition: .3s all;
}

.summary_quote h3 a:hover {
    text-decoration: underline;
}


/** formualaires **/

select {
    background: url(../img/select_arrow.svg) no-repeat right 20px center;
    padding-right: 40px;
}

#module-gformbuilderpro-form #content input.form-control {
    height: 50px;
}

#module-gformbuilderpro-form #content input[type="radio"],
#module-gformbuilderpro-form #content input[type="checkbox"] {
    margin-right: .5rem;
}

#module-gformbuilderpro-form #content h2,
.oseapiscine_contact p {
    color: var(--blueprimary);
    font-family: var(--righteous);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.11px;
}

#module-gformbuilderpro-form #content h3 {
    font-size: 18px;
    color: var(--blueprimary);

}


/** calage images subcategory **/

.kl-sub-categories-list>div {
    min-height: 175px;
    height: auto;
}

@media (max-width:767px) {
    .kl-submit {
        margin-bottom: 1.5rem;
    }
}


/* 24506 */
.kl-submit {
    background-color: transparent !important;
}

/* 24506 */


/* 24502 */

/* Déplacer le logo vers la gauche */
.navbar-brand {
    margin-left: -100px;
}

/* Descendre la barre de recherche et centrer l'icône de la loupe */
#searchDesktop {
    margin-top: 80px;
}


#searchDesktop #search_widget form>.row .button__submit__search {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    right: 17px;
    height: auto !important;
    margin: auto 0;
}

#searchDesktop #search_widget .button__submit__search button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
}

#searchDesktop #search_widget .button__submit__search button i.material-icons {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 24px;
    height: 26px;
    font-size: 0;
    line-height: 0;
}

#searchDesktop #search_widget .button__submit__search button svg {
    display: block;
    width: 24px;
    height: 26px;
}

/* Descendre Mon compte et Mon panier */
.cart-search {
    margin-top: 80px;
}

/* 24502 */

/** Ecomiz Walid 24425 27-01-2026 ***/

.kl-sub-categories-list a h3 {
    margin-bottom: 1rem;
}

#category .kl-sub-categories-list>div a {
    text-decoration: none;
}

#category .kl-sub-categories-list {
    width: 100%;
}

#category .kl-sub-categories-list>div {
    padding: 0;
}

#category .kl-sub-categories-list a .kl-img {
    margin: 0 0 17px 0;
}

@media (min-width:768px) and (max-width:1199px) {
    #category #content-wrapper {
        width: 100%;
    }
}

@media (max-width:575px) {
    #category .kl-sub-categories-list a .kl-img img {
        width: 100%;
    }

}


#cms.cms-id-2 #content>p,
#cms.cms-id-2 #content>ul
{
    display: none;
}


