/**
 * 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
 */
body{
    font-family:futura-pt,sans-serif;
}
a:hover{
    text-decoration: none;
}
.container {
    max-width: 1250px;
}
p {
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #5d5b6e;
}
 #product .product-description ul,
 #custom-text ul,
 .articleContent ul,
 #content.page-cms ul{
    padding-left: 40px;
}
#product .product-description ul li,
#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-footer-seo {
    padding: 0;
}
.kl-footer {
    border-top: 1px solid #eceaf4;
    background: #fff;
    color: #29235c;
}
.kl-footer a, .kl-footer span.obfuscate {
    font-size: 15px;
    font-weight: 400;
    color: #8985a1;
}
.seopresta_bannerhome p.intro {
    font-family:futura-pt,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:#ffdc04;
}
.seopresta_bannerhome h2 {
    font-size: 26px;
    color: #29235C;
    margin-bottom: 40px;
}
.seopresta_bannerhome .kl-img-offer ul li h3 {
    font-family:futura-pt,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #29235C;
    padding-bottom: 10px;
}
.seopresta_bannerhome .kl-img-offer ul li h3 a {
    font-family:futura-pt,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #29235C;
}
.seopresta_bannerhome .kl-img-offer ul li p.savoir{
    margin-bottom: 0;
}
.seopresta_bannerhome .kl-img-offer ul li p.savoir a {
    font-family:futura-pt,sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffdc04;
}
.seopresta_bannerhome p.intro {
    font-family:futura-pt,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:#ffdc04;
}
.seopresta_bannerhome p {
    color: #29235C;
}
.seopresta_bannerhome .kl-img-offer a:hover img {
        transform: scale(1);
    right: 0;
}
.seopresta_bannerhome .kl-img-offer a img {
    width: 100%!important;
    max-width: inherit!important;
}
.kl-img-offer li:nth-child(2n) {
    float: none;
}
.moncompte li::marker{
    display: none;
}
.seoprestahometext h1 {
    font-size: 25px;
    line-height: 35px;
}
.seopresta_bannerhome .kl-block-offer {
    padding-top: 40px;
    padding-bottom: 40px;
}
span.txtmoncompte {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 13px;
    color: #29235c;
    display: block;
    text-transform: uppercase;
    text-align: center;
    width: 75px;
    margin-left: -5px;
}
.monpanier,
.moncompte{
    text-align: center;
}
.moncompte svg{
    margin-bottom: 3px;
}
.monpanier .panier-0,
.monpanier .panier-3,
.monpanier .panier-5,
.moncompte .new_client-1{
    transition: all 0.4s ease;
}
.moncompte:hover .new_client-1{
    fill:#29235c;
}
.moncompte:hover .new_client-4{
    fill:#f6d300;
    stroke:#f6d300;
}
.monpanier:hover .panier-0{
    fill: #ffdc00!important;
}
.monpanier:hover .panier-3{
    fill: #29235c;
}
.monpanier:hover .panier-4 {
    stroke: #29235c;
}
.moneldotrabo a{
    margin: 0 auto!important;
}
#content,
.kl-main-content,
#content-wrapper,
body#checkout #wrapper{
    background-image: url(../img/bg.jpg);
    position: relative;
	width:100%;
}
#module-prestablog-blog .kl-main-content,
#cms .kl-main-content,
.kl-header-product{
    padding-bottom: 150px;
}

#authentication .kl-main-content,
#my-account .kl-main-content{
    padding-bottom: 200px;
}
.kl-block-service {
    background-image: none;
    background: #fff;
    padding-bottom: 50px;
    text-align: center;
}
.hoverblanc{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 5;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 75%,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(75%,rgba(255,255,255,.5)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 75%,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 75%,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 75%,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 75%,#fff 100%);
}
#cart .hoverblanc{
	height:50px;
}
.colissimo-address-fields{
    width: 100%;
}
.container_password{
	min-height:310px;
}
@media screen and (max-width: 740px) {
	.hoverblanc{
		display:none;
	}
}
.seoprestahometext .kl-img-mode{
    position: relative;
}
.seopresta_bannerhome{
    padding: 60px 0;
}
.kl-img-mode span:after{
    display: none!important;
}
footer.page-footer{
    margin: 0!important;
}
.seoprestahometext {
    position: relative;
}
.seoprestahometext .kl-img-mode span:before {
    width: 100%;
    height: inherit;
    min-height: 550px;
}
.seoprestahometext .kl-img-mode {
    min-height: 550px;
}
.seoprestahometext .kl-img-mode .diveldotravdiag{
    position: absolute;
    right: -30px;
    bottom: 100px;
}
.seoprestahometext .blocktxt{
    padding-left: 75px;
}
.seoprestahometext .blocktxt .kl-title-h2{
    font-family: futura-pt,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffdc04;
    margin-bottom: 15px;
}
.seoprestahometext .blocktxt h2 {
    font-size: 26px;
    color: #29235C;
    margin-bottom: 40px;
}
.kl-topbar {
    background: #fff;
    padding: 25px 0 25px;
}
.wsmenu > .wsmenu-list {
    display: flex !important;
    justify-content: center!important;
}
.wsmenu > .wsmenu-list > li > a{
    padding: 9px 14px;
    font-size: 17px;
    font-weight: 700;
    color: #29235c;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > span.obs{
    padding: 12px 14px;
    font-size: 17px;
    font-weight: 400;
    color: #29235c;
    background: #f7f6fb;
}
.navbar-expand-lg.navbar-light.kl-nav-menu {
    padding: 0;
    background: #fff;
    border-bottom: #e7e6eb 1px solid;
    border-top: #e7e6eb 1px solid;
}
.wsmenu > .wsmenu-list > li > a span{
     color: #29235c!important;
}
.wsmenu > .wsmenu-list > li{
    position: relative;
}
.wsmenu > .wsmenu-list > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    right: 0;
    top: 18px;
    background: #e7e6eb;
}
.wsmenu > .wsmenu-list > li:nth-child(5) > a{
    text-align: center;
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    background: #ffd300;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 2px 15px;
    margin: 7px 0 7px 15px;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu {
    top: 54px;
}
.wsmenu > .wsmenu-list > li:nth-child(5):after{
    display: none;
}
.wsmenu > .wsmenu-list > li:hover a.navtext{
    background: #f7f6fb;
}
.wsmenu > .wsmenu-list > li:hover > a {
    box-shadow: none; 
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > span.obs {
    background: #f6d300;
}
.horaire{
   font-family: "Open Sans Condensed",sans-serif;
    font-size: 14px;
    color: #737087;
}
.phone{
    margin-top: -2px;
    margin-right: -5px;
    font-size: 31px;
    font-weight: 700;
    color: #29235c;
}
.appelgratuit{
    text-align: right;
    margin-top: -2px;
    font-size: 11px;
    font-weight: 400;
    color: #737087;
}
.liright{
    text-align: right;
}
.groupehor{
    width:215px;
}
.groupehor li{
    display: block;
}
.kl-block-service .kl-title-h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
}
.kl-block-service .rowrea figure{
    margin-top: 14px; 
    min-height: 85px;
}
.kl-block-service .rowrea .col-md-3 .num{
    font-family:futura-pt,sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #f6d300;
    text-align: left;
    margin-bottom: -5px
}
.kl-block-service .rowrea .col-md-3 .txt{
   font-family:futura-pt,sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #29235c;
    line-height: 18px;
    width: 143px;
}
.carousel-control-prev,
.carousel-control-next{
    display: none;
}
.ps_imageslider .carousel-caption {
    left: 0;
    position: absolute;
    max-width: 820px;
    top: 0;
    max-height: 480px;
    opacity: 1;
    padding: 80px;
    text-align: left;
    bottom: auto;
    height: auto;
    background-color: transparent;
}
.ps_imageslider .carousel-caption .kl-title-slide {
    color: #29235C;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
     max-width: 450px;
    line-height: 37px;
}
.ps_imageslider .carousel-caption p {
    font-size: 25px;
    color: #29235C;
    line-height: 32px;
    font-family: futura-pt,sans-serif!important;
    max-width: 700px!important;
}
.ps_imageslider .carousel-caption p.txt {
    max-width: 350px;
    margin-bottom: 50px;
}
.ps_imageslider .carousel-caption a {
    background: #29235c;
    color: #fff;
    ont-family: futura-pt,sans-serif!important;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    padding: 5px 65px 7px 20px;
    border-radius: 25px;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
}
.ps_imageslider .carousel-caption a:after {
    content: url("../img/fleche_droite_blanche.svg");
    display: block;
    position: absolute;
    right: 14px;
    top: 7px;
}
.ps_imageslider .carousel-caption a:hover {
    background: #ffd300;
    color: #29235c;
}
.ps_imageslider .carousel-caption a:hover:after {
    content: url("../img/fleche_droite_bleue.svg");
}
.ps_imageslider .carousel-item-action-container{
    display: none;
}
.kl-footer .groupehor{
    width:225px;
}
.kl-footer .groupehor .horaire {
    margin-bottom: 10px;
}
.kl-footer .kl-text-foot,
.kl-footer .kl-text-foot a{
   font-family: futura-pt,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #29235c;
}
.kl-footer .kl-text-foot a:hover{
    text-decoration: none!important;
}
.kl-footer .kl-text-foot a img{
    margin-left: 10px;
}
.kl-submit {
    position: relative;
    top: 0;
    right: 0px;
    padding: 10px 50px;
    background-color: #f6d300;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #29235c;
}
.kl-submit:before {
    content: url("../img/fleche_droite_bleue.svg");
    display: block;
    position: absolute;
    right: 14px;
    top: 11px;
}
#newsletter-footer-form li p{
    font-size: 10px;
    color: #5d5b6e;
    line-height: 13px;
}
#newsletter-footer-form li p a{
    font-size: 10px;
    color: #5d5b6e;
    text-decoration: underline;
    display: inline;
}

.form-control{
    width: 193px;
    height: 40px;
    margin-bottom: 8px;
    padding-right: 25px;
    padding-left: 9px;
    border: #e7e6eb 1px solid;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #737087;
    background-color: #f6f5fc!important;
}
.form-control::-webkit-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #8985a1;
}
.form-control::-moz-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #8985a1;
}
.form-control:-ms-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #8985a1;
}
.form-control:-moz-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #8985a1;
}
.kl-footer a, .kl-footer span.obfuscate{
    font-size: 17px;
    font-weight: 400;
    color: #5d5b6e;
}
.kl-footer a:hover, .kl-footer span.obfuscate:hover{
    font-size: 17px;
    font-weight: 400;
    color: #29235c;
    text-decoration: underline;
}
.blockcat,
.blockblog{
    padding: 20px 0;
    background: #29235c;
    color: #fff;
    text-align: center;
}
.elementor-page .blockblog{
    display: none;
}
.blockcat p.intro{
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}
.blockcat p.txt {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    /*max-width: 750px;*/
    margin: auto;
    padding: 0 15px;
}
.blockblog h1{
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.blockblog .contentxt {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    max-width: 750px;
    margin: auto;
    padding: 0 15px;
}
.item.kl-xts-item:hover > div {
    outline: none!important;
}
.kl-category-section{
    display: none;
}
.kl-hero-listing{
    background: transparent;
}
.kl-hero-listing .kl-breadcrumb{
     background-image: url(../img/bg.jpg);
    padding-top: 10px;
}
.kl-hero-listing .kl-breadcrumb ul > li > a,
.kl-hero-listing .kl-breadcrumb ul > li > span{
    font-style: normal;
    font-size: 14px;
     opacity: 1; 
    color: #29235C;
}
.kl-hero-listing .kl-breadcrumb ul > li > a::after {
    content: ">";
    color: #29235C;
    margin: 0 5px;
}
.kl-hero-listing .kl-breadcrumb ul > li.bout::before {
    content: ">";
    color: #29235C;
    margin: 0 5px;
}
.kl-title-aff h3 {
    font-family: futura-pt,sans-serif;
    font-size: 20px;
    color: #29235C;
    letter-spacing: inherit;
    font-weight: 600;
    margin-top: 15px;
    min-height: 30px;
    text-align: left;
    text-transform: inherit;
    margin-bottom: 0;
}
.kl-title-aff ul li {
    font-size: 20px;
    font-weight: 500;
    color: #29235C;
    text-align: left;
    width: 100%;
}
.kl-row-listing .prdt_content .kl-title-aff ul{
    padding-top: 0;
}
.kl-row-listing .prdt_content .kl-title-aff {
    background: transparent;
}
.rowprod2 p{
    text-align: left;
}
.rowprod2 .texte{
    background: #f7f6fb;
    padding: 35px 35px 15px 35px;
    box-shadow: 5px 8.66px 20px 0px rgba(43, 35, 23, 0.1);
}
.rowprod2 .texte .intro{
    font-family: futura-pt,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffdc04;
}
.rowprod2 .texte .titre{
    font-family: futura-pt,sans-serif;
    font-size: 26px;
        color: #29235C;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 30px;
}
.rowprod2 .texte .ptexte p{
    color: #29235C;
    font-size: 18px;
	margin-bottom: 0px;
}
.rowprod2 .texte .btn {
    background: #29235c;
    color: #ffdc04;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 10px 65px 12px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
    text-align: left;
    line-height: 22px;
    margin-top: 20px;
}
.rowprod2 .texte .btn:after {
    content: url("../img/fleche_droite_jaune.svg");
    display: block;
    position: absolute;
    right: 14px;
    top: 14px;
}
.rowprod2 .img{
    padding-left: 0;
	background-color:#f7f6fb;
}
.rowprod2 .img img{
    width: 100%;
}
.kl-details-product h1 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.kl-details-product .kl-price-note p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.56px;
    color: #ffdc04;
}

.rowwarning{
    background: #ffdc04;
    padding: 30px 25px;
}
.rowwarning p{
    font-family: futura-pt,sans-serif;
    font-size: 21px;
    color: #29235C;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
}
.kl-add-to-cart{
    background: #29235C;
    display: block;
    color: #fff;
    padding: 13px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    border-radius: 35px;
}
.kl-quantity,
.kl-quantity .input-group > .form-control {
    border-radius: 25px;
    height: 53px;
}
.kl-quantity{
    overflow: hidden;
}
.kl-quantity__btn--up {
    top: 10px;
}
.kl-quantity__btn--down {
    bottom: 10px;
}
.kl-quantity__btn {
    right: 10px;
}
.blockvideofiltre p{
    font-family: futura-pt,sans-serif;
    font-size: 18px;
    color: #29235C;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -20px;
}
.blockvideofiltre iframe{
    width: 100%;
    height: 340px;
}
#prestablog_lastliste .art_2,
#prestablog_lastliste .art_3,
#prestablog_lastliste .art_4,
#prestablog_lastliste .art_5,
#blog_list_1-7 .prestablog_more{
    display: none;
}
.block-categories{
    background: #fff;
    border: #e9e7f2 3px solid;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 50px;
}
.block-categories.blockdiag .title_diag{
    width: 55%;
    font-size: 20px;
    font-weight: 700;
    color: #29235c;
    float: left;
    line-height: 27px;
}
.block-categories.blockdiag .man{
    width: 45%;
    margin-top: -30px;
    float: right;
}
.block-categories.blockdiag .man img{
    width: 100%;
}
.block-categories.blockdiag .btn {
    position: relative;
    top: 0;
    right: 0px;
    padding: 10px 45px 10px 15px;
    background-color: #f6d300;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #29235c;
    width: 100%;
}
.block-categories.blockdiag .btn:before {
    content: url(../img/fleche_droite_bleue.svg);
    display: block;
    position: absolute;
    right: 14px;
    top: 13px;
}
.block-categories.blockdiag .gratuit {
    color: #29235c;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}
.block-categories .title_block {
    font-size: 18px;
    text-transform: uppercase;
}
.block-categories .title_block.title_blockliste{
    margin-top: 35px;
}
.block-categories .souscat a {
    color: #747087;
    font-size: 16px;
    font-weight: 400;
}
.block-categories #prestablog_lastliste a {
    color: #747087;
    font-size: 16px;
    font-weight: 700;
}
.block-categories .souscat a:hover {
   color: #29235c;
}
#prestablog_lastliste p, #prestablog_catliste p, #prestablog_dateliste li {
    border-bottom: 1px dotted #f1f0f5;
}
#blog_list_1-7 .block_cont {
    border: none;
}
#blog_list_1-7 li:hover .block_cont .block_top img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1)rotate(0deg);
    transform: scale(1)rotate(-0deg);
}
#blog_list_1-7 li .block_cont .block_top a {
    width: 100%;
}
#blog_list_1-7 h3{
      font-size: 22px;
      color: #29235c;
}
#blog_list_1-7 h3 a {
      color: #29235c;
}
#blog_list_1-7 .date_blog-cat{
   color: #747087;
    font-size: 12px;
    font-weight: 700;
}
#blog_list_1-7 p, .date_blog-cat {
   color: #747087;
    font-size: 16px;
    font-weight: 400;
}
.info_blog a, .date_blog-cat, ul#blog_list_1-7 li .date_blog-cat a{
    color: #747087;
}   
.card {
    border-radius: 3px;
    margin-bottom: 50px;
    background: #fff;
    padding: 20px;
}
.page-authentication #content {
    background: #fff;
}
#authentication .container_authentication .login-form .btn,
#btnShowValue{
    padding: 8px;
}
.page-my-account #content .links a span.link-item {
    background: #fff;
}
@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;
    }
    .wsmobileheader {
        height: 90px;
    }
    .wsmobileheader .mobile-logo-container{
        margin-top: 15px;
    }
    .wsmenu>.wsmenu-list>li>ul.sub-menu {
        top: 0;
    }
    .wsmenu>.wsmenu-list>li>.wsmenu-click {
        border-left: none;
    }
    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        margin-top: 18px;
        margin-right: 2px;
    }
    .blockcat, .blockblog {
        padding: 20px 0;
        margin-top: 20px;
    }
    .kl-footer .groupehor {
        margin: auto;
    }
    .kl-mail-footer form{
        margin: auto;
        width: 220px;
    }
    .wsmenu > .wsmenu-list > li:nth-child(5) > a {
        height: 40px;
        margin: 7px;
    }
    .blockcat p.intro {
        font-size: 26px;
    }
    .rowprod2 .img {
        padding-right: 0;
    }
    .kl-information-footer{
        width: 50%;
    }
}
@media (min-width: 1200px){

    .newsletter_content p{
        font-size: 30px;
        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;
}
.vendu{
    margin-top: -15px;
    font-size: 16px;
    line-height: 1.71;
    color: #29235C;
}
.cms-id-16 h1,
.cms-id-17 h1{
    display: none;
}
.cms-id-16 h3,
.cms-id-17 h3{
    display: none;
}
.cms-id-16 .row.container_cms ,
.cms-id-17 .row.container_cms{
    display: block;
}
.cms-id-16 .bloccont2,
.cms-id-17 .bloccont2 {
    display: flex;
}
.cms-id-16 .form-control,
.cms-id-17 .form-control {
    width: 250px;
    margin-right: 15px;
    max-width: 100%;
}
.cms-id-16 textarea.form-control,
.cms-id-17 textarea.form-control {
    width: 520px;
    height: 250px;
    max-width: 100%;
}
.cms-id-16 .wpcf7-submit,
.cms-id-17 .wpcf7-submit{
    background-color: #29235c;
    color: #fff;
}
.wpcf7-submit:hover,
.wpcf7-submit:hover{
    background-color: #ffd300;
    color: #29235c;
}
.btnrens{
    max-width: 300px;
    text-align: center;
    margin: 15px auto 50px auto;
}
.btnrens:hover{
    text-decoration: none!important;
}
#contact .form-control {
    width: 400px;
}
#contact textarea.form-control {
    width: 400px;
    height: 200px;
}
@media (max-width: 767px){
    .cms-id-16 .bloccont2,
    .cms-id-17 .bloccont2 {
        display: block;
    }
	section#main {
		width: 100%;
	}
}
span.ecotax{
    font-size: 16px;
    color: #29235C;
}
.col-xs-4{
    float: left;
    margin: 0 20px;
}