/*
Theme Name: pal project
Version: 1.0.0
Author: sisso
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.btn-subscribe-news { 
left : -155px !important ;
}
/* html:lang(en-GB) .single-post .title-side,
.page-template-page-actus.page-id-266 .title-side {
    top: 35px !important;
}
 */
/* mohcine test form security */

.variation-gallery-slider {
    display: none;
}

.single_variation_wrap {
    display: flex;
    flex-direction: column;
}

.woocommerce-variation.single_variation {
    display: flex;
    flex-direction: column;
}

.woocommerce-variation-availability {
    height: 10px;
}

.wpcf7-form-control-wrap .site-wrap {
    visibility: hidden !important;
	display : block !important;
    position: absolute;
}

span.cfvsw-selected-label {
    visibility: hidden;
    display: none;
}

/* */ 
.postid-5903 .title-side {
    top: -25px;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    cursor: url(images/default_n.png), default !important; 
}
body {
    margin: 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: 'whyte_inktrapregular';
    font-size: 1em;
	color: #000;
}
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="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-appearance: textfield;
    box-sizing: content-box;
}
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,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
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: 'whyte_inktrapregular';
    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: 'whyte_inktrapregular';
    font-size: 15px;
	float: left;
    width: 100%;
    background: #fff;
}
abbr,
acronym {
    border-bottom: 1px dotted #fff;
    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;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 0em;
    padding-left: 2em;
}
ul {
    list-style: none;
}
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. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}
a:visited {
    color: #000;
}
a:hover,
a:focus,
a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {} .main-navigation li:hover > a,
.main-navigation li.focus > a {} .main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {} .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation 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;
}
.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: 1.5em 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* 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;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## 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,
/* Older / Newer Posts Navigation (always hidden) */

.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%;
}
/*--------------------------------------------------------------
## 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;
}
div#returnmsg {
    margin-top: -25px;
}
/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## Main style starts here
--------------------------------------------------------------*/

body {
    font-family: 'whyte_inktrapregular';
    color: #000;
    background-color: #fff;
    margin-top: 50px;
}
.btn {
    color: #000 !important;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 2px;
    padding: 5px 25px;
}

a:hover {
    color: #333;
}
img,
input,
.btn,
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
}
h4,
h5,
h6 {
    font-size: 1em;
}
h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #333;
}
a.readmore {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.spacer {
    padding-top: 60px;
    padding-bottom: 60px;
}
.logged-in header .navbar-default {
    top: 32px;
}
* {
    cursor: url(images/default_n.png), default !important; 
}
body a, body a *{
    cursor: url(images/pointer_n.png), pointer !important;
}

.video_pal.played span.plusmouse.visible {
    cursor: url(images/default_n.png), default !important; 
}
.imageExpo {
	cursor: none !important;
	background-position: center;
    background-size: cover;
}
.imageExpo *{cursor: none !important;}
.imageExpo .plusmouse {
    background: url(images/plus.svg);
    font-size: 90px;
    position: fixed;
    left: 0;
    top: 576px;
	width: 71.54px;
	height: 71.54px;
	cursor: none !important;
}
.imageExpo:hover .plusmouse {
	display: block
}
.imageExpo .plusmouse {
	display: none;
}
.video_pal .plusmouse {
    font-size: 60px;
	font-family: 'whyte_inktrapregular';
    position: fixed;
    left: 0;
    top: 576px;
	width: 90px;
	height: 90px;
	color: #fff;
	cursor: none !important;
}
.video_pal.play .plusmouse *,
body .palvideo.slick-active video.play,
body .palvideo.slick-active video.play *
.video_pal.play .plusmouse {
	cursor:  url(images/default_n.png), default !important; 
	font-size: 0  !important;
}
.play span.plusmouse.visible {
    font-size: 0 !important;
}
* a:hover{
	  cursor: url(images/pointer_n.png), pointer !important;
}
.palvideo.slick-active video, .palvideo.slick-active video *{
	cursor: none !important;
	margin-bottom: 10px;
	width: 100%;
	object-fit: cover;
	/*max-height: 412px;*/
	height: 100%;
}
.palvideo.slick-active video.play , .palvideo.slick-active video.play *{
	cursor: none !important;*/
}
#preloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* display: none; */
    z-index: 9999999;
}
#preloader .holder {
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    padding: 0vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
	opacity: 0;
}
#preloader .holder .images {
    position: relative;
    width: 150px;
    height: 225px;
}
#preloader .holder .image-holder {
    display: none;
}
#preloader .holder .images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 225px;
    object-fit: cover;
}
#loader.scheme-five {
    background: #858577;
}
#loader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 9999999;
    display: none;
}
/*header*/

header .logo-tag {
    margin: 5px 0;
}
header .logo-tag h1 {
    margin: 6px 0;
    font-size: 1.5em;
}
header .logo-tag h1 a:hover {
    text-decoration: none;
}
header .logo-tag h2 {
    margin: 0;
    color: #fff;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
header .navbar-collapse {
    padding: 0;
}
header .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
}
header .navbar-form .main-search {
    position: relative;
}
header .navbar-form .main-search .btn .fa {
    font-size: 1.5em;
}
header .navbar-form .btn {
    background: #F66264;
    padding: 0 21px;
    box-shadow: none;
    border: none;
    color: #fff;
    text-shadow: none;
    line-height: 55px;
    border-radius: 0;
    outline: none !important;
}
div#bs-example-navbar-collapse-1 {
    width: 100%;
    padding-right: 40px;
}
header .navbar-form .search-box {
    position: absolute;
    right: 0;
}
header .navbar-form .search-box .well {
    border: none;
    border-radius: 0;
    padding: 10px;
    background: #fff;
    width: 250px;
}
header .navbar-form .search-box .well input {
    border: 0;
    border-radius: 0;
    background: #ddd;
    color: #000;
    font-size: 0.8em;
    width: 100%;
    box-shadow: none;
    padding: 10px;
}
header .navbar-form .nav {
    margin: 0;
}
header .navbar-default {
	border-bottom: 1px solid #000000;
    background: none;
    /* border: none; */
    margin: 0;
    background: #fff;
	height: 54px;
    display: flex;
    align-items: center;
	z-index: 99999;
}
.relative{
	position: relative;
}
.full-container {
    width: 100%;
}
header .navbar-default .navbar-nav li a {
	font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 21px;
    font-family: 'whyte_inktrapregular';
    color: #000;
   letter-spacing: 0;
    margin-top: 22px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    border: 1px solid transparent;
    width: min-content;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 26px auto 0;
}
header .navbar-default .navbar-nav li a:hover {
	color: #001FD6;
	border: 1px solid;
}
.page-template-page-expositions__all header .navbar-default .navbar-nav li a:hover ,
.page-template-page-expositions__encours  header .navbar-default .navbar-nav li a:hover ,
.page-template-page-expositions__passees header .navbar-default .navbar-nav li a:hover ,
.single-palexpositions header .navbar-default .navbar-nav li a:hover ,
.page-template-page-expositions__avenir header .navbar-default .navbar-nav li a:hover {
	color: #F09D00;
}
.page-template-page-expositions__palstore  header .navbar-default .navbar-nav li a:hover,
.page-template-page-expositions__palstore  header .navbar-default .navbar-nav li.active a
 {
	color: #FF0000;
	background: transparent;
}
body header .navbar-default .navbar-nav li.active a{
	background: transparent
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    box-shadow: none;
}
.navbar-right .dropdown-menu .dropdown-menu {
    left: 160px;
    top: -2px;
    border: none;
    border-radius: 0;
    padding: 0;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #F66062
}
/*header*/
/* theme slider */

.theme-slider .carousel-control {
    width: 5%;
    background: none;
}
.theme-slider .carousel-inner .item img {
    width: 100%;
}
.theme-slider .carousel-inner .item .slide-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.theme-slider .carousel-inner .item .slide-caption h4 {
    color: #fff;
}
.theme-slider .carousel-inner .item .slide-caption .summary {
    font-size: 1em;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
.theme-slider .carousel-inner .item .slide-caption .summary p {
    margin: 0;
}
.theme-slider .carousel-inner .item .slide-caption .slide-caption-details {
    width: 45%;
    background-color: rgba(0,0,0,0.6);
    padding: 25px;
}
.theme-slider .glyphicon-chevron-right:before,
.theme-slider .glyphicon-chevron-left:before {
    display: none;
}
/* theme slider */
/*welcome*/

.welcome {
    background: #fff;
    height: 302px;
}
.welcome div {
    height: 100vh;
}
.welcome .message {
    background-color: #F66062;
    color: #fff;
    padding: 30px;
    position: relative;
}
.welcome .message h1 {
    position: absolute;
    top: 50%;
    font-size: 1.95em;
    text-transform: uppercase;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*welcome*/
/*post*/

.eq-blocks {
    margin-bottom: 30px;
}
.post-list .post-block {
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
}
.post-list .post-block .summary {
    padding: 30px 30px 0 30px;
}
.post-list .post-block img {
    transform: scale(1);
}
.post-list .post-block img:hover {
    transform: scale(1.07);
}
.post-info {
    font-size: 0.8em;
}
.post-info a {
    margin-right: 5px;
}
.post-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
    float: left;
    width: 100%;
}
.post-info ul li {
    display: inline-block;
}
/*post*/
/*navigation*/

.navigation.posts-navigation {
    clear: both;
}
.scroll-top-wrapper {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #F66062;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
}
.scroll-top-wrapper:hover {
    opacity: 1;
}
footer {
	background-color: #fff;
    padding: 0px 0;
    font-size: 1em;
    float: left;
    position: relative;
    z-index: 3;
	width: 100%;
}
footer .social a {
    font-size: 15px;
}
footer ul {
    margin: 0;
}
section.footers {
    background: white;
    /* border-bottom: 1px solid #e7e7e7; */
}
    /*inside page*/
    
    .page-title {
        margin-bottom: 30px;
    }
	.wpcf7 form .wpcf7-response-output {
    float: left;
}
    .page-title h1 {
        font-size: 2em;
        font-weight: 400;
        color: #000;
        border-bottom: 2px solid #F66264;
        display: inline-block;
        padding-bottom: 10px;
    }
    /*inside page*/
    
    .comments-area {
        margin-top: 30px;
        border-top: 1px dotted #ccc;
        padding-top: 30px;
    }
    .comments-area h2 {
        margin-bottom: 15px;
    }
    .comments-area ol {
        margin: 0;
        list-style: none;
    }
    .comments-area ol.comment-list {
        padding: 0;
    }
    .comments-area ol.comment-list article {
        margin-bottom: 15px;
        background: #fff;
        padding: 15px;
        border-radius: 5px;
    }
    .comments-area footer {
        background: none;
        padding: 0;
    }
    .comments-area .comment-form label,
    .comments-area .comment-form input {
        display: block;
        font-weight: 300;
    }
    .comments-area .comment-form input,
    .comments-area .comment-form textarea {
        border: 1px solid #ddd;
        border-radius: 0;
        box-shadow: none;
        padding: 10px;
        width: 100%;
    }
    .comments-area .comment-form .form-submit input {
        background: #F66264;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        border: none;
    }

    @media (max-width: 991px) {
        h1 {
            font-size: 2em;
        }
        header .navbar-default .navbar-nav>li>a {
            padding: 15px 10px;
        }
        header .logo-tag h1 {
            font-size: 1em;
            margin-top: 15px;
        }

        .theme-slider .carousel-inner .item .slide-caption .summary {
            font-size: 1.25em;
            line-height: 20px;
        }
        .welcome {
            height: 358px;
        }
    }
    @media (max-width: 767px) {
		div.newsletter-popup .closepop , div.newsletter-popup-contact .closepop{
			width: 30px !important;
			right: 27px !important;
			top: 57px;
		}
		.Expotitle {
			font-family: 'sequel_100_black75';
		}
		div.descriptionGalerie, div.galerie-mobile, div.artistes,
		div.mobilemenu, div.artiste-right-side
		{
			width: calc(100% - 75px);
		}
        body {
            margin-top: 40px;
        }
		header{
			z-index: 99999;
			position: relative;
		}
        header .navbar-default .navbar-nav>li>a {
            padding: 5px 30px;
            padding-left: 80px;
        }
        header .navbar-nav {
            display: block;
            margin-top: 0;
        }
        header .navbar-nav .dropdown-menu {
            margin-left: 5px;
            display: none !important;
        }
        header .navbar-nav .open .dropdown-menu {
            display: block !important;
        }
        h4 {
            margin-bottom: 10px;
        }
        header .logo-tag {
            margin: 4px 0 8px 15px;
        }
        .navbar-default .navbar-toggle {
                position: absolute;
				right: 0;
				background: transparent !important;
				border: none;
				border-radius: 0;
				font-size: 15px;
				color: #000000;
				margin-top: 21px;
				margin-bottom: 5px;
				font-family: 'whyte_inktrapregular';
				margin-left: 17px;
        }
		.navbar-fixed-top{
			position: fixed;
			right: 0;
			left: 0;
			z-index: 1030;
			height: 66px;
		}
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border: none;
        }
        .main-search {
            display: none;
        }
        .theme-slider .carousel-inner .item .slide-caption {
            position: static;
            background: #333;
            padding: 15px 0;
            transform: translateY(0);
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        .theme-slider .carousel-inner .item .slide-caption .summary {
            font-size: 1em;
            line-height: 15px;
        }
        .theme-slider .carousel-inner .item .slide-caption .slide-caption-details {
            width: 100%;
        }
        .theme-slider .carousel-control {
            display: none;
        }
        .spacer {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .welcome {
            height: inherit;
        }
        .welcome .message {
            height: 150px;
        }
        .post-list .post-block {
            height: auto;
        }
        ul {
            margin: 0;
            padding-left: 15px;
        }
    }
	
/***********************************************************************************************************************/
.site-title {
    font-size: 20px;
    color: #000000;
    margin-top: 21px;
    margin-bottom: 22px;
    font-family: 'whyte_inktrapregular';
    margin-left: 9px;
    font-family: 'sequel_100_black75';
	 cursor: url(images/pointer_n.png), pointer !important;
}
.homelang a.hoverin {
    color: #000 !important;
}
.wmc-cart-wrapper * {
    cursor: url(images/pointer_n.png), pointer !important;
}
a.wmc-cart img{
     cursor: url(images/pointer_n.png), pointer !important;
	width: 16px;
}
.slick-dots li button{
	opacity: 0 !important;
}
body .wmc-count {
    position: absolute;
    right: -10px;
    height: 15px;
    width: 15px;
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 7px;
    top: 10px;
}
.pdl0{
padding-left: 0 !important;
}
.page-template .lang ul li{
	display: table-cell;
}
.page-template .lang ul{
	padding: 0;
    width: 60px;
    display: table;
}
.page-template .lang{
	    width: 108px;
    text-align: center;
    position: fixed;
    /* bottom: -15px; */
}
 body .home-expos .slick-dots {
    left: inherit;
    right: -29px;
	z-index: 9;
}
body .home-expos .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0;
}
.home-expos .ExpoDates * , .home-expos .btn-subscribe-news, .slick-dots li button{
     cursor: url(images/pointer_n.png), pointer !important;
}

.col-sm-6.imageExpo {
    padding: 0;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.ExpoDates a.expodate_a1{
	display: inline-block;
}
.ExpoDates a.expodate_a2{
	padding-right: 140px;
    display: inline-block;
    padding-top: 10px;
}
.ExpoDates {

	font-family: 'whyte_inktrapregular';
    font-size: 66px;
    color: #000;
    line-height: 65px;	
	float: right;
    max-width: 566px;
    text-align: right;
    right: 15px;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
}
.Expotitle .ligne1 , .Expotitle .ligne2{
	display: block;
}
span.expodate_a1 {
    display: block;
    text-align: left;
}
span.expodate_a2 {
     display: block;
    text-align: left;
    /* width: 444px; */
    padding-left: 110px;
	max-width: 90%;
}
.Expotitle .ligne2{
	text-align: right
}
.Expotitle {
    font-family: 'sequel_100_black75';
    font-size: 66px;
    color: #000;
    line-height: 65px;
    float: left;
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    padding-top: 15px;
    padding-left: 41px;
    text-transform: uppercase;
}

.nameArtiste {
    font-family: 'whyte_inktrapregular';
    font-size: 66px;
    color: #000;
    line-height: 66px;
    float: left;
    margin-top: 10%;
    max-width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    padding-left: 40px;
    text-transform: uppercase;
    width: 90%;
	padding-bottom: 7px;
}
.btn-subscribe-news {
    font-family: 'sequel_100_black75';
    font-size: 11px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 200px;
    top: 33%;
    left: -89px;
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    height: 240px;
    margin-left: 789px;
    /* background-image: url(images/news.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /* padding: 31px 20px; */
    display: flex;
    align-items: center;
	z-index: 99;
}
.fa {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.single-pal_artistes .slick-dots, body.single-pal_foires .slick-dots {
	left: -50px;
    right: inherit;
}
.post-template-default .biographie {
    margin-top: 54px;
}
body.single-post .slick-dots, body.single-post .slick-dots {
	left: -50px;
    right: inherit;
}
body #page_exposition .slick-dots {
	 left: -50px;
	 right: inherit;
}
body .slick-dots {
    position: absolute;
	top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 32px;
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
    text-align: right;
    left: 0;
    right: 0;
    margin: 0 auto;
	    bottom: auto;
}
body .slick-dots li.slick-active{
	background: #000;
}
body .slick-dots li {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    float: right;
    background: #D0D0D0;
    border-radius: 50%;
    margin: 3px 1px;
}

.expositions .titre, .expositions .annee{
	font-family: 'sequel_100_black75';
	color: #000;
	float: left;
}
.expositions .titre{
	width: 25%;
	min-height: 20px;	
	font-size: 12px;
	line-height: 11px;
}
.expositions .annee{
	font-size: 10px;
}
ul.soloshow {
    float: left;
	padding-top: 15px;
    padding-left: 0;
	border-top: 1px solid #000;
	padding-top: 20px;	
	width: 100%;
}
ul.groupeshow {
    float: left;
	padding-bottom: 20px;	
}
.expositions .annee{
	width: 9%;
	
}
.expositions .text,
.presse .text, 
.presse .text p,
 .presse .text a{
	width: 62%;
	color: #000;
	font-family: 'whyte_inktrapregular';
	font-size: 15px;
	float: left;
	/* line-height: 11px; */
	padding-right: 54px;
}
.page-template-page-expositions__avenir #page_exposition .artiste-right-side {
    position: absolute;
    top: 0;
    right: 0;
}
.expositions .text p{
	font-size: 15px;
}
.presse .text.pressbloc{
	width: 66%;
}
.presse .text p{
	margin-bottom: 10px;
}
 .presse .text p, .presse .text a{
	 width: 100%;
	 display: inline-block;
 }
.presse{
	margin-top: 44px;
}
.presse h3, .presse{
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
    margin-bottom: 17px !important;
	width: 100%;
}

.sous-chapitre {
    border-top: 1px solid #000;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 28px;
    float: left;
}

.sous-chapitre h3 {
    font-size: 15px;
    line-height: 11px;
    font-family: 'sequel_100_black75';
    color: #000;
    float: left;
    width: 100%;
    min-height: 20px;
    margin-bottom: 30px;
}

.sous-chapitre p {
    font-size: 12px;
    display: block;
    font-family: 'whyte_inktrapregular';
    width: 100%;
    line-height: 25px;
    padding-right: 20px;
    color: #000;
}

.single-pal_artistes .artiste-right-side div:last-of-type {
    border-bottom: none !important;
}
.single-palexpositions  .presse .text{
	width: 67%;
}
.single-palexpositions .presse{
	padding-bottom: 12px;
}
.sliderpager {
width: 90px;
    float: left;
    position: absolute;
    left: -90px;
}
.palvideonav.slick-slide.slick-current img {
    border: 1px solid;
}
.palvideonav.slick-slide img {
    width: 65px;
    height: auto;
}
a.wmc-cart * {
    cursor: url(images/pointer_n.png), pointer !important;
}
.page-template .navbar-default .navbar-nav > .active > a {
    color: #000 !important;
}
.desc-video{
font-size: 15px;
margin-top: -6px;
text-transform: uppercase;
}

.sliderContainer{
    position: relative;
    float: left;
    width: 100%;
}
.slider-for {
	width: 100%;
    float: left;
}
.palvideonav.slick-slide {
    width: 100px !important;
	margin-bottom: 4px;
}
.sliderpager .slick-track {
    width: 100px !important;
	transform: translate3d(0, 0px, 00px) !important;
}
.sliderpager .slick-list.draggable{
 padding: 0 !important;
}
.slick-list.draggable {
    height: 100% !important;
}

p {
    color: #000;
    font-family: 'whyte_inktrapregular';
    font-size: 12px;
    float: left;
}


h3#STORE {
    margin-bottom: 35px;
}
.biographie p {
    font-family: 'whyte_inktrapregular';
	width: 100%;
    font-size: 18px;
	line-height: 25px;
	padding-right: 20px;
    color: #000;
}
.biographie h3, .expositions h3, .presse h3, .video h3{
	font-family: 'sequel_100_black75';
	font-size: 15px;
	color: #000;
	margin: 0 0 30px;
	text-transform: uppercase;
	float: left;
    width: 100%;
}
.biographie {
    margin-top: 62px;
}
.expositions{
	float: left;
	margin-top: 28px;
}

.publications,
.education,
.residences,
.prix, {
    float: left;
    margin-top: 58px;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 32px;
}

.publications h3,
.education h3,
.residences h3,
.prix h3 {
    font-family: 'sequel_100_black75';
    font-size: 15px;
    color: #000;
    margin: 0 0 30px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.publications .publications_group,
.education .education_group,
.residences .residences_group,
.prix .prix_group {
    float: left;
    padding-top: 15px;
    padding-left: 0;
    border-top: 1px solid #000;
    padding-top: 20px;
    width: 100%;
}

.publications .publications_group .titre,
.education .education_group .titre,
.residences .residences_group .titre,
.prix .prix_group .titre {
    font-family: 'sequel_100_black75';
    color: #000;
    float: left;
    width: 25%;
    min-height: 20px;
    font-size: 12px;
    line-height: 11px;
}

.publications .publications_group .annee,
.education .education_group .annee,
.residences .residences_group .annee,
.prix .prix_group .annee {
    font-family: 'sequel_100_black75';
    font-size: 10px;
    color: #000;
    float: left;
    width: 9%;
}

.publications .publications_group .text,
.education .education_group .text,
.residences .residences_group .text,
.prix .prix_group .text {
    width: 62%;
    color: #000;
    font-family: 'whyte_inktrapregular';
    font-size: 15px;
    float: left;
    padding-right: 54px;
}

.video{
	width:100%;
	position: relative;
	margin-top: 46px;
}
.wmc-content{
display:none !important;
}
.share {
	position: absolute;
    bottom: 16px;
    right: 30px;
    font-size: 11px;
    height: 25px;
    border: 1px solid;
    padding: 3px 16px;
    text-transform: uppercase;
    font-family: 'whyte_inktrapregular';
    cursor: url(images/pointer_n.png), pointer !important;
}

.shareadd span.a2a_label {
    position: relative !important;
    color: #000;
    display: block !important;
    float: left;
    clip-path: initial;
    font-size: 12px;
}
.shareadd:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    right: 20px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    bottom: -9px;
    background: #fff;
}
.shareadd {
	display: none;
    position: absolute;
    bottom: 59px;
    right: 20px;
    background: #fff;
    border: 1px solid;
}
.shareadd .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 32px;
    line-height: 32px;
    width: auto;
    display: none;
}

body .slick-dotted.slick-slider {
    margin-bottom: 0;
}
*:focus{
	outline: 0px transparent !important;
}
.title-side {
    font-family: 'sequel_100_black75';
	font-size: 60px;
    color: black;
    left: -302px;
    float: left;
    padding-top: 14px;
    position: absolute;
    text-transform: lowercase;
    transform: rotate(-90deg);
    transform-origin: 50% 176%;
    top: -100%;
    /* letter-spacing: 4px; */
	min-width: 325px;
    padding-left: 40px;
	top: 35px;
}
.page-template-page-expositions__avenir .navbar-default .title-side,
.page-template-page-expositions__encours .navbar-default .title-side ,
.page-template-page-expositions__all .navbar-default .title-side ,
.page-template-page-expositions__passees .navbar-default .title-side ,
.single-palexpositions-expositions__passees .navbar-default .title-side ,
.single-palexpositions-expositions__encours .navbar-default .title-side,
.single-palexpositions-all .navbar-default .title-side ,
.single-palexpositions .navbar-default .title-side ,
.page-template-page-expositions__all .title-side ,
.page-template-page-expositions__encours .title-side ,
.page-template-page-expositions__passees .title-side ,
.page-template-page-expositions__avenir .title-side ,
.single-palexpositions .title-side
{
	transform-origin: 50% 244%;
	/* top: -100%; */
	font-size: 54px;
}

html:lang(en-GB) .page-template-page-expositions__avenir .navbar-default .title-side,
html:lang(en-GB) .page-template-page-expositions__encours .navbar-default .title-side ,
html:lang(en-GB) .page-template-page-expositions__all .navbar-default .title-side ,
html:lang(en-GB) .page-template-page-expositions__passees .navbar-default .title-side ,
html:lang(en-GB) .single-palexpositions-expositions__passees .navbar-default .title-side ,
html:lang(en-GB) .single-palexpositions-expositions__encours .navbar-default .title-side,
html:lang(en-GB) .single-palexpositions-all .navbar-default .title-side ,
html:lang(en-GB) .single-palexpositions .navbar-default .title-side ,
html:lang(en-GB) .page-template-page-expositions__all .title-side ,
html:lang(en-GB) .page-template-page-expositions__encours .title-side ,
html:lang(en-GB) .page-template-page-expositions__passees .title-side ,
html:lang(en-GB) .page-template-page-expositions__avenir .title-side,
html:lang(en-GB) .single-palexpositions .title-side

{
	transform-origin: 50% 231%;
	/* top: -100%; */
	font-size: 54px;
}

.single-palexpositions .title-side 
{
	transform-origin: 50% 243%;
	top: -100%;
	font-size: 50px;
}
.contentExpo a:hover,
.contentExpo a:active,
.contentExpo a{
	color: #000;
}
.contentExpo a, .contentExpo .Expotitle{
	 cursor: url(images/pointer_n.png), pointer !important;
	 max-width: 645px;
	
}
.newsletter-popup, .newsletter-popup-contact {
    width: 50%;
    position: fixed;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 9999;
	left: -150%;
	border-right: 1px solid;
	padding-top: 86px;
    transition: left 650ms cubic-bezier(1, 0, 0, 1);
}
.logged-in .newsletter-popup,.logged-in  .newsletter-popup-contact {
	padding-top: 107px; 
}
.newsletter-popup-contact .list-inline{
	    margin-left: 0px;
}
.contactInfo .col {
    margin-bottom: 28px;
}

.contactInfo {
    position: relative;
}
.class-news .translate ul li span{
	font-size: 10px;
    margin: 0 2.1px;
}
.class-news .translate ul li{
	width: auto;
    float: left;
    font-family: 'whyte_inktrapregular';
    font-size: 10px;
	 cursor: url(images/pointer_n.png), pointer !important;
	 
}
.class-news .translate ul{
	margin-top: 6px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.class-news .translate {
	float: left;
    position: absolute;
    bottom: 14px;
    color: #757575;
    border: 1px solid #000;
    height: 30px;
    width: 74px;
    font-size: 10px;

}
.class-news *{
	font-family: 'whyte_inktrapregular';
	font-size:15px
}
span.wpcf7-form-control-wrap.nom {
    margin-top: 15px;
    display: inline-block;
    margin-top: 30px;
}
.class-news{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;	
	font-family: 'whyte_inktrapregular';
	font-size:15px
}
.newsletter-popup-contact .class-news {
    display: flex;
    justify-content: flex-start;
	max-width: 450px;
}
.cartpage .class-news{
	max-width: 90%;
}
.class-news form input {
    width: 100%;
    height: 30px;
    margin-bottom: 13px;
    font-size: 11px;
    padding-left: 15px;
	width: 300px;
	border-radius: 0 !important;
    border: 1px solid;
	text-transform: uppercase;
}

.class-news form input:not(.wpcf7-form-control) {
    width: 100%;
    height: 30px;
	max-width: 300px;
    /* margin-bottom: 0px; */
	text-transform: uppercase;
	border-radius: 0;
    border: 1px solid;
	padding-left: 15px;
	font-size: 10px; 
	 cursor: url(images/pointer_n.png), pointer !important;
}
.class-news form .wac-qty-button input:not(.wpcf7-form-control) { 
    border-top: 0 !important;
    width: 100%;
    height: 35px;
    /* margin-bottom: 0px; */
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid;
    padding-left: 0;
     cursor: url(images/pointer_n.png), pointer !important;
}

td.product-thumbnail {
    width: 69px;
	padding-left: 0 !important;
}
.class-news form input.highlight{
	border-color: #FF0000;
}
.class-news form input[type="email"] {
    margin-bottom: 45px;
}
body form.cart .qib-container + button.single_add_to_cart_button.button.alt.added {
    margin-left: 4em !important;
}
.newsletter-popup.test .class-news form input[type="submit"] {
	top: -30px;
}
.class-news form input[type="submit"] {
    border: 1px solid #000;
    float: right;
    width: auto;
    padding: 5px 15px;
    background: #fff;
    font-size: 10px;
    position: relative;
    right: -63px;
    top: 5px;
    margin-top: 13px;
    text-transform: uppercase;
    cursor: url(images/pointer_n.png), pointer !important;

}
.datacart .cart-collaterals {
    float: left;
    margin-top: 0;
    position: absolute;
    bottom: 36px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.newsletter-popup.test .class-news p , .newsletter-popup.oeuvres .class-news p {
    width: 100%;
}
.cartpage .class-news
 {    align-items: flex-start;
    height: 100%;
    padding: 2px 20px 0 132px;
    overflow: auto;
}
.cartpage .class-news form {
    float: left;
    margin-top: 20px;
    max-height: 319px;
    overflow: auto;
    width: 100%;
}
.cartpage .class-news-v2 {
    width: 100%;
}

.actions .coupon {
    margin-top: 15px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    margin-top: 9px;
}
span#counter span#items_totals , span#counter span#items_totals *{
    display: inline !important;
    font-family: 'whyte_inktrapregular';
    font-size: 18px;
}
body form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
    margin-left: 0 !important;
    border-radius: 0;
    text-transform: uppercase;
    position: absolute;
    left: clamp(152px, calc(10 / 100 * 100vw), 242px);
/*     top: 17px; */
    transition: all 0.3s ease-in-out !important;
}

body form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id):after {
    content: none;
    display: none;
}

body form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
    height: 30px;
    text-align: center;
    margin-top: 8px;
    width: max-content;
    font-size: 11px;
    padding: 0 16px;
}
body .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
body .qib-button:not(#qib_id):not(#qib_id){
	height: 27px;
	margin-top: 2px;
}
body .woocommerce table.shop_table td {
    border-top: 0;
}
body .qib-container div.quantity:not(#qib_id):not(#qib_id){
	margin-top: 2px;
}
body.page-id-279 .qib-container .quantity input.qty:not(#qib_id):not(#qib_id), body.page-id-176 .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    margin-left: -1px !important;
    margin-top: 0px !important;
    width: 55px !important;
    margin-right: -1px !important;
}

body .qib-button:not(#qib_id):not(#qib_id){
	margin-top: 2px;
}
.class-news form{
    float: left;
    margin-top: 28px;

}
.class-news p{
	font-family: 'whyte_inktrapregular';
	font-size: 18px;
    line-height: 20px;
	margin: 0;
}
.pull-left.palmag {
    margin-bottom: 33px;
}
.abonnementPalMag .class-news form input[type="submit"] {
    right: -7px;
}
.class-news .palmag p{
	font-size: 11px;
	line-height: 15px;
}
.popup-image {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: calc(100% - 49px);
    background: #fff;
    bottom: 0;
}
body .nav > li > a:hover,body .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.logged-in .popup-image {
	height: calc(100% - 86px);
}
.closepop {
    position: absolute;
    right: 22px;
    top: 94px;
    width: 55px;
    height: 73px;
	z-index:3;
	 cursor: url(images/pointer_n.png), pointer !important;
	background: url(images/close.svg) no-repeat center;
}
.popup-image .closepop {
	 top: 0px;
}
.imgslide img{
    height: 100%;
    width: auto;
}
.imgslide {
    text-align: center;
	width: 100%;
    height: 100%;
}
.leftimgslide:not(.fisrtslide) {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	cursor: url(images/SOURIS-FLECHE-BACK.png), default !important;
}
.rightimgslide:not(.lastslide) {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
	cursor: url(images/SOURIS-FLECHE.png), default !important;
}
.col.post-next a img {
    transform: rotate(180deg);
} 
.anext {
	width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	font-size: 0;
	cursor: none !important;
	display: none;
}
.aprev {
	width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
	font-size: 0;
	cursor: none !important;
	display: none;
}
.aprev a{
	cursor: none !important;
	position: absolute;
	width: 100%;
	height: 100%;
}
.anext a{
	cursor: none !important;
	position: absolute;
	width: 100%;
	height: 100%;
}
.button-helper *{
	cursor: none !important;
}
.button-helper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    cursor: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.5rem;
    color: #fff;
}
.button-helper .button-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 99;
}
.button-helper .button-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 99;
}
.button-helper span.visible {
    display: block;
}
.button-helper span{
	text-align: left;
    /* -webkit-transform: translate(-50%,-50%); */
    /* transform: translate(-50%,-50%); */
    display: none;
    position: fixed;
    z-index: 99;
    pointer-events: none;
	font-size: 60px;
    line-height: 42px;
	/* min-width: 345px; */
	min-width: 100%;
    line-height: 70px;
	text-transform: uppercase;
}
.infoimage p {
	    display: block;
    width: 100%;
    margin: 0;
}
.infoimage {
    position: absolute;
    bottom: 0;
    color: #000;
    font-family: 'whyte_inktrapregular';
    font-size: 20px;
    padding: 10px;
}
.infoimage p:nth-child(2) {
    font-style: italic;
}

.infoimage p:nth-child(2) span {
    font-style: normal;
}
.page-template-page-artistes .navbar-default .navbar-nav > .active > a{
	background-color: transparent;
	color: #8DF9FC;
	
}
.page-template-page-artistes a:hover{
	color: #8DF9FC;
}
a.btn-store-pay:hover {
	color: #FF0000;
}
a.btn-store-pay {
    width: 113px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.price-palmag {
    font-size: 13px;
    margin-bottom: 10px;
}
.name-title.palstore a {
    color: #000;
    font-size: 17px;
    margin-top: 15px;
    display: block;
	line-height: 17px;
	text-transform: uppercase;
	    min-height: 34px;
}
.name-title.palstore a span:first-child {
    text-transform: uppercase;
    display: block;
}
.page-template-page-artistes  header .navbar-default .navbar-nav li a:hover,
.single-pal_artistes header .navbar-default .navbar-nav li a:hover{
	color: #8DF9FC;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus , .nav-pills > li > a, .nav-pills > li > span{
     font-family: 'sequel_100_black75';
	 color:#000;
     background-color: transparent;
	font-size: 11px;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
	 
}
.nav-pills > li > span{
	    margin: 0 5px;
}
.nav-pills > li.active > a{
	text-decoration: underline;
}
.artistes {
margin-top: 40px;
    padding-left: 118px;
}
li.artisteName a:hover{
	color: #8DF9FC;
}
li.artisteName a{
    font-family: 'whyte_inktrapregular';
    font-size: 24px;
    color: #000;
    list-style: none;
    padding: 0;
    /* text-transform: uppercase; */
	display: inline-block;
    margin-top: 0px;
    cursor: pointer;
}
.imageExposingle {
	background-size: 100%;
    background-repeat: no-repeat;
}
.artiste-left-side {
    border-left: 1px solid #000;
	padding-left: 30px;
    /* padding-top: 6px; */
}
.page-template-page-actus .artiste-left-side {
    border-left: 1px solid #000;
	padding-left: 0px;
    padding-top: 0px; 
}
.page-template-page-galerie-php .artiste-left-side {
padding-left: 130px;
    float: left;
    padding-right: 0;
}
.wmc-details p {
    padding-left: 20px;
}
.page-template-page-artistes .artiste-left-side, .page-template-page-actus .artiste-left-side{
	padding-left: 122px;
	padding-right: 0;
}
.single-post .title-side {
    transform-origin: 50% 162%;
}
.page-template-page-galerie .title-side {
    transform-origin: 50% 156%; 
}
html:lang(en-GB) .page-template-page-galerie .title-side {
   /* transform-origin: 50% 164%; */
    min-width: auto;
}

html:lang(en-GB) .single-pal_artistes .title-side {
   transform-origin: 50% 155%;
    min-width: auto;
}
html:lang(en-GB) .page-template-page-artistes .title-side {

    transform-origin: 50% 159%;
}

.page-template-page-actus .title-side {
    transform-origin: 50% 162%;
}
.page-id-676.page-template-page-actus .title-side {
    transform-origin: 50% 216%;
}
.page-template-page-actus.page-id-266 .title-side {
    transform-origin: 44% 139%;
}
html:lang(en-GB) .single-post .title-side {
    transform-origin: 50% 167%;

}
html:lang(en-GB) .woocommerce ul#shipping_method li label {
    display: inline;
    font-size: 0;
}
html:lang(en-GB) #shipping_method li:first-child label:after {
    content: "Collect at the gallery";
    font-size: 11px;
	top: -4px;
}
html:lang(en-GB) #shipping_method li:last-child label:after {
    content: "Home delivery";
    font-size: 11px; 
	top: -4px;
}

html:lang(en-GB) ul.payment_methods li[class*=payment_method] > input[name=payment_method] + label {font-size: 0px; }
html:lang(en-GB) ul.payment_methods li[class*=payment_method] > input[name=payment_method] + label:before {
    content: "Credit card";
    font-size: 16px; 
	top: -4px;
	position: relative;
	padding-right: 10px;
}

body #add_payment_method #payment div.payment_box::before,
body .woocommerce-cart #payment div.payment_box::before,
body .woocommerce-checkout #payment div.payment_box::before {
	border-color: #ffffff;
    transform: rotate(45deg);
    top: 8px;
}
body.page-id-279 .qib-container .quantity input.qty:not(#qib_id):not(#qib_id), 
body.page-id-176 .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 27px;
    margin-top: -4px;
    border: 0;
    text-align: center;
    width: 63px;
    left: 0;
    margin-left: -12px;
}
.artiste-title span{
	display: block;
}
.artiste-title.foires {
	margin-top: 0px;
}
.foireDate.singlefoire{
	margin-top: 20px;
}
.artiste-title {
    font-family: 'sequel_100_black75';
    color: #000;
    font-size: 30px;
    margin: 15px 0 8px;
	max-width: 68%;
}
.col.camme-back a i, .col.camme-back a img{
    padding-right: 10px;
}
.col.camme-back a {
    font-family: 'whyte_inktrapregular';
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
	margin-top: 21px;
    display: flex;
    align-items: center;
}
.col.camme-back a:hover {
    color: #8DF9FC;
}
a.btn-artiste-oeuvre:hover {
	color: #8DF9FC;
	border-color: #8DF9FC;
}
#page_exposition a.btn-artiste-oeuvre:hover {
	color: #F09D00;
	border-color: #F09D00;
}
#page_store a.btn-artiste-oeuvre:hover {
	color: #FF0000;
	border-color: #FF0000;
}
#page_store a:hover {
	color: #FF0000;
	border-color: #FF0000;
}
body.page-template-page-expositions__palstore a:hover,
body.single-product a:hover, button.single_add_to_cart_button.button.alt:hover{
	color: #FF0000;
	border-color: #FF0000;
}

body.page-template-page-expositions__palstore ul.list-inline.social a:hover,
body.page-template.page-template-page-panier.page-template-page-panier-php ul.list-inline.social a:hover,
body.page-template-default.page.page-id-178 ul.list-inline.social a:hover,
body.page-template-default.page.page-id-268 ul.list-inline.social a:hover,
body.page-template.page-template-page-panier.page-template-page-panier-php .btn-subscribe-news-footer:hover,
body.page-template-default.page.page-id-178 .btn-subscribe-news-footer:hover,
body.page-template-default.page.page-id-268 .btn-subscribe-news-footer:hover,
body.single-product ul.list-inline.social a:hover, button.single_add_to_cart_button.button.alt:hover{
	color: #FF0000;
	border-color: #FF0000;
}
.single-product .navbar-default .navbar-nav > .active > a,
.single-product .navbar-default .navbar-nav > .active > a:hover, 
.single-product .navbar-default .navbar-nav a:hover, 
.single-product .navbar-default .navbar-nav > .active > a:focus {
	color: #FF0000;
}
span.invalidemail {
    position: relative;
    top: -41px;
    font-size: 11px;
    color: red;
    display: block;
}

.artiste-right-side .palvideo {
    height: 0;
}

.artiste-right-side .palvideo.slick-current {
    height: 100%;
}

.artiste-menu a:hover {
	color: #8DF9FC;
}

#page_store .artiste-menu a:hover {
	color: #FF0000;
}

.artiste-menu li ul {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.artiste-menu li ul li a {
    font-size: 9px;
}

.artiste-menu li a.active + ul, .artiste-menu li a a.active + ul {
    opacity: 1;
    pointer-events: auto;
}

.artiste-menu  a.active {
    padding-left: 20px;
    position: relative;
}
.artiste-menu a.active:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0px;
    top: 7px;
    background: #000;
    -moz-transition: background .5s cubic-bezier(.77,0,.175,1);
    -o-transition: background .5s cubic-bezier(.77,0,.175,1);
    -webkit-transition: background .5s cubic-bezier(.77,0,.175,1);
    transition: background .5s cubic-bezier(.77,0,.175,1);
}
.artiste-menu a{
	font-family: 'sequel_100_black75';
	font-size: 11px;
	color: #000;
	margin: 5px 0;
    display: inline-block;
    text-transform: uppercase;
}
.artiste-menu {
    position: absolute;
    left: 15px;
    top: 40%;
    align-items: center;
}
a.btn-artiste-oeuvre, .btn-all-expos {
    font-family: 'whyte_inktrapregular';
    color: #000;
    font-weight: 400;
    font-size: 11px;
    border: 1px solid #000;
    padding: 0;
	width: auto;
	padding: 0 15px;
    height: 30px;
	text-transform: uppercase;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.btn-all-expos {
    bottom: 10px;
    position: absolute;
}
.btn-all-expos:hover {
    color: #F09D00;
    border-color: #F09D00;
}
.page-template-page-actus .artistes .tab-pane ul{ max-height: 100% !important; margin-top: 7px;} 
.artistes .tab-pane ul{ 
    padding: 0;
    margin-top: 20px;
    position: static;
    left: auto;
    top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 425px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-template-page-foire .artistes .tab-pane ul{ 
max-height: none !important;
}
.page-template-page-expositions__palstore .title-side {
	transform-origin: 50% 180%;
}
.imagePaltore:hover .name-title.palstore *{
	color: #FF0000;
}
.page-template-page-foire .title-side, .single.single-pal_foires .title-side {
    transform-origin: 44% 148%
}
.page-template-page-foire .artiste-left-side {
    border-left: 1px solid #000;
    padding-left: 0;
}
.artistes li.artisteName {
    width: 50%;
}
.nav-posts {
    position: absolute; 
    bottom: 8px;
    width: 60%;
	font-family: 'whyte_inktrapregular';
	font-size: 11px;
    text-transform: uppercase;
}
.nav-posts a img.leftligne{ padding-right : 7px;}
.nav-posts a img.rightligne{ padding-right : 7px;    transform: rotate(180deg); }
.nav-posts a{
	color: #000;
	font-size: 11px;
	display: flex;
    align-items: center;
}
.single-pal_artistes .nav-posts a:hover { 
	color: #8DF9FC;
}
.artistes-page {
    position: fixed;
    display: flex;
    align-items: flex-start;
    left: 0;
    right: 0;
}
.artiste-right-side .slick-slide{ float: left; background-size: cover;}
.artiste-right-side {
    float: right;
	padding-right: 0;
}
#page_exposition .artiste-right-side {
    float: right;
    padding-right: 0;
    padding-left: 0;
} 
.single-palexpositions .artiste-right-side {
	padding-left: 0;
}
.single.single-pal_artistes .artiste-right-side {
    padding-left: 0;
}
.col.single-expo-btns a {
    display: flex;
}
.single-palexpositions .single-expo-btns {
    bottom: 56px;
}
.single-expo-btns {
    bottom: 12px;
    position: absolute;
}

a#artiste_oeuvre {
    margin-bottom: 5%;
}
.artistes-page-container {
    /* position: absolute; */
    width: 100%;
}
@media (min-width: 1100px){
.artistes-page-container {
    position: relative;
}
}
.artistes-page-wrapper {
    position: relative;
}
.bgextartiste a{
	color: #fff;
	font-family: 'whyte_inktrapregular';
	font-size: 60px;
}
.bgextartiste .namenext{
	text-transform: uppercase
}
.bgextartiste span{
	/* display: block; */
}
.bgextartiste{
	font-family: 'whyte_inktrapregular';
	line-height: 100px;
	width: 100%;
	height:710px;
	float: left;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 85px;
    color: #fff;
	background-size: cover;
    background-position: center;
	z-index: 3;
}
.artiste-right-side.store-right {
    padding-left: 63px;
}
.artiste-right-side.store-right  .addtocartwc {
    left: 76px;
}

.artiste-right-side.store-right  .price-palmag {
    padding-left: 0px;
}
body.single-product .artiste-right-side.store-right {
    padding-left: 30px;
    padding-top: 15px;
	position: relative;
    z-index: 9;
}
@media (min-width: 767px){
	header .navbar-default {
		z-index: 99999 !important;
	}
	body .Expotitle .ligne1, body .Expotitle .ligne2 {
		font-family: "Neue Haas Grotesk Text" !important;
	}
	.cartpage .class-news {
		padding-top: 53px;
	}
	.bgextartiste span:first-child {
		margin-top: -70px;
	}
	.single-product .artiste-right-side.store-right  .addtocartwc {
		left: 30px;
	}
	ul#menu-main-menu, ul#menu-main-menu-en{
		display: table;
		width:100%;
		float: left !important;
	}
	ul#menu-main-menu .navbar-right, ul#menu-main-menu-en .navbar-right{
		margin-right: 0px;
	}
	body .navbar-nav > li {
		float: initial;
		display: table-cell;
	}
}
#page_exposition a:hover{
	color: #F09D00 !important;
	border-color: #F09D00 !important;
}
#page_exposition a.active{
	
}
.page-template-page-expositions__all .navbar-default .navbar-nav > .active > a,
.page-template-page-expositions__encours .navbar-default .navbar-nav > .active > a,
.page-template-page-expositions__passees .navbar-default .navbar-nav > .active > a,
.page-template-page-expositions__avenir .navbar-default .navbar-nav > .active > a{
	color: #F09D00;
	background-color: transparent;
}
#page_exposition ul{
list-style:none	;
}
.img-expo {
    width: 100%;
    height: 263px;
    margin-bottom: 9px;
    background-size: cover;
    background-position: center;
	 cursor: url(images/pointer_n.png), pointer !important;
}

.single-palexpositions .stores .img-expo {
    height: 656px;
}
.expo-encours .toutes-expos {
    float: left;
    margin-top: 60px;
    width: 100%;
    margin-top: 0;
}
.expodate {
    font-family: 'whyte_inktrapregular';
    font-size: 18px;
    margin-top: 42px;
    line-height: 25px;
    color: #F09D00;
}
.expo-side span{
	display: block;
}
.expo-side {
    font-family: 'sequel_100_black75';
    font-size: 28px;
    line-height: 35px;
    margin-top: 5px;
	color: #F09D00;
}
.imagepalmag a{
	width: 100%;
    height: 100%;
    display: block;
}
#page_exposition a.active{
	padding-left: 20px;
	position: relative;
}
#page_exposition a.active:before 
{
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0px;
    top: 7px;
    background: #000;
    -moz-transition: background .5s cubic-bezier(.77,0,.175,1);
    -o-transition: background .5s cubic-bezier(.77,0,.175,1);
    -webkit-transition: background .5s cubic-bezier(.77,0,.175,1);
    transition: background .5s cubic-bezier(.77,0,.175,1);
}
.imagepalmag {
    background-size: cover;
    background-position: center;
}
.encours-expos{
	width: 100%;
}
#page_exposition  .date a{ font-size: 13px;}

.STICKER-gal.newsletterbtn {
    width: 200px;
}
#page_exposition  a.btn-all-expos:hover{
	color: #F09D00;
}
#page_exposition  a.btn-all-expos{
	 font-family: 'whyte_inktrapregular';
	 font-size: 11px;
	 color: #000;
	  cursor: url(images/pointer_n.png), pointer !important;
	     width: auto;
    padding: 0 16px;
}
.ensavoirplus {
	position: absolute;
    z-index: 3;
    top: 24%;
    left: -95px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 193px;
}

#page_exposition .name-title a:hover{
	color: #F09D00;
}
#page_exposition .name-title a{
	float: left;
    width: 100%;
    font-family: 'whyte_inktrapregular';
    font-size: 17px;
    color: #000;
	margin-bottom: 25px !important;
	margin-top: 9px;
}
#page_exposition .date a:hover{
	color: #F09D00;
}
#page_exposition .date a{
    float: left;
    width: 100%;
    font-family: 'whyte_inktrapregular';
    font-size: 11px;
    color: #000;
}
#page_exposition .name-title a span:last-child {
    text-transform: uppercase;
    display: block;
}
.toutes-expos {
    float: left;
	margin-top: 25px;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.toutes-expos.stores{
	width: 100%;
	padding: 0;
	margin-left: -15px;
	margin-top: 0;
}
.expoDate {
    font-family: 'whyte_inktrapregular';
    font-size: 22px;
    padding-top: 18px;
}
#page_exposition .artiste-menu a {
    margin: 4px 0;
}
.logged-in .wmc-cart-wrapper {
    right: 14px;
    top: 45px !important;
}
body .wmc-cart-wrapper {
    right: 25px !important;
    top: 11px !important;
}
.mobileContainer > span {
    display: block;
}
.mobileContainer .title > span {
    display: block;
}
#page_store h1{
	margin-top: 12px;
}
#page_store h1, #page_store h2{
	font-family: 'whyte_inktrapregular';
    font-size: 21px;
	padding-left: 0px;
}
.toutes-expos.stores .price-palmag #abonnementPalMag a, .toutes-expos.stores .price-palmag a#PalMagPdf{
    margin-left: 10px;
    height: 30px;
}
.toutes-expos.stores .price-palmag {
    font-size: 11px;
	margin-bottom: 10px;
	margin-top: 3px;
}
 a.btn-store-pay {
    width: min-content;
    white-space: nowrap;
    padding: 0 16px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.toutes-expos.stores a.btn-store-pay:hover {
	
}
.toutes-expos.stores a.btn-store-pay {
    font-family: 'whyte_inktrapregular';
    font-weight: 400;
    width: auto;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 10px 16px;
}
.price-palmag{
font-family: 'whyte_inktrapregular';
    font-size: 11px;
    /* padding-left: 10px; */
    padding-top: 8px;
    margin-bottom: 2px;
}
.page-template-page-expositions__palstore .price-palmag{
	 margin-bottom: 12px;
}
/* .addtocartwc{
position: absolute;
    top: 50%;
    bottom: 0;
    width: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    height: 92px;
    left: 29px;
} */
.addtocartwc {
    position: relative;
    top: 50px;
    bottom: 0;
    width: 50%;
    z-index: 3;
    display: flex;
    /* align-items: center; */
    height: 400px;
    left: 0px !important;
    overflow-x: overlay;
}
.single-product footer {
    position: relative;
    z-index: 2;
}
#page_store #abonnementPalMag {
    position: absolute;
/*     top: calc(50% - 15px); */
	top: calc(46% - 18px);
    bottom: 0;
    width: auto;
    z-index: 3;
    left: clamp(312px, calc(10 / 100 * 100vw + 160px), 398px);
    height: 30px;
    padding: 0 15px;
    margin-top: 22px;
    font-size: 11px;
    margin-left: 13px;
    transition: all 0.3s ease-in-out;
}

#page_store #abonnementPalMag p {
    float: none;
    margin: 0;
    margin-bottom: 5px;
}
.single-product .woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 52px 0 0;
}
.single-product .artistes-page {
    z-index: 2;
}
#page_store a#PalMagPdf {
    /*position: absolute;*/
    bottom: 10px;
	z-index: 9;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1020px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  #page_store a#PalMagPdf {
		  margin-top : 25px;
	  }
}

#open_description img, #open_description_mobile img{
    max-width: 12px;
    position: relative;
    top: -1px;
}
.page-template-page-galerie div#open_description img {
    width: 20px;
    max-width: 12px;
    position: relative;
    top: -1px;
    margin-left: 9px;
}
.page-template-page-galerie div#open_description.open img{
    max-width: 20px;
}
.single-product #page_store .woocommerce button.button.alt {
	 font-family: 'whyte_inktrapregular';
    color: #000;
	background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #000;
    padding: 0 34px;
    height: 41px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
	position: relative;
}
td.product-name a.wac-btn-sub {
    border-left: 1px solid #000;
	transform: rotate(180deg);
}
td.product-name a.wac-btn-inc{
    border-left: 1px solid #000;
}
td.product-name b{
	width: 100%;
    height: 100%;
	display: block;
}
td.product-name a.wac-btn-sub, td.product-name a.wac-btn-inc {
    font-size: 0;
	background-image: url(images/C-arrow-left.svg);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	display: block;
    height: 100%;
    width: 100%;
}
.payment_box {
    float: left;
}
body .woocommerce .quantity .qty {
    width: 41px;
    text-align: center;
    border: 0;
    padding-left: 0
}
.checkout-page .product-name .qib-container:not(#qib_id):not(#qib_id) {
    position: initial;
    display: inline;
}
.product-name .qib-container:not(#qib_id):not(#qib_id) {
    display: inline-block;
    width: 78px;
}
.woocommerce .quantity .qty {
    width: 38px;
    text-align: center;
    border: 0;
}
body .woocommerce table.shop_table {
    border: 0;
}
.shop_table td.product-name a{    
	/* position: absolute; */
    /* top: 20px; */
}
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
    text-transform: uppercase;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th:after {
    content: ":";
    padding-left: 3px;
}
.shop_table td.product-name{
	position: relative;
}
.wac-qty-button {
    display: inline;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: transparent;
    width: 36px;
    display: inline-block;
	    top: 0;
    position: absolute;
}

.woocommerce .quantity .qty {
    width: 47px;
    text-align: center;
    border: 0;
}
li.wc_payment_method label{
    margin-top: -9px;
    position: absolute;
    top: 0;

}
.page-template-page-panier .quantity.wac-quantity {
	height: 25px;
}
.page-template-page-panier span.woocommerce-Price-amount.amount {
    display: block;
    margin-bottom: 5px;
}
.page-template-page-panier .woocommerce .cart-collaterals,
.page-template-page-panier .woocommerce-page .cart-collaterals {
    width: 93%;
    position: absolute;
    bottom: 48px;
}
.quantity.wac-quantity {
    width: 120px;
	border: 1px solid;
    position: relative;
    height: 25px;
}
body.single-pal_artistes .quantity.wac-quantity > .wac-qty-button{
	
}
body.single-pal_artistes .wac-qty-button{
	height: 25px;
}
body.single-pal_artistes .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
 body.single-pal_artistes .qib-button:not(#qib_id):not(#qib_id) {
    height: 24px;
   width: 28px;
}
body.single-palexpositions .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
 body.single-palexpositions .qib-button:not(#qib_id):not(#qib_id),
 body.single-pal_artistes .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
 body.single-pal_artistes .qib-button:not(#qib_id):not(#qib_id) {
    height: 26px;
    margin-top: 0;
    border: 0;
    width: 28px;
}
.page-template-default .quantity.wac-quantity {

    height: 25px;
}
body.page-template-default .woocommerce .quantity .qty{
	margin-top: -7px;
    height: 25px;
}
body .qib-container:not(#qib_id):not(#qib_id) {
   display: inline-block;
    height: 27px;
    width: 139px;
    right: 0;
    /* position: absolute; */
}
body .single-product .class-news .qib-container:not(#qib_id):not(#qib_id),
body .class-news .qib-container:not(#qib_id):not(#qib_id) {
      right: 0;
    position: absolute;
}
body.single-product .camme-back {
    color: #000;
}

body.single-product .camme-back  a{
    margin-top: 0;
    margin-bottom: 10px;
}
body .single-product .qib-button:not(#qib_id):not(#qib_id) {
    margin-top: 12px;
    font-size: 0 !important;
    background-image: url(images/C-arrow-left.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff !important;
	border-color: #000 !important;
}

body .single-product .cartpage .qib-button:not(#qib_id):not(#qib_id) {
    margin-top: 0 !important;
}

button.minus.qib-button {
    transform: rotate(180deg);
}
.newsletter-popup.cartpage .shop_table td.product-name a {
    position: relative;

}
.qib-container .wac-qty-button {
    right: 0;
}
.wac-qty-button {
    display: inline-block;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    background-color: transparent;
    width: 28px;
    height: 25px;
}
li.wc_payment_method {
    position: relative;
}
input[type="radio"]:after {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    background: #fff;
    border: 1px solid;
    opacity: 1;
}

input[type="radio"] {
    margin: 5px .4375em 0 0;
    vertical-align: top;
    position: relative;
}
input[type="radio"]:checked:before ,

.page-id-176 input.shipping_method[checked="checked"]:before,
.page-id-279 input.shipping_method[checked="checked"]:before
{
    content: "";
    position: absolute;
    background-image: url(images/CROSS.svg);
    background-size: 100%;
    background-position: center;
    width: 13px;
    height: 13px;
    z-index: 2;
    font-size: 15px;
    top: 0px;
    left: 0px;
}
td.actions #coupon_code {
    text-transform: uppercase;
}
.woocommerce ul#shipping_method {
    text-transform: uppercase;
}
.single-product #page_store .summary.entry-summary {
    width: 100%;
}
.single-product .quantity {
font-family: 'whyte_inktrapregular';
    color: #000;
    font-weight: 400;
    font-size: 15px;
    border-top: 1px solid #000;
    padding: 0;
    width: 85px;
    margin-left: 0px;
    height: 26px;
    display: flex;
    text-align: center;
    justify-content: center;
	position: relative;
	bottom: -8px;
}
body .datacart .woocommerce .cart-collaterals, body .woocommerce-page .cart-collaterals {
    width: 100%;
    height: 180px;
	padding-left: 152px;
}
.class-news  ul#shipping_method * {
    font-size: 11px;
}
.class-news .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    margin-top: 65px;
}
.class-news .woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 0 0;
}
.class-news .woocommerce ul#shipping_method li label {
    display: inline;
    margin-top: 0;
    margin-left: 6px;
    margin-bottom: 0;
}
.class-news .woocommerce ul#shipping_method li input {
    margin: 0;
    vertical-align: top;
    font-size: 9px;
}
.class-news .woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside;
    display: flex;
    align-items: center;
}
.class-news .product-name .qib-container:not(#qib_id):not(#qib_id) {
    display: inline-block;
    width: 56px;
}
.class-news .single-product .quantity {
    width: 55px;
    height: 35px;
    border-bottom: 0;
    /* margin-bottom: 0px; */
    border-top: 0 !important;
    text-transform: uppercase;
    border-radius: 0;
    border-bottom: 1px solid;
    border-left: 1px solid;
    padding-left: 0;
     cursor: url(images/pointer_n.png), pointer !important;
    left: 0;
    position: absolute;
}
.class-news .datacart form input:not(.wpcf7-form-control) {
    width: 29px;
    height: 23px;
    border-bottom: 0;
    /* margin-bottom: 0px; */
    border-top: 0 !important;
    text-transform: uppercase;
    border-radius: 0;
    border-left: 1px solid;
    padding-left: 0;
     cursor: url(images/pointer_n.png), pointer !important;
    position: absolute;
    left: 0;
}
}
.single-product .quantity .wac-qty-button {
	padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: transparent;
    width: 37px;
    height: 34px;
    border-radius: 0;
    position: absolute;
    top: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .woocommerce button.button.added::after{
	display: none;
}
.single-product .quantity > .wac-qty-button {left: 0}
.single-product .quantity .qib-container .wac-qty-button {right: 0}

.single-product .newsletter-popup.cartpage .quantity .qib-container .wac-qty-button {
    right: 0;
    left: initial;
    padding-bottom: 0;
}
.single-product .newsletter-popup.cartpage .quantity.buttons_added {
    width: 56px !important;
    display: block;
    position: relative;
    margin-top: -1px !important;
    top: 0;
}
body.single-product .newsletter-popup.cartpage .qib-container .quantity input.qty:not(#qib_id):not(#qib_id){
    height: 25px;
    margin-top: 0px;
    font-size: 11px;
    border-bottom: 0;
    width: 28px;
}

#open_description.open, #open_description_mobile.open {
		padding: 20px;
		padding-bottom: 0px;
		/* width: 220px; */
		overflow: hidden;
}
.single-pal_foires #open_description {
		padding: 0;
		width: 100%;
}
.single-pal_foires #open_description #msg p{
        margin-top: 15px;
}
.descriptionGalerie  div#open_description p {
    font-size: 12px;
}
#open_description, #open_description_mobile {
position: absolute;
    bottom: 12px;
    right: 1px;
    font-family: 'sequel_100_black75';
    font-size: 10px;
    color: #000;
    z-index: 9;
    background: #fff;
    width: 248px;
    text-transform: uppercase;
	padding: 0 20px;
}
.page-template-page-galerie #open_description {
text-align: right;
}
.page-template-page-galerie .descriptionGalerie div#open_description p {
	width: 100%;
}
.single-pal_foires #open_description {
    position: relative;
    right: 0;
    font-family: 'sequel_100_black75';
    font-size: 10px;
    color: #000;
    z-index: 9;
    background: #fff;
    width: 178px;
    text-transform: uppercase;
    margin-top: 10px;
    top: 13px;
}
#page_store .artiste-left-side {
    padding: 0;
    z-index: 1;
    position: relative;
}
body #page_store .slick-dots{
	left : inherit;
	right: -40px;
	top: 26%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}
.woocommerce-notices-wrapper {
    display: none;
    display: none;
}
.titleCart p {
    display: block;
    float: left;
    width: 100%;
    font-family: 'whyte_inktrapregular';
}
.titleCart  {
margin-bottom: 38px;
}
.class-news .woocommerce table.shop_table {
    border: 0;
}
.class-news .woocommerce table.shop_table td {
    vertical-align: top;
}
.class-news span.woocommerce-Price-amount.amount *{font-size: 11px;}
.class-news span.woocommerce-Price-amount.amount {
    width: 100%;
    display: block;
	min-width: 192px;
	font-size: 11px;
}
.class-news .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
    padding: 0 20px 0 0;
}
.class-news .woocommerce table.shop_table tbody:first-child tr th {
    border-top: 0;
    padding: 0 20px 0 0;
    font-weight: normal;
    font-size: 11px;
}
/*footer*/
marquee{
 font-family: 'whyte_inktrapregular';
 font-size: 55px;
 border-top: 1px solid;
 border-bottom: 1px solid;
 padding: 10px 0;
}
/* Texte dĂ©filant */
footer{
	overflow: hidden;
}
.ticker-list li h3{ 
   -webkit-animation:linear marqueelike 20s infinite ;
	-moz-animation:linear marqueelike 20s infinite ;
	-o-animation:linear marqueelike 20s infinite ;
	-ms-animation:linear marqueelike 20s infinite ;
	animation:linear marqueelike 20s infinite ;
	font-size: 55px;
}
.ticker-list h3{
	padding : 0 80px;
}
.ticker-list {
	display: inline-flex;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	width: 100%;
	font-family: 'whyte_inktrapregular';
	 font-size: 55px;
	 border-top: 1px solid;
	 border-bottom: 1px solid;
	 padding: 10px 0;
}
.defile {
	display:block;
	-webkit-animation:linear marqueelike 12s infinite ;
	-moz-animation:linear marqueelike 12s infinite ;
	-o-animation:linear marqueelike 12s infinite ;
	-ms-animation:linear marqueelike 12s infinite ;
	animation:linear marqueelike 12s infinite ;
	margin-left:-100%;
	padding:0 5px;
	text-align:left;
	height:86px;
}
.expoprev img {
    transform: rotate(180deg);
    position: relative;
    top: -2px;
}

.defile:after {
	content:attr(data-text);
	position:absolute;
	white-space:nowrap;
	padding-left:10px;
}

@-webkit-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-moz-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-o-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-ms-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }

@media only screen and (max-width: 860px) {
.defileParent {
	display: block;
	margin: 0em auto;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	width: 100%;
}

.defile {
	display:block;
	-webkit-animation:linear marqueelike 15s infinite ;
	-moz-animation:linear marqueelike 15s infinite ;
	-o-animation:linear marqueelike 15s infinite ;
	-ms-animation:linear marqueelike 15s infinite ;
	animation:linear marqueelike 15s infinite ;
	margin-left:-100%;
	padding:0 5px;
	text-align:left;
	height:86px;
}
}

@-webkit-keyframes marquee {
  0% {
    text-indent: 260px;
  }
  100% {
    text-indent: -260px;
  }
}
video::-internal-media-controls-download-button {
    display:none;
   }

   video::-webkit-media-controls-enclosure {
        overflow:hidden;
   }

   video::-webkit-media-controls-panel {
        width: calc(100% + 30px); 
   }
ul.list-inline.social a {
    font-family: 'whyte_inktrapregular';
    font-size: 13px;
    color: #000;
}
.btn-subscribe-news-footer {
    font-family: 'whyte_inktrapregular';
    font-size: 14px;
    color: #000;
}
.STICKER-gal.newsletterbtn img {
     cursor: url(images/pointer_n.png), pointer !important;
}
footer .list-inline > li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}
ul.footer-infos {
    /* display: table; */
    width: 100%;
	 font-family: 'whyte_inktrapregular';
	 font-size: 13px;
	 padding: 0 15px;
}
ul.footer-infos li {
    /* display: table-cell; */
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6px;
	    vertical-align: middle;
}
ul.footer-infos li a{ 
 font-family: 'whyte_inktrapregular';
	 font-size: 14px; 
	 color: #000;
}
a.added_to_cart.wc-forward {
    display: none;
}
td.product-name a {
    font-family: 'whyte_inktrapregular';
    font-size: 11px;
    color: #000;
}
.page-template-default .shop_table td.product-name > a {
	    min-width: 190px;
}
.shop_table td.product-name > a {
    top: -8px;
}
.class-news .product-name span.woocommerce-Price-amount.amount,
.class-news .product-name span.woocommerce-Price-amount.amount *{
    font-size: 8px;
	margin-top: -17px;
}
a.checkout-button.button.alt.wc-forward , input#coupon_code{
font-family: 'whyte_inktrapregular';
    color: #000;
    font-weight: 400;
    border: 1px solid #000;
    padding: 0;
    width: 176px;
    height: 35px;
    font-size: 11px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0;
    text-transform: uppercase;
}
body .woocommerce .coupon button.button:hover, a.checkout-button.button.alt.wc-forward:hover{
	color: #FF0000;
	border-color: #FF0000;
}
body.single-palexpositions .woocommerce .coupon button.button:hover,
body.single-pal_artistes a.checkout-button.button.alt.wc-forward:hover{
	color: #F09D00;
	border-color: #F09D00;
}
body.single-pal_artistes .woocommerce .coupon button.button:hover,
body.single-pal_artistes a.checkout-button.button.alt.wc-forward:hover{
	color: #8DF9FC;
	border-color: #8DF9FC;
}

body .woocommerce .coupon button.button
{
    border-radius: 0px;
	text-transform: uppercase;
    font-size: 10px;
	/* display: none; */
	background: transparent;
    border: 1px solid;
    margin-top: 3px;
    width: 176px;
    height: 35px;
	font-weight: normal;
	 /* visibility: hidden; */
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
	     cursor: url(images/pointer_n.png), pointer !important;
}
.wc-stripe-save-source {
    display: none;
}
body #add_payment_method #payment div.payment_box, 
body .woocommerce-cart #payment div.payment_box,
 body .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 2em 0;
}
.actions .coupon:hover button {
     visibility: visible !important;
  opacity: 1 !important;
}
input#coupon_code {
    width: 176px;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    width: 59px;
}
form.checkout.woocommerce-checkout h3 {
	font-size: 17px;
}
form.checkout.woocommerce-checkout * {
    text-transform: uppercase;
}
body .datacart .woocommerce .cart-collaterals, body .woocommerce-page .cart-collaterals {
    width: 100%;
}
body.single-product form.cart .qib-container + button.single_add_to_cart_button.button.alt.added {
    margin-left: 1em !important;
}
.page-template-page-galerie div#msg {
    text-transform: initial;
    text-align: justify;
    width: 170px;
    float: right;
}
.foireDate {
    display: block;
    font-family: 'whyte_inktrapregular';
    font-size: 11px;
    line-height: 18px;
    color: #000;
	margin-bottom: 0px;
}
.foireDate.actusD {
	font-size: 11px
}
.foirename.actusN {
	font-size: 22px;
}
.foirename {
    display: block;
    font-family: 'whyte_inktrapregular';
    font-size: 24px;
    color: #000;
    /* line-height: 35px; */
	    margin-bottom: 18px

}
footer ul.list-inline.social {
    margin-top: 5px;
    margin-bottom: 5px;
}
li.foires {
    max-width: 80%;
}
li.foires a{
	display: inline-block; 
}
li.foires.active .foireDate , li.foires.active .foirename, li.foires a:hover span{
	color: #F77DBF;
}
.page-template-page-actus li.foires.active .foireDate ,
.page-template-page-actus li.foires.active .foirename, li.foires a:hover span{
	color: #8cf74a;
}
.single-post .foireDate {
    display: block;
    font-family: 'whyte_inktrapregular';
    font-size: 18px;
    color: #000;
    margin-bottom: 9px;
}
li.foires a:hover span{
 cursor: url(images/pointer_n.png), pointer !important;
}
.descriptionGalerie p{
	
	font-size: 20px;
}
.descriptionGalerie {
padding-top: 45px;
    padding-left: 90px;
    max-width: 100%;
    padding-right: 85px;
    font-size: 20px;
}
.page-template-page-galerie .subDescription {
	font-size: 11px;
}
.subDescription {
    position: absolute;
    bottom: 10px;
    left: 40px;
    font-size: 15px;
    color: #000;
    z-index: 9;
    background: #fff;
    max-width: 210px;
}

@media (max-width: 767px) {
    .page-template-page-galerie .subDescription {
        position: absolute;
        bottom: 15px;
        margin-left: 15px;
    }
}

.newsletter-popup-contact h2 a, .newsletter-popup-contact h2 {
    font-family: 'whyte_inktrapregular';
    font-size: 60px;
	line-height: 53px;
    color: #000;
	
}
 .newsletter-popup-contact h2 ,.newsletter-popup-contact h2 a{
	line-height: 50px;
    color: #000;
    max-height: 75px;
}
.newsletter-popup-contact p a, .newsletter-popup-contact .social a{
padding: 5px 0;
    display: inline-block;
    height: 30px;
}
.newsletter-popup-contact .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}

.newsletter-popup-contact p a,
.newsletter-popup-contact p {
    font-family: 'whyte_inktrapregular';
    font-size: 12px;
    color: #000;
	margin-left: 3px;
	margin-top: 7px;
	line-height: initial;
}
 .newsletter-popup-contact p {
	 margin-bottom:25px;
}
ul.list-inline.social li:not(:first-child):before {
    content: "/";
    font-size: 15px;
}
body .list-inline > li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}
.text-desc {
    float: left;
    float: left;
    padding: 20px;
	width: 100%;
}
.page-template-default .woocommerce form .form-row input.input-text,.page-template-default .woocommerce form .form-row textarea {
    width: 100%;
    height: 36px;
    border-radius: 0;
    border: 1px solid;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 3px;
}
 body .woocommerce button.button.alt, body .woocommerce input.button.alt {
    background-color: #000;
    border-radius: 0;
 }
 h3#order_review_heading {
    margin-top: 30px;
}
.page-template-default .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    width: 100%;
}
.page-template-default td.product-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
}
.lang {
    position: fixed;
    top: -100%;
    font-family: 'sequel_100_black45';
    color: #000;
	list-style: none;
	display: inline-flex;
    width: 47px;
    justify-content: space-around;
    z-index: 9;
	font-size: 12px;
	z-index: 2;
}
.lang:not(.homelang) {
	font-size: 12px;
}
li.lang-item-first:after {
    content: "/";
    padding: 3px;
}
.lang.footerlang {
    min-width: 125px;
}
.lang.footerlang:not(.homelang) {
    bottom: 21px;
}
.lang.footerlang ul li{
	
}
.lang.footerlang ul{
    list-style: none;
    padding: 0;
    width: 144px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.current-lang a, .lang a:hover{  
    text-decoration: underline;
}
.lang a, .lang a:active{ color: #000; }
.home .lang {
    top: initial;
    right: 2px;
    bottom: 10px;
    position: absolute;
    letter-spacing: 1px;
}
#page_store .container-store {
	width : 100%;
	    position: relative;
    z-index: 1;
}
#page_store .artiste-left-side{
		padding-left: 124px;
	}
#page_store	.title-side{
	transform-origin: 50% 200%;
}


/************/
.labelcontact, .labelcontact a {
    font-family: 'whyte_inktrapregular';
    font-size: 60px;
    color: #000;
    line-height: 50px;
    text-align: left;
}
.labelcontact:hover, .labelcontact a:hover ,
.infocontact:hover, .infocontact a:hover
{
	color: #F09D00 !important;
}
.infocontact, .infocontact a {
    font-family: 'whyte_inktrapregular';
    font-size: 12px;
    color: #000;
    position: relative;
    z-index: 0;
}
.horaires.col .labelcontact , .Email.col .labelcontact,
.phone.col .labelcontact, .reseauc.col .labelcontact{
    margin-left: -5px;
}
.reseauc ul.list-inline.social a {
    font-family: 'whyte_inktrapregular';
    font-size: 13px;
    color: #000;
    margin-top: 3px;
}

@media (max-width: 767px){
.labelcontact, .labelcontact a {
    font-size: 39px;
	line-height: 39px;
}	
}



/***********/
@media (min-width: 767px){
	.hidden-sm-up{
		display: none;
	}
	li#menu-item-686, li#menu-item-898 {
		display: none;
	}
}
@media (min-width: 767px){
	body .container {
		width: 100%;
		padding-left: 104px;
	}
}
@media (min-width: 1300px){
	body .container {
		width: 100%;
		padding-left: 124px;

	}
	
}

@media (max-width: 1199px){
	.ExpoDates {
		font-size: 35px;
		line-height: normal;
		margin-top: 15px;
		width: 60%;
	}
	.Expotitle, .nameArtiste{
		font-size: 35px;
		line-height: normal;
	}
}

@media (max-width: 767px){
	div.popup-image .imgslide img {
		width: 100%;
		height: auto;
		top: 47%;
	}
	div.bgextartiste span {
		display: block !important;
		position: relative;
	}
	div.bgextartiste .button-left span {
		left: 46px !important;
		top: 290px !important;
		font-size: 20px;
		line-height: 20px;
		width: 150%;
	}
	input[type="radio"]:checked:before, .page-id-176 input.shipping_method[checked="checked"]:before,
	.page-id-279 input.shipping_method[checked="checked"]:before, input[type="radio"]:after{
		    width: 17px;
			height: 17px;
			left: -1px;
			top: -2px;
	}
	div.bgextartiste .button-right span {
		left: initial !important;
    right: 127% !important;
    top: 87px !important;
    font-size: 20px;
    line-height: 20px;
    width: 200%;
    text-align: right;
	}
	.page-template-page-galerie #open_description {
    text-align: left;
}
		
	.ExpoDates {
		font-size: 30px;
		line-height: normal;
		margin-top: 10px;
		width: 100%;
	}
	.Expotitle, .nameArtiste{
		font-size: 28px;
		line-height: normal;
	}
	.Expotitle{
	 padding: 35px 0;
	}
	.Expotitle .ligne1, .Expotitle .ligne2 {
		display: block;
		line-height: 28px;
	}
	.Expotitle .ligne2 {
		text-align: left; 
		padding-left: 40%;
	}
}
@media (min-width: 767px){
	.text-bio { 
		padding-right: 67px;
		float: left;
	}
	.STICKER-gal.newsletterbtn {
		width: 230px;
		margin-right: 180px;
		transform: rotate(5deg);
	}
	.descriptionGalerie div#open_description p {
		font-size: 12px;
		margin-bottom: -2px;
		margin-top: 20px;
	}
	.single-product #open_description p, .single-product #open_description_mobile p{
		    margin-bottom: 0;
			font-size: 14px;
			text-transform: initial;
	}
	.single-product #open_description, .single-product #open_description_mobile {
		position: absolute;
		bottom: 10px;
		left: -20px;
	}
	body .artiste-right-side form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_){
	    margin-top: 10px;
		margin-left: 100px;
	}
}
@media screen and (max-width: 700px) and (max-height: 600px) {
body header div#bs-example-navbar-collapse-1 .menu-main-menu-container .navbar-nav li,
body  header div#bs-example-navbar-collapse-1 .menu-main-menu-en-container .navbar-nav li {
    margin: 4px 0px;
    margin-left: 55px;
}
body header div#bs-example-navbar-collapse-1 .menu-main-menu-container .navbar-nav li a,
body header div#bs-example-navbar-collapse-1 .menu-main-menu-en-container .navbar-nav li a {
    font-size: 28px;
    line-height: 40px;
}
body .newsletter-popup.cartpage {
    padding-top: 10px;
}
.newsletter-popup.cartpage .closepop {
    top: 0;
}
.cartpage .class-news form {
    float: left;
    margin-top: 20px;
    max-height: 224px;
}

}


@media (max-width: 767px){
.single-product #open_description p, .single-product #open_description_mobile p{
	margin-bottom: 0;
	font-size: 13px;
	text-transform: initial;
}
.page-template-page-expositions__avenir #page_exposition .artiste-right-side {
    position: inherit !important;
}
/* panier */
body .woocommerce #content table.cart .product-thumbnail,
body .woocommerce table.cart .product-thumbnail,
body .woocommerce-page #content table.cart .product-thumbnail,
body .woocommerce-page table.cart .product-thumbnail {
    display: block !important;
	width: 100px !important;
}
body .woocommerce #content table.cart img,
body .woocommerce table.cart img, 
body .woocommerce-page #content table.cart img,
body .woocommerce-page table.cart img {
    width: 74px;
}

body div .shop_table td.product-name a {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
}
body div .product-name span.woocommerce-Price-amount.amount, .class-news .product-name span.woocommerce-Price-amount.amount {
    font-size: 8px;
    margin-top: -10px;
    float: left;
    width: 100%;
    text-align: left;
}
body .woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
body .woocommerce-page table.shop_table_responsive tr td.product-name::before {
    display: none;
}
body .checkout-popup .checkout-page form.woocommerce-cart-form .product-name a {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    line-height: 25px;
    margin-top: 11px;
    float: none;
}
body .checkout-popup button.minus.qib-button {
    display: block !important;
    opacity: 0;
    position: absolute;
    left: -2px;
    top: -4px;
}
.single-pal_artistes .single-product .quantity {
    font-family: 'whyte_inktrapregular';
    color: #000;
    font-weight: 400;
    font-size: 15px;
    border-top: 1px solid #000;
    padding: 0;
    width: 120px;
}
.single-pal_artistes .class-news .product-name .qib-container:not(#qib_id):not(#qib_id) {
    display: inline-block;
    width: 60px;
    position: absolute;
    right: 0;
    left: inherit;
}
body.single-pal_artistes .qib-container .single-product .quantity input.qty:not(#qib_id):not(#qib_id),
 body.single-pal_artistes .single-product .qib-button:not(#qib_id):not(#qib_id) {
    margin-top: 1px;
}
/****/
.single-palexpositions .bgextartiste .button-right:after {
    content: "Expositions suivant";
	display: none;
}
.single-palexpositions .bgextartiste .button-left:after {
    content: "Expositions précédent";
	display: none;
}

html:lang(en-GB) .single-palexpositions .bgextartiste .button-right:after {
    content: "Next expositions";
	display: none;
}
html:lang(en-GB) .single-palexpositions .bgextartiste .button-left:after {
    content: "Previous expositions";
	display: none;
}

body .checkout-popup h3 {
		left: -19%;
		top: 160px;
		font-size: 38px;
		font-family: 'sequel_100_black75';
}
.cart-collaterals .pull-left.col-sm-6 ,
 body .woocommerce .coupon button.button, 
 a.checkout-button.button.alt.wc-forward,
 input#coupon_code{
    padding-left: 0;
    padding-right: 0;
	    width: 100%;
		
}
body .checkout-popup{
	position: fixed;
	overflow: auto;
    padding-bottom: 50px;
}
code, kbd, tt, var {
    font-size: 13px;
}
.presse .text {
    width: 75% !important;
    padding-right: 0;
}
.expositions .text, .presse .text, .presse .text p, .presse .text a {

    padding-right: 15px;
}
	nav.navbar.navbar-default.navbar-fixed-top.openMenuTop{
		    display: flex;
			align-items: flex-start;
	}
body #page_exposition .artiste-right-side {
    min-height: 668px;
    height: 100%;
}
ul.list-inline.social {
    margin-left: 0;
}
body .newsletter-popup.cartpage {
    padding-top: 100px;
    padding-left: 26px;
    padding-right: 35px;
}
.newsletter-popup.test .class-news form input[type="submit"] {
    top: -15px;
}
.newsletter-popup.test form#register-form {
    margin-top: 50px;
	margin-bottom: 30px;
}
.newsletter-popup.test .class-news form input[type="submit"] {
    right: 0;
    width: 88px;
    padding-top: 7px;
}
.newsletter-popup.test .class-news .translate {
    position: relative;
    width: 52px;
}
.newsletter-popup.test .class-news form input {
	    margin-bottom: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
}
.newsletter-popup.cartpage .woocommerce .cart-collaterals, 
 body .newsletter-popup.cartpage .woocommerce-page .cart-collaterals {
    padding-left: 36px;
}

.newsletter-popup.cartpage .woocommerce .cart-collaterals, 
 body .newsletter-popup.cartpage .woocommerce-page .cart-collaterals {
	padding-left: 43px;
    padding-right: 43px;
 }
body .newsletter-popup.cartpage .class-news .woocommerce ul#shipping_method li {
    padding-left: 46px;
}
body .newsletter-popup.cartpage .titleCart {
    padding-left: 45px;
}
body .newsletter-popup.cartpage .datacart {
    padding-left: 34px;
}
.single-product .newsletter-popup.cartpage .quantity.buttons_added ,
.single-product .newsletter-popup.cartpage .quantity {
    width: 185px !important;
}
body.single-pal_artistes .qib-container .quantity input.qty:not(#qib_id):not(#qib_id){height: 26px;}
body.single-pal_artistes .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
body.single-palexpositions .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
 body.single-pal_artistes .qib-button:not(#qib_id):not(#qib_id) ,
 body.single-product .newsletter-popup.cartpage .qib-container .quantity input.qty:not(#qib_id):not(#qib_id)
 {
    margin-top: 0;
    width: 28px;
	left: 32px;
	
}
.single-product .quantity > .wac-qty-button {
    left: 0;
    z-index: 999;
}
.single-product .newsletter-popup.cartpage .class-news .product-name .qib-container:not(#qib_id):not(#qib_id) {
    display: inline-block;
    width: 185px;
}
.newsletter-popup-contact p {
    margin-bottom: 14px;
}
.newsletter-popup-contact .class-news {
   padding-top: 58px;
}

.newsletter-popup .class-news p {
    margin-left: 0 !important;
}
.newsletter-popup-contact h2 a, .newsletter-popup-contact h2 {
    font-size: 39px;
    line-height: 41px;
}
.newsletter-popup-contact .addtoany_content {
    display: none;
}
div.popup-image {
    z-index: 9;
    top: 49px;
}
#page_store .title-side {
    transform-origin: 44% 219%;
}
#page_store .artiste-right-side {
    width: 82%;
    height: calc(100vh - 50px);
}
.page-template-page-expositions__palstore .openfiltermobile {
    font-weight: initial;
}
.page-template-page-foire .artistes.artistes-nom {
    padding: 0;
}
.page-template-page-foire .artistes .tab-pane ul {
    margin-top: 0;
}
.page-template-page-foire .img-expo {
    width: 100%;
    height: 260px !important;
}
.foireDate, .foirename{
	padding-left: 15px;
}
.page-template-page-foire .title-side, .single.single-pal_foires .title-side {
    transform-origin: 30% 151%;
}
.artiste-title {
    font-size: 20px;
}
.artistes .tab-pane ul li{
	width:100%;
}
.artistes .tab-pane ul {
    -ms-flex-direction: initial;
    flex-direction: initial;
}
ul.footer-infos {

    display: flex;
    justify-content: space-between;
}
.class-news form input[type="submit"] {
    right: 0;
}
.page-template-default .container {
    width: 100%;
}
.page-template-default p{
width: 100%;
}
.page-id-241 .artiste-left-side, .page-id-241 .artiste-right-side {
    padding-left: 0;
}
#open_description p, #open_description_mobile p{
	font-size: 10px;
}
#open_description, #open_description_mobile {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 10px;
    margin-top: 32px;
    display: inline-block;
	text-align: left;
	padding-left: 0;
}
.page-template-page-expositions__palstore .img-expo{
	    height: 192px !important;
}
.toutes-expos {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
}
.openfiltermobile {
    padding: 15px 0 10px 15px;
    font-family: 'sequel_100_black75';
    font-size: 15px;
    font-weight: bold;
}
.filterMenu {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 350px;
    background: #fff;
	bottom: -100%;
}
.filterMenu .closepop{
	right: 15px;
    top: 15px;
	    width: 30px;
    height: 30px;
}
.filterlabel {
    padding: 22px 0 10px 15px;
    font-family: 'sequel_100_black75';
    font-size: 10px;
    text-decoration: underline;
    font-weight: bold;
    line-height: 12px;
}
.newsletter-popup, .newsletter-popup-contact {
    width: 100%;
}
.filterMenu ul {
	margin-top: 26px;
}
.filterMenu li a {
    font-family: 'sequel_100_black75';
    font-size: 12px;
    color: #000;
    margin: 11px 0;
    display: inline-block;
    text-transform: uppercase;
}
.btn-subscribe-news {
    top: -120%;
    right: 15%;
}
.wmc-cart-wrapper {
    display: none;
}
.ExpoDates a:last-child{
	position: relative;
    top: -14px;
    padding: 0;
}
.ExpoDates {
    font-size: 25px;
    line-height: 14px;
    margin-top: 50px;
    width: 100%;
}
#page_exposition ul {
    padding-left: 0;
}
body .home-expos .slick-dots {
    left: 0;
    right: 0;
    padding: 0px;
    z-index: 9;
    text-align: center;
    bottom: -32px;
    height: auto;
    width: auto;
    top: auto;
}
body .slick-dots {
    top: inherit;
	bottom: -36px;
	width: 100%;
}
.ExpoDates a.expodate_a1 {
    display: inline-block;
    position: relative;
    right: 111px;
}
span.expodate_a1 {
    display: block;
    text-align: left;
    line-height: 19px;
}
body .slick-dots li {
	margin: 3px 5px;
	display: inline-block;
    float: none;
}
.rightimgslide:not(.lastslide) {

    background-image: url(images/SOURIS-FLECHE.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto 62px;
}
.leftimgslide:not(.fisrtslide) {

    background-image: url(images/SOURIS-FLECHE-BACK.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: auto 62px;
}
.hidden-sm-down{
	display: none !important;
}
.nameArtiste {
    bottom: 0px;
	padding: 0;
}
.infoimage {
    width: 100%;
}
.closepop {
    right: 5px;
	top: 90px;
    width: 50px;
    height: 50px;
}
.artistes .tab-pane ul {
    max-height: initial;
}
marquee {
font-size: 30px;
}
.popup-image {
    display: flex;
    align-items: center;
}
body .navbar-fixed-top .navbar-collapse,
body .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}
.navbar-default.openMenuTop {
    height: 100vh;
}
.openMenu {
    height: 100vh;
    padding: 0;
}
.title-side {
    font-family: 'sequel_100_black75';
    font-size: 43px;
    color: black;
    left: 69px;
	top: 75px;
    position: fixed;
	transform-origin: 50% 220%;
}
.img-expo {
    width: 100%;
    height: 160px;
}
.page-template-page-expositions__avenir .navbar-default .title-side,
 .page-template-page-expositions__encours .navbar-default .title-side,
 .page-template-page-expositions__all .navbar-default .title-side,
 .page-template-page-expositions__passees .navbar-default .title-side,
 .single-palexpositions-expositions__passees .navbar-default .title-side,
 .single-palexpositions-expositions__encours .navbar-default .title-side,
 .single-palexpositions-all .navbar-default .title-side,
 .single-palexpositions .navbar-default .title-side,
 .page-template-page-expositions__all .title-side, 
 .page-template-page-expositions__encours .title-side,

 .page-template-page-expositions__avenir .title-side {
    transform-origin: 51% 279%;
    top: -100%;
    font-size: 51px;
    top: 92px;
}
 .page-template-page-expositions__passees .title-side{
transform-origin: 57% 362%
 }
 body.page-template-page-galerie .title-side {
    transform-origin: 46% 96% !important;
}
.single-product #page_store .artiste-right-side {
    width: 82%;
    height: 100%;
    padding: 0;
	padding-bottom: 62px;
}
.pull-left.palmag {
    margin-top: 0;
}
body .checkout-popup .checkout-page form.woocommerce-cart-form .quantity.wac-quantity .qib-container {
    height: 23px !important;
    width: 100% !important;
    padding-left: 28px;
    padding-right: 28px;
}
body .checkout-popup .checkout-page form.woocommerce-cart-form .quantity.wac-quantity .qib-container .wac-qty-button {
    height: 100%;
    position: absolute;
    right: 0px;
    left: inherit;
}
body .checkout-popup .checkout-page form.woocommerce-cart-form .quantity.wac-quantity .qib-container .quantity.buttons_added {
    height: 23px;
    margin-top: -6px !important;
    width: 100% !important;
    border: 0 !important;
}
body .checkout-popup .checkout-page .product-name .qib-container:not(#qib_id):not(#qib_id) {
    display: inline-block;
    width: 78px;
    padding-right: 0;
}

body .checkout-popup .checkout-page .quantity.wac-quantity {
    height: 25px;
    margin-top: 20px;
}
body .checkout-popup .checkout-page form.woocommerce-cart-form .quantity.wac-quantity 
.qib-container .quantity.buttons_added input.qty:not(#qib_id):not(#qib_id){
    border: 0 !important;
	padding-right: 28px;
	height: 27px !important;
			margin-top: 4px !important;
}
body.product-template-default.single-product .checkout-popup .checkout-page form.woocommerce-cart-form .quantity.wac-quantity 
.qib-container .quantity.buttons_added input.qty:not(#qib_id):not(#qib_id){

			margin-top: -4px !important;
}
body.home .home-expos .btn-subscribe-news {
    margin: 0px;
    right: -5px;
    left: auto;
    top: 100px;
    height: 113px;
}
body .checkout-popup .checkout-page form.woocommerce-cart-form .quantity.wac-quantity .wac-qty-button {
    height: 23px;
}
.mobileContainer span{ font-size: 18px !important; line-height: 20px;}
.mobileContainer {
    padding: 30px 15px;
}
.artistes-page {
    position: relative;
}
.artiste-right-side {
    padding-right: 0;
    width: 80%;
	border-left: 1px solid;
    padding-left: 0;
}
.page.page-id-178 .artiste-right-side, .page.page-id-268 .artiste-right-side {
    width: 100%;
    border: 0;
}
.page.page-id-268 .artiste-left-side , .page.page-id-178 .artiste-left-side{
    border-left: 0px solid #000;
        padding-left: 15px;
    margin-bottom: -15px;
}
.page-template-default .woocommerce form .form-row input.input-text,
 .page-template-default .woocommerce form .form-row textarea {
    padding-left: 8px;
}
.expo-side {
    font-size: 21px;
    line-height: 31px;
    margin-top: 5px;
}
.btn-all-expos {
    bottom: 0;
    position: initial;
    margin: 20px 0;
}
.toutes-expos {
    margin-top: 0;
}
.toutes-expos .pd0{
padding: 0 !important;
}
.expodate , #page_exposition .date a{
    font-size: 20px;
	font-family: 'whyte_inktrapregular';
    margin-top: 10px;
    line-height: 25px;
}
#page_exposition .date a{
	padding-right: 10px;
}
.imagepalmag a {
	    width: 100%;
    height: 100%;
    display: block;
}
.single-expo-btns {
    bottom: inherit;
    position: relative;
    margin-top: 15px;
}
.single-palexpositions .expodate {
    margin-top: 25px;
}
.biographie {
    margin-top: 20px;
    float: left;
    padding-left: 15px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    height: auto;
}
.presse .text, .expositions .text{
    width: 80%;
	word-break: break-word;  
}
.bgextartiste {
    font-size: 37px;
    line-height: normal;
}
body #page_exposition .slick-dots {
    left: 0;
    right: inherit;
    text-align: center;
    margin-bottom: 5px;
}
.sliderpager {
    display: none;
}
.slider-for {
    width: 100%;
}

.biographie h3, .expositions h3, .presse h3, .video h3 {
    padding-left: 15px;
}
.toutes-expos.stores > .col-xs-12{
	 padding: 0;
}
.toutes-expos.stores {
    width: 100%;
    padding: 0;
    margin-left: 0;
}
li.artisteName{
	padding: 5px 0;
}
.artistes {
    margin-top: 0;
    padding-left: 15px;
    width: 80%;
    border-left: 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
	min-height: 667px;
	height: 100%;
}
.artiste-right-side .slick-slide p{
	padding-left: 15px;
}
.bgextartiste { 
    height: 400px;
}
li.foires a{ display: block;}
.foirename {
    font-size: 26px;
    margin-bottom: 20px;
}
body.single-post .slick-dots,
 body.single-post .slick-dots {
    left: 0;
    right: inherit;
    text-align: center;
    margin-bottom: 9px;
}
li.foires {
    max-width: 100%;
}
.name-title.palstore{
    width: 100%;
}
.name-title.palstore a {
   margin-bottom: 0;
}
.toutes-expos.stores .price-palmag a{ 
   width: 100%;
    margin-top: 10px;
}
.toutes-expos.stores .price-palmag {
    width: 100%;
    padding: 3px 15px;
}
#page_exposition .name-title a{
	font-size: 21px;
    line-height: 31px;
    margin-top: 5px;
    font-family: 'sequel_100_black75';
	padding-left: 10px;
}
.mobilemenu ul li:not(:last-child):after{
	content: "|";
	padding-right: 2px;
	padding-left: 5px;
}
.mobilemenu {
    float: right;
    width: 80%;
    border-left: 1px solid #000;
}
.mobilemenu ul li {
    display: inline-block;
    padding: 7px 0px 7px 0px;
    font-family: 'sequel_100_black75';
    font-size: 10px;
    line-height: 31px;
    margin-top: 0;
}
#page_exposition a:hover, #page_exposition a{
	color:#000;
}
a.ensavoirplus{
	display: none; 
}
#page_exposition a:hover, #page_exposition a.active{
	text-decoration: underline;
}
header .navbar-default .navbar-nav li a {
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 15px;
}
body.single-pal_artistes .slick-dots, body.single-pal_foires .slick-dots {
    left: 0;
    right: inherit;
    padding: 0;
    text-align: center;
}
.expositions .titre {
    width: 100%;
    min-height: 30px;
}
.expositions .annee {
    font-size: 13px;
}
.expositions .annee {
    width: 20%;
    padding-right: 20px;
}
ul.soloshow {
    padding-left: 15px;
}
.single-product .container , .page-template-page-galerie .container{
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    float: right;
    margin: 0;
}
.single-product .artistes-page , .page-template-page-galerie .artistes-page {
    position: relative;
    justify-content: flex-end;
}
.page-template-page-galerie-php .artiste-left-side {
    padding-right: 0;
}
.page-template-page-galerie-php .STICKER-gal.newsletterbtn {
    margin: 35px 0;
}
.subDescription {
    position: relative;
    bottom: 20px;
	left: 0;
}
.page-template-page-galerie-php #open_description {
    position: relative;
    bottom: 28px;
}
body.single-product  #page_store .slick-dots {
    left: inherit;
    right: 0;
    top: initial;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 0;
    text-align: center;
}
.artiste-right-side.store-right {
    padding-left: 15px;
}
#page_store h1 {
	 margin-top: 33px; 
}
.artiste-right-side.store-right .addtocartwc {
    left: 0;
}
.addtocartwc {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    height: auto;
    left: 0;
}
.artiste-right-side.store-right .price-palmag {
    padding-left: 0;
    margin-top: 7px;
}
body form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
    margin-left: 0 !important;
    border-radius: 0;
    width: 100%;
}
.single-product #page_store .summary.entry-summary {
    width: 100%;
    margin-bottom: 0;
}
#abonnementPalMag a {
    position: relative;
    top: 0;
    bottom: inherit;
    z-index: 3;
    display: flex;
    align-items: center;
    left: 0;
    height: 30px;
    padding: 0 34px;
    margin-right: 0px;
    width: 100%;
}
body .single-product .qib-container:not(#qib_id):not(#qib_id) {
    left: 0;
}
#page_store #abonnementPalMag {
    position: relative;
    top: 0 !important;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    left: 0 !important;
    height: 41px;
    padding: 0;
    margin-top: 13px;
    font-size: 11px;
    width: 100%;
    margin-left: 0;
}
#abonnementPalMag p {
    display: none;
}
.addtocartwc .woocommerce {
    width: 100%;
    padding-right: 0px;
}
.artiste-right-side.store-right {
    padding-left: 15px;
    padding-right: 15px;
}
#page_store a#PalMagPdf {
    position: relative;
    bottom: inherit;
    z-index: 9;
    width: 100%;
    margin-top: 13px;
}
.qib-container:not(#qib_id):not(#qib_id) {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
#open_description.open, #open_description_mobile.open {
    padding: 0px;
    width: 100%;
}
input#quantity_5f385d6e285dc {
    top: 4px;
    position: relative;
    height: 41px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
#page_store h1, #page_store h2 {
    font-family: 'whyte_inktrapregular';
    font-size: 26px;
    padding-left: 0;
    
}
.d-flex{
	display: flex;
}
.datacart .cart-collaterals {
    bottom: 144px;
}
html body.page-template.page  div div.title-side,
html body.single  div div.title-side
{
    left: 33px !important;
    right: 27px !important;
    top: inherit;
    font-size: 44px;
    bottom: 0 !important;
    position: fixed;
    transform-origin: left !important;
    padding-left: 0;
    padding-top: 0;
    height: 67px;
    text-align: right;
    /* max-height: 66px; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

}
@media (max-width: 767px) {
    .navbar-header {
        float: none;
		width: 100% !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse.in{
		display: block !important
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	body #badge-newsletter {
        white-space: pre-wrap;
        bottom: -55px !important;
        max-width: 240px;
	}
	body  .newsletter-popup {
        z-index: 99998 !important;
    }
    
	body .newsletter-popup-contact { 
        z-index: 9998 !important;
	}
	div li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon,
	div li.payment_method_stripe_payment_request .wc-stripe-paymentRequest-icons-container img {
    width: 33px;
    height: auto;
}
}

#warning-message {
	display: none; 
	align-items: center;
	justify-content: center;
	text-align: center; 
	font-size: 25px;
	min-height: 190px;
	height: calc(100% - 100px);
}

@media screen and (orientation:landscape)
and (max-width: 967px) 
and (max-height: 767px) {
    #wrapper { display:none; }
    #warning-message { display:flex; }
    footer, .wmc-cart-wrapper{
        display:none;
    }
}

@media screen
and (orientation:portrait)
and (max-width: 967px) 
and (max-height: 767px) {
    #warning-message { display:none; } 
}  


/* ***************** ADD STYLE ***************** */

#open_description_mobile {
    display: none;
}

body .qib-container .quantity input.qty:not(#qib_id):not(#qib_id), body .qib-button:not(#qib_id):not(#qib_id) {
    height: 30px !important;
}

.newsletter-popup-contact .btn-subscribe-news {
    top: calc(100% + -10px);
    left: 220px;
    margin: 0;
    width: 160px;
}

.page-id-241 .artiste-right-side, .page-id-277 .artiste-right-side {
    height: 100% !important;
    max-height: initial !important;
}

.page-id-273 .title-side {
    top: -25px;
}

.nav-post-text {
    position: fixed;
    bottom: 20px;
    align-items: center;
}

.nav-post-text .col,
.nav-posts .col {
    display: inline-block;
    margin-right: 50px;
}

.nav-post-text a,
.nav-posts a {
    font-family: 'whyte_inktrapregular';
    color: #000;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.nav-post-text .post-back img, .nav-post-text .post-back i,
.nav-posts .post-back img, .nav-posts .post-back i {
    margin-right: 10px;
}

.nav-post-text .post-next img, .nav-post-text .post-next i,
.nav-posts .post-next img, .nav-posts .post-next i {
    margin-left: 10px;
}

.nav-post-text .post-next i,
.nav-posts .post-next i {
    transform: rotate(180deg);
}

.publications,
.education,
.residences,
.prix  {
    float: left;
    width: 100%;
    margin-top: 28px;
}

.publications h3,
.education h3,
.residences h3,
.prix h3,
.presse h3,
.video h3,
.soloshow,
.groupeshow,
.expositions h3  {
    margin-top: 20px;
}

.sous-chapitre h3,
.publications_group .titre,
.education_group .titre,
.residences_group .titre,
.prix_group .titre {
    text-transform: uppercase;
}

.publications_group .text,
.education_group .text,
.residences_group .text,
.prix_group .text {
    width: 62%;
    color: #000;
    font-family: 'whyte_inktrapregular';
    font-size: 15px;
    float: left;
    padding-right: 54px;
}

.publications_group .text p,
.education_group .text p,
.residences_group .text p,
.prix_group .text p {
    font-size: 12pt;
    position: relative;
    bottom: 5px;
}

.ruptureDeStock {
    opacity: 0.4;
}

.single-product #open_description, .single-product #open_description_mobile {
    bottom: 57px;
    left: initial !important;
    right: 0px;
    padding-right: 15px;
    width: 235px;
}

.page-template-default .title-side {
    position: fixed;
    right: calc(100% - 50px);
    left: unset !important;
    top: 85px !important;
    padding: 0;
    width: auto !important;
    white-space: nowrap;
    transform-origin: right;
    min-width: auto;
    letter-spacing: inherit;
}

.reset_variations {
    display: none !important;
}

.product-remove {
    display: none !important;
}

.class-news .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    margin-top: 0 !important;
}

.cartpage .cart_totals {
    margin-bottom: 1.5em !important;
}

.page-template-page-panier .woocommerce .cart-collaterals, .page-template-page-panier .woocommerce-page .cart-collaterals, .cartpage .woocommerce .cart-collaterals, .page-template-page-panier .woocommerce-page .cart-collaterals {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.product-name::before {
    display: none !important;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    text-transform: uppercase !important;
    margin-right: 10px !important;
}

.includes_tax {
    display: none !important;
}

.page-template-page-panier .woocommerce ul#shipping_method li input {
    margin-right: 10px;
    margin-bottom: 10px;
}

.cartpage .woocommerce ul#shipping_method li input {
    margin-right: 10px;
    margin-bottom: 0px;
}

.page-template-page-panier .woocommerce ul#shipping_method li {
    margin-bottom: 15px;
}

.page-id-178 .woocommerce #respond input#submit.alt:hover,
.page-id-178 .woocommerce a.button.alt:hover,
.page-id-178 .woocommerce button.button.alt:hover,
.page-id-178 .woocommerce input.button.alt:hover,
.page-id-268 .woocommerce #respond input#submit.alt:hover,
.page-id-268 .woocommerce a.button.alt:hover,
.page-id-268 .woocommerce button.button.alt:hover,
.page-id-268 .woocommerce input.button.alt:hover {
    background: #000 !important;
}

.select2-results__option {
    text-transform: uppercase !important;
}

.page.page-id-178 #ship-to-different-address-checkbox, .page.page-id-268 #ship-to-different-address-checkbox {
    position: relative;
    top: 2px;
    margin-left: 0;
}

.cartpage td.actions #coupon_code {
    position: relative !important;
    border: 1px solid #000 !important;
}

.page-template-page-panier .cart-collaterals .pull-left.col-sm-6 > table {
    margin-bottom: 100px;
}

.page-template-page-panier .woocommerce-cart-form .coupon {
    position: absolute;
    bottom: 74px;
    left: 65px;
    z-index: 2;
}

.cartpage .class-news .product-name .qib-container:not(#qib_id):not(#qib_id),
.page-template-page-panier .class-news .product-name .qib-container:not(#qib_id):not(#qib_id) {
    display: inline !important;
    position: initial;
}

.cartpage .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
.page-template-page-panier .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    width: 55px !important;
    border: 1px solid #000 !important;
    margin-top: 3px !important;
    margin-left: -1px;
    width: 58px !important;
}

.cartpage .class-news .product-name .qib-container .qib-button,
body .qib-button:not(#qib_id):not(#qib_id) {
    font-size: 0 !important;
    background-image: url(images/C-arrow-left.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff !important;
    border-color: #000 !important;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none !important;
}

.cartpage .coupon {
    width: 176px !important;
    position: absolute;
    bottom: 58px;
    left: 174px;
    z-index: 1;
}

.cartpage button {
    display: block !important;
}

.cartpage input#coupon_code {
    position: initial !important;
    border: 1px solid #000 !important;
}

.cartpage .woocommerce ul#shipping_method {
    margin-bottom: 100px;
}

.mobileCoupon {
    display: none !important;
}

.coupon .noticeCoupon {
    position: absolute;
}

.woocommerce-remove-coupon {
    display: none !important;
}

.cartpage .cart-discount,
.page-template-page-panier .cart-discount {
    display: none !important;
}

.single-post .title-side {
    transform-origin: 50% 216%;
}

html:lang(en-GB) .page-template-page-actus.page-id-266 .title-side {
    top: 35px;
}
html:lang(en-GB) .single-post .title-side {
    top: -15px;
}

#page_exposition a.btn-all-expos {
    position: fixed;
    bottom: 20px;
}

.single-palexpositions .title-side {
    top: 35px;
}

.single-palexpositions .nav-posts {
    width: auto;
    bottom: 20px;
    position: fixed;
}

.single-palexpositions .single-expo-btns {
    bottom: 55px;
    position: fixed;
}

.single-palexpositions .newsletter-popup.oeuvres .class-news form input {
    width: 300px !important;
}

.single-pal_artistes .newsletter-popup.oeuvres .class-news form input {
    width: 300px !important;
}

.single-pal_artistes .newsletter-popup.oeuvres .class-news form input[type="submit"],
.single-palexpositions .newsletter-popup.oeuvres .class-news form input[type="submit"] {
    width: 150px !important;
    right: 0;
}

.palvideonav.slick-slide img {
    height: 65px;
    object-fit: cover;
}

#page_exposition #abonnementPalMag {
    margin-left: 10px;
}

body.single-palexpositions .single-product .qib-button:not(#qib_id):not(#qib_id),
body.single-pal_artistes .single-product .qib-button:not(#qib_id):not(#qib_id) {
    border: 1px solid !important;
    margin-top: 2px !important;
    margin-bottom: 15px !important;
}

.cartpage .class-news .product-name .qib-container .qib-button, body .qib-button:not(#qib_id):not(#qib_id) {
    margin-bottom: 15px !important;
}

.cartpage .woocommerce {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 238px);
    width: 100%;
}

.cartpage .woocommerce .cart-collaterals {
    position: initial;
    padding-left: 0px !important;
    height: auto !important;
    margin-left: -31px !important;
}

.cartpage .coupon:not(.mobileCoupon) {
    display: none !important;
}

.cartpage .mobileCoupon {
    display: block !important;
    bottom: 22px;
    left: 15px;
}

.page-template-page-panier .woocommerce code {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 150px);
}

.page-template-page-panier .woocommerce .cart-collaterals {
    position: initial;
}

.page-id-178 .title-side,
.page-id-268 .title-side {
    top: 42px !important;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    box-shadow: none !important;
    border: 1px solid #0000004D;
    border-radius: 0px !important;
    padding: 0 !important;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.selected {
    border: 1px solid #000;
}

.page-template-page-expositions__avenir #wrapper {
    height: 100%;
}

body .slick-dots li:only-child {
    display: none;
}

.page-template-page-expositions__avenir .expo-side,
.page-template-page-expositions__avenir .expodate,
.page-template-page-expositions__encours .expo-side,
.page-template-page-expositions__encours .expodate  {
    color: #000;
}

.page-template-page-expositions__avenir .expoLinkTo:hover .expo-side,
.page-template-page-expositions__avenir .expoLinkTo:hover .expodate,
.page-template-page-expositions__encours .expoLinkTo:hover .expo-side,
.page-template-page-expositions__encours .expoLinkTo:hover .expodate {
    color: #F09D00 !important;
}

.single-palexpositions .stores .woocommerce {
    position: initial;
    width: max-content;
    display: inline-block;
    float: left;
}

.single-palexpositions .stores #PalMagPdf {
    margin-left: 10px;
}

.single-palexpositions .stores .btnStore {
    display: inline-block;
    float: right;
}

#page_exposition .single-expo-btns a.btn-artiste-oeuvre:hover, #page_exposition .single-expo-btns a.btn-artiste-oeuvre:active, #page_exposition .single-expo-btns a.btn-artiste-oeuvre:visited {
    color: #F09D00 !important;
    border-color: #F09D00 !important;
}

.woocommerce div.product p.stock {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 30px;
    white-space: nowrap;
}

.woocommerce div.product p.stock.in-stock {
    position: absolute;
/*     top: 30px; */
}

.qib-container.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.datacart.loading {
    pointer-events: none;
    opacity: 0.4;
}

.loadersTexte {
    position: fixed;
    border: 1px solid;
    width: auto !important;
    padding: 20px;
    font-size: 15px;
    bottom: calc(-100% - 20px);
    left: 20px;
    background-color: #FFF;
    transition: bottom 0.3s ease-in-out;
}

.loadersTexte.show {
    bottom: calc(0% + 20px);
}

.single-pal_artistes .qib-container,
.single-palexpositions .qib-container {
    display: none;
}

.single-pal_artistes .qib-container,
.single-palexpositions .qib-container {
    display: none !important;
}

.single-pal_artistes .woocommerce div.product div.summary,
.single-palexpositions .woocommerce div.product div.summary,
.single-pal_artistes .woocommerce div.product form.cart,
.single-palexpositions .woocommerce div.product form.cart {
    margin: 0 !important;
    width: auto !important;
}

.single-pal_artistes form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_),
.single-palexpositions form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
    position: initial;
    margin: 0 !important;
    background: #FFF;
    font-family: 'whyte_inktrapregular';
    color: #000;
    font-weight: 400;
    font-size: 11px;
    border: 1px solid #000;
    padding: 0;
    width: auto;
    padding: 0 15px !important;
    height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px !important;
}

.single-pal_artistes form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_):hover {
    color: #8df9fc !important;
    border-color: #8df9fc !important;
    cursor: url(images/pointer_n.png), pointer !important;
}

.single-palexpositions form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_):hover {
    color: #F09D00 !important;
    border-color: #F09D00 !important;
    cursor: url(images/pointer_n.png), pointer !important;
}

.single-pal_artistes .artiste-right-side .woocommerce {
    float: left;
}

.single-palexpositions .stores .woocommerce .stock.out-of-stock,
.single-palexpositions .stores .woocommerce .stock.in-stock,
.single-pal_artistes .stores .woocommerce .stock.out-of-stock,
.single-pal_artistes .stores .woocommerce .stock.in-stock {
    position: initial;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 885px){
	body form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
        left: 0px;
        top: 87px;
    }

    #page_store #abonnementPalMag {
        top: calc(50% - -55px);
        left: 160px;
    }
}

@media (max-width: 767px) {
    .single-palexpositions .stores .woocommerce .stock.out-of-stock,
    .single-palexpositions .stores .woocommerce .stock.in-stock,
    .single-pal_artistes .stores .woocommerce .stock.out-of-stock,
    .single-pal_artistes .stores .woocommerce .stock.in-stock {
        margin-left: 15px;
    }

    .single-pal_artistes form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_),
    .single-palexpositions form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
        margin-left: 15px !important;
        width: 93% !important;
    }

    .single-palexpositions .stores .woocommerce {
        width: 100%;
    }

    .single-palexpositions .stores .discover,
    .single-palexpositions .stores #PalMagPdf,
    .single-palexpositions form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id),
    .single-palexpositions .stores #abonnementPalMag {
        width: 93% !important;
        margin: 10px 15px !important;
    }

    .single-pal_artistes form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
        margin: 10px 15px !important;
        margin-left: 0 !important;
    }

    .single-palexpositions .stores .btnStore:last-child {
        margin-bottom: 30px !important;
    }

    .single-palexpositions .stores .btnStore {
        width: 100%;
    }

    .woocommerce div.product p.stock.in-stock {
        position: initial;
    }

    .single-palexpositions .single-expo-btns a:hover,
    .single-palexpositions .single-expo-btns a:visited,
    .single-palexpositions .single-expo-btns a:active {
        border-color: #F09D00 !important;
    }

    .single-palexpositions .single-expo-btns {
        position: initial;
    }

    .share {
        right: 18px;
    }

    #page_exposition .mobileinformation .expo-side span,
    #page_exposition .mobileinformation .expo-side {
        line-height: 23px !important;
    }

    .page-template-page-panier .artistes-page-container {
        padding-left: 43px;
    }

    .cartpage .woocommerce .cart-collaterals {
        margin-left: 0 !important;
    }

    .page-template-page-panier .woocommerce code {
        display: block;
        min-height: auto;
    }

    .single-palexpositions .newsletter-popup.oeuvres .class-news form input {
        width: 100% !important;
    }

    .single-pal_artistes .newsletter-popup.oeuvres .class-news form input {
        width: 100% !important;
    }

    .class-news form input {
        width: 100% !important;
    }

    body #page_exposition .artiste-right-side {
        height: 100% !important;
    }

    #page_exposition .name-title a {
        margin-bottom: 20px;
    }

    #page_exposition .mobileinformation a.btn-all-expos {
        position: inherit;
        margin-bottom: 20px !important;
    }

    .cartpage .coupon {
        display: none !important;
    }

    .cartpage .mobileCoupon {
        display: block !important;
        width: 100% !important;
        position: relative;
        left: 0;
        bottom: 30px;
    }

    .cartpage .woocommerce ul#shipping_method {
        margin-bottom: 40px;
    }

    .cartpage .qib-container div.quantity:not(#qib_id):not(#qib_id) {
        width: 56px !important;
    }

    .page-template-page-panier .woocommerce-cart-form .coupon {
        position: relative;
        top: 285px;
        left: 0px;
        width: 93%;
    }    

    #open_description_mobile {
        display: block;
        position: relative;
        margin: 0;
        margin-top: 45px;
        bottom: 0 !important;
    }

    #open_description {
        display: none !important;
    }

    .page-id-178 .woocommerce ul#shipping_method li input,
    .page-id-268 .woocommerce ul#shipping_method li input {
        margin-top: 2px;
        margin-right: 15px;
        margin-bottom: 6px;
    }

    .page.page-id-178 .artiste-right-side, .page.page-id-268 .artiste-right-side {
        height: initial !important;
        min-height: initial !important;
        max-height: initial !important;
    }

    body .newsletter-popup.cartpage {
        overflow: scroll !important;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: transparent !important;
    }

    .class-news span.woocommerce-Price-amount.amount * {
        font-size: 14px;
    }

    body .newsletter-popup.cartpage .datacart {
        padding-left: 45px;
    }

    body .newsletter-popup.cartpage .titleCart {
        padding-left: 45px;
    }

    body .mobilemenu_store .camme-back {
        display: none;
    }

    body .mobileContainer .camme-back {
        position: relative;
        z-index: 100;
    }

    .newsletter-popup.cartpage .woocommerce .cart-collaterals, body .newsletter-popup.cartpage .woocommerce-page .cart-collaterals {
        padding-left: 0;
        padding-right: 43px;
        margin-bottom: 100px;
    }

    body .newsletter-popup.cartpage .class-news .woocommerce ul#shipping_method li {
        padding-left: 0;
    }

    .cartpage .class-news form {
        max-height: 100%;
        overflow: inherit;
    }

    .page-template-page-panier .text-desc {
        padding: 15px !important;
    }

    .page-template-page-panier code {
        padding: 0px !important;
    }

    .page-template-page-panier .artiste-left-side {
        width: 100vw !important;
    }

    .page-template-page-panier .artiste-left-side .camme-back {
        margin-left: -43px;
        margin-bottom: 15px;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }

    .woocommerce table.shop_table tbody:first-child tr td, .woocommerce table.shop_table tbody:first-child tr th {
        padding-left: 0;
    }

    .page-template-page-panier .woocommerce .cart-collaterals, .page-template-page-panier .woocommerce-page .cart-collaterals,
    .cartpage .woocommerce .cart-collaterals, .cartpage .woocommerce-page .cart-collaterals {
        display: block;
        position: initial;
        margin-top: 80px;
    }

    .page-template-page-panier .quantity.wac-quantity {
        top: 40px;
    }

    .page-template-page-panier .artiste-right-side {
        height: 100% !important;
    }

    .single-product #open_description {
        margin-left: 15px;
    }

    body form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
        position: initial;
        margin-top: 22px;
    }

    .page-template-default .title-side {
        display: none;
    }
    
    .filterMenu {
        left: initial !important;
        right: initial !important;
        height: 40vh !important;
        z-index: 5;
    }

    .page-id-20 .artiste-right-side, .page-id-275 .artiste-right-side {
        height: 100% !important;
    }

    .sous-chapitre h3,
    .publications h3,
    .education h3,
    .residences h3,
    .prix h3 {
        padding-left: 15px;
        margin-bottom: 14px;
    }

    .sous-chapitre p,
    .publications_group,
    .education_group,
    .residences_group,
    .prix_group {
        padding-left: 15px !important;
    }

    .publications_group .titre,
    .education_group .titre,
    .residences_group .titre,
    .prix_group .titre {
        min-height: auto !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .publications_group .annee,
    .education_group .annee,
    .residences_group .annee,
    .prix_group .annee {
        width: 20% !important;
        padding-right: 20px;
        font-size: 10px !important;
    }

    .publications_group .text,
    .education_group .text,
    .residences_group .text,
    .prix_group .text {
        padding-right: 50px !important;
        width: 80% !important;
        word-break: break-word;
    }

    .publications_group .text p,
    .education_group .text p,
    .residences_group .text p,
    .prix_group .text p {
        font-size: 15px !important;
    }

    #cooler-nav .bgextartiste {
        z-index: 9999 !important;
    }

    .foireDate {
        font-size: 12px;
    }
    .foirename {
        font-size: 22px;
    }
    .page-template-page-galerie div#msg {
        float: initial;
        padding-top: 10px;
    }

    .newsletter-popup-contact .btn-subscribe-news {
        left: 120px;
    }

    div.popup-image .infoimage {
        height: initial !important;
    }

    div.popup-image .imgslide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.popup-image .imgslide img {
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important;
        position: initial !important;
    }

    .newsletter-popup.test .class-news .translate {
        bottom: 2px !important;
    }

    #galCloseBut {
        right: 28px !important;
        top: 0px !important;
        width: 30px;
    }

    .home .home-expos .btn-subscribe-news {
        right: 0px !important;
    }

    .home .home-expos .btn-subscribe-news img {
        right: 10px !important;
    }

    #bs-example-navbar-collapse-1 {
        overflow: hidden;
    }

    #menu-item-686 {
        display: block !important;
    }

    .home .slide-expos {
        height: calc(100vh - 280px - 35px - 120px) !important;
    }

    .home-expos {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .home .imageExpo {
        width: 100vw !important;        
    }
    
    footer {
        height: 130px !important;
    }

    header div#bs-example-navbar-collapse-1 .menu-mobile-footer {
        position: fixed !important;
        font-size: 17px !important;
    }

    header div#bs-example-navbar-collapse-1 .menu-main-menu-container, header div#bs-example-navbar-collapse-1 .menu-main-menu-en-container {
        min-height: 415px !important;
        height: initial !important;
    }

    header div#bs-example-navbar-collapse-1 .menu-main-menu-container .navbar-nav li, header div#bs-example-navbar-collapse-1 .menu-main-menu-en-container .navbar-nav li {
        margin: clamp(4px ,calc((100vh - 100px - (( 35px * 7 ) + 120px )) / 7), 7%) 0px !important;
        margin-left: 7vh !important;
    }

    .woocommerce div.product form.cart .variations .label {
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

@media (max-width: 700px) {
    header div#bs-example-navbar-collapse-1 .menu-main-menu-container .navbar-nav li, header div#bs-example-navbar-collapse-1 .menu-main-menu-en-container .navbar-nav li {
        margin-left: 55px !important;
    }
}

@media (max-height: 568px) {   
    body #badge-newsletter {
        bottom: 0px !important;
    }
}

@media (max-height: 470px) {
    header div#bs-example-navbar-collapse-1 .menu-mobile-footer {
        position: absolute !important;
    }
}
/* ****************************************************CSS ADDED BY MOHCINE ******************************************************* */ 
/*  Select FR EN   newsletter form */ 

li#menu-item-31 > a {
    width: 67px;
}
li#menu-item-388 > a {
	 width: 67px;
}

select.wpcf7-form-control.wpcf7-select {
    border: 1px solid black;
    padding-top: 4px;
    padding-bottom: 4px;
}

span.wpcf7-form-control-wrap.EN-FR {
    bottom: -10px;
} 

@media (max-width:767px) { .wpcf7-select {margin-bottom: 40px; } }

/* ****************************************************CSS ADDED BY MOHCINE ******************************************************* */ 




/* COMMERCE */

.single-product .variations .woo-selected-variation-item-name {
    display: none !important;
}

.woocommerce div.product form.cart .variations {
    position: absolute;
    top: 130px;
}

.woocommerce div.product form.cart .variations .label {
    font-family: 'sequel_100_black75';
    font-size: 24px;
    color: black;
    margin-bottom: 15px;
    margin-top: 30px;
    width: 100%;
    display: block;
    line-height: 0;
    text-align: initial;
    text-transform: uppercase;
}

.woocommerce div.product form.cart .variations .value {
    display: block;
}

.woocommerce div.product form.cart .variations .value {
    position: relative;
}

.woocommerce div.product form.cart .variations select {
    -webkit-appearance: none;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 5px;
    font-size: 14px;
    color: #000;
    font-family: 'whyte_inktrapregular';
}

.woocommerce .select-items div {
    font-family: 'whyte_inktrapregular';
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    padding: 5px 0px;
    cursor: pointer;
    user-select: none;
}

.woocommerce .select-items div {
    position: relative;
}

.woocommerce .select-items div,
.woocommerce .same-as-selected {
    transition: padding 0.3s ease-in-out;
}

.woocommerce .select-items div:hover,
.woocommerce .same-as-selected {
    padding-left: 20px !important;
}

.woocommerce .select-items div:after,
.woocommerce .same-as-selected:after {
    content: '';
    position: absolute;
    top: 14px;
    left: -3px;
    width: 15px;
    height: 2px;
    background: #000;
    opacity: 0;
    transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.woocommerce .select-items div:hover:after,
.woocommerce .same-as-selected:after {
    opacity: 1 !important;
    left: 0px !important;
}

.woocommerce .reset_variations {
    display: none;
}

.woocommerce .out-of-stock {
    position: absolute;
    top: 0;
}

.woocommerce .disabled {
    pointer-events: none !important;
}

@media (max-width: 767px) {
    .woocommerce div.product form.cart .variations label {
        font-family: 'whyte_inktrapregular';
        font-size: 14px;
    }

    .woocommerce div.product form.cart .variations {
        position: initial;
    }

    .woocommerce .select-items div {
        font-size: 11px;
        position: relative;
        display: inline-block;
        padding: 8px;
        border: 1px solid #00000052;
        margin: 0 10px;
    }

    .woocommerce .select-items div:first-child {
        margin-left: 0;
    }

    .woocommerce .select-items div:after,
    .woocommerce .same-as-selected:after {
        display: none;
    }

    .woocommerce .select-items div:hover,
    .woocommerce .same-as-selected {
        padding: 8px !important;
        border: 1px solid #000 !important;
    }
	
	.collections_publiques .texte p {
   font-size: 15px !important;
}
}