/*!
Theme Name: Galerie1809
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: galerie1809
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Galerie1809 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face {
    font-family: 'supergroteskaregular';
    src: url('https://www.galerie1809.com/font/galerie1809-text.woff2') format('woff2'),
         url('https://www.galerie1809.com/font/galerie1809-text.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media (max-width:780px) {
    .mobile-cacher{
        display: none;
    }
}
html {
  scroll-behavior: smooth;
}

.edit-link{
    display: none;
}
#page{
    width: 100%;
    overflow-x: hidden;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #363636;
	font-family: 'supergroteskaregular', sans-serif;
	font-size: 17px;
	line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
    overflow-x: hidden;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
a{
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
}
a:hover{
    opacity: 0.7;
}

/*--------------------------------------------------------------
# Slider Homepage
--------------------------------------------------------------*/
.post-password-required .post-password-form{
    margin: 150px;
}
.slider-homepage{
    position: relative;
}
.slider-homepage .kc-row-container{
        padding-right: 15px!important;
        padding-left: 15px!important;
        width: 100% !important;
}
@media (max-width:1200px) {
    
    .slider-homepage .kc_column{
        padding: 0 !important;
    }
}
.slider-homepage .fleche-bas{
    position: absolute;
    left: calc(50% - 10px);
    bottom: 30px;
}
.slick-slider-6345{
    width: 100% !important;
    height: calc(100vh - 40px) !important;
}
.slick-slider-6345 .slick-slide > div{
    justify-content: center;
}
.slick-slider-6345 h2{
    color: #1a171b;
    margin: 0;
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF;
    text-align: center;
    font-weight: 800;
}
@media (min-width:600px) {
    .slick-slider-6345 h2{
        font-size: 50px;
        line-height: 45px;
    }
}
@media (max-width:600px) {
    .slick-slider-6345 h2{
        font-size: 35px;
        line-height: 35px;
    }
}
.slick-slider-6345 p{
    font-size: 20px;
    margin: 0 !important;
}
.slick-slider-6345 .btn-noir{
    background-color: #363636;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
    width: auto;
}
.slick-slider-6345 .slick-dots button{
    background: #404040!important;
}
.slick-dots{
    margin: 0 !important;
    padding: 0 !important;
}
.slick-slider-6345 .slick-dots{
    text-align: right !important;
    bottom: 50px !important;
    right: 50px !important;
}

/*--------------------------------------------------------------
# Bloc temoignage
--------------------------------------------------------------*/
#bloc-temoignage{
    max-width: 1200px;
    background-color: #363636;
    margin: 20px auto;
    display: block;
}
@media (max-width:1200px) {
    #bloc-temoignage{
        margin-right: 40px;
        margin-left: 40px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: auto !important;
    }
}
@media (min-width:990px) {
    #bloc-temoignage{
        float: none !important;
    }
}
@media (max-width:990px) {
    #bloc-temoignage{
        margin-right: 35px !important;
        margin-left: 30px !important;
        width: calc(100% - 60px) !important;
    }
}
#bloc-temoignage .slick-slide > div{
    justify-content: center
}
#bloc-temoignage .slick-content{
    background-image: url(https://www.galerie1809.com/img/5etoiles.png);
    background-repeat: no-repeat;
    background-position: center 15px;
    padding-top: 100px;
    margin: 0 !important;
    width: 100%;
}
#bloc-temoignage p{
    font-weight: 200 !important;
    font-family: 'open sans';
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
}
@media (min-width:700px) {
    #bloc-temoignage p{
        font-size: 22px;
        line-height: 35px;
    }
}
@media (max-width:700px) {
    #bloc-temoignage p{
        font-size: 18px;
        line-height: 25px;;
    }
    .slick-wrap{
        width: 100% !important;
    }
}
#bloc-temoignage .kc-container{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.slick-wrap{
    max-width: 100% !important;
}

/*--------------------------------------------------------------
#Popup
--------------------------------------------------------------*/
.pum-container .pum-content p{
    line-height: 30px !important;
}
.pum-close{
    color: #404040 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.pum-container{
    width: 80% !important;
    margin-left: 6% !important;
}
.pum-container .btn-noir{
    background-color: #363636;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
}
/*--------------------------------------------------------------
#Réassurance panier
--------------------------------------------------------------*/
.reassurance-panier{
    padding: 60px 10px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.reassurance-panier h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: gray;
    font-size: 25px;
    line-height: 40px;
}
.reassurance-panier p{
    max-width: 600px;
    margin: 0 auto 20px;
}
.icones-reassurance-panier{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #363636;
    text-transform: uppercase;
    padding-top: 50px;
    font-family: 'Open Sans', sans-serif;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header{
    width: 100%;
    padding: 5px 15px 5px;
    background-color: #fff;
    text-align: center;
    position: fixed;
    z-index: 160000;
}
header.blanc-opaque{
    background-color: #FFF;
}
.showroom{
    margin-bottom: 7px;
    margin-top: -5px;
    width: 100%;
    border-bottom: 1px solid #7f7f7f;  
}
.showroom p{
    margin: 5px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    opacity: 1;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    overflow: hidden
}
header.scroll .showroom p{
    height: 0px;
    opacity: 0;
}
.site-branding{
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.site-branding .logo{
    height: 70px;
    display: inline-block;
}
.site-branding .logo img{
    height: auto;
    max-width: 295px;
    width: 80%;
}
.content-nav form{
    float: left;
}
.main-navigation{
    width: 100%;
}
.content-nav .search-form{
    padding-top: 5px;
}
.content-nav form ul{
    float: right;
    padding: 0 !important;
}
.content-nav form li{
    margin: 0 !important;
    padding: 0 !important;
}
.content-nav form input{
    width: 50px;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    transform-origin:right center;
    -moz-transform-origin:right center;
    -webkit-transform-origin:right center;
    float: right;
}
.content-nav form label{
    position: relative;
    display: block;
}
.content-nav form label:after{
    content: url('https://www.galerie1809.com/img/loupe.png');
    display: block;
    right: 10px;
    top: 5px;
    position: absolute;
}
.content-nav form label:hover{
    cursor: pointer;
}
.content-nav form input{
    border: none;
}
.content-nav form input:focus{
    width: 100%;
    border:1px solid rgb(204, 204, 204);
}
.content-nav form .search-submit{
    display: none;
}
#search{
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px 55px;
    background-color: white;
    box-shadow: 0 0 20px #f5f5f5;
    border-bottom: 1px solid #dbdbdb;
    width: 0;
    opacity: 0;
    display: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#search.open{
    width: 100%;
    opacity: 1;
    display: block;
}
#search .search-form{
    position: relative;
}
#search .search-form label{
    width: 90%;
}
#search .search-form input[type="submit"]{
    width: 10%;
    font-size: 0;
    background-color: white !important;
    border: none;
    background-image: url('https://www.galerie1809.com/img/loupe.png');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 15000;
    position: absolute;
    right: 0;
    top: 0;
    height: 90px;
}
#search .search-field{
    border-right: none;
    border-top: none;
    border-left: none;
    font-size: 40px;
    padding: 15px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
#search .close{
    font-size: 0;
    position: absolute;
    right: 0;
    top: 20px;
    width: 50px;
    height: 50px;
}
#search  .close::before, #search  .close::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 2px;
    background-color: black;
    left: 50%;
    top: 50%;
}
#search .close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
#search .close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
.menu-menu-principal-container {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.toggled .menu-menu-principal-container{
    width: 100% !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.menu-toggle{
    border: none !important;
    background-color: transparent!important;
    color: #8e8e8e;
    font-size: 50px;
    font-weight: 600;
    padding: 0 !important;
}
.menu-menu-principal-container ul{
    width: 100%;
    text-align: center;
}
.menu-menu-principal-container ul li{
    width: 100%;
}
.menu-menu-principal-container a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #FFF;
    display: block;
    padding: 15px 0;
    transition: 0.3s;
}
.closebtn, .closebtn:hover {
    position: absolute;
    top: -60px;
    right: 5px;
    font-size: 60px;
    z-index: 170000 !important;
    opacity: 0;
    color: #FFF;
    display: none;
}
.closebtn.visible {
    opacity: 1;
    z-index: -1;
    display: block;
}


@media (min-width:780px) {
    .content-nav{
        margin:-70px auto 0 !important;
        width: 400px;
        position: absolute;
        right: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-end;
    }
    .content-nav form ul{
        margin: 5px 10px 0 0 !important;
    }
}
@media (max-width:780px) {
    .content-nav{
        margin:0px auto 0 !important
    }
    .content-nav form ul{
        margin: -5px 10px 0 0 !important;
    }
    header{
        background-color: #FFF !important;
    }
    .home .section1 h1{
        font-size: 30px !important;
        line-height: 30px !important;
        margin-top: 20px !important;
    }
    .menu-toggle{
        width: 50px;
        position: absolute;
    }
}



/*--------------------------------------------------------------
# Fil ariane
--------------------------------------------------------------*/
.fil-ariane{
    margin-bottom: 50px;
}

@media (min-width:780px) {
    .fil-ariane{
        margin-top: 160px;
    }
    .fil-ariane ul{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}
@media (max-width:780px) {
    .fil-ariane{
        margin-top: 130px;
    }
    .fil-ariane ul{
        display: inline-block;
    }
    .fil-ariane ul li{
        float: left;
    }
    
}
.fil-ariane ul{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto!important;
    list-style: none;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 7px 10px;
    font-size: 14px !important;
}
@media (max-width:1200px) {
    .fil-ariane ul{
        padding-right: 45px!important;
        padding-left: 45px!important;
    }
}
.fil-ariane ul li, .fil-ariane ul li a{
    font-size: 14px !important;
    text-decoration: none;
    color: #363636 !important;
}


/*--------------------------------------------------------------
# Pavé actu
--------------------------------------------------------------*/
aside.widget-area{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
    box-sizing: border-box;
}

@media (min-width:780px) and (max-width:1200px) {
    aside.widget-area{
        padding-right: 45px!important;
        padding-left: 45px!important;
        width: 100%;
    }
}
@media (max-width:780px) {
    aside.widget-area{
        padding-right: 15px!important;
        padding-left: 15px!important;
        width: 100%;
    }
}

aside.widget-area section{
    width: 100%;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}
aside.widget-area section h3{
    letter-spacing: 1px;
    margin: 0;
    font-size: 20px;
    font-weight: 200 !important;
}
aside.widget-area section h2{
    font-weight: 400 !important;
    letter-spacing: 1px;
    font-size: 40px;
    line-height: 45px;
    margin: 0;
}
@media (max-width:400px) {
    aside.widget-area section h2{
        font-size: 30px;
        line-height: 30px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer .reassurance{
    width: 100%;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    padding: 20px 0;
}
footer .reassurance ul{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto!important;
    justify-content: space-between;
    list-style: none;
    padding: 0 !important;
    display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
}
@media (max-width:1200px) {
    footer .reassurance ul{
        padding-right: 45px!important;
        padding-left: 45px!important;
    }
}
@media (min-width:780px) {
    footer .reassurance li{
        padding: 5px;
        background-position: left center;
    }
    footer .reassurance li img{
        float: left;
        margin-right: 20px;
        margin-top: -5px;
    }
    footer .reassurance li div{
        float: left;
    }
    footer .col5-12{
        width: 40%;
        float: left;
        display: block; 
    }
    footer .col6-12.onesignal{
        padding-left: 50px;
    }
    footer .col6-12{
        width: 50%;
        float: left;
        display: block; 
    }
    footer .col7-12{
        width: 60%;
        float: left;
        display: block; 
    }
    footer .col2-12{
        width: 20%;
        float: left;
        display: block; 
    }
}
@media (max-width:780px) {
    footer .reassurance ul{
        flex-wrap: wrap;
    }
    footer .reassurance ul li img{
        margin-top: -5px;
    }
    footer .reassurance li{
        text-align: center;
        padding: 65px 5px 5px 5px;
        background-position: top center;
        margin-top: 20px;
        width: 50%;
        text-align: center;
    }
    footer .reassurance li div{
        width: 100%;
    }
    footer .col6-12.onesignal{
        padding-bottom: 20px;
    }
    footer .col5-12, footer .col6-12, footer .col7-12, footer .col2-12{width: 100%;}
}
footer .reassurance li{
    background-repeat: no-repeat;
    line-height: 20px;
}
footer .reassurance li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #363636;
    text-decoration: none;
}
footer .reassurance li span{
    font-weight: 400 !important;
    letter-spacing: 0px !important;
}
footer .site-info{
    background-color: #f2f2f2;
    text-align: center;
    font-size: 12px;
    font-family: 'Open', sans-serif;
    padding: 5px 10px;
    margin-top: 30px;
    line-height: 18px;
}
footer .site-info a{
    color: #363636;
    text-decoration: none;
}
footer .site-info img{
    vertical-align: middle;
}
footer .zone1, footer .zone2, footer .zone3{
    display: inline-block;
    width: 100%;
}
@media (max-width:1200px) {
    footer .zone1, footer .zone2, footer .zone3{
        padding-right: 45px!important;
        padding-left: 45px!important;
    }
}
footer .content-zone1, footer .content-zone2, footer .content-zone3{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

footer .content-zone1 .brand a.lien{
    border-bottom: 2px solid #363636;
    text-decoration: none;
    color: #363636;
}
@media (min-width:780px) {
    footer .content-zone1 .menu .widget-menu{
        width: 33%;
        float: left;
        padding-right: 20px;
    }
    footer .content-zone1 .brand{
        padding-right: 50px;
    }
    footer .newsletter{padding-right: 20px;}
    footer .menu{
        margin-top: 95px;
    }
}
@media (max-width:780px) {
    footer .content-zone1 .menu .widget-menu:first-child, footer .content-zone1 .menu .widget-menu h2{
        display: none;
    }
    footer .content-zone1 .brand{
        text-align: center;
    }
    footer .widget-liens{
        text-align: center;
    }
    footer .widget-paiement{
        margin-top: 30px;
        text-align: center;
    }
    footer .site-info{
        padding-bottom: 35px;
    }
    footer .menu{
        text-align: center;
    }
}
footer .content-zone1{
    padding: 50px 0;
}

footer h2.widget-title, .widget-paiement h2{
    font-size: 18px !important;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 !important;
    letter-spacing: 0.5;
    font-weight: 600;
}
footer .content-zone1 .menu .widget-menu ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
footer .content-zone1 .menu .widget-menu ul a{
    text-decoration: none;
    color: #363636;
    text-transform: uppercase;
    padding-top: 5px;
    display: inline-block;
    font-size: 15px;
}
footer .content-zone2{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
footer .newsletter{margin-bottom: -30px !important;}
footer .newsletter .nf-form-title {display: none;}
footer .newsletter  .nf-form-fields-required {display: none;}
footer .newsletter #nf-field-5{
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom-color: #000;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}
footer .newsletter input[type=submit]{
    position: absolute;
    right: 0;
    top: -64px;
}
footer .newsletter #nf-field-34{
    border: 0 !important;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
    background: #f4f4f4;
}
footer .newsletter #nf-field-5-container{margin-bottom: 0;}
footer .newsletter .nf-form-cont{position: relative;}
footer .newsletter input[type="button"]{
    background-color: #363636;
    border: 0!important;
    border-radius:0!important;
    -moz-border-radius:0!important;
    -webkit-border-radius:0!important;
    width: 50px;
    height: 40px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: absolute;
    top: -65px;
    right: 0;
}
footer .newsletter .nf-error-msg{
    display: none !important;
}
footer .newsletter .nf-after-field{
    position: absolute !important;
}

footer .onesignal a{
    padding-right: 30px;
    background-image: url(https://www.galerie1809.com/img/fleche-noir.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: none;
    color: #363636;
    line-height: 20px !important;
    width: 100%;
    display: inline-block;
}
footer .zone2{
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 20px 0 0;
    margin-bottom: 20px;
}
footer .menu-menu-legal-container ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
footer .menu-menu-legal-container ul a{
    text-decoration: none;
    font-size: 16px;
    color: #363636;
    letter-spacing: 0.5;
}
footer .widget-paiement img{
    margin-top: 20px;
}
.widget-question{
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 40px;
    text-align: center;
}
.widget-question::before, .widget-question::after{
    content: '';
    position: absolute;
    border: 2px solid #262626;
    z-index: 0;
}
.widget-question::before{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.widget-question::after{
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    top: 4px;
    left: 4px;
}
.widget-question p.title{
    margin: 10px 0!important;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5;
}
.widget-question p.texte{
    margin: 0px !important;
    font-size: 18px;
}
.widget-question h6{
    font-size: 30px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0px 0 !important;
}
.widget-question h6 a{
    font-size: 30px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none !important;
    color: #363636 !important;
}
.widget-question p.legende{
    margin: 0px !important;
    font-size: 14px;
}

.top{
    position: absolute;
    right: 0;
    bottom: 55px;
    background-color: #fff;
}

/*----- contactforms ---*/

.post-480 .nf-form-cont{
    text-align: center;
}
.post-480 .nf-form-cont input[type="button"], .post-168 .nf-form-cont input[type="button"], .page-id-170 .nf-form-cont input[type="button"], .page-id-376 .nf-form-cont input[type="button"], .page-id-571 .nf-form-cont input[type="button"]{
    background-color: #363636;
    border: 0!important;
    border-radius:0!important;
    -moz-border-radius:0!important;
    -webkit-border-radius:0!important;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.post-480 .nf-form-cont input[type="button"], .post-571 .nf-form-cont input[type="button"]{
    position: absolute;
    top: -65px;
    right: 0; 
    width: 50px;
    padding: 5px 10px;
    height: 40px;
}
.post-168 .nf-form-cont input[type="button"], .page-id-170 .nf-form-cont input[type="button"], .page-id-376 .nf-form-cont input[type="button"]{
    float: right;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 10px 15px;
}
.post-480 .nf-form-cont .nf-form-title, .post-480 .nf-form-cont .nf-form-fields-required,
.post-168 .nf-form-cont .nf-form-title, .post-168 .nf-form-cont .nf-form-fields-required, .post-168 .nf-form-cont .nf-field-label,
.page-id-170 .nf-form-cont .nf-form-title, .post-170 .nf-form-cont .nf-form-fields-required, .post-170 .nf-form-cont .nf-field-label,
.post-376 .nf-form-cont .nf-form-title, .post-376 .nf-form-cont .nf-form-fields-required, .post-376 .nf-form-cont .nf-field-label,
.post-571 .nf-form-cont .nf-form-title, .post-571 .nf-form-cont .nf-form-fields-required, .post-571 .nf-form-cont .nf-field-label
{display: none;}





/*--------------------------------------------------------------
# Général
--------------------------------------------------------------*/

.panel-layout .panel-grid{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width:1200px) {
    .kc-row-container{
        padding-right: 45px!important;
        padding-left: 45px!important;
    }
}

/*--------------------------------------------------------------
# Divers
--------------------------------------------------------------*/
.pave-prix .soldout{
    color: #ff5650;
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.post-type-archive-product .soldout{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #ff5650;
    font-weight: 600;
    font-size: 20px;
    height: 80px;
}
.kc-fb-layout-2, .kc-pricing-layout-1, .kc-pricing-layout-2, .kc-pricing-layout-4, .kc-testi-layout-3{
    box-shadow: none !important
}
.kc-testi-layout-3 .content-title{
    color:black !important;
    font-size: 20px !important;
    letter-spacing: 3px;
    font-weight: 200;
    margin-top: 0 !important;
}
.btn-random{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: auto;
    padding: 10px 30px;
    color: #635e65;
    font-size: 20px;
    width: 100%;
}
.btn-random .ou{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    display: block;
}
.btn-random .titre{
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
    font-family: 'supergroteskaregular', sans-serif;
    color:#a2a5a8;
}
.btn-random .titre strong{
    color:#1a171b !important;
    font-weight: 600;
}
.btn-random .sous-titre{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
}
.widget_product_categories_hasard{
    background-color: #f4f4f4;
    width: 100%;
    padding: 10px 20px 10px !important;
    max-width: 1200px;
    margin: 0 auto !important;
}

/*--------------------------------------------------------------
# Page accueil
--------------------------------------------------------------*/
.home .section1{
    position: relative;
}
.home .section1 .kc_column{
    position: inherit!important;
}
.home .section1 .fleche-bas{
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
}
.home .section1 h1{
    color: #1a171b;
    font-weight: 700;
    margin: 0 0 1em 0;
    /*text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF;*/
    text-align: center;
    font-size: 50px;
    line-height: 45px;
}
.home .btn-noir{
    background-color: #363636;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
}
.home .btn-outline-noir{
    border:2px solid #363636;
    padding: 10px 30px;
    color: #363636;
    text-decoration: none;
}
@media (max-width:780px) {
    .home .btn-outline-noir{
        display: inline-block;
    }
}
.home .section2 h2{
    font-size: 45px;
    line-height: 40px;
    text-align: center;
    color: #1a171b;
    font-weight: 700;
    margin: 0 0 10px !important;
}
.home .section2 p{
    margin-bottom: 0 !important;
}
.home .section2{padding-bottom: 20px !important;}
.home .section3{padding-top: 0 !important;}
.home .section3 .widget_woocommerce_ndbproducts h2{
    text-align: center;
    color: #c6c7c8;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400 !important;
    position: absolute;
    top: 0;
    background-color: #FFF;
    margin: 0 auto !important;
    padding: 0 15px;
    left: calc( 50% - 170px) !important;
}
.home .section3 .widget_woocommerce_ndbproducts{
    background-image: url('https://www.galerie1809.com/img/frise-noir.png');
    background-repeat: repeat-x;
    background-position: left 8px !important;
    position: relative;
    padding-top: 40px;
}

.home .section3 .widget_woocommerce_ndbproducts ul{
    padding: 50px 0 0 !important;
    list-style: none; 
    z-index: 1;
    position: relative;
}
.home .section3 .widget_woocommerce_ndbproducts li{
    text-align: center;
}
.home .section3 .widget_woocommerce_ndbproducts ul a{
    text-decoration: none !important;
    text-align: center;
    font-size: 30px !important;
    color: #1a171b !important;
    text-transform: uppercase;
}
.home .section3 .widget_woocommerce_ndbproducts ul a span.artiste{
    width: 100%;
    display: inline-block;
    color: #c6c7c8;
    font-size: 18px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.home .section3 .widget_woocommerce_ndbproducts ul a span.product-title{
    font-family: 'supergroteskaregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    text-align: center;
    font-size: 27px !important;
    color: #1a171b !important;
}
.home .section3 .widget_woocommerce_ndbproducts ul .content-img{
    margin: 0 auto 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 350px !important;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    padding: 0 10px;
}
.home .section3 .widget_woocommerce_ndbproducts ul .content-img img{
    margin: 0 auto;
    width: auto;
    max-height: 350px;
}
.home .kc_single_image img{
    max-height: 350px;
}
@media (min-width:780px) {
    .home .section3 .widget_woocommerce_ndbproducts h2{
        left:calc( 50% - 250px);
    }
    .home .section3 .widget_woocommerce_ndbproducts ul{
        margin: 0 !important;
    }
    .home .section3 .widget_woocommerce_ndbproducts li{
        width: 33.33%;
        float: left;
    }
}
@media (max-width:780px) {
    .home .section3 .widget_woocommerce_ndbproducts h2{
        width:calc( 100% - 50px);
        left: 25px !important;
    }
    .home .section3 .widget_woocommerce_ndbproducts ul{
        margin: 50px 0 0 !important;
    }
    .home .section3 .widget_woocommerce_ndbproducts li{
        width: 100%;
    }
}
.home .section3 .widget_woocommerce_ndbproducts .price{
    font-size: 19px !important;
    color: #c6c7c8;
    margin-top: 10px !important;
    margin-bottom: 40px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 45px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.home .section3 .widget_woocommerce_ndbproducts .woocommerce-Price-amount::after{
    display: none !important;
}
.home .section3 .widget_woocommerce_ndbproducts .price::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #7f7f7f;
    display: block;
    margin: 1px auto 10px;
}
.home .section3 .kc-row-container:after{
    content:'';
    background-image: url('https://www.galerie1809.com/img/frise-noir.png');
    background-repeat: repeat-x;
    display: block;
    bottom: 0;
    width: 100%;
    max-width: 1200px;
    height: 10px;
    background-color: black;
    margin-top: 30px;
}
.home .section4 h6{
    font-size: 20px;
    text-transform: uppercase;
    color: #4b4b4b;
    margin-top: 80px;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
}
.home .section4 h3{
    font-size: 55px;
    color: #1a171b;
    margin-top: 0px;
    font-weight: 400 !important;
    margin-bottom: 80px !important;
    line-height: 50px;
}
@media (max-width:780px) {
    .kc_single_image img{
        margin: 0 auto;
    }
    .kc_single_image p.scapt{
        text-align: center;
        margin-bottom: 20px;
        line-height: 20px;
    }
}
@media (max-width:780px) and (min-width:400px) {
    .home .section4 .kc_col-sm-3{
        width: 50% !important
    }
}
.kc_single_image h5{
    font-size: 20px !important;
    line-height: 20px;
}
.kc-image-overlay i{
    border: 1px solid #FFF !important;
    font-size: 15px !important;
}
.kc_single_image:hover .kc-image-overlay{
    background-color: rgba(238,238,238,0.7)!important;
}


.home .row-artmag {
    margin-top: 90px;
    position: relative;
    margin-bottom: 90px;
}
.home .row-artmag .kc-container{
    padding: 0 45px;
}
@media (min-width:1200px) {
    .home .row-artmag .kc-container{
        position: relative;
    }
}
@media (max-width:1200px) {
    .home .row-artmag{
        position: relative;
    }
}
.home .row-artmag .kc-container::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.home .row-artmag .kc-container::after {
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    top: 4px;
    left: 4px;
}
.home .row-artmag .kc-container::before, .home .row-artmag .kc-container::after {
    content: '';
    position: absolute;
    border: 2px solid #262626;
    z-index: -1;
}
.home .row-artmag h3 {
    text-align: center;
    position: absolute;
    top: -40px;
    background-color: #FFF;
    margin: 0 auto 80px !important;
    padding: 0 15px;
    left: calc( 50% - 125px) !important;
    z-index: 150000;
    font-size: 55px;
    color: #1a171b;
    font-weight: 600 !important;
    line-height: 50px;
}
.home .row-artmag h3 a{
    text-decoration: none;
    color: #1a171b;
}
.home .row-artmag h3::before {
    content: "NOTRE MAGAZINE";
    width: 100%;
    display: block;
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 0px;
    font-weight: 400 !important;
    line-height: 20px;
}
.home .row-artmag .kc-blog-posts-3{
    padding-top: 70px;
}
.home .row-artmag .entry-thumb-wrapper{
    height: 210px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.home .post-grid .content{
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    padding-top: 15px !important;
}
.home .post-grid a{
    text-decoration: none;
}
.home .post-grid h2.post-title-alt{
    font-size: 35px !important;
    text-transform: none !important;
    line-height: 38px;
    margin-bottom: 10px;
}
.home .post-grid .entry-meta .entry-date{
    border-right: none !important;
    display: none;
}
.home .post-grid .entry-meta a{
    margin: 0 !important;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 15px !important;
    color: #c6c7c8 !important;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-family: 'Open Sans', sans-serif;
}
.home .post-grid .content p{
    color: #363636 !important;
    font-size: 17px !important;
    line-height: 28px;
}
.home .post-grid .content .kc-post-2-button{
    text-decoration: none;
    color: #363636;
    border-bottom: 2px solid #363636;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 10px;
    display: inline-block;
}
.home .post-grid .content .kc-post-2-button:hover{
    background: transparent !important;
}
.home .post-grid .content .kc-post-2-button .fa-angle-right{
    display: none !important;
}
.kc_row.art-entreprise{
    background-color: #ebebeb;
    background-image: url(https://www.galerie1809.com/img/encart-artiste-entreprise.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 1200px;
    margin: 0 auto;
    float: none !important;
    padding: 100px 0px 40px;
}
@media (max-width:1200px) {
    .kc_row.art-entreprise{
        margin-right: 40px;
        margin-left: 40px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: auto !important;
    }
}
@media (max-width:500px) {
    .kc_row.art-entreprise h6{
        font-size: 25px;
        letter-spacing: 1px;
    }
}
@media (min-width:500px) {
    .kc_row.art-entreprise h6{
        font-size: 30px;
        letter-spacing: 3px;
    }
}
.kc_row.art-entreprise h6{
    text-align: center;
    margin-top: -20px;
    font-weight: 200 !important;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Page appartement
--------------------------------------------------------------*/
.post-5873 h1{
    margin-bottom: 0 !important;
    position: relative;
}
.post-5873 h1:before{
    content: "COLLAB’";
    position: absolute;
    font-size: 20px;
    text-transform: uppercase;
    color: #c6c7c8;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 50px !important;
    top: -50px;
    font-weight: 400;
    width: 100px;
    left: calc(50% - 50px);
}
.post-5873 h2{
    font-size: 20px;
    text-transform: uppercase;
    color: #c6c7c8;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 !important;
}
.post-5873 h2 strong{
    text-align: center;
    font-size: 38px;
    color: #1a171b;
    letter-spacing: 0px;
    line-height: 45px;
}
.post-5873 h3{
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 20px !important;
    max-width: 300px;
    display: block !important;
    line-height: 25px !important;
}
.bloc-sommaire-appartement{
    background-color: #F4F4F4;
    text-align: center;
    padding: 10px 30px;
}
.bloc-sommaire-appartement h3{
    text-transform: uppercase !important;
    font-size: 25px !important;
    font-weight: 400;
    font-family: 'supergroteskaregular', sans-serif;
    color: #a2a5a8 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none !important;
    line-height: 30px !important;
    margin-bottom: 50px !important;
    margin-top: 70px !important;
}
.bloc-sommaire-appartement h3 strong{
    color: #1a171b !important;
    font-weight: 600;
    font-size: 35px !important;
    line-height: 40px;
}
.bloc-sommaire-appartement ul{
    list-style: none !important;
    border-top: 1px dotted #898989;
}
.bloc-sommaire-appartement li{
    border-bottom: 1px dotted #898989;
    padding: 10px 0;
}
.bloc-sommaire-appartement li a{
    border: none !important;
    color: #a2a5a8;
}
.bloc-sommaire-appartement li a strong{
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #363636;
}
.entete-titre-appartement{
    position: relative;
    overflow: hidden;
}
.entete-titre-appartement img{
    width: 100%;
}
.entete-titre-appartement h2{
    text-align: center;
    position: absolute;
    bottom: -10px;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-size: 80px;
    text-shadow: 0 0 10px rgba(0,0,0, 0.5);
}
.portrait-rond{
    border-radius: 50%;
    overflow: hidden;
    margin-top: -75px
}
.post-5873 .widget_woocommerce_ndbproducts h2{
    text-align: center;
    color: #c6c7c8;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400 !important;
    position: absolute;
    top: 0;
    background-color: #FFF;
    margin: 0 auto !important;
    padding: 0 15px;
    left: calc( 50% - 215px) !important;
}
.post-5873 .widget_woocommerce_ndbproducts{
    background-image: url('https://www.galerie1809.com/img/frise-noir.png');
    background-repeat: repeat-x;
    background-position: left 8px !important;
    position: relative;
    padding-top: 40px;
}
.post-5873 .widget_woocommerce_ndbproducts:after{
    content: '';
    width: 100%;
    height: 50px;
    background-image: url('https://www.galerie1809.com/img/frise-noir.png');
    background-repeat: repeat-x;
    background-position: left bottom !important;
    position: absolute;
    bottom: -10px;
    right: 0%;
}
.post-5873 .widget_woocommerce_ndbproducts ul{
    padding: 50px 0 0px !important;
    list-style: none; 
    z-index: 1;
    position: relative;
}
.post-5873 .widget_woocommerce_ndbproducts li{
    text-align: center;
}
.post-5873 .widget_woocommerce_ndbproducts ul a{
    text-decoration: none !important;
    text-align: center;
    font-size: 30px !important;
    color: #1a171b !important;
    text-transform: uppercase;
    border: none;
}
.post-5873 .widget_woocommerce_ndbproducts ul a span.artiste{
    width: 100%;
    display: inline-block;
    color: #c6c7c8;
    font-size: 18px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.post-5873 .widget_woocommerce_ndbproducts ul a span.product-title{
    font-family: 'supergroteskaregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    text-align: center;
    font-size: 27px !important;
    color: #1a171b !important;
}
.post-5873 .widget_woocommerce_ndbproducts ul .content-img{
    margin: 0 auto 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 350px !important;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    padding: 0 10px;
}
.post-5873 .widget_woocommerce_ndbproducts ul .content-img img{
    margin: 0 auto;
    width: auto;
    max-height: 350px;
}
@media (min-width:780px) {
    .post-5873 .widget_woocommerce_ndbproducts h2{
        left:calc( 50% - 250px);
    }
    .post-5873 .widget_woocommerce_ndbproducts ul{
        margin: 0 !important;
    }
    .post-5873 .widget_woocommerce_ndbproducts li{
        width: 33.33%;
        float: left;
        min-height: 600px;
    }
}
@media (max-width:780px) {
    .post-5873 .widget_woocommerce_ndbproducts h2{
        width:calc( 100% - 50px);
        left: 25px !important;
    }
    .post-5873 .widget_woocommerce_ndbproducts ul{
        margin: 50px 0 0 !important;
    }
    .post-5873 .widget_woocommerce_ndbproducts li{
        width: 100%;
    }
}
.post-5873 .widget_woocommerce_ndbproducts .price{
    font-size: 19px !important;
    color: #c6c7c8;
    margin-top: 10px !important;
    margin-bottom: 40px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 45px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.post-5873 .widget_woocommerce_ndbproducts .woocommerce-Price-amount::after{
    display: none !important;
}
.post-5873 .widget_woocommerce_ndbproducts .price::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #7f7f7f;
    display: block;
    margin: 0px auto 10px;
}
.nom-artiste p{
    font-size: 20px;
    text-transform: uppercase;
    color: #363636;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 50px !important;
}

.mention-fiche-sejourner-marseille{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.mention-fiche-sejourner-marseille:before{
    content: url('https://www.galerie1809.com/img/logo-sejournermarseille-pt.png');
    float:left;
    width: 50px;
    height: 30px;
    margin-right: 10px;
	margin-top:-10px;
}
.mention-fiche-sejourner-marseille a{
    border: none !important;
    font-weight: bold !important;
    color: #d08818 !important;
    letter-spacing: 1.5px !important;
}
.archive .product_cat-sejourner-a-marseille .content-img{
    position: relative;
}
.archive .product_cat-sejourner-a-marseille .content-img:before{
    content:url(https://www.galerie1809.com/img/badge-sejournermarseille.png);
    position: absolute;
    width: 70px;
    height: 70px;
    top: -10px;
    right:-10px;
}


/*--------------------------------------------------------------
# Page artiste entreprise
--------------------------------------------------------------*/
.sous-titre p{
    font-size: 20px;
    text-transform: uppercase;
    color: #c6c7c8;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 50px !important;
}
.post-318 h1{
    margin-bottom: 0 !important;
}
.max-800 p{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.post-318 h2{
    font-size: 20px;
    text-transform: uppercase;
    color: #c6c7c8;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 !important;
}
.post-318 h2 strong{
    text-align: center;
    font-size: 38px;
    color: #1a171b;
    letter-spacing: 0px;
    line-height: 45px;
}
.intro p{
    font-size: 20px;
    line-height: 33px;
}
.encadre-double{
    text-align: center;
    position: relative;
    padding: 0 20px;
    margin-bottom: 50px;
}
.encadre-double p{
    z-index: 2;
    position: relative;
}
.encadre-double img{
    margin-top: -40px;
    margin-bottom: -25px;
    z-index: 5;
    position: relative;
    display: inline-block;
}
.encadre-double:before{
    content: '';
    position: absolute;
    border: 2px solid #262626;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.encadre-double:after{
    content: '';
    position: absolute;
    border: 2px solid #262626;
    z-index: 0;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    top: 4px;
    left: 4px;
}
.post-318 h3{
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 20px !important;
    max-width: 300px;
    display: block !important;
    line-height: 25px !important;
}
.encadre-references .kc_column{
    background-color: #f8f8f8 !important;
    border: 10px solid #FFF;
    padding: 0 !important;
}
div.pp_pic_holder{
    z-index: 100000000!important;
}
div.pp_overlay{
    z-index: 1555500!important;
}
div.dark_rounded a,
.encadre-references a{
    border: none !important;
}
.encadre-references .kc-col-container .kc_text_block{
    padding-bottom: 30px;
}
.encadre-references .kc-col-container p,
.encadre-references .kc-col-container h3,
.encadre-references .kc-col-container h4{
    padding-right: 20px;
    padding-left: 20px;
}
.encadre-references .kc-col-container h3{
    font-weight: 600;
    font-family: 'supergroteskaregular', sans-serif;
    min-height: 105px;
    position: relative;
    letter-spacing: 0;
    max-width: none;
}
.encadre-references .kc-col-container h3:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #7f7f7f;
    display: block;
    margin: 20px auto 10px;
}
.encadre-references .kc-col-container em{
    min-height: 150px;
    display: block;
}
.encadre-references .kc-col-container h4{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 40px 0 30px;
    color: rgb(198, 199, 200);
}
.encadre-references .kc-col-container ul{
    margin-left: 27px !important;
    margin-right: 20px !important;
    list-style: none;
}
.encadre-references .kc-col-container li:before{
    content: '>';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #363636;
    text-align: center;
    display: block;
    float: left;
    margin: 7px 0px 0 -25px;
    color: #FFF;
    font-size: 10px;
    line-height: 15px;
}
.bloc-contact{
    background-color: #F4F4F4;
    text-align: center;
    padding: 10px 30px;
}
.bloc-contact h3{
    text-transform: uppercase !important;
    font-size: 25px !important;
    font-weight: 400;
    font-family: 'supergroteskaregular', sans-serif;
    color: #a2a5a8 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none !important;
    line-height: 30px !important;
}
.bloc-contact h3 strong{
    color: #1a171b !important;
    font-weight: 600;
    font-size: 35px !important;
    line-height: 40px;
}
.bloc-contact h4{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    display: block;
}
.bloc-contact p{
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0px 0 !important;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.content-search h1{
    font-size: 35px;
    color: #1a171b;
    text-transform: uppercase;
    margin-top: 55px;
    margin-bottom: 25px;
    display: inline-block;
    text-align: center;
    width: 100%;
    position: relative;
}
.content-search h1::before{
    content: "VOTRE RECHERCHE";
    width: 100%;
    display: block;
    margin: 0px auto 10px;
    text-align: center;
    font-size: 20px;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 400 !important;
}
.content-search article {
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    padding: 40px 40px 100px;
    margin: 0 20px 40px;
    position: relative;
}
.content-search article li{list-style: none;}
.content-search article li img{max-height: 280px;width:auto}
.content-search #i-scroll{
    margin-top: 50px;
}
@media (min-width:780px) {
    .content-search #i-scroll{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .content-search article{
        width: calc(33% - 40px);
    }
}
.content-search article h6, .content-search article h6 a{
    margin: 0 !important;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 15px;
    color: #c6c7c8;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.content-search article h2, .content-search article h2 a{
    margin: 0 0 20px !important;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #1a171b;
    text-transform: uppercase;
}
.content-search article a.more{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #363636;
    color: #FFF;
    padding: 7px 20px;
    text-decoration: none;
}
.content-search .message-erreur{
    text-align: center;
}
.content-search .poste{
    float: left;
    margin: 0 !important;
}
.content-search .post-categories{
    float: left;
    list-style: none;
    margin:0 0 0 10px !important;
    padding: 0 !important;
    font-weight: 600;   
}
.content-search .post-categories a{
    border-bottom: 2px solid #363636;
    text-decoration: none;
    color: #363636;
}
.content-search .content-image{
    margin-top: 15px;
    max-height: 280px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.content-search .content-image img{
    max-height: 250px !important;
    width: auto;
    margin: 0 auto;
}
.no-results .page-content{
    text-align: center;
    margin-bottom: 150px;
    padding: 0 30px;
}
.no-results .page-content form{
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}
.no-results .page-content form label{
    width: 80%;
}
.no-results .page-content form input[type=submit]{
    width: 20%; 
    background-color: #363636;
    border: 0!important;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.no-results .page-content form input[type=submit]:hover{
    opacity: 0.7
}

.content-search #subscribe-link{
    display: none;
}
.content-search .entry-summary a{
    border-bottom: 2px solid #363636;
    text-decoration: none;
    color: #363636;
}



/*--------------------------------------------------------------
# Artmag
--------------------------------------------------------------*/

.category-magazine-artmag .site-main, .tag .site-main{
    padding-bottom: 50px;
}
.category-magazine-artmag .content-title-artmag h1{
    font-size: 55px;
    color: #1a171b;
    text-transform: uppercase;
    margin-top: 55px;
    margin-bottom: 25px;
    display: inline-block;
    text-align: center;
    width: 100%;
    position: relative;
}
.category-magazine-artmag .content-title-artmag .description-category p{
    margin:0 auto 85px;
    width: 100%;
    max-width: 750px;
    text-align: center;
    font-style: italic;
}
.category-magazine-artmag .content-title-artmag h1::before{
    content: "LE MAGAZINE";
    width: 100%;
    display: block;
    margin: 0px auto 10px;
    text-align: center;
    font-size: 20px;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 400 !important;
}
.content-magazine{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.loader{
    margin: 0 auto;
    display: block;
}
@media (min-width:780px) {
    .content-magazine #i-scroll{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .content-magazine article{
        width: calc(50% - 40px);
    }
}
@media (max-width:780px) {
    .content-magazine, .category-magazine-artmag .content-title-artmag .description-category p{
        padding: 0 30px;
    }
}
.content-magazine article{
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    padding: 40px 40px 100px;
    margin: 0 20px 40px;
    position: relative;
}
.content-magazine article h6, .content-magazine article h6 a{
    margin: 0 !important;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 15px;
    color: #c6c7c8;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.content-magazine article h2, .content-magazine article h2 a{
    margin: 0 0 20px !important;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #1a171b;
    text-transform: uppercase;
}
.content-magazine article p{
    margin: 10px 0 0 !important;
}
.content-magazine article .entry-content a{
    border-bottom: 2px solid #363636;
    text-decoration: none;
    color: #363636;
}
.content-magazine article a.more{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #363636;
    color: #FFF;
    padding: 7px 20px;
    text-decoration: none;
}

.navigation.posts-navigation{
    width: 100%;
    display: inline-block;
}
.nav-links{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
}
.nav-previous{
    width: 48%;
    margin: 0 2% 0 0;
    border: 1px solid black;
    padding: 20px;
    box-sizing: border-box;
}
.nav-next{
    width: 48%;
    margin: 0  0 0 2%;
    border: 1px solid black;
    padding: 20px;
    box-sizing: border-box;
}
.nav-previous a, .nav-next a{
    text-align: center !important;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #1a171b;
    text-transform: uppercase;
    float: none !important;
    display: block;
}

/*---article---*/
.single .category-magazine-artmag h6{
    width: 100%;
    display: block;
    margin: 0px auto 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top:15px;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.single .category-magazine-artmag h1{
    font-size: 45px;
    line-height: 50px;
    color: #1a171b;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: -10px auto 20px;
}
.single .category-magazine-artmag .image-thumbail{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width:1200px) {
    .single .category-magazine-artmag h1, .single .category-magazine-artmag .image-thumbail{
        padding: 0 40px;
    }
}

.single .category-magazine-artmag .kc-container{
    width: 100%;
    max-width: 650px;
}
.single .category-magazine-artmag .kc-container p, .single .category-magazine-artmag .kc-container li{
    text-align: justify;
}
.single .category-magazine-artmag .kc-container ul{
    margin-top: -25px !important;
    padding-left: 0px;
    margin-left: 15px;
    list-style: square;
}
.single .category-magazine-artmag a{
    text-decoration: none;
    color: #363636;
    border-bottom: 2px solid #363636;
    display: inline-block;
}

.single .category-magazine-artmag h2{
    margin: 40px 0 0;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #1a171b;
    font-weight: 600;
    text-transform: uppercase;
}
.single .category-magazine-artmag h3{
    margin: 40px 0 0;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #1a171b;
    font-weight: 600;
}
.single .category-magazine-artmag h4{
    margin: 40px 0 0;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #1a171b;
    font-weight: 600;
}
.single .category-magazine-artmag h5{
    margin: 40px 0 0;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #1a171b;
    font-weight: 600;
    
}
.single .category-magazine-artmag .kc_text_block h6{
    text-align: left !important;
    margin: 40px 0 0;
}
.category-artistes-galerie-1809 .navigation-post{
    display: none;
}
.navigation-post{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 80px;
    display: inline-block;
}
.navigation-post a{
    border: 1px solid #363636;
    padding: 20px;
    text-align: center;
    width: 45%;
    margin: 0 2.5%;
    text-transform: uppercase;
    color: #363636 !important;
}
.previous-navigation{
    float: left;
}
.next-navigation{
    float: right;
}
.single .post-navigation{
    width: 100%;
    max-width: 1200px;
    margin:0 auto 80px !important;
}
.single .nav-previous, .single .nav-next{
    background-repeat: no-repeat;
}
.single .nav-next{
    background-image: url(https://www.galerie1809.com/img/fleche-droite.png);
    float: right;
}
.single .nav-previous{
    background-image: url(https://www.galerie1809.com/img/fleche-gauche.png);
    float: left;
}

@media (min-width:780px) {
    .single .nav-next{
        background-position: 95% center;
    }
    .single .nav-previous{
        background-position: 5% center;
    }
}

@media (max-width:780px) {
    .single .nav-next, .single .nav-previous{
        background-position: center 15px ;
        padding-top: 50px;
    }
}



/*--------------------------------------------------------------
# Catégorie artiste & tags
--------------------------------------------------------------*/
.category-artistes-galerie-1809 .site-content, .tag .site-content{
    z-index: 0;
    position: relative;
}
.category-artistes-galerie-1809 .site-main, .tag .site-main{
    padding-bottom: 50px;
}
.content-title-artistes h1, .tag .content-title-artistes h1{
    font-size: 55px;
    color: #1a171b;
    text-transform: uppercase;
    margin-top: 55px;
    margin-bottom: 25px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.category-artistes-galerie-1809 .content-title-artistes .description-category p, .tag .content-title-artistes .description-category p{
    margin:0 auto 85px;
    width: 100%;
    max-width: 750px;
    text-align: center;
    font-style: italic;
}
.content-title-artistes h1::before{
    content: "INTERVIEW";
    width: 100%;
    display: block;
    margin: 0px auto 10px;
    text-align: center;
    font-size: 20px;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400 !important;
}
.content-title-artistes h1::before{
    margin-bottom: 20px;
}
.tag .content-title-artistes h1::before{
    content: "NOS ARTISTES";
    width: 100%;
    display: block;
    margin: 0px auto 10px;
    text-align: center;
    font-size: 20px;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 400 !important;
}

/* liste */
.category-artistes-galerie-1809 .site-content a, .tag a, .item-category-artiste a{
    text-decoration: none;
    text-align: center;
}
.category-artistes-galerie-1809 article, .tag article, .item-category-artiste{
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0px !important;
}
.category-artistes-galerie-1809 article h2, .tag article h2, .item-category-artiste h2{
    font-size: 45px;
    color: #1a171b;
    line-height: 45px;
    z-index: 150000;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
}

@media (max-width:780px) {
    .category-artistes-galerie-1809 article h2, .tag article h2, .item-category-artiste h2{
        padding: 0 30px;
    }
}
.category-artistes-galerie-1809 article img, .tag article img, .item-category-artiste img{
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0.3;
    -webkit-transform: translate3D(-50%,-47%,0) scale(.4);
    transform: translate3D(-50%,-47%,0) scale(.4);
    transition: all .8s cubic-bezier(.42,0,0,1.15);
}
.category-artistes-galerie-1809 article:hover img, .tag article:hover img, .item-category-artiste:hover img{
    opacity: 1;
    -webkit-transform: translate3D(-50%,-47%,0) scale(0.7);
    transform: translate3D(-50%,-47%,0) scale(0.7);
}
.category-artistes-galerie-1809 article .tag-liste-artistes, .tag article .tag-liste-artistes, .item-category-artiste .tag-liste-artistes{
    opacity: 0;
    margin: 0 !important;
    -webkit-transform: translate3D(-50%,-47%,0) scale(.7);
    transform: translate3D(-50%,-47%,0) scale(.7);
    transition: all .8s cubic-bezier(.42,0,0,1.15);
    text-align: center;
    width: 100%;
    display: inline-block !important;
    position: absolute;
}
@media (max-width:780px) {
    .category-artistes-galerie-1809 article .tag-liste-artistes, .tag article .tag-liste-artistes, .item-category-artiste .tag-liste-artistes{
        top: 180px;
    }
}
.category-artistes-galerie-1809 article:hover .tag-liste-artistes, .tag article:hover .tag-liste-artistes, .item-category-artiste:hover .tag-liste-artistes{
    opacity: 1;
    -webkit-transform: translate3D(-50%,-47%,0) scale(1);
    transform: translate3D(-50%,-47%,0) scale(1);
}
.category-artistes-galerie-1809 article .tag-liste-artistes, .tag article .tag-liste-artistes, .item-category-artiste .tag-liste-artistes{
    font-size: 18px;
    color: #1a171b;
    text-transform: uppercase;
}
.no-results{
    padding:80px 0 100px
}
.no-results h1{
    text-align: center;
}



/*----- filtre ----*/

.filtre-tag-artiste{
    background-color: #f4f4f4;
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    padding: 10px 20px !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.filtre-tag-artiste h2{
    font-style: italic;
    color: #777;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 20px 0 10px !important !important;
}
.filtre-tag-artiste h2{
    float: left;
    width: 100px;
    padding-top: 5px;
}
.filtre-tag-artiste a.filtre-tous{
    background: #eeeeee;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a171b;
}
.filtre-tag-artiste ul.product-categories{
    margin: 10px 0 0 !important;
}
.filtre-tag-artiste.page-boutique ul.product-categories{
    margin: 5px 0 0 !important;
}
.filtre-tag-artiste.page-boutique a.filtre-tous{
    margin-top: 5px;
}

.filtre-tag-artiste ul{
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    float: left;
}
.filtre-tag-artiste li label{
    float: left;
    background: transparent;
    padding: 0px 10px;
    margin-right: 15px;
    border: 2px solid #635e65;
}
.filtre-tag-artiste li.sf-field-search label{
    border: none !important;
}
.filtre-tag-artiste .sf-option-active label{
    background-color: #635e65 !important;
    color:#FFF !important;
}
.filtre-tag-artiste li label:hover{
    opacity: 0.7;
}
.filtre-tag-artiste .searchandfilter li{
    padding-right: 0 !important;
}
.filtre-tag-artiste li input[type="checkbox"], .filtre-tag-artiste li input[type="radio"]{
    display: none;
}
.filtre-tag-artiste li, .filtre-tag-artiste li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a171b;
}
.filtre-tag-artiste .sf-field-search input{
    width: 110% !important;
}
   
@media (min-width:780px) {
    .filtre-tag-artiste .searchandfilter ul{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 100%;
    }
    .filtre-tag-artiste .tag{
        width: 100%;
    }
    .filtre-tag-artiste .sf-field-tag{
        width: 80%;
    }
    .filtre-tag-artiste .searchandfilter{
        float: left;
        width: calc(100% - 100px);
    }
    
    
}
@media (max-width:780px) {
    .filtre-tag-artiste h2{
        width: 100%;
        text-align: center;
    }
    .filtre-tag-artiste .sf-field-tag ul{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .filtre-tag-artiste .searchandfilter ul{
        padding: 0 !important;
    }
    .filtre-tag-artiste li.sf-field-search label{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-top: 10px;
        width: 100%;
    }
}


/*--------------------------------------------------------------
# Page artiste
--------------------------------------------------------------*/
.category-artistes-galerie-1809 h1 {
    font-size: 55px;
    line-height: 60px;
    color: #1a171b;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.category-artistes-galerie-1809 h1::before{
    content: "PORTRAIT";
    width: 100%;
    display: block;
    margin: 0px auto 10px;
    text-align: center;
    font-size: 20px;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: -20px;
    font-weight: 400 !important;
}
.category-artistes-galerie-1809 .tag-liste-artistes{
    text-align: center;
}
.category-artistes-galerie-1809 .tag-liste-artistes a{
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    background-color: #c6c7c8;
    margin: 0 5px;
    padding: 5px 15px 3px;
    letter-spacing: 1px;
}
article.category-artistes-galerie-1809 img{
    margin: 0 auto;
    display: block;
    max-height: 650px;
    width: auto;
}
article.category-artistes-galerie-1809 .oeuvres-artiste img{
    margin: 0 auto;
    display: block;
    max-height: 350px;
    width: auto;
}
.category-artistes-galerie-1809 ul{
    margin: 0 auto !important;
    padding-left: 20px !important;
}
.bio{
    padding : 15px 50px;
    background-color: #f8f8f8;
}
@media (min-width:780px) {
    .bio,
    .btn-suivre-fiche{
        border-right: 80px solid #FFF!important;
    }
}
.category-artistes-galerie-1809 h2{
    text-transform: uppercase;
}
.btn-suivre-fiche{
    background-color: #363636;
    display: inline-block;
    width: 100%;
    padding: 17px 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 50px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: none;
    text-decoration: none;
}
.interview{
    margin: 0px;
    padding: 50px 0 0;
}
.interview h3{
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    line-height: 28px;
    margin-bottom: 80px;
}
.interview h3::before{
    content: "INTERVIEW";
    width: 100%;
    display: block;
    margin: 0px auto 0px;
    text-align: center;
    font-size: 20px;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 400 !important;
}
.interview p{
    text-align: center;
}
.video .kc-wrap-columns{
    border-top: 1px solid #dddcdc;
    padding-top: 80px;
}
.video h4{
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 0 !important;
}
.video h4::after {
    content: "\2192";
    color: #1a1a1a;
    position: absolute;
    right: 0;
}
.video h5{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400 !important;
}
.category-artistes-galerie-1809 .kc_video_wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.category-artistes-galerie-1809 .kc_video_wrapper video{
    margin: 0 auto;
    width: 100%;
}

.oeuvres-artiste .kc-col-container{
    border-top: 1px solid #dddcdc;
    padding-top: 80px;
    margin-top: 40px;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts,
.single-product .widget_woocommerce_ndbproducts{
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0 40px 30px;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts::before, .category-artistes-galerie-1809 .widget_woocommerce_ndbproducts::after,
.single-product .widget_woocommerce_ndbproducts::before, .single-product .widget_woocommerce_ndbproducts::after{
    content: '';
    position: absolute;
    border: 2px solid #262626;
    z-index: 0;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts::before,
.single-product .widget_woocommerce_ndbproducts::before{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts::after,
.single-product .widget_woocommerce_ndbproducts::after{
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    top: 4px;
    left: 4px;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts h2,
.single-product .widget_woocommerce_ndbproducts h2{
    margin-top: -15px;
    background-color: #FFF;
    padding: 5px 15px;
    text-align: center;
    display: block;
    z-index: 150000;
    position: absolute;
    text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 2px;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts ul,
.single-product .widget_woocommerce_ndbproducts ul{
    padding: 50px 0 0 !important;
    list-style: none; 
    z-index: 1;
    position: relative;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts li,
.single-product .widget_woocommerce_ndbproducts li{
    text-align: center;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts ul a,
.single-product .widget_woocommerce_ndbproducts ul a{
    text-decoration: none !important;
    text-align: center;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts ul a span.artiste,
.single-product .widget_woocommerce_ndbproducts ul a span.artiste{
    display: none;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts ul a span.product-title,
.single-product .widget_woocommerce_ndbproducts ul a span.product-title{
    font-family: 'supergroteskaregular', sans-serif;
    font-size: 22px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    text-align: center;
    color: #1a171b !important;
    padding: 0 15px;
}

.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts ul .content-img,
.single-product .widget_woocommerce_ndbproducts ul .content-img{
    margin: 0 auto 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 350px !important;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    padding: 0 10px;
}
@media (min-width:780px) {
    .category-artistes-galerie-1809 .widget_woocommerce_ndbproducts h2,
    .single-product .widget_woocommerce_ndbproducts h2{
        left:calc( 50% - 140px);
    }
    .category-artistes-galerie-1809 .widget_woocommerce_ndbproducts ul,
    .single-product .widget_woocommerce_ndbproducts ul{
        margin: 0 !important;
    }
    .category-artistes-galerie-1809 .widget_woocommerce_ndbproducts li,
    .single-product .widget_woocommerce_ndbproducts li{
        width: 33.33%;
        float: left;
        height: 550px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 45px;
        font-size: 19px;
        color: #c6c7c8;
        line-height: 25px;
    }
}
@media (max-width:780px) {
    .category-artistes-galerie-1809 .widget_woocommerce_ndbproducts h2,
    .single-product .widget_woocommerce_ndbproducts h2{
        width:calc( 100% - 50px);
        left: 25px !important;
    }
    .category-artistes-galerie-1809 .widget_woocommerce_ndbproducts ul,
    .single-product .widget_woocommerce_ndbproducts ul{
        margin: 50px 0 0 !important;
    }
    .category-artistes-galerie-1809 .widget_woocommerce_ndbproducts li,
    .single-product .widget_woocommerce_ndbproducts li{
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 45px;
        font-size: 19px;
        color: #c6c7c8;
        line-height: 25px;
    }
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts a,
.single-product .widget_woocommerce_ndbproducts a{
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts .woocommerce-Price-amount,
.single-product .widget_woocommerce_ndbproducts .woocommerce-Price-amount{
    font-size: 19px !important;
    color: #c6c7c8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: initial;
    font-size: 45px;
    width: 100%;
    text-align: center;
}

.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts .woocommerce-Price-amount::after,
.single-product .widget_woocommerce_ndbproducts .woocommerce-Price-amount::after{
    display: none !important;
}
.category-artistes-galerie-1809 .widget_woocommerce_ndbproducts .product-title::after,
.single-product .widget_woocommerce_ndbproducts .product-title::after{
    content: "";
    width: 50px;
    height: 1px;
    background-color: #7f7f7f;
    display: block;
    margin: 15px auto 0px;
}
.single-product .oeuvres-artiste img {
    margin: 0 auto;
    display: block;
    max-height: 350px;
    width: auto;
}


/*--------------------------------------------------------------
# Load more
--------------------------------------------------------------*/
nav.load_more{
    text-align: center;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 100%;
    min-height: 170px;
}
nav.load_more a.next-navigation{
    background-color: #363636;
    display: block;
    padding: 17px 40px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 50px auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: none;
    text-decoration: none;
    line-height: 32px;
}
span.loader{
    min-height: 170px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*--------------------------------------------------------------
# Catalogue & terme
--------------------------------------------------------------*/
.post-type-archive-product h1.page-title, .tax-product_cat h1.page-title, .tax-product_tag h1.page-title{
    font-size: 55px;
    line-height: 50px;
    color: #1a171b;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.post-type-archive-product .content-img, .tax-product_cat .content-img, .tax-product_tag .content-img{
    width: 100%;
    height: 350px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
@media (min-width:1200px) {
    .post-type-archive-product .woocommerce-loop-product__link img, .tax-product_cat .woocommerce-loop-product__link img, .tax-product_tag .woocommerce-loop-product__link img{
        margin: 0 auto;
        width: auto;
        max-height: 350px;
    }
}
@media (min-width:780px) and (max-width:1200px) {
    .post-type-archive-product .woocommerce-loop-product__link img, .tax-product_cat .woocommerce-loop-product__link img, .tax-product_tag .woocommerce-loop-product__link img{
        padding: 0 10px;
        display: block;
        height: auto;
        width: auto !important;
        max-height: 350px;
        margin: 0 auto;
    }
}
@media (max-width:780px){
    .post-type-archive-product .woocommerce-loop-product__link img, .tax-product_cat .woocommerce-loop-product__link img, .tax-product_tag .woocommerce-loop-product__link img{
        padding: 0 10px;
        max-height: 350px;
        width: auto;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}
.post-type-archive-product .woocommerce-result-count, .tax-product_cat .woocommerce-result-count, .tax-product_tag .woocommerce-result-count{
    text-align: center;
}
.post-type-archive-product h1.page-title::before, .tax-product_cat h1.page-title::before, .tax-product_tag h1.page-title::before{
    content: "NOTRE CATALOGUE";
    width: 100%;
    display: block;
    margin: 0px auto 10px;
    text-align: center;
    font-size: 20px;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400 !important;
}
.post-type-archive-product .woocommerce-ordering, .tax-product_cat .woocommerce-ordering{
    padding: 15px 25px;
    margin-bottom: 80px;
}


.post-type-archive-product .content-product-single ul.products, .tax-product_tag ul.products,.tax-product_cat ul.products{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    width: 100%;
    display: inline-block;
    max-width:1200px;
}

@media (min-width:780px) {
    .post-type-archive-product .content-product-single ul.products li, .archive.tax-product_tag ul.products li, .tax-product_cat ul.products li, .post-type-archive-product .product{
        float: left;
        width: 33%;
        min-height: 550px;
    }
    .post-type-archive-product .content-product-single ul.products li, .archive.tax-product_tag ul.products li, .tax-product_cat ul.products li{
        height: 580px;
    }
    .post-type-archive-product .woocommerce-ordering select, .archive.tax-product_tag .woocommerce-ordering select{
        float: right;
    }
}
@media (max-width:780px) {
    .post-type-archive-product .content-product-single ul.products li, .tax-product_cat ul.products li, .tax-product_tag ul.products li, .tax-product_cat ul.products li, .post-type-archive-product .product{
        width: 100%;
    }
    .post-type-archive-product .woocommerce-ordering select, .tax-product_cat .woocommerce-ordering select, .tax-product_tag .woocommerce-ordering select{
        display: inherit;
    }
}
.post-type-archive-product .content-product-single ul.products li, .tax-product_cat ul.products li, .tax-product_tag ul.products li{
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    display: inline-block;
}

.post-type-archive-product .content-product-single ul.products li a, .tax-product_cat ul.products li a, .tax-product_tag ul.products li a{
    text-decoration: none;
}
.post-type-archive-product .content-product-single ul.products h6.artiste, .tax-product_cat ul.products h6.artiste, .tax-product_tag ul.products h6.artiste{
    text-transform: uppercase;
    font-size: 18px !important;
    letter-spacing: 2px;
    color:rgb(198, 199, 200);
    margin: 10px 0 0 !important;
    font-weight: 400;
}
.post-type-archive-product .product{text-align: center}
.post-type-archive-product .product a{text-decoration: none}
.post-type-archive-product .content-product-single ul.products h2.woocommerce-loop-product__title, .tax-product_cat ul.products h2.woocommerce-loop-product__title, .tax-product_tag ul.products h2.woocommerce-loop-product__title,
.post-type-archive-product .product h2{
    font-size: 27px !important;
    color: #1a171b !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
}
.post-type-archive-product .content-product-single ul.products .price::before, .tax-product_cat .content-product-single ul.products .price::before, .tax-product_tag .content-product-single ul.products .price::before, 
.post-type-archive-product .product .price::before{
    content: "";
    width: 50px;
    height: 1px;
    background-color: #7f7f7f;
    display: block;
    margin: 0px auto 10px;
}
.post-type-archive-product .content-product-single ul.products .woocommerce-Price-amount::after, .tax-product_cat ul.products .woocommerce-Price-amount::after, .tax-product_tag ul.products .woocommerce-Price-amount::after{
    display: none;
}
.post-type-archive-product .content-product-single ul.products .woocommerce-Price-amount, .tax-product_cat ul.products .woocommerce-Price-amount, .tax-product_tag ul.products .woocommerce-Price-amount,
.post-type-archive-product .product .woocommerce-Price-amount{
    font-size: 19px !important;
    color: #c6c7c8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.post-type-archive-product .content-product-single ul.products .price, .tax-product_cat ul.products .price, .tax-product_tag ul.products .price,
.post-type-archive-product .product .price{
    display: inline-block;
    width: 100%;
    font-size: 19px !important;
    color: #c6c7c8;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
}
.post-type-archive-product .content-product-single ul.products .tinvwl-tooltip, .tax-product_cat ul.products .tinvwl-tooltip, , .tax-product_tag ul.products .tinvwl-tooltip{
    display: none;
}
.post-type-archive-product .content-product-single ul.products .add_to_cart_button, .tax-product_cat ul.products .add_to_cart_button, .tax-product_tag ul.products .add_to_cart_button,
.post-type-archive-product .product .add_to_cart_button{
    background-color: #363636;
    width: 100%;
    padding: 5PX 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 0px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.post-type-archive-product .content-product-single ul.products .added_to_cart, .tax-product_cat ul.products .added_to_cart, .tax-product_tag ul.products .added_to_cart{
    border: 2px solid #363636;
    width: 100%;
    padding: 5px 20px 5px!important;
    text-transform: uppercase;
    color: #363636;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    display: block
}
.post-type-archive-product .tinvwl_add_to_wishlist_button, .tax-product_cat .tinvwl_add_to_wishlist_button, .tax-product_tag .tinvwl_add_to_wishlist_button, .post-type-archive-product .tinvwl-tooltip{display: none;}
.post-type-archive-product .term-description, .tax-product_cat .term-description, .tax-product_tag .term-description{
    text-align: center;
    font-style: italic;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 750px;
}
.term-description-catalogue p{
    text-align: center;
    font-style: italic;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 750px;
}
.post-type-archive-product .woocommerce-info, .tax-product_cat .woocommerce-info, .tax-product_tag .woocommerce-info{text-align: center;}


/*----- filtre ----*/

.widget_product_categories, .home .widget_search_filter_register_widget{
    background-color: #f4f4f4;
    width: 100%;
    padding: 40px 20px 10px !important;
    max-width: 1200px;
    margin: 0 auto !important;
}
@media (min-width:780px) {
    .widget_product_categories, .home .widget_search_filter_register_widget{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}
.home .widget_search_filter_register_widget{
    justify-content: center;
}
@media (max-width:780px) {
    .widget_product_categories, .home .widget_search_filter_register_widget{
        display: inline-block;
        text-align: center;
    }
    .widget_product_categories ul{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.widget_product_categories h2, .home .widget_search_filter_register_widget h2{
    font-style: italic;
    color: #777;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 20px 0 10px !important !important;
}
.home .widget_search_filter_register_widget ul{
    margin: 0 !important;
    padding: 0 !important;
}
.home .widget_search_filter_register_widget .sf-field-taxonomy-product_cat,
.home .widget_search_filter_register_widget .sf-field-taxonomy-product_tag{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.widget_product_categories li, .home .widget_search_filter_register_widget li{float: left; margin: 0 !important;}
.widget_product_categories li.sf-field-taxonomy-product_cat label, .home .widget_search_filter_register_widget label{
    background: #eeeeee;
    padding: 0px 10px;
    margin-right: 15px;
    border: 2px solid #635e65;
    margin-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a171b;
}
.widget_product_categories li.sf-field-taxonomy-product_tag{
    margin-top: 50px !important;
    border: none !important;
    position: relative;
}
.widget_product_categories li.sf-field-taxonomy-product_tag:before{
    content: '...et j’affine ma sélection par :';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-family: 'supergroteskaregular', sans-serif;
    color: #272727;
    top: -25px;
    left: 0;
    position: absolute;
    width: 300px;
    letter-spacing: 2px;
}
.widget_product_categories li.sf-field-taxonomy-product_tag label{
    background: #eeeeee;
    padding: 0px 10px;
    margin-right: 15px;
    border: 1px solid #c6c7c8;
    padding: 0px 8px;
    margin-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-decoration: none;
    text-transform: none;
    color: #1a171b;
}
.widget_product_categories input[type="checkbox"], .widget_product_categories input[type="radio"],
.home .widget_search_filter_register_widget input[type="checkbox"], .home .widget_search_filter_register_widget input[type="radio"]{
    display: none;
}
.widget_product_categories .sf-option-active label,
.home .widget_search_filter_register_widget .sf-option-active label{
    background-color: #635e65 !important;
    color: #FFF !important;
}
.widget_product_categories ul li li, .home .widget_search_filter_register_widget ul li li{margin: 0 !important;}
.sf-field-taxonomy-product_tag, .widget_product_categories .sf-field-search{
    border-top: 1px dotted grey;
}
.sf-field-taxonomy-product_cat, .sf-field-taxonomy-product_tag{
    padding: 0 !important;
}
.widget_product_categories .sf-field-search label{
    border: none !important;
    padding: 0 !important;
}
.widget_product_categories .sf-field-search, .widget_product_categories .sf-field-search label{
    width: 100%;
}

.widget_product_categories ul{
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    float: left;
}
.widget_product_categories li.cat-item, .widget_product_categories li.cat-item a{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a171b;
}
.search-filter-reset{
    color: #1a171b;
    font-size: 14px;
}
    
@media (min-width:780px) {
    .widget_product_categories h2{
        float: left;
        width: 20%;
    }
}
@media (max-width:780px) {
    .widget_product_categories h2{
        width: 100%;
    }
}


.woocommerce-ordering option[value="popularity"], .woocommerce-ordering option[value="rating"]{
    display: none;
}

/*--- Mon compte Woocommerce ----*/
#post-9{
    max-width: 1200px;
    margin: 0 auto !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-account .woocommerce-MyAccount-navigation-link--tinv_wishlist{
  display: none !important;
}
@media (min-width:780px) {
    .post-9 .entry-content .woocommerce, .page-id-9 .entry-content .woocommerce{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .woocommerce-MyAccount-navigation{
        width: 30%;
    }
    .post-9 .woocommerce-MyAccount-content, .page-id-9 .woocommerce-MyAccount-content{
        padding: 20px !important;
        width: 70%;
    }
    .woocommerce-MyAccount-navigation li{
        width: 100% !important;
    }
    .woocommerce-MyAccount-navigation li{
        display: block !important;
    }
}
@media (max-width:780px) {
    .post-9 .entry-content .woocommerce, .page-id-9 .entry-content .woocommerce{
        display: block;
    }
    .woocommerce-MyAccount-navigation{
        width: 100%;
        padding: 0 20px !important;
    }
    .post-9 .woocommerce-MyAccount-content, .page-id-9 .woocommerce-MyAccount-content{
        padding: 20px !important;
        width: 100%;
    }
    .woocommerce-MyAccount-navigation ul{
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .woocommerce-MyAccount-navigation li{
        padding: 0 10px;
        text-align: center;
    }
}

.woocommerce-MyAccount-navigation ul{
    list-style: none;
    margin: 0 !important;
    padding: 0 !important; 
}
.woocommerce-MyAccount-navigation li{
    display: inline-block;
    text-align: left
}
.woocommerce-MyAccount-navigation li a{
    border: none;
    text-transform: uppercase;
    padding: 10px 0;
}
.woocommerce-MyAccount-navigation li.is-active a{
    border-bottom: 2px solid #363636;
}
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--tinv_wishlist{
    display: none !important;
}
input.woocommerce-Button,
.woocommerce-address-fields input.button{
    background-color: #363636 !important;
    color: #FFF !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 15px 25px !important;
    font-size: 16px !important;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    margin: 50px auto 0px;
    display: block;
}
@media (max-width:780px) {
    input.woocommerce-Button,
    .woocommerce-address-fields input.button{
        display: inline-block;
        width: 100%;
        word-wrap: break-word;
        word-break: break-all;
        white-space:normal;
    }
}

/*--- navigation ----*/
/*.woocommerce-pagination{
    display: none !important;
}*/
.woocommerce-pagination{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.woocommerce-pagination ul.page-numbers{
    margin: 0 auto 35px !important;
    padding: 0 !important;
    border: 1px solid #1a171b;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    list-style: none;
}
.woocommerce-pagination ul.page-numbers li{
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a171b;
    border-right: 1px solid #1a171b;
}
.woocommerce-pagination ul.page-numbers li:last-child{
    border-right: none !important;
}
.woocommerce-pagination ul.page-numbers li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a171b;
}
@media (max-width:780px) {
    .woocommerce-pagination ul.page-numbers{
        flex-wrap: wrap;
        width: 100%;
        margin-right:40px !important;
        margin-left:40px !important;
    }
}

/*--------------------------------------------------------------
# Product Single
--------------------------------------------------------------*/
@media (min-width:780px){
    .product, .caracteristiques, .content-related-product{
        padding-right: 35px!important;
        padding-left: 35px!important;
    }
}
@media (max-width:780px) {
    .product, .caracteristiques, .content-related-product{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}
.content-product-single{
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.content-product-single .product {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.product h2, .product h2 a{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 0px;
    font-weight: 400 !important;
    text-decoration: none;
    text-decoration: none;
}
.product h1{
    text-align: center;
    color: #1a171b;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.product .product_meta{
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 0;
}
.product .product_meta .posted_in,
.product .product_meta .tagged_as{
    width: 100%;
    display: inline-block;
}
.product .product_meta .posted_in a{
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    background-color: #c6c7c8;
    margin:0 5px;
    padding: 5px 15px 3px;
    letter-spacing: 1px;
}
.product .product_meta .tagged_as a{
    text-decoration: none;
    color: #c6c7c8;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #c6c7c8;
    margin: 0 5px;
    padding: 3px 15px 3px;
    letter-spacing: 0;
}
.product .images{
    text-align: center;
    margin-top: 50px;
    /*min-height: 480px*/
    margin-bottom: 50px;
}
.product .woocommerce-product-gallery__image a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
    max-height: 600px;
}
.product .images .zoomWrapper,
.product .images .woocommerce-product-gallery__image,
.product .images .woocommerce-product-gallery__wrapper,
.product .images{
    max-height: 600px;
}
.product .woocommerce-product-gallery__image img{
    margin: 0 auto;
    position: relative !important;
    max-height: 600px;
    height: auto;
    width: auto;
}
.product .cartel{
    text-align: right;
    padding: 5px 15px 5px 0;
    border-right: 2px solid #9a9a9a;
    line-height: 20px !important;
}
.product .woocommerce-main-image.zoom img{
    height: auto;
    max-width: 100%;
    max-height: 600px;
    width: auto;
}
.zoomWindow{
    max-height: 600px;
}
.zoomContainer + .zoomContainer {
    display: none!important;
    opacity:0;
}
@media (min-width:780px) {
    .product .content-col-gauche{
        width: 70%;
        float: left;
    }
    .product h1{
        font-size: 55px;
        line-height: 50px;
        margin-top: 20px;
    }
}
@media (max-width:780px) {
    .product .content-col-gauche{
        width: 100%;
    }
    .product h1{
        font-size: 40px;
        line-height: 35px;
        margin-top: 10px;
    }
}
.product .cartel p.ligne2, .product .cartel p.ligne3{
    margin: 0 !important;
}
.product .descriptif p{
    text-align: justify;
}
.product .descriptif p a{
    text-decoration: none;
    border-bottom: 2px solid #363636;
    display: inline-block;
    color: #363636;
}
.product .partage-RS a{
    border: none !important;
}
.product .btns-fonction{
    margin-top: 50px;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
a.mise-situation{
    background-color: #363636;
    color: #FFF !important;
    padding: 10px;
    margin: -10px -0px -10px -1px;
}
.product .btns-fonction a{
    text-align: center;
    text-transform: uppercase;
    color: #363636;
    letter-spacing: 2px;
    line-height: 20px;
    text-decoration: none;
}
@media (min-width:780px) {
    .product .btns-fonction a{
        width: 50%;
        float: left;
    }
    .product .btns-fonction a.poser-question{
        border-right: 1px solid #363636;
    }
}
@media (max-width:780px) {
    .product .btns-fonction a{
        width: 100%;
        display: inline-block;
    }
     .product .btns-fonction a.poser-question{
        border-bottom: 1px solid #363636;
         padding-bottom: 10px;
    }
    .product .btns-fonction a.mise-situation{
        padding-top: 10px;
    }
}
.product .pave-prix{
    background-color:#f8f8f8;
    padding:15px;
    text-align: center;
}
.product .pave-prix .woocommerce-variation-price{
    margin-bottom: 20px;
}
@media (min-width:780px) {
    .product .pave-prix{
        width: 25%;
        float: right;
    }
    .product .woocommerce-Price-amount{
        font-size: 45px;
    }
}
@media (max-width:780px) {
    .product .pave-prix{
        width: 100%;
    }
    .product .woocommerce-Price-amount{
        font-size: 35px;
    }
}

.product .pave-prix p.price{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 30px 0 25px !important;
    display: inline-block;
    color: #7c7c7c;
}
.product-type-variable .pave-prix p.price{
    display: none;
}
.product .pave-prix p.price::after,
.product .pave-prix .woocommerce-variation-price span.amount::after{
    content:"";
    width: 70px;
    height: 1px;
    background-color: #7c7c7c;
    display: block;
    margin: 30px auto 0;
}
.product .woocommerce-Price-amount{
    display: inline-block;
}
.woocommerce-Price-currencySymbol{
    margin-left:5px;
}
.product .stock{
    display: none;
}
.product .pave-prix p{
    margin: 0 0 5px !important;
}
.product .variations td.label{
    padding-right: 20px;
}
.product .reset_variations{
    display: none;
}
.product .woocommerce-variation-price .woocommerce-Price-amount{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #7c7c7c;
}
.product .variations_form{
    padding-top: 15px;
}

.single_add_to_cart_button{
    background-color: #363636;
    width: 100%;
    padding: 17px 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    border:none;
    margin-bottom: 20px;
}
.single_add_to_cart_button:hover{
    opacity: 0.7;
}
.achat-tel a{
    color: #363636;
    width: 100%;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border: 2px solid #363636;
    text-decoration: none;
    padding: 10px 10px 7px;
    line-height: 20px;
    margin: 5px 0;
    padding-right: 30px;
    background-image: url(https://www.galerie1809.com/img/fleche-noir.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.tinvwl_add_to_wishlist_button{
    border:2px solid #363636;
    color: #363636;
    width: 100%;
    display: inline-block;
    padding: 10px 10px 7px;
    line-height: 20px;
    text-decoration: none;
}
.tinvwl_add_to_wishlist_button:hover{
    color: #363636;
    opacity: 0.7;
}
.tinvwl_add_to_wishlist_button span:before{
    content: url('https://www.galerie1809.com/img/icone-whishlist.png');
    display: block;
    float: left;
    margin-top: -3px;
}
.tinvwl_button_close{
    border:2px solid #363636;
    color: #363636;
    width: 100%;
    display: inline-block;
    padding: 10px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    
    background-color: #FFF;
    border-radius:none!important;
    -moz-border-radius:none!important;
    -webkit-border-radius:none!important;
}
.tinv-modal-inner .tinvwl-btn-onclick{
    background-color: #363636;
    width: 100%;
    padding: 15px 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    border:none;
}
.tinv-modal-inner .tinvwl-btn-onclick:hover, .tinvwl_button_close:hover{
    opacity: 0.7;
}

.caracteristiques{
   display: block;
    width: 100%; 
    max-width: 1200px;
    margin: 0 auto;
}
.caracteristiques h5{
    font-size: 20px;
    color: #c6c7c8;
    text-transform: uppercase;
    margin: 60px 0 30px;
    font-weight: 400 !important;
}
.caracteristiques .detail1, .caracteristiques .detail2{
    height: 500px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}

@media (min-width:780px) {
    .caracteristiques .detail1, .caracteristiques .detail2{
        width: 50%;
        float: left;
    }
    .caracteristiques .detail1{
        border-right:10px solid #FFF;
    }
    .caracteristiques .detail2{
        border-left:10px solid #FFF;
    }
}
@media (max-width:780px) {
    .caracteristiques .detail1, .caracteristiques .detail2{
        width: 100%;
    }
}

.caracteristiques .artiste{
    margin-top: 140px;
    display: inline-block;
    width: 100%;
}
.caracteristiques .artiste .titre-rencontre-artiste{
    font-size: 20px;
    text-transform: uppercase;
    color: #c6c7c8;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 !important;
}
.caracteristiques .artiste h6{
    text-align: center;
    margin: 15px 0 50px !important;
    font-size: 55px;
    color: #1a171b;
    letter-spacing: 1px;
    line-height: 50px;
}
@media (min-width:780px) {
    .caracteristiques .artiste .content-photo-artiste{
        width: 25%;
        margin-right: 5%;
        float: left;
    }
    .caracteristiques .artiste .content-photo-artiste img{
        max-width: 20%;
        width: 320px;
        position: absolute;
        margin: 0 auto -50px;
        display: block;
    }
    .caracteristiques .artiste .content-texte-artiste{
        width: 70%;
        float: right;
    }
}
@media (max-width:780px) {
    .caracteristiques .artiste .content-photo-artiste, .caracteristiques .artiste .content-texte-artiste{
        width: 100%;
    }
    .caracteristiques .artiste .content-photo-artiste img{
        width: 100%;
        max-width: 480px;
        margin: 0 auto 20px;
        display: block;
    }
}

.caracteristiques .artiste .content-texte-artiste {
    margin-bottom: 20px;
}
.caracteristiques .artiste .content-texte-artiste p{
    text-align: justify;
}
.caracteristiques .artiste .content-texte-artiste a.suivre-artiste{
    text-decoration: none;
    color: #363636;
    background-image: url('https://www.galerie1809.com/img/icone-suivre.png');
    background-repeat: no-repeat;
    height: 30px;
    display: inline-block;
    padding-left: 40px;
    font-weight: 600;
}
.caracteristiques .artiste .content-texte-artiste a.lien-interview{
    text-decoration: none;
    color: #363636;
    border-bottom: 2px solid #363636;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.photo-full-largeur{
    width: 100%;
    background-position: center center;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -10px;
}
@media (min-width:780px) {
    .photo-full-largeur{
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-attachment: fixed;
        height: 700px;
        overflow: hidden;
    }
}
@media screen and (max-device-width: 780px){
    .photo-full-largeur{
        background-attachment: scroll !important;
    }
}
@media (max-width:780px) {
    .photo-full-largeur{
        background-size: auto 100%;
        height: 700px;
    }
}
.photo-full-largeur p.citation{
    font-size: 45px;
    color: #FFF;
    text-shadow: 0 0 15px #000, 0 0 7px #000;
    text-align: center;
    line-height: 55px;
    padding: 0 20px;
}

.woocommerce-error{
    position: absolute;
    min-height: 500px;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    margin: 0 auto;
  -webkit-animation: slide-in, slide-out;
  /*! animation: slide-in, slide-out; */
  -webkit-animation-duration: 1.5s, 1.5s;
  animation-duration: 1.5s, 1.5s;
  -webkit-animation-delay: 0s, 12s;
  animation-delay: 0s, 12s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
    overflow: hidden;
}
@media (min-width:780px) {
    .woocommerce-error{
        max-width: 500px;
    }
}
@media (max-width:780px) {
    .woocommerce-error{
        max-width: 250px;
    }
}
@keyframes slide-in {
  0% {

    width: 100px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    }
  50% {

    width: 100px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); 
    opacity: 0.5;
    }
   
  75% {

    width: 400px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); 
    opacity: 0.75;
    }
  100% {

    width: 400px;
    max-height: 500px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5); 
    opacity: 1;
    }
}
@keyframes slide-out {
  0% {

    width: 400px;
    max-height: 500px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5); 
    opacity: 1;
    }
  50% {

    width: 400px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); 
    opacity: 0.5;
    }
  75% {

    width: 100px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); 
    opacity: 0.25;
    }
  100% {

    width: 100px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); 
    opacity: 0;
    }
}

/*
@keyframes slide-in {
  0% {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
  50% {
    -webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
  75% {
    -webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
  100% {
    -webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5); }
}
@keyframes slide-out {
  0% {
    -webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5); }
  50% {
    -webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
  75% {
    -webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
  100% {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
}
*/
/*.woocommerce-error:before{
    content:url(https://www.galerie1809.com/img/croix.png);
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}*/
ul.woocommerce-error {
    list-style: none;
}

.woocommerce-error, .woocommerce-message{
    position: fixed;
    min-height: 200px;
    max-width: 250px;
    background-color: #FFF;
    box-shadow:0 0 15px #C4C4C4;
    left: calc(50% - 110px) !important;
    padding:50px 20px !important;
    vertical-align: middle;
    text-align: center;
    z-index: 150000;
    -webkit-animation: slide-in, slide-out;
    /*! animation: slide-in, slide-out; */
    -webkit-animation-duration: 1.5s, 1.5s;
    animation-duration: 1.5s, 1.5s;
    -webkit-animation-delay: 0s, 12s;
    animation-delay: 0s, 12s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.woocommerce-error a, .woocommerce-message a{
    background-color: #363636;
    color: #FFF!important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 5px 15px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    line-height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width:780px) {
    .woocommerce-error, .woocommerce-message{
        top:20%;
    }
}
@media (max-width:780px) {
    .woocommerce-error, .woocommerce-message{
        top:150px;   
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/*----------Mise en situation ---------------*/
.product_cat-03-sculpture a.mise-situation{display: none;}
.product_cat-03-sculpture a.poser-question{width: 100% !important;border-right:none !important}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 1s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 250000 !important;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.overlay.tel .popup{
    text-align: center;
    max-width: 500px;
    max-height: 300px;
    font-weight: 600;
    font-family: 'supergroteskaregular', sans-serif;
    text-transform: uppercase;
}
.overlay.tel .popup .ligne-tel{
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    display: inline-block;
}
.overlay.tel .popup .ligne-tel img{
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
}

@media (min-width:780px) {
    .overlay.tel .popup img.entete{
        margin-top: 80px;
        width: 80px;
    }
    .overlay.tel .popup{
        padding-left: 50px;
        padding-right: 50px;
    }
    
}
@media (max-width:780px) {
    .overlay.tel .popup img.entete{
        margin-top: 40px;
        width: 40px;
    }
    .overlay.tel .popup{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.popup {
  margin: 10vh auto;
  padding: 0px;
  width: 70%;
  max-width: 1000px;
  max-height:722px;
  height: 80vh;
  position: relative;
  transition: all 5s ease-in-out;
  background-position: center top;
  background-color: #FFF;
  overflow: hidden;
}
.popup .echelle .zoomWrapper{
    display: flex;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width:900px) {
.popup {max-height: 450px;}
}
.echelle{
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width:780px) {
    .mise-situation {
        border-bottom: 1px solid #363636;
        padding-bottom: 10px;
    }
    .product .btns-fonction{
        border-bottom: none !important;
    }
}
.img-s{
  background-image: url(https://www.galerie1809.com/img/fond-mise-en-situation-s.jpg);
}
.img-l{
  background-image: url(https://www.galerie1809.com/img/fond-mise-en-situation-l.jpg);
}
.img-xl{
  background-image: url(https://www.galerie1809.com/img/fond-mise-en-situation-xl.jpg);
}
.img-xxl{
  background-image: url(https://www.galerie1809.com/img/fond-mise-en-situation-xxl.jpg);
}
#popup-MES img{
    transform: scale(0.55);
    -moz-transform: scale(0.55);
    -webkit-transform: scale(0.55);
    -o-transform: scale(0.55);
    transform-origin: center top;
    -moz-transform-origin: center top;
    -webkit-transform-origin: center top;
    -o-transform-origin: center top;
    text-align: center;
    max-width: 600px;
    width: auto;
    height: auto;
    max-height: 800px
}
.img-s img{
    transform: scale(0.20)!important;
    -moz-transform: scale(0.20)!important;
    -webkit-transform: scale(0.20)!important;
    -o-transform: scale(0.20)!important;
    margin-top: 100px;
    margin-left: 0px;
}
@media screen and (min-width: 700px){
    .img-s img{margin-left: 14%;}
}
.img-l img{
    transform: scale(0.37)!important;
    -moz-transform: scale(0.37)!important;
    -webkit-transform: scale(0.37)!important;
    -o-transform: scale(0.37)!important;
    margin-top: 55px;
}
.img-xl img{
    transform: scale(0.27)!important;
    -moz-transform: scale(0.27)!important;
    -webkit-transform: scale(0.27)!important;
    -o-transform: scale(0.27)!important;
    margin-top: 50px;
}
@media screen and (min-width: 700px){
    .img-xl img{margin-left: 20%;}
}
@media screen and (min-width: 700px){
.img-xxl img{
    transform: scale(0.40)!important;
    -moz-transform: scale(0.40)!important;
    -webkit-transform: scale(0.40)!important;
    -o-transform: scale(0.40)!important;
    margin-top: 45px;
    margin-left: 20%;
}
}
@media screen and (max-width: 700px){
    .img-xxl img{
        margin-top: 50px !important; margin-left: -20px !important;transform: scale(0.46)!important;-moz-transform: scale(0.46)!important;-webkit-transform: scale(0.46)!important;-o-transform: scale(0.46)!important;margin-top: 45px;
    }
    .img-xl img{
        transform: scale(0.25) !important;
        -moz-transform: scale(0.25) !important;
        -webkit-transform: scale(0.25) !important;
        -o-transform: scale(0.25) !important;
    }
}
.popup{
    position: relative;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  z-index: 1500000
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
@media screen and (min-width: 700px){
  #popup-MES .popup{
      min-height: 550px;
  }
}
@media screen and (max-width: 700px){
  #popup-MES .popup{
      width: 90%;
      background-size: 650px auto !important;
      overflow: hidden;
  }
  #popup-MES .woocommerce-product-gallery__image{
        transform: scale(0.75)!important;
        -moz-transform: scale(0.75)!important;
        -webkit-transform: scale(0.75)!important;
        -o-transform: scale(0.75)!important;
        transform-origin: top center;
        -moz-transform-origin: top center;
        -webkit-transform-origin: top center;
        -o-transform-origin: top center;
        margin-top: -30px;
    }
}


/*----------Bande noire ---------------*/
.bande-noir{
    background-color:#363636;
    padding: 10px 10px 20px;
    display: inline-block;
    width: 100%;
}
.content-bande-noir{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
@media (min-width:780px) {
    .content-bande-noir .col1-3{
        width: 33.33%;
        float: left;
    }
}
@media (max-width:780px) {
    .content-bande-noir .col1-3{
        width: 100%;
    }
    .content-bande-noir p.title{
       text-align: center;
    }
}
.content-bande-noir p.title{
    font-size: 30px;
    margin: 20px 0;
}
.content-bande-noir .single_add_to_cart_button.blanc{
    background-color: #FFF;
    color:#363636;
    width: 240px;
    margin: 10px auto 0;
    display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    float: left;
    margin-right: 20px;
}
.content-bande-noir .woocommerce.tinv-wishlist{
    float: left;
}
.content-bande-noir .tinvwl_add_to_wishlist_button {
    border-color: #FFF!important;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 300px;
    margin: 10px auto 0;
    display: block;
    text-align: center;
    padding: 20px;
    text-decoration: none;
}
.content-bande-noir .tinvwl_add_to_wishlist_button:hover{
    color: #FFF!important;
    opacity: 0.7
}
.content-bande-noir .tinvwl_add_to_wishlist_button span::before {
    margin-right: 10px;
    content: url('https://www.galerie1809.com/img/icone-whishlist-blanc.png')!important;
}
.lien-oeuvres-artiste, .lien-oeuvres-artiste:hover{
    background-color: #363636;
    color: #FFFFFF !important;
    max-width: 450px;
    margin: 80px auto 0;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 20px 10px;
    letter-spacing: 1px;
    font-weight: 400;
    }

/*----------Produits similaires ---------------*/

.single-product .oeuvres-artiste{
    margin-bottom: 80px;
}
.related.products{
    width: 100%;
    display: flex;
    position: relative;
    padding: 0px 40px;
    max-width: 1140px;
    margin: 0px auto 150px !important;
}
.related.products .soldout{
    display: none;
}
.related.products::before, .related.products::after {
    content: '';
    position: absolute;
    border: 2px solid #262626;
    z-index: 0;
}
.related.products::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.related.products::after {
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    top: 4px;
    left: 4px;
}
.related.products h2{
    margin-top: -15px;
    background-color: #FFF;
    padding: 5px 15px;
    text-align: center;
    display: block;
    z-index: 150000;
    position: absolute;
    left:calc( 50% - 132px);
    text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 2px;
}
.related.products ul.products{
    padding: 50px 0 0!important;
    margin: 0!important;
    list-style: none; 
    z-index: 1;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.related.products ul.products a{
    text-decoration: none !important;
}
.related.products a.product_type_simple{
    display: none;
}
.related.products ul.products img{
    margin: 0 auto;
    display: block;
    max-height: 100%;
    width: auto;
}
.related.products ul.products .tinv-wraper{display: none;}
.related.products ul.products h2.woocommerce-loop-product__title{
    background-color: transparent!important;
    position: relative;
    margin: 10px 0 !important;
    left: 0 !important;
}
.related.products ul.products .content-img{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.related.products ul.products .content-img img{
    margin: 0 auto;
}
@media (min-width:780px) {
    .related.products ul.products li{
        width: 33%;
        float: left;
        min-height: 580px;
    }
    .related.products ul.products .content-img{
        height: 350px;
    }
}
@media (max-width:780px) {
    .related.products{
        margin-left: 45px !important;
        margin-right: 45px !important;
        width: auto;
    }
    .related.products ul.products li{
        width: 100%;
    }
}
.related.products h6.artiste{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #c6c7c8;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 400;
}
.related.products ul.products h2{
    font-size: 27px !important;
    color: #1a171b !important;
    text-align: center;
    margin-top: 60px;
}
.related.products .price{
    text-align: center;
    width: 100%;
    display: inline-block;
}
.related.products .price .woocommerce-Price-amount{
    font-size: 19px !important;
    color: #c6c7c8;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.related.products .woocommerce-Price-amount::after{
    display: none !important;
}
.related.products .woocommerce-Price-amount::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #7f7f7f;
    display: block;
    margin: 0px auto 10px;
}
.related.products .add_to_cart_button{
    display: none;
}


/*--------------------------------------------------------------
# Etapes
--------------------------------------------------------------*/
@media (max-width:400px) {
    .etapes ul{
        transform: scale(0.85)
        
    }
}
.etapes ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100%;
    max-width: 400px;
    position: relative;
}
.etapes ul:before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c6c7c8;
    display: block;
    top:35px;
    position: absolute;
    z-index: -1
}
.etapes ul li{
    width: 50%;
    text-align: center;
}
.etapes ul li a{
    text-decoration: none;
    color: #c6c7c8;
}
.etapes ul .number span{
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    border: 1px solid #c6c7c8;
    margin: 0 auto;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.etapes ul p{
    margin-bottom: 0!important;
}
.etapes ul p.text{
    margin-top: 0!important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}


#post-7 li.etape-panier a, 
#post-9522 li.etape-panier a,
#post-8 li.etape-adresse a,
#post-9517 li.etape-adresse a,
.woocommerce-order-received li.etape-recap a{
    color: #1a171b;
}
#post-7 .etape-panier .number span, 
#post-9522 .etape-panier .number span, 
#post-8 .etape-adresse .number span,
#post-9517 .etape-adresse .number span,
.woocommerce-order-received li.etape-recap .number span{
    border-color: #1a171b;
}
.woocommerce-order-received li.etape-adresse a{
    color: #c6c7c8!important;
}
.woocommerce-order-received li.etape-adresse .number span{
    border-color: #c6c7c8 !important;
}
#post-7 a.btn-noir,
#post-9522 a.btn-noir{
    color: #363636;
    border: 2px solid #363636;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 5px 15px;
    text-decoration: none;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

/*--------------------------------------------------------------
# Page Panier
--------------------------------------------------------------*/
@media (max-width:1200px) and (min-width:780px) {
    .woocommerce-cart-form{
        padding-right: 45px!important;
        padding-left: 45px!important;
    }
    .cart-collaterals{
        margin-right: 45px !important;
        margin-left: 45px !important;
    }
}
.page-template-page-funel .cart-empty{
    text-align: center;
    padding: 100px 0;
}
.post-7 button[name="update_cart"],
.post-9522 button[name="update_cart"]{display:none}
.page-template-page-funel .wc-backward{
    background-color:#363636;
    color: #FFF;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 15px;
}
.page-template-page-funel .return-to-shop{
    text-align: center;
}
.page-template-page-funel .site-content .content-product-single h2{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 0px;
    font-weight: 400 !important;
}
.page-template-page-funel h1{
    text-align: center;
    
    color: #1a171b;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.shop_table{
    margin-top: 30px;
}
.shop_table th, .shop_table .product-price, .shop_table .product-quantity{
    display: none;
}
@media (min-width:780px) {
    .shop_table .product-remove{width: 15%!important;display: flex;align-self: center;}
    .shop_table .product-thumbnail{width: 30%!important; padding:0 20px;}
    .shop_table .product-name{width: 50%!important;}
    .post-8 .woocommerce-checkout-review-order-table .product-name{width: auto!important;}
    .shop_table .product-subtotal{width: 40%!important;}
    .page-template-page-funel h1{font-size: 55px;line-height: 55px;}
}
@media (max-width:780px) {
    .page-template-page-funel h1{font-size: 45px;line-height: 45px;}
    .shop_table .product-remove, .shop_table .product-thumbnail, .shop_table .product-name, .shop_table .product-subtotal{
        display: block;
        width: 100% !important;
        text-align: center;
    }
    .shop_table .product-remove{
        margin-top: 20px;
    }
    .shop_table .product-subtotal{
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .shop_table .product-subtotal::before {
        content: "";
        width: 50px;
        height: 1px;
        background-color: #7f7f7f;
        display: block;
        margin: 0px auto 25px;
    }
    .shop_table .product-name, .shop_table .product-name a{
        padding: 0 0 20px;
    }
}
.shop_table .product-name, .shop_table .product-name a{
    font-size: 25px;
    color: #1a171b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    text-decoration: none;
}
.shop_table .product-subtotal{
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 25px;
    color: #7c7c7c;
    text-align: center;
    align-self: center;
}
.shop_table tr.cart_item{
    border: 1px solid #ccc;
    margin: 15px 0;
    display: table;
    box-sizing: border-box;
}
.shop_table th.product-name{
    display: block!important;
    align-self: center;
}
.shop_table th.product-name .artiste{
    display: block;
    color: #c6c7c8;
    font-size: 18px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 18px;
}
@media (min-width:780px) {
    .shop_table tr.cart_item{
        width: 100%;
        display: flex;
    }
    .shop_table th.product-name{
        text-align: left;
    }

}
@media (max-width:780px) {
    .shop_table,
    .shop_table thead,
    .shop_table .donation-block td{
        width: 100%;
        display: inline-block;
    }
    .shop_table tbody{
        width: 100%;
        display: inline;
    }
    .shop_table tr{
        width: 100%;
        display: inline-block;
    }
    .donation .input{
        width: 100%;
    }
    .shop_table th.product-name{
        text-align: center;
    }
}
@media (min-width:520px) {
    .donation input.input-text{
        width: 250px;
    }
}
@media (max-width:520px) {
    .donation input.input-text{
        width: 80px;
    }
}
.shop_table .remove {
    color: white;
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.shop_table .remove::after, .shop_table .remove::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
}
.shop_table .remove::after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.shop_table .product-thumbnail a img{
    margin: 0 auto;
    display: block;
    margin: 20px auto;
    max-height: 200px;
    width: auto;
}
.cart_totals.calculated_shipping{
    width: 100%;
    max-width: 500px;
    float: right;
    background-color: #f0f0f0;
    
}


.donation{
    background-color:#eeeeee;
    padding: 20px 35px 80px;
}
.donation .message  strong{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
}
.donation .message  strong:after{
    content: 'L’association Tournesol - Artistes à l’Hôpital, offre aux personnes hospitalisées ou isolées, des moments artistiques riches en émotion. Depuis 1990, elle organise quelques 500 événements artistiques par an avec 160 artistes soit 16 000 personnes touchées par an. En savoir plus : www.associationtournesol.com';
    font-weight: 400 !important;
    text-transform: none !important;
    display: inline-block;
    width: 100%;
    font-family: 'supergroteskaregular', sans-serif !important;
    font-size: 17px !important;
}
.donation .input{
    float: right;
    height: 50px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}
.donation input.input-text{
    background-color:#eeeeee;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    padding: 0 20px;
    background-image: url('https://www.galerie1809.com/img/euro.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 25px;
    color: #7c7c7c;
}

.donation input.button{
    background-color:#363636;
    color: #FFF;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.woocommerce-cart-form .coupon{
    padding: 20px 20px 80px;
    border: 1px solid #ccc;
    margin-top: 20px;
}
.woocommerce-cart-form .coupon label{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    display: inline-block;
}
.woocommerce-cart-form .coupon button{
    background-color: #363636;
    color: #FFF;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    float: right;
    margin-top: 5px;
    padding: 15px 12px;
}
.woocommerce-cart-form .actions input {
}
@media (min-width:780px) {
    .cart-collaterals{
        background-color:#eeeeee;
        padding: 20px 85px 45px;
        float: right;
    }
}
@media (max-width:780px) {
    .cart-collaterals{
        background-color: #eeeeee;
        padding: 20px 25px 45px;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .order-total td{
        text-align: center;
        width: 100%;
        display: inline-block;
    }
}

.cart_totals h2{
    font-size: 30px;
    color: #1a171b;
    text-transform: uppercase;
    margin-top: 20px;
}
.cart_totals .cart-subtotal, .cart_totals .shipping {}
.woocommerce-checkout-review-order .shipping ul,
.cart_totals .shipping ul{
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.woocommerce-shipping-destination{
    margin-top: 0 !important;
}
.cart_totals .order-total{
    text-align: center;
}
.cart-collaterals tr{
    position: relative;
    padding: 20px 0 !important;
    display: block;
}
.cart-collaterals th {
    display: inline-block !important;
    position: absolute;
    top: -10px;
    left: calc(50% - 100px);
    padding-top: 0px;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: grey;
    font-weight: 400;
}
.cart-collaterals td{
    width: 100%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cart-collaterals .cart-discount td{
    display: block !important;
    font-size: 0px;
    color: #7c7c7c;
    font-weight: 200;
}
.cart_totals .cart-discount .woocommerce-Price-amount:before{
    content:'-';
    font-size:35px;
    color: #7c7c7c;
    font-weight: 200;
}
.cart_totals .woocommerce-Price-amount{
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 35px;
    margin: 0px 0 20px;
    display: inline-block;
    color: #7c7c7c;
    text-align: center;
    width: 100%;
}
/*.cart_totals .woocommerce-Price-amount::before {
    content: "";
    width: 70px;
    height: 1px;
    background-color: #7c7c7c;
    display: block;
    margin: -10px auto 20px;
}*/
.cart-collaterals .wc-proceed-to-checkout{
    text-align: center;
}
.cart-collaterals a.checkout-button{
    background-color: #363636;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
    font-family: 'supergroteskaregular', sans-serif;
    font-size: 17px;
    line-height: 28px; 
    text-decoration: none;
    display: inline-block;
}


/*--------------------------------------------------------------
# Page Adresse
--------------------------------------------------------------*/
.post-8 .woocommerce
.post-9517 .woocommerce{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.post-8 .woocommerce-info,
.post-9518 .woocommerce-info{
    display: none;
}

.post-8 .woocommerce-checkout h3,
.post-9517 .woocommerce-checkout h3{
    font-size: 30px;
    color: #1a171b;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 60px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.post-8 .woocommerce-checkout #customer_details p,
.post-9517 .woocommerce-checkout #customer_details p{
    position: relative;
    padding-top: 25px;
    margin-top: 15px!important;
    margin-bottom: 20px!important;
}
.post-8 .woocommerce-checkout #customer_details label,
.post-9517 .woocommerce-checkout #customer_details label{
    top: -5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
}
#billing_company_field, #billing_address_2_field {display: none !important;}

.post-8 .woocommerce-checkout-review-order-table,
.post-8 table.order_details,
.post-9517 .woocommerce-checkout-review-order-table,
.post-9517 table.order_details{
    background-color:#eeeeee;
}
.post-8 .woocommerce-checkout-review-order-table tr,
.post-8 table.order_details tr,
.post-9517 .woocommerce-checkout-review-order-table tr,
.post-9517 table.order_details tr{
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #FFF !important;
    margin: 0 !important;
}
@media (min-width:780px) {
    .post-8 .woocommerce-checkout-review-order-table tr,
    .post-8 table.order_details tr,
    .post-9517 .woocommerce-checkout-review-order-table tr,
    .post-9517 table.order_details tr{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .post-8 .woocommerce-checkout,
    .post-9517 .woocommerce-checkout{
        border: 2px solid #262626;
        padding: 30px 50px;
        margin: 50px 0;
    }
    .post-8 table.order_details tfoot td,
    .post-9517 table.order_details tfoot td{
        text-align: right;
    }
    .post-8 table.order_details tfoot th,
    .post-9517 table.order_details tfoot th{
        text-align: right;
    }
    .post-8 .woocommerce-column,
    .post-9517 .woocommerce-column{
        margin: 0 !important;
    }
    .post-8 .woocommerce-column address,
    .post-9517 .woocommerce-column address{
        padding: 20px 40px;
    }
}
@media (max-width:780px) {
    .post-8 .woocommerce-checkout-review-order-table tfoot,
    .post-9517 .woocommerce-checkout-review-order-table tfoot{
        width: 100%;
        display: block;
    }
    .post-8 .woocommerce-checkout-review-order-table tr,
    .post-8 table.order_details tr,
    .post-9517 .woocommerce-checkout-review-order-table tr,
    .post-9517 table.order_details tr{
        display: block;
        width: 100%;
    }
    .post-8 .woocommerce-checkout,
    .post-9517 .woocommerce-checkout{
        border: 2px solid #262626;
        padding: 30px 30px;
        margin: 50px 20px;
    }
    .woocommerce-order{
        padding: 0 20px;
    }
    .woocommerce-customer-details .woocommerce-column{
        text-align: center;
        padding: 0 20px;
    }
    .woocommerce-table__product-total.product-total{
        text-align: center !important;
        width: 100% !important;
    }
    .post-8 table.order_details tfoot td,
    .post-9517 table.order_details tfoot td{
        text-align: center;
    }
    .woocommerce-table__product-total,
    .shipped_via{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .post-8 table.order_details tfoot td,
    .post-9517 table.order_details tfoot td{
        display: inline-block;
    }
}
@media (min-width:780px) {
    .post-8 .woocommerce-checkout-review-order-table td,
    .post-8 table.order_details td,
    .post-9517 .woocommerce-checkout-review-order-table td,
    .post-9517 table.order_details td{
        padding: 40px 35px;
    }
}
@media (max-width:780px) {
    .post-8 .woocommerce-checkout-review-order-table td,
    .post-8 table.order_details td,
    .post-9517 .woocommerce-checkout-review-order-table td,
    .post-9517 table.order_details td{
        padding: 10px 20px;
        text-align: left;
    }
}
.post-8 .woocommerce-checkout-review-order-table td.product-name,
.post-9517 .woocommerce-checkout-review-order-table td.product-name{
    width: 50%;
}
.post-8 table.order_details td.product-name,
.post-9517 table.order_details td.product-name{
    width: 100%;
}
.post-8 .cart-discount th,
.post-9517 .cart-discount th{
    display: block !important;
    padding: 40px 35px;
    font-family: 'supergroteskaregular', sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
}
.pot-8 .woocommerce-remove-coupon,
.pot-9517 .woocommerce-remove-coupon{
    display: none;
}
@media (min-width:780px) {
    .post-8 .woocommerce-checkout-review-order-table td.product-total,
    .post-8 table.order_details td.product-total,
    .post-8 .cart-discount td,
    .post-9517 .woocommerce-checkout-review-order-table td.product-total,
    .post-9517 table.order_details td.product-total,
    .post-9517 .cart-discount td{
        text-align: right;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 20px;
        width: 50%;
    }
}
@media (max-width:780px) {
    .post-8 .woocommerce-checkout-review-order-table td.product-total,
    .post-8 table.order_details td.product-total,
    .post-8 .cart-discount td,
    .post-9517 .woocommerce-checkout-review-order-table td.product-total,
    .post-9517 table.order_details td.product-total,
    .post-9517 .cart-discount td{
        text-align: right;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 20px;
        width: 100%;
        display: block;
    }
}
.post-8 table.order_details tfoot,
.post-9517 table.order_details tfoot{
    float: right;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.post-8 table.order_details tfoot .amount,
.post-9517 table.order_details tfoot .amount{
    font-size: 25px;
    font-weight: 600;
}
.post-8 table.order_details tfoot td,
.post-9517 table.order_details tfoot td{
    padding: 10px 35px !important;
    width: 100%;
}
.post-8 table.order_details tfoot th,
.post-9517 table.order_details tfoot th{
    display: block !important;
    width: 100%;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 14px;
}
.post-8 #place_order,
.post-9517 #place_order{
    background-color: #363636;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
    font-family: 'supergroteskaregular', sans-serif;
    font-size: 17px;
    line-height: 28px; 
    text-decoration: none;
}
.post-8 .cart-subtotal,.post-9517 .cart-subtotal{display: none !important;}
.post-8 .order-total th,.post-9517 .order-total th{
    display: block !important;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.post-8 .order-total td,.post-9517 .order-total td{
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
@media (min-width:780px) {
    .post-8 .order-total th,
    .post-9517 .order-total th{
        width: 50%;
        padding: 40px 35px;
    }
    .post-8 .order-total td,
    .post-9517 .order-total td{
        width: 50%;
    }
}
@media (max-width:780px) {
    .post-8 .order-total th,
    .post-9517 .order-total th{
        width: 100%;
        padding: 10px 20px;
    }
    .post-8 .order-total td,
    .post-8 .order-total td{
        width: 100%;
    }
}
.post-8 .donation-page-paiement,
.post-9517 .donation-page-paiement{
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
}
.post-8 .donation-page-paiement h3,
.post-9517 .donation-page-paiement h3{
    font-size: 20px !important;
    padding-bottom: 15px !important;
    margin-top: 10px !important;
}
.post-8 .donation-page-paiement a,
.post-8 .donation-page-paiement a{
    text-decoration: none;
    color: #363636;
    border-bottom: 2px solid #363636;
    padding-bottom: 3px;
}

.woocommerce-checkout-payment ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none
}
.woocommerce-checkout-payment ul li{
    display: block !important;
}
.woocommerce-checkout-payment ul li label{
    width: 100%;
}
.payment_method_cheque p,
.payment_method_stripe p{
    margin-top: 0px !important;
    padding-left: 20px;
}
.woocommerce-checkout-payment a{
    text-decoration: none;
    color: #363636;
    border-bottom: 2px solid #363636;
    padding-bottom: 3px;
}



.woocommerce-order .woocommerce-notice{
    text-align: center;
    margin: 50px 0;
}
.woocommerce-thankyou-order-details{
    list-style: none;
    margin: 0 auto !important;
    padding: 50px;
    max-width: 500px;
    border: 1px solid #000;
}



/*--------------------------------------------------------------
# Page Mon Compte
--------------------------------------------------------------*/

.page-template-page-compte h2{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 0px;
    font-weight: 400 !important;
}
.page-template-page-compte h1{
    text-align: center;
    font-size: 55px;
    color: #1a171b;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.page-template-page-compte h2{
    
}

/*------ Page Connexion ---------------*/
#customer_login{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
@media (min-width:780px) {
    #customer_login{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .col-1, col-2{
        margin: 0 20px;
    }
    .woocommerce-form-login, .register{
        margin: 20px 0px 80px;
        width: 100%;
    }
}
@media (max-width:780px) {
    .woocommerce-form-login, .register{
        margin: 0px 5%;
        width: 90%;
    }
}
.woocommerce-form-login, .register{
    border:1px solid #000;
    padding: 25px 50px;
    text-align: center;
}
.the_champ_social_login_title{
    color: #c6c7c8;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400 !important;
}
.the_champ_login_container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
div.the_champ_login_container i.theChampFacebookBackground{
   border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.theChampFacebookLogoContainer{
    width: 30px !important;
    height: 30px !important;
}
.woocommerce-form-login__submit{
    background-color: #363636;
    color: #FFF;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
#customer_login h2{
    text-align: center;
}
.woocommerce-form-login .woocommerce-Button, .register .woocommerce-Button{
    background-color:#363636;
    color: #FFF;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.woocommerce-form-login .woocommerce-Button:hover, .register .woocommerce-Button:hover{
    opacity: 0.7
}
.woocommerce-form-login .woocommerce-form__label, .register .woocommerce-form__label{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
.woocommerce-form-login .lost_password a{
    text-decoration: none;
    color: #363636;
    border-bottom: 2px solid #363636;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 15px;
}

/*------ Page Lot de passe perdu ---------------*/
.woocommerce-ResetPassword{
    width: 100%;
    max-width: 500px;
    border:1px solid #000;
    margin: 20px auto 80px;
    padding: 25px 50px;
    text-align: center;
}
.woocommerce-ResetPassword .woocommerce-Button{
    background-color:#363636;
    color: #FFF;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.woocommerce-ResetPassword .woocommerce-Button:hover{
    opacity: 0.7
}



/*------ Page Tableau de bord ---------------*/
.woocommerce-MyAccount-content{
    text-align: center;
    padding: 80px 20px 150px;
}
.woocommerce-MyAccount-content a{
    text-decoration: none;
    color: #363636;
    border-bottom: 2px solid #363636;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

/*------ Page Commandes ---------------*/
.woocommerce-orders-table.woocommerce-MyAccount-orders {
    border-top: 2px solid #363636;
    border-bottom: 2px solid #363636;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders tr{
    border-bottom: 1px solid #dbdbdb;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders td {
    padding: 20px 0;
}
.woocommerce-orders-table__cell-order-number{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.woocommerce-orders-table .button.view{
    background-color: #363636;
    color: #FFF;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding: 3px 10px;
}

/*------ Page Adresses ---------------*/

/*------ Page Détails Compte ---------------*/
.woocommerce-EditAccountForm p{
    text-align: left !important;
}
.woocommerce-EditAccountForm label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
@media (min-width:780px) {
    .woocommerce-EditAccountForm fieldset{
        padding: 20px 50px;
        margin-top: 50px;
    }
}
@media (max-width:780px) {
    .woocommerce-EditAccountForm fieldset{
        padding: 20px;
        margin-top: 50px;
        width: 100%;
    }
}
.woocommerce-EditAccountForm fieldset legend{
    font-size: 30px;
    color: #1a171b;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 20px;
}
.woocommerce-EditAccountForm .woocommerce-Button{
    background-color:#363636;
    color: #FFF;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    margin: 50px auto 0px;
    display: block;
}
.woocommerce-EditAccountForm .woocommerce-Button:hover{
    opacity: 0.7
}


/*------ Elements Détail commande---------------*/
address{
    border: 1px solid #c0c0c0;
    padding-top: 20px;
}

.woocommerce-order-details


/*------ Elements autres & communs ---------------
.woocommerce-MyAccount-navigation{
    width: 100%;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    margin-bottom: 60px;
}
.woocommerce-MyAccount-navigation ul{
    margin: 0 !important;
    padding: 10px 25px !important;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
}
.woocommerce-MyAccount-navigation li{
    width: 20%;
}
.woocommerce-MyAccount-navigation li a {
    text-align: center;
    text-transform: uppercase;
    color: #c6c7c8;
    letter-spacing: 2px;
    line-height: 20px;
    text-decoration: none;
    font-size: 15px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads{display: none;}
.woocommerce-MyAccount-navigation li.is-active a{
    color: #363636!important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout{
    background-color:#363636;
    color: #FFF;
    margin: -10px -25px -10px 50px;
    line-height: 48px !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a{
    color: #FFF !important;
}
*/


/*--------------------------------------------------------------
# Page whishlist
--------------------------------------------------------------*/
.post-331 .kc_col-sm-12 script,
.post-331 .kc_col-sm-12 p{
    font-size: 0px
}
.page-template-page-whislist .tinv-wishlist{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto!important;
}
@media (max-width:1200px) {
    .page-template-page-whislist .tinv-wishlist, .page-template-page-whislist h1{
        padding-right: 45px!important;
        padding-left: 45px!important;
    }
}
.page-template-page-whislist h2 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #c6c7c8;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 0px;
    font-weight: 400 !important;
}
.page-template-page-whislist h1 {
    text-align: center;
    font-size: 55px;
    line-height: 50px;
    color: #1a171b;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.tinvwl-table-manage-list thead, .tinvwl-table-manage-list .product-cb, .tinvwl-table-manage-list .product-date, .tinvwl-table-manage-list .product-stock{display: none !important;}
.tinvwl-table-manage-list tbody tr {
    border: 1px solid #ccc;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
.tinvwl-table-manage-list .product-name a{
    font-size: 25px;
    color: #1a171b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    text-decoration: none;
}
.tinvwl-table-manage-list td.product-name .artiste{
    display: block;
    color: #c6c7c8;
    font-size: 18px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 18px;
}
.tinvwl-table-manage-list .product-price{
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 25px;
    color: #7c7c7c;
    text-align: center;
}
@media (min-width:780px) {
    .tinvwl-table-manage-list .product-remove{width: 5%!important;}
    .tinvwl-table-manage-list .product-thumbnail{width: 20%!important;}
    .tinvwl-table-manage-list .product-name{width: 22%!important;}
    .tinvwl-table-manage-list .product-price{width: 23%!important;}
    .tinvwl-table-manage-list .product-action{width: 30%!important;}
}
.tinvwl-table-manage-list tfoot{
    background-color: #f4f4f4;
}
.tinvwl-table-manage-list tfoot button, .product-action button{
    background-color:#363636;
    color: #FFF;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 0px 20px 12px;
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto !important;
    width: auto !important;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.tinvwl-table-manage-list tfoot button, .product-action button[type="submit"]{
    padding: 12px 20px!important;
    
}
.tinvwl-table-manage-list tfoot button:hover, .product-action button:hover{
    opacity: 0.7
}
.tinvwl-to-right {float: right!important; margin-top: 0px !important; text-align: right !important;}
.tinvwl-to-right button{float: right !important;}

.tinvwl-table-manage-list .product-remove button {
    color: white;
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
    margin: 0 auto;
    background-image: none!important;
    background-color:transparent!important;
}
.tinvwl-table-manage-list .product-remove button::after, .tinvwl-table-manage-list .product-remove button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
}
.tinvwl-table-manage-list .product-remove button::after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tinv-wishlist .cart-empty{
    text-align: center;
}
.tinv-wishlist .return-to-shop{
    text-align: center;
    margin: 80px 0 !important;
}
.tinv-wishlist .return-to-shop a{
    background-color: #363636;
    width: 100%;
    padding: 17px 10px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: none;
}



/*--------------------------------------------------------------
# Page 404
--------------------------------------------------------------*/
.error-404{
    min-height: 400px;
    margin-top: 180px;
}
@media (min-width:800px) {
    .error-404{
        padding-right: 300px;
        background: url(https://www.galerie1809.com/img/img-404.jpg) 95% top no-repeat white;
        background-size: contain;
    }
}
@media (max-width:800px) {
    .error-404{
        padding-bottom: 400px;
        background: url(https://www.galerie1809.com/img/img-404.jpg) center bottom no-repeat white;
    }
}
.error-404 h1{
    text-align: center;
    text-transform: uppercase;
    margin-top: 83px !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
} 
.error-404 h3{
    text-align: center;
}
.error-404 p{text-align: center;margin-top: 50px;}
.error-404 .btn-noir{
    color: #FFF;
    background-color: #363636;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 5px 15px;
    text-decoration: none;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Page générique
--------------------------------------------------------------*/
.content-page h1{
    text-align: center;
    line-height: 50px;
    color: #1a171b;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
}
@media (min-width:780px) {
    .content-page h1{
        font-size: 45px;
    }
}
@media (max-width:780px) {
    .content-page h1{
        font-size: 32px;
    }
}
.content-page h3{
    font-size: 25px;
    line-height: 30px;
    color: #1a171b;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
}
.content-page h6{
    margin: 0 0 -16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #363636;
    font-family: 'supergroteskaregular', sans-serif;
    font-size: 17px;
    line-height: 28px;
}
.content-page ul{
    margin: -20px 0 0 !important;
    padding: 0 0 0 15px !important;
    list-style: square
}
.content-page ul ul{
    margin: 0 !important;
}
.content-page a{
    text-decoration: none;
    color: #363636;
    border-bottom: 2px solid #363636;
    display: inline-block;
}

/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: #2c3e50;
  background-image: none;
}
select {
	margin: 0 auto;
	color: #1a171b;
	max-width: 310px;
    width: 100%;
	padding: 10px 15px;
	height: 50px;
	cursor: pointer;
    overflow:hidden;
	background: url(https://www.galerie1809.com/img/fleche-drop.jpg) 95% 15px no-repeat white;
}
select:hover {
	background-color: transparent;
	color: #777;
	padding: 10px 15px;
}
select option {
	background-color: white;
	color: gray;
	width: 360px;
	padding: 15px 15px;
	height: 40px;
	cursor: pointer;
}
select option:hover {
	color: #EC6F66;
}

.kc-col-container .wpcf7-submit{
    background-color: #363636 !important;
    border: 0!important;
    border-radius:0!important;
    -moz-border-radius:0!important;
    -webkit-border-radius:0!important;
    padding: 10px 15px !important;
    text-transform: uppercase;
    float: right;
    color: #FFF !important;
    font-size: 20px !important;
    letter-spacing: 1px !important;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}




/*--------------------------------------------------------------
# Cookie law
--------------------------------------------------------------*/
#cookie-law-info-bar{
    border:none !important;
    max-width: 500px;
    position: fixed;
    right: 0;
    box-shadow: 0 0 5px #C2C2C2;
    padding: 10px 15px;
    font-size: 14px !important;
    line-height: 18px !important;
}
#cookie_action_close_header, #cookie_action_close_header_reject, #CONSTANT_OPEN_URL{
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 10px 0;
    font-size: 16px !important;
}
#cookie_action_close_header, #cookie_action_close_header_reject{
    border-radius: 0 !important;
    box-shadow: none;
    background: #363636!important;
}
#cookie-law-info-again{
    border: none !important;
    right: 0 !important;
    box-shadow: 0 0 5px #C2C2C2;
    position: absolute !important;
    text-transform: uppercase;
}
#cookie_action_close_header_reject{
    display: inline-block;
    padding: 8px 16px 8px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 5px 15px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
.select2-container--default .select2-selection--single{
   border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    color: #666!important;
    border: 1px solid #ccc!important;
    padding: 5px 15px 30px!important;
    width: 100%!important;
}
input.ninja-forms-field[type=submit]{
    width: auto; 
    background-color: #363636;
    border: 0!important;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding: 15px 25px;
}
input.ninja-forms-field[type=submit]:hover{
    opacity: 0.7
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    scroll-behavior: smooth;
}

a:visited {
}

.site-content a:hover, .site-content a:focus, .site-content a:active {
    color: #272727 !important;
}

a:focus {
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

@media (min-width:780px) {
    .main-navigation {
        clear: both;
        display: -webkit-inline-flex !important;
        display: -moz-inline-flex !important;
        display: -ms-inline-flex !important;
        display: -o-inline-flex !important;
        display: inline-flex !important;
        justify-content: flex-end;
        float: right;
        position: relative;
    }
    .cart-contents{
        right: 70px;
    }
}
@media (max-width:780px) {
    .main-navigation {
        position: relative;
        margin: -15px auto;
        display: inline-block;
    }
    .cart-contents{
        right: 20px;
    }
}
.icones-content{
    float: left;
    padding-right: 20px;
    width: 100%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: flex-end;
}
.icones-content a{
    float: right;
}
.cart-contents{
    position: absolute;
    top: 25px;
    background-color: black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #FFF;
    line-height: 20px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.btn-search{
    width: 47px;
    height: 55px;
}
.btn-search img{
    width: 47px;
    height: 47px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
