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

/* Import fonts */

@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito-Black.ttf);
    font-weight: 900;
}

/* Variables CSS */
    /* Couleurs */

:root
{
    --rose: #F0537B;
    --bleu: #4BC5C9;
    --bleu-fonce: #47B1B3;
    --jaune: #F6951E;
    --jaune-clair: #FFEA00;
}

/* Général */
a {
    color: var(--bleu);
}

a:hover {
    color: var(--bleu-fonce);
}

html, body {
    font-family: Nunito;
}

.st0{clip-path:url(#SVGID_20_);}
.st1{opacity:0.29;fill:url(#SVGID_30_);enable-background:new    ;}

.cls-1{fill:#fff;}.cls-2{fill:#dcdcdc;}.cls-3{fill:#e83967;}.cls-4{fill:#f08218;}.cls-5{fill:#ffe906;}.cls-6{fill:#41babe;}

.bgbannerhome1{opacity:0.8;fill:#4BC5C9;}
.bgbannerhome2{opacity:0.8;fill:#F6951E;}
.sepbannerhome1{fill:#FFFFFF;}

#wrapper {
    box-shadow: none;
    background: #fff;
}

#wrapper #content-wrapper {
    position: relative;
    /* z-index: 1; */
}

#contact #wrapper #content-wrapper, #module-design_aires_module-contact_catalog #wrapper #content-wrapper {
    z-index: 1;
}

#contact #main .page-content, #module-design_aires_module-contact_catalog #main .page-content {
    background: transparent;
}

#contact #wrapper #content-wrapper .contact-form, #module-design_aires_module-contact_catalog #wrapper #content-wrapper .contact-form {
    background: transparent;
}

#left-column {
    z-index: 1;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
    background: none;
}

.bg-jaune, .bg-rose {
    position: absolute;
    max-width: 340px;
    z-index: 0;
}

.bg-jaune {
    right: -170px;
    top: 0;
}

.bg-rose {
    left: -170px;
    top: 500px;
}

/* Header */

#header .header-top > .row {
    margin: 0;
}

#header .logo {
    max-height: 100px;
    /* margin-left: 30px; */
}

/* header#header .header-nav {
    background-color: var(--bleu);
    border: none;
} */

#category .breadcrumb {
    background: transparent;
    padding: 0;
    padding-right: 32%;
}

#category .breadcrumb[data-depth="1"] {
    display: none
}

#category .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0
}

#category .breadcrumb li {
    display: inline
}

#category .breadcrumb li:after {
    content: "/";
    color: #7a7a7a;
    margin: .3125rem
}

#category .breadcrumb li:last-child {
    content: "/";
    color: #7a7a7a;
    margin: 0
}

#category .breadcrumb li:last-child:after {
    content: ""
}

#category .breadcrumb li a {
    color: #232323
}

#header .header-nav .phone-header a {
    color: #000;
}

#header .header-nav .phone-header a:hover {
    color: #000;
    text-decoration: underline;
}

header#header .header-nav #desktop_contact_link {
    display: inline-block;
}

header#header .header-nav #desktop_contact_link #contact-link {
    margin: 0;
}

header#header .header-nav #desktop_contact_link #contact-link a {
    padding: 15px;
    display: block;
    font-weight: 600;
    color: #000;
    /* background-color: var(--jaune); */
    /* text-transform: uppercase; */
    font-size: 16px;
}

header#header .header-nav #desktop_contact_link #contact-link a:hover {
    text-decoration: underline;
}

header#header .header-nav .phone-header {
    padding: 12px;
    display: block;
    color: #000;
    /* background-color: var(--bleu-fonce); */
    font-size: .8rem;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 16px;

}

header#header .header-nav .phone-header .material-icons {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: var(--bleu); */
    border-radius: 50%;
    padding: 3px;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

header#header .header-nav .catalog-header a {
    padding: 15px;
    display: block;
    color: #000;
    font-weight: 600;
    /* background-color: var(--rose); */
    /* text-transform: uppercase; */
    font-size: 16px;
}

header#header .header-nav .catalog-header a:hover {
    text-decoration: underline;
}

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

#_mobile_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

header#header .header-top .search-widget {
    margin-top: 12px;
    float: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header#header #_desktop_cart .blockcart a {
    display: inline-block;
    position: relative;
}

header#header #_desktop_cart .blockcart .header {
    text-align: right;
}

header#header .header-top .search-widget form {
    max-width: 400px;
    min-width: 350px;
    margin-left: 25px;
    margin-top: 10px;
}

header#header .header-top .search-widget i.search {
    color: var(--bleu);
}

header#header .header-top .search-widget form input[type=text] {
    background-color: #EAFAF9 !important;
    padding: 10px 25px;
    border-radius: 20px;
    /* border: 1px solid rgba(0,0,0,.05); */
}

header#header .header-top .search-widget form input[type=text]::placeholder {
    font-family: Nunito;
    font-weight: 600;
}

header#header .header-top .search-widget form input[type=text]:focus {
    outline: none;
}

#search_widget form i {
    padding: 0;
}

header#header .header-top .search-widget form button[type=submit] {
    /* bottom: .4rem;
    right: 15px; */
    opacity: 0;
    bottom: unset;
    top: .5rem;
    right: 29px;
}

header#header .header-top .blockcart .header .shoppingcart-icon, header#header .header-top .blockcart .header .shoppingcart-txt {
    text-align: center;
}

header#header .header-top .blockcart .header .shoppingcart-icon svg {
    max-width: 30px;
}

header#header .header-top .blockcart .header .shoppingcart-txt {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

#_desktop_cart {
    margin-top: 15px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-duration: .2s;
}

#_desktop_cart:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

header#header .header-top .blockcart .header .cart-products-count, header#header .header-nav .blockcart .header .cart-products-count {
    background: var(--bleu);
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: -10px;
}

header#header .header-nav .blockcart .header {
    position: relative;
}

header#header .menu-background {
    background-color: var(--rose);
}

header#header .menu-background .menu > .top-menu {
    margin: 0;
    position: relative;
    height: 91px;
}

header#header .menu-background .menu > .top-menu > li > a[data-depth="0"] {
    color: #fff;
    padding: 1rem .8rem;
    text-transform: uppercase;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-duration: .2s;
	font-size: .8rem;
}

header#header .menu-background .menu > .top-menu > li > a[data-depth="0"]:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    margin-left: 0;
    margin-right: 0;
}

#_mobile_top_menu .top-menu .sub-menu ul[data-depth="1"]>li {
	width: 100%;
}

#header .menu > ul > li#cms-page-37 {
	background: var(--jaune);
}

#header .header-nav .cart-preview.active {
    background: #fff;
}

.top-menu .sub-menu {
    margin: 0;
    width: 100%;
    min-width: 100%;
}

.top-menu[data-depth="2"] > li.category {
    position: relative;
}

.top-menu[data-depth="2"] > li.category > a {
    padding: .312rem .625rem .312rem 0 !important;
}

.top-menu[data-depth="2"] > li.category:hover {
    background: #fff;
}

.top-menu[data-depth="2"] > li.category:hover > .popover {
    display: block!important;
    left: 100%;
    top: 0!important;
}

@media (min-width: 992px) and (max-width: 1199px){
	.container {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 989px){
	header#header .menu-background .menu > .top-menu > li > a[data-depth="0"] {
		font-size: .58rem;
	}
}

#cms-category-3 .popover {
    display: none !important;
}

#cms-category-3 .dropdown-item span {
    display: none;
}

.banner {
    position: relative;
    /*background-image: url("../img/banner.jpg");*/
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.banner .banner-text-container {
    /* height: 1140px; */
    /* height: 920px;
	padding-top: 45px; */
}

.banner .banner-text-container {
    padding-top: 45px;
    padding-bottom: 10%;
}

.banner .banner-text-container .banner-item {
    /*display:flex;
    align-items: center;
    justify-content: center;*/
    z-index: 1;
    height: 70%;
    text-align: center;
}

.banner .banner-text-container .banner-item .banner-item-title {
    display: block;
    color: #fff;
    /* font-size: 45px; */
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    /* line-height: 60px; */
    line-height: 44px;
}

.banner .banner-text-container .banner-item .block-listing-item  {
	/* padding: 0 75px; */
	padding: 0 5%;

}

.banner .cat_list_item > a > svg {
    width: 65%;
}

/* .banner .banner-text-container .banner-item .block-listing-item.block-listing-item-pehd{
	display: flex;
	justify-content: center;
} */

.banner .banner-text-container .banner-item .block-listing-item.block-listing-item-pehd {
    padding-left: 7%;
}

.banner .banner-text-container .banner-item .banner-item-inner {
	width: 100%;
}

.banner .banner-text-container .banner-item .block-listing-item .subcat-name {
	color: #fff;
}

.banner .tache-rose {
    /* position: absolute;
    right: 60px;
    top: 50px;
    z-index: 0;
    width: 15%; */
    position: absolute;
    margin: auto;
    right: calc(50% - 152px);
    top: -139px;
    z-index: -1;
    width: 305px;
}

.banner .tache-orange {
    /* position: absolute;
    left: 60px;
    top: 50px;
    z-index: 0;
    width: 8%; */
    position: absolute;
    margin: auto;
    right: calc(50% - 147px);
    top: -139px;
    z-index: -1;
    width: 295px;
}

.block-banner-item .btn-designa {
    background: transparent;
}

.banner .bgcolor {
	height: 1500px;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner .bgwave {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.btn-designa {
    opacity: 1;
    font-size: .8rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    padding: 15px 20px;
    color: #fff !important;
    border-radius: 40px;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: .2s;
}

.btn-designa:hover{
    opacity: .8;
}

.btn-designa span {
    margin-left: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.btn-designa-jaune {
    background-color: var(--jaune);
}

.btn-designa-rose {
    background-color: var(--rose);
}

.btn-designa-bleu {
    background-color: var(--bleu);
}

#custom-text {
    background: none;
    margin: 3.125rem 0 0 0;
    padding: 0;
    z-index: 1;
    position: relative;
}

#custom-text .custom-text-inner {
    background-color: var(--jaune);
    color: #fff;
    text-align: left;
    padding: 3.125rem 0;
    margin-top: -10px;
}

#custom-text .custom-text-inner .col-img img {
    width: 100%;
    height: auto;
}

#custom-text .custom-text-inner .col-txt {
    padding-left: 20px;
}

#custom-text .custom-text-inner .col-txt.visible-txt-close::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background: -moz-linear-gradient(top,rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%);
}

#custom-text .custom-text-inner .hidden-txt {
	display: none;
}

#custom-text h1 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 20px;
}

#custom-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
	color: var(--bleu-fonce);
}

#custom-text p, #custom-text h2 {
    color: #fff;
}

#custom-text p {
	font-size: 1rem;
}

#custom-text .see-more .btn-txt {
	background: unset;
	margin: 0;
	border-radius: none;
}

/* Block renseignement */

.contact-form .contact-form-title {
    text-align: center;
    margin-bottom: 50px;
}

.contact-form .contact-form-title .h2-contactform {
    color: #000;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: .5rem;
    font-family: inherit;
    line-height: 1.1;
}

.contact-form .contact-form-title svg {
    width: 60px;
}

.contact-form input {
    margin-bottom: 30px;
}

.contact-form textarea {
    height: 100%;
}

.contact-form input, .contact-form textarea {
    background-color: var(--bleu);
    border-radius: 10px;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #fff;
}

.contact-form .form-footer {
    text-align: center !important;
}

.form-control:focus, .input-group.focus {
    outline: none;
    background-color: var(--bleu);
    color: #fff;
}

#index #wrapper {
	padding-top: 0;
}

/* Pages Catégories */



.block-category .block-category-inner {
    display: block;
}

.block-category .block-category-inner .read-more-cat-desc {
    border: none;
}

.block-category #category-description {
    height: 150px;
    position: relative;
    overflow: hidden;
}

.block-category #category-description a {
    color: var(--bleu);
}

/* .block-category #category-description.block-hide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: -moz-linear-gradient(top,rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%);
} */

.banner-cat {
    height: 500px;
    position: relative;
    z-index: 0;
}

.banner-cat .bgwave {
    position: absolute;
    z-index: 1;
    bottom: 0;
    margin-bottom: -2px;
}

.banner-cat .banner-cat-inner {
    height: 100%;
    text-align: center;
}

.banner-cat .banner-cat-inner .title-cat-header {
	display: block;
    text-align: center;
    padding-top: 120px;
    color: #fff;
    font-size: 2.8rem;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 600px;
    margin: auto;
    margin-bottom: 15px;
}

.banner-cat .banner-cat-inner svg {
    width: 75px;
}

#category .block-categories .category-sub-menu li[data-depth="0"]>a {
    width: 85%;
    text-transform: uppercase;
    padding: 10px 0;
}

#category .block-categories {
    box-shadow: none;
    padding: 1.5rem 0;
}

#category #left-column #search_filters {
    box-shadow: none;
}

#category #left-column #search_filters .title-facet {
    font-weight: 400;
    font-size: 1.6rem;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 20px;
}

#category #left-column #search_filters .title-facet svg {
    width: 25px;
    height: 25px;
    float: right;
    fill: #E3E3E3;
}

#category #left-column #search_filters .facet .facet-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
    padding: 1.563rem 0;
}

.custom-checkbox input[type=checkbox]+span {
    border: 2px solid var(--bleu);
}

#category #js-product-list-header {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

#category #js-product-list-header .block-category {
    box-shadow: none;
    border: none;
    background: transparent;
}

#category .products-selection, #search .products-selection {
    margin-left: 0;
    margin-right: 0;
	z-index: 2;
	position: relative;
}

#category #js-product-list-header .cat-title, #category .cat-title-top {
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 10px;
    display: block;
}

#category .cat_custom_content_inner {
	margin-top: 30px;
	overflow: hidden;
	height: 150px;
}

.cms-id-2 .cat_custom_content_inner {
	margin-top: 30px;
	overflow: hidden;
	height: 150px;
}

#category .cat_custom_content button, #cms .read-more-cat {
	border: none;
}

.products-selection .total-products {
    padding-left: 0;
    z-index: 1;
}

.products-selection .order-filter {
    padding-right: 0;
    z-index: 1;
}

#search_filters .facet .facet-label a {
	text-transform: uppercase;
}

#category #subcategories {
    position: relative;
    z-index: 1;
}

#category #subcategories .cat_list_item {
    height: 285px;
    text-align: center;
}

#category #subcategories .cat_list_item .subcat-name {
    font-size: .8rem;
    text-transform: uppercase;
}

#category .cat_list_item {
    height: 300px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-duration: .2s;
}

#category .cat_list_item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#js-active-search-filters {
    position: relative;
    z-index: 1;
}

#category #products {
    border-left: 3px solid var(--rose);
    padding: 0 15px;
}

#category .cat_custom_content ul, #cms .cat_custom_content_inner ul {
    list-style: disc;
    padding-left: 30px;
}

#category .cat_custom_content h1 {
	color: var(--bleu-fonce);
	font-size: 1.5rem;
}

#category .cat_custom_content h2 {
	color: var(--rose);
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    box-shadow: none;
    z-index: 1;
    background: none !important;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    box-shadow: none !important;
    background: none !important;
}

#products .thumbnail-container h2, .featured-products .thumbnail-container h2, .product-accessories .thumbnail-container h2, .product-miniature .thumbnail-container h2,
#products .thumbnail-container h3, .featured-products .thumbnail-container h3, .product-accessories .thumbnail-container h3, .product-miniature .thumbnail-container h3 {
    font-weight: 600;
    font-size: 1rem;
}

#products .thumbnail-container svg, #product .thumbnail-container svg {
    filter: drop-shadow(rgba(0,0,0,.2) 2px 2px 8px);
}

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
    border: none;
}

#products .product-link:hover .thumbnail-container .btn-designa, #product .product-link:hover .thumbnail-container .btn-designa {
    display: block;
}

#products .product-link .thumbnail-container svg, #product .product-link .thumbnail-container svg {
    transition-duration: .2s;
    opacity: 1;
}

#products .product-link:hover .thumbnail-container svg, #product .product-link:hover .thumbnail-container svg {
    opacity: .6;
}

#products .thumbnail-container .btn-designa, #product .thumbnail-container .btn-designa {
    position: absolute;
    z-index: 3;
    display: block;
    top: 30%;
    left: 15%;
    padding: 10px 20px;
    display: none;
}

#category footer#footer .footer-inner, #cms footer#footer .footer-inner, #pagenotfound footer#footer .footer-inner, #module-ic_gallery_module-gallery footer#footer .footer-inner {
    background-color: #F7F7F7;
}

#category footer#footer .footer-inner > .footer-form-container, #cms footer#footer .footer-inner > .footer-form-container, #pagenotfound footer#footer .footer-inner > .footer-form-container, #module-ic_gallery_module-gallery footer#footer .footer-inner > .footer-form-container  {
    background-color: #F7F7F7;
    margin-top: -5px;
}

#product footer#footer .footer-inner > .footer-form-container .contact-form, #category footer#footer .footer-inner > .footer-form-container .contact-form, #cms footer#footer .footer-inner > .footer-form-container .contact-form, #pagenotfound footer#footer .footer-inner > .footer-form-container .contact-form, #module-ic_gallery_module-gallery  footer#footer .footer-inner > .footer-form-container .contact-form {
    background-color: unset;
}

/* Pages Produit */

/* .product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: none;
}

.product-images>li.thumb-container>.thumb {
    box-shadow: none;
} */

#product .product-container {
    position: relative;
    z-index: 1;
}

#product .product-reference, #product .product-cat {
    color: #6E6E6E;
}

#product .product-reference span, #product .product-cat span {
    font-weight: 600;
}

#product .product-cat {
    margin-bottom: 40px;
}

/* #product .product-actions #add-to-cart-or-refresh {
    width: 50%;
    float: left;
} */

#product .product-information .product-features dt, #product .product-information .product-features dd, #product .product-information .product-features dl {
    margin: 0;
    background:none;
}

#product .product-information .product-features dl:nth-child(even) {
    background-color: #F4F4F4;
}

#product .product-information .product-features dl:nth-child(odd) {
    background-color: #FFF;
}

#product .product-actions .generate_pdf {
    /* width: 50%;
    float: left; */
    margin-top: 25px;
}

#product .product-actions .add-to-cart {
    background-color: var(--jaune);
    border-radius: 10px;
    margin-right: 20px;
    opacity: 1;
    transition-duration: .2s;
}

#product .product-actions .product-additional-info {
    clear: both;
}

/* #product .product-actions .download-pdf {
    background-color: var(--rose);
    border-radius: 10px;
    padding-top: .625rem;
    opacity: 1;
    transition-duration: .2s;
} */

#product .nav-tabs .download-pdf {
    background-color: var(--rose);
    border-radius: 10px 10px 0 0;
    padding-top: .625rem;
    opacity: 1;
    transition-duration: .2s;
    box-shadow: none;
    /* margin-bottom: 2px; */
}

#product .product-actions .download-pdf:hover, #product .product-actions .add-to-cart:hover {
    opacity: .8;
}

#product .product-images .js-thumb:hover .img-svg-border, #product .product-images .js-modal-thumb:hover .img-svg-border {
    display: block !important;
}

#product .modal-backdrop {
    z-index: 0;
}


#blockcart-modal .cart-content-btn button {
    border-radius: 10px;
}

#blockcart-modal .cart-content-btn a {
    border-radius: 10px;
    background-color: var(--jaune);
    color: #fff;
    opacity: 1;
    transition-duration: .2s;
}

#blockcart-modal .cart-content-btn a:hover {
    opacity: .8;
}

.tabs {
    box-shadow: none;
    z-index: 1;
    position: relative;
    background: none;
}

.tabs #empty-product-comment {
    background: none;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: 3px solid var(--rose);
}

.tabs .nav-tabs .nav-link.active {
    color: #000;
    font-weight: 800;
}

.tabs .nav-tabs .nav-link {
    color: #000;
    font-weight: 600;
    background: none;
}

.tabs .tab-content #product-details .product-features dl {
    margin: 0;
}

.tabs .tab-content #product-details .product-features dl:nth-child(odd) {
    background-color: #FFF;
}

.tabs .tab-content #product-details .product-features dl:nth-child(even) {
    background-color: #F4F4F4;
}

.tabs .tab-content #product-details .product-features dl dt, .tabs .tab-content #product-details .product-features dl dd {
    margin: 0;
    background-color: unset;
}

.tabs .tab-content .product-review .post-product-comment{
    background-color: var(--bleu);
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.tabs .tab-content .product-review .featured-products {
    display: none;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    font-weight: 600;
    font-size: 1rem;
    display: block;
}

#product .slick-prev:before, #product .slick-next:before {
	font-size: 30px;
	color: #fff;
}

#product .slick-prev {
	left: 0;
}

#product .slick-next {
	right: 0;
}

#product .product-accessories .thumbnail-container.reviews-loaded {
	width: 100%;
}

#product .product-accessories .product-title, #product .product-miniature .product-title {
	color: #fff;
}

#product .product-accessories .product-description {
	width: 100%;
}


/* Page Contact */

#contact .card, #module-design_aires_module-contact_catalog .card {
    box-shadow: none;
    border: none;
}

#contact .contact-form-title span, #module-design_aires_module-contact_catalog .contact-form-title span {
    font-weight: 600;
    color: #000;
}

#contact .contact-btn-catalog {
    display: block;
    background-color: var(--rose);
    color: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 5px;
    margin-left: 30px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-duration: .2s;
}

#contact .contact-btn-catalog:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#contact .contact-btn-catalog p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

#contact .contact-block-phone {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 600;
    font-size: 1.3rem;
    margin-left: 30px;
    padding-top: 50px;
}

#contact .contact-block-phone .contact-phone {
    background-color: #000;
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 3px;
    border-radius: 50%;
    margin-right: 10px;
}

#contact .contact-block-phone .contact-phone .material-icons {
    color: #fff;
}

#contact .contact-form .form-footer {
    text-align: left !important;
}

/* Panier */

#cart .cart-detailed-actions {
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0;
}

#cart .cart-detailed-actions .btn-designa-jaune svg {
    width: 15px;
    fill: #fff;
    margin-right: 5px;
}

#cart .cart-grid {
    position: relative;
    z-index: 1;
}

#cart .cart-grid .product-line-grid {
    display: flex;
    align-items: center;
}

/* Checkout */

body#checkout #header .header-nav {
    padding: 0;
    margin-bottom: 30px;
    box-shadow: none;
}

#checkout #search_widget {
    display: block;
}

body#checkout #footer {
    box-shadow: none;
    padding: 0;
}

body#checkout section.checkout-step {
    box-shadow: none;
    background: transparent;
}

#checkout #wrapper #content-wrapper {
    z-index: 1;
}

#checkout input[type="text"], #checkout input[type="email"], #checkout input[type="tel"], #checkout select {
    background: var(--bleu) !important;
    border-radius: 10px;
    color: #fff;
}

#checkout input[type="password"] {
    background: var(--bleu) !important;
    border-radius: 10px 0 0 10px;
    color: #fff;
}

#checkout button.continue, #checkout #payment-confirmation button {
    background-color: var(--jaune);
    border-radius: 10px;
}

body#checkout section.checkout-step .address-item.selected {
    border-color: var(--bleu);
    border-radius: 10px;
}

/* Pages CMS (Actualités) */

#cms .page-content.card-block {
    box-shadow: none;
    border: none;
}

#cms .article-name {
    display: block;
    color: var(--bleu);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0 25px;
}

#cms .article-item .btn-designa {
    position: absolute;
    z-index: 3;
    top: 30%;
    left: 15%;
    padding: 10px 20px;
    display: none;
}

#cms .article-item .article-link:hover .btn-designa {
    display: block;
}

#cms .article-item .article-link:hover svg {
    opacity: .6;
}

#cms .article-item-actu .article-link {
	display: block;
	border: 1px solid #f8f8f8;
}

#cms .article-item .article-content{
	padding: 10px;
	text-align: center;
	display: block;
	color: #888;
}

#cms .article-item .block-img {
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center;
	margin-bottom: 15px;
}

#cms div.product_name {
	margin-bottom: 10px;
}

#cms .inputfile, #product .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#cms .inputfile + label, #product .inputfile + label {
    font-size: 1.25em;
    text-align: center;
    color: white;
    background-color: var(--bleu);
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.25);
    transition-duration: .2s;
    width: 100%;
}

#cms .inputfile:focus + label,
#cms .inputfile + label:hover,
#product .inputfile:focus + label,
#product .inputfile + label:hover{
    background-color: var(--bleu-fonce);
}

#cms .inputfile + label *, #product .inputfile + label * {
	pointer-events: none;
}

#cms .h1-cms-title {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 1.375rem;
}

#cms .item-garantie-inner {
	background: var(--bleu);
	color: #fff;
	padding: 15px;
	height: 120px;
	margin-bottom: 30px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

#cms .item-garantie-inner p {
	color: #fff;
	margin: 0;
}

/* Footer */

footer#footer {
    padding-top: 0;
}

footer#footer .footer-container .row, footer#footer .footer-form-container .row {
    margin: 0;
}

footer#footer .footer-container {
    background-color: var(--bleu);
    padding-top: 2.25rem;
}

footer#footer .footer-container > div > .container {
    padding-bottom: 20px;
}

footer#footer .footer-container .logo-footer {
    max-width: 250px;
    margin-bottom: 15px;
}

footer#footer .footer-container .logo-footer img {
    max-width: 100%;
}

footer#footer .footer-container a.shop-links-footer {
    color: #fff;
    display: block;
}

footer#footer .footer-container .links .h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

footer#footer .footer-container .links a {
    color: #fff;
    padding: 5px;
    transition-duration: .2s;
}

footer#footer .footer-container .links a:hover, footer#footer .footer-bottom a:hover {
    text-decoration: underline;
}

footer#footer .footer-container .links li span.material-icons {
    color: #fff;
    font-size: 15px;
}

footer#footer .footer-bottom {
    background-color: var(--bleu-fonce);
    color: #fff;
    padding-top: 1rem;
}

footer#footer .footer-bottom p, footer#footer .footer-bottom span, footer#footer .footer-bottom a {
    color: #fff;
    transition-duration: .2s;
}

#checkout #checkout-payment-step .payment-options {
    display: none;
}

/* Responsive */

@media screen and (max-width: 1890px) {
    /* .banner .banner-text-container {
        height: 770px;
    } */
}

@media screen and (max-width: 1400px) {
    /* .banner .banner-text-container {
        height: 645px;
    } */

    .banner .banner-text-container .banner-item .banner-item-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media screen and (max-width: 1199px) {
    /* .banner .banner-text-container {
        height: 870px;
    } */
}

@media screen and (min-width: 992px) {
    
    #index #custom-text svg {
        display: none;
    }

    #custom-text .custom-text-inner {
        background-color: #fff;
    }

    #custom-text p, #custom-text h2 {
        color: #000;
    }

    #index #footer .footer-inner {
        background: #F7F7F7;
        margin-top: -5px;
    }

    #index #footer .contact-form {
        background: transparent;
    }
}

@media screen and (max-width: 991px) {
    header#header .menu-background .menu > .top-menu {
        height: 77px!important;
    }

    .top-menu[data-depth='0'] > li img {
        max-height: 45px!important;
    }
    
    header#header .menu-background .container {
        width: 100%;
    }

    #product .product-actions .generate_pdf {
        margin: 0;
    }

    #product .product-actions .product-minimal-quantity {
        margin: 0;
    }

    #product .product-actions .product-quantity .add, #product .product-actions .product-quantity .qty {
        margin: 0;
    }

    #product .product-actions .product-quantity .add {
        width: 100%;
    }

    #product .product-actions button {
        width: 100%;
        margin: 0 !important;
    }

    .banner .banner-text-container {
        height: 365px;
    }

    /* #index #cat_list {
        display: block !important;
    } */

    .banner .banner-text-container .banner-item .block-listing-item {
        display: none!important;
    }

    #index #footer > svg {
        display: none;
    }
}

@media screen and (max-width: 950px) {


    .banner .banner-text-container .banner-item .banner-item-title {
        font-size: 30px;
        line-height: 45px;
    }

    #header .menu > ul > li > a {
        font-size: .7rem;
    }
}

.header-nav .container .right-nav {
    padding: 0;
    margin: 0;
}
.header-nav .container .right-nav .col-xs-4 {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .logo_signaires img {
        max-height: 65px!important;
    }
    #header .header-top a[data-depth="0"] {
        font-size: .8rem;
    }

    .header-nav .container {
        width: 100%;
        padding: 0;
    }

    .header-nav .container .right-nav {
        display: block !important;
        margin-bottom: 10px;
    }

    /* .banner .banner-text-container {
        height: 320px;
    } */

    .banner .banner-text-container .banner-item .banner-item-title {
        font-size: 22px;
        line-height: 40px;
    }

    header#header .header-nav {
        background-color: #fff;
        margin: 0;
    }

    /* header#header .header-top {
        background-color: var(--bleu);
    } */

    header#header .header-top .row {
        margin-bottom: 5px;
    }

    #checkout header#header .header-top #search_widget {
        display: none;
    }

    .top-menu[data-depth='0'] > li:nth-child(1):hover::after {
        content: unset!important;
    }

    #header .header-nav .top-logo {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    

    /* header#header .header-top {
        display: none;
    } */

    .header-nav .blockcart {
        padding: 0 15px !important;
    }

    .header-nav .blockcart a .shoppingcart-txt {
        color: #000;
    }

    .header-nav .blockcart .shoppingcart-icon {
        width: 25px;
        margin: auto;
    }

    .contact-form .contact-form-title .h2-contactform {
        font-size: 1.8rem;
    }

    .banner-cat .banner-cat-inner .title-cat-header {
        font-size: 2.2rem;
        line-height: 50px;
    }

    .footer-container .links ul {
        background-color: var(--bleu);
    }

    .footer-container .links ul>li {
        font-weight: normal;
    }

    #products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
        justify-content: center;
    }

    #contact .contact-btn-catalog {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 20px;
    }

    #category #subcategories .cat_list_item {
		height: 250px;
	}
}

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

@media screen and (max-width: 1199px) {
	#category #subcategories .cat_list_item {
		height: 300px;
	}
}

@media screen and (max-width: 670px) {

    .banner .banner-text-container .banner-item .banner-item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .banner .banner-text-container .btn-designa {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 580px) {
    header#header .header-nav .catalog-header a, header#header .header-nav #desktop_contact_link #contact-link a, header#header .header-nav .phone-header {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header#header .header-top .search-widget form {
        min-width: 300px!important;
    }
}

@media screen and (max-width: 500px) {
    #index .banner {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    #cart .cart-detailed-actions {
        float: none;
    }

    #cart .cart-grid-body {
        text-align: center;
    }

    #category #subcategories .cat_list_item {
		height: 225px;
	}
}

#products .page-not-found .title-not-found, #cms .page-not-found .title-not-found {
    font-size: 1rem;
    font-weight: 700;
    margin: .5rem 0 1rem;
}

#cms .page-not-found {
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a;
    max-width: 570px;
    margin: 0 auto;
}

#cms .page-not-found .search-widget {
    float: none;
}

/* Page Avantages */

.page-cms-37 img {
    width: 100%;
	height: auto;
}

.page-cms-37 .col-img {
	padding: 0 20px;
}

.page-cms-37 .block-garantie {
	margin-top: 40px;
}

.page-cms-37 .block-garantie strong {
	color: #43AA3E;
}

.page-cms-37 h2 {
	text-align: center;
	color: #43AA3E;
	font-size: 2.2rem;
	margin-top: 30px;
}

.page-cms-37 h3 {
	color: var(--bleu-fonce);
	font-size: 2rem;
}

.page-cms-37 h4 {
	color: var(--rose);
	font-size: 1rem;
}

.page-cms-37 .title-garanties {
	color: var(--rose);
	font-weight: 600;
	margin-bottom: 0;
	font-size: 1rem;
}

/* Contenu Stratifié */

.page-cms-29 .img_list_block, .page-cms-30 .img_list_block {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    column-gap: 40px;
    counter-reset: item-counter;
    vertical-align: top;
    padding: 10px 0;
    z-index: 1;
    position: relative;
}

.page-cms-29 .img_list_block > div, .page-cms-30 .img_list_block > div {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    counter-increment: item-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 0;
    box-sizing: border-box;
}

.page-cms-29 .img_list_block img, .page-cms-30 .img_list_block img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-duration: .2s;
}

.page-cms-29 .img_list_block img:hover, .page-cms-30 .img_list_block img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 991px){
    .page-cms-29 .img_list_block, .page-cms-30 .img_list_block {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.page-order-confirmation.card {
    display: none;
}


/* New */

#header .menu {
    display: block;
}

.top-menu.row {
    margin-left: 0;
    margin-right: 0;
}

.top-menu .sub-menu {
    box-shadow: none;
}

.top-menu[data-depth='0'] > li {
    position: static;
    height: 100%;
}

.top-menu[data-depth='0'] > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-menu[data-depth='0'] > li:nth-child(1) {
    background-color: #F56D8F;
}

.top-menu[data-depth='0'] > li:nth-child(1) > .popover {
    background-color: #f8d7de;
}

.top-menu[data-depth='0'] > li:nth-child(2) {
    background-color: #58CED4;
}

.top-menu[data-depth='0'] > li:nth-child(3) {
    background-color: #FAA626;
}

.top-menu[data-depth='0'] > li:nth-child(4) {
    background-color: #FFEE00;
}

.top-menu[data-depth='0'] > li:nth-child(4) > .popover {
    background-color: #fdf8ad;
}

.top-menu[data-depth='0'] > li img {
    max-width: 100%;
    max-height: 60px;
}

#_desktop_top_menu {
    width: 100%;
}

.top-menu[data-depth='0'] > li > .popover {
    top: 100%!important;
    background: #E4F8F8;
    padding: 50px;
}

.top-menu[data-depth='0'] > li:hover::after {
    display: inline-block;
    width: 40px;
    height: 18px;
    background-position: 20px 0 !important;
    background-size: 40px 35px !important;
    position: absolute;
    z-index: 99;
    top: 100%;
}

.top-menu[data-depth='0'] > li:nth-child(1):hover::after {
    content: '';
    background: linear-gradient(45deg, #F56D8F 25%, transparent 25%, transparent), linear-gradient(-45deg, #F56D8F 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #F56D8F 75%), linear-gradient(-45deg, transparent 75%, #F56D8F 75%);
    left: calc(((100% / 4) / 2) - 20px);
}

.top-menu[data-depth='0'] > li:nth-child(2):hover::after {
    content: '';
    background: linear-gradient(45deg, #58CED4 25%, transparent 25%, transparent), linear-gradient(-45deg, #58CED4 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #58CED4 75%), linear-gradient(-45deg, transparent 75%, #58CED4 75%);
    left: calc((((100% / 4) * 2)) - ((100% / 4) / 2) - 20px);
}

.top-menu[data-depth='0'] > li:nth-child(3):hover::after {
    background: linear-gradient(45deg, #FAA626 25%, transparent 25%, transparent), linear-gradient(-45deg, #FAA626 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #FAA626 75%), linear-gradient(-45deg, transparent 75%, #FAA626 75%);
}

.top-menu[data-depth='0'] > li:nth-child(4):hover::after {
    content: '';
    background: linear-gradient(45deg, #FFEE00 25%, transparent 25%, transparent), linear-gradient(-45deg, #FFEE00 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #FFEE00 75%), linear-gradient(-45deg, transparent 75%, #FFEE00 75%);
    right: calc(((100% / 4) / 2) - 20px);
}

.dropdown-item {
    white-space: normal;
}

.top-menu a[data-depth="1"] {
    font-size: 16px;
    font-weight: 700;
}

.top-menu a[data-depth="1"]:hover, .top-menu a[data-depth="2"]:hover > * {
    color: #000 !important;
    text-decoration: underline !important;
}

.top-menu a[data-depth="2"]:hover {
    color: #000 !important;
    font-weight: 500;
}

.top-menu a[data-depth="2"] {
    display: flex;
    align-items: flex-start;
}

.top-menu a[data-depth="2"]:hover::before {
    text-decoration: none !important;
}

.top-menu a[data-depth="2"]::before {
    content: '\e5cc';
    font-family: Material Icons;
}

#index .banner {
    display: none;
}

#module-design_aires_module-contact_catalog .catalog-item.no_dispo a {
    pointer-events: none;
}

#module-design_aires_module-contact_catalog .catalog-item.no_dispo img {
    opacity: .5;
}

#module-design_aires_module-contact_catalog .catalog-item.no_dispo::after {
    content: 'En cours de création';
    color: #F56D8F;
    position: absolute;
    font-weight: 900;
    top: 50%;
    text-align: center;
    width: calc(100% - 30px);
    display: block;
    opacity: 0;
    transition-duration: .2s;
}

#module-design_aires_module-contact_catalog .catalog-item.no_dispo:hover::after {
    opacity: 1;
}