
.apr{display: none!important;}

div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 500px;
    width: 100%;
}

div.tnp-profile {
    display: block;
    margin: 1em 0;
    max-width: 500px;
    /*width: 100%;*/
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
    margin-bottom: .7em;
    border: 0;
    padding: 0;
}

.tnp-subscription label,
.tnp-profile label
{
    display: block;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: .25em;
    font-size: .9em;
}

.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
    display: inline-block;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{
    /* Fixes some bad themes CSS */
    max-width: 1em;
    display: inline-block;
    margin-right: .5em;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-subscription select option,
.tnp-profile select option
{
    margin-right: .75em;
}

.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit],
    .tnp-profile input[type=submit] {
        width: 100%;
    }
}

.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px;
}

.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd ;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
    width: auto;
    display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-widget select option {
    margin-right: 10px;
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0;
}

.tnp-field input[type="submit"] {
    position: inherit;
}

.tnp-field label {

}

/* Newsletter Widget Minimal */

.tnp-widget-minimal {
    width: 100%;
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0;
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* The minimal form */

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

.tnp-subscription-minimal form {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin-right: 10px;
}

.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
    width: 31%;
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px;
}

/* Some of these styles are overridden by theme styles... */
.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin: 0;
}

.tnp-subscription-posts {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2rem;
}

.tnp-subscription-posts .tnp-subscription {
    max-width: auto;
    margin: 0;
}

@media all and (max-width: 525px) {
    .tnp-subscription-minimal.with-name input.tnp-email,
    .tnp-subscription-minimal.with-name input.tnp-name,
    .tnp-subscription-minimal input.tnp-submit
    {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: block;
        margin-bottom: .5rem;
    }
}

/* Single button forms */
.tnp-button-form button.tnp-submit {
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* Comments Extension */
.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tnp-comments label {
    display: block;
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto!important;
}


/* Locked Content Extension */
.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tnp-nl-checkout {
    margin-bottom: 1em;
}




.loadtime{text-align: center;text-transform: uppercase;display: none;position: absolute;
  width: 100%;
  top: 2%;}

.next-post,.prev-post{font-weight:bold;margin-top:25px;width:46%}
.next-post{text-align:right;}
.next-post a,.prev-post a{font-size:14px}
.block-ml-1{
	position: relative;
height:300px;
background-size: cover;
  background-position: center;
}
.block-ml-1 .banner{
display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.75);
	left: 0;
	padding: 17px;
height:40%;
}
.block-ml-1 .banner div{
  align-self: center;}
.block-ml-2 img{
width:auto;
height:auto;
max-width:100%;
}
.block-ml-2 div{
height:150px;
background-size:cover;
background-position:center;
}

.tnp-subscription input{
    margin: 10px 0!important;
}

.sidebar-buffet .artist-sidebar{
    border-left: 1px solid #4444442e;
    padding-left: 30px;
}

.page-template-actualite .list {
    position: relative;
}

.page-template-actualite .news{
    opacity: 0;
    transition: 2s ease;
}

.loading-screen{
    width: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
}

.page-template-bb h1{
    margin-top: 80px;
    margin-bottom: 40px;
}

.page-template-bb h2{
    margin-top: 25px;
    font-size: 28px;
}

.page-template-bb h3 {
    margin-top: 25px;
    font-size: 23px;
}

.page-template-bb .body-content figure{
    width: 100%;
}

.page-template-bb .body-content h3{
    font-size: 1.4rem;
}

.page-template-bb.page-id-33579 .body-content  img{
    margin: 25px 0;
}

.page-template-bb .body-content ul{
    padding-left: 35px;
}

.page-template-bb .body-content figure img{
    margin: inherit;
}


.page-template-bb a.linkss{
    color: #222;
    text-decoration: underline!important;
    text-underline-offset: 3px;
}
.page-template-bb a.linkss:hover{color:#000;}

.page-template-bb .nav-link-gr .active{
    font-weight: bold;
}

.sidebar-buffet .artist-sidebar{
    margin-top: 80px;
    font-size: 14px;
}
.sidebar-buffet .artist-sidebar a.btn4{
    border: 1px solid #444;
    padding: 6px 20px;
    margin-bottom: 25px;
    display: block;
    text-align: center;
    font-size: 14px;
    background: #555555;
    color: #fff;
}

.sidebar-buffet .artist-sidebar .nav-link-gr{
    padding-left: 0;
}

.sidebar-buffet .artist-sidebar .nav-link-gr ul{
    padding-left: 15px;
}

.sidebar-buffet .artist-sidebar .nav-link-gr li{
    list-style-type: none;
}

.sidebar-buffet .artist-sidebar .nav-link-gr li li{
    list-style-type: disc;
}

.sidebar-buffet .artist-sidebar .nav-link-gr li a{
    font-size: 14px;
}

.page-template-bb .body-content .bernard{
    color: #c06;
}

/******************/

.single pre{ margin: 20px 10px; font-size: 1em;background-color: rgb(19 19 19);border-radius: 4px;color: white;padding: 16px;white-space: pre; text-shadow: 0 1px 0 #000;   box-shadow: 0 1px 5px rgba(0,0,0,0.4) inset, 0 0 20px rgba(0,0,0,0.2) inset;font: 16px/24px 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;}
.single fieldset{font-size:1.3em;text-align:justify;border-radius:10px;padding:15px;border:none;background:#efefef;margin:20px 40px;clear:both;}
.single fieldset>legend{padding:10px 12px;border-radius:25px;line-height:30px;font-weight:700;background:#e1e1e1;}
.single fieldset>legend>span{font-size:1.8em;line-height:1em;margin-right:5px;vertical-align:middle}
.single .all-post-content img{width: auto;height:auto;max-width: 100%}

.page-template-presse .bg-press{
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-template-presse .bg-press .dt-name{
    position: absolute;
    background: #fff;
    font-size: 14px;
    top: 20px;
    padding-right: 5px;
}

.page-template-presse .bg-press .dt-name span{
    background: #c1b696;
    padding: 5px 10px;
    color: #fff;
}

.btn-ct a{
    transition: all 0.2s ease;
    background: #2d3739;
}

.btn-ct a:hover{
    background: #fff;
    color: #000;
}

.page-template-presse .presse-item{
    border: 1px solid #dedede;
}

.page-template-presse .presse-item p{
    padding: 30px 20px;
    margin-bottom: 0;
}

hr.espacement{margin: 90px 0;} 

.header-page{
    background-size: cover;
    background-position: center;
    padding: 125px 0;
    color: #fff;
    position: relative;
    filter: grayscale(100%);
}

.header-page:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    background: #0000008a;
}



.home .date{
    color: #777777;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 33px;
    padding-bottom: 12px;
    font-size: 17px;
}

.news .title{
   font-size: 24px; 
   line-height: 34px;
   color:#515358
}

.home .title{
    color: #25282e;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
}

.expo-home,.news-home{
    gap: 35px;
}

.expo-home .thu{
    height: 268px;
    background-size: cover;
    background-position: center;
}

.expo-home .loc{   
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.expo-home .tit{
    color: #25282e;
    margin-top: 7px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

.expo-home .da{
    color: #777777;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
}


.header-page h1{
    position: relative;
}

.page-template-banniere .page-content{
    margin-top: 100px;
}

.page-template-artiste h1{color:#444}


#sticky-box {
  position: relative;
  top: 0px;
  will-change: transform;
  transition: none;
}

.black-sidebar{
    background: #25282E;
    color: #888888;
    padding: 40px 40px 45px 40px;
}

.black-sidebar a{
    color: #888888!important;
}

.black-sidebar .btn-map{
    background: #fff;
    color: #000!important;
    width: 100%;
    text-align: center;
    padding: 8px;
    margin-bottom: 35px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.black-sidebar b{color: #fff}

#expoTabs li{
    padding-right: 25px;
}

#expoTabs button{
    padding:0 0 15px 0;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
}



#expoTabs button.nav-link{
    color:#333;
}

#expoTabs button.active{
    border-bottom: 2px solid #25282E;
    color: #000;
}

.navigation a{
    border: 1px solid #686868;
    padding: 13px 40px;
    text-transform: uppercase;
}

.minus-top{
    margin-top: -82px!important;
}

blockquote,.block-spc{
	background: #eee;
  	padding: 5px;
  	border-left: 5px solid #ddd;
  	display: block;
  	margin: 10px 0;
}
.img-fullscreen{
    top:0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    background-color: #000000c7;
    display:none;
}
.img-fullscreen div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.img-fullscreen img{
    background-color:#fff
}
.the-post img{
    cursor:pointer;
}
a{text-decoration: none!important}


footer{margin-top: 100px}

.single-expositions footer{
    margin-top: 0;
}

.single-salon h1{
    color: #444;
}


footer .copyright{text-align: center;}
.archive .thumb-cover img,.sidebar img,footer img{
    width:auto;
    max-width:100%;
    height:auto
}
#progress-value,#progress.cirle,.circle#progress,.cirle #back_to_top{
    border-radius:50%
}

.exposition-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.exposition-navigation a.nav-button {
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.exposition-navigation .nav-prev {
    text-align: left;
}
.exposition-navigation .nav-prev span{
    left: 0;
}
.exposition-navigation .nav-next span{
    right: 0;
}

.exposition-navigation .nav-next {
    text-align: right;
}

.exposition-navigation span{
    position: absolute;
    top: -25px;
    font-size: 12px;
    padding: 0 3px;
}



.check-lb span{
  margin-left: 4px;
  margin-right: 20px;
}

.check-lb input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 38px;
  height: 16px;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  top: 12px;
}

.check-lb input[type="checkbox"]:checked::before {
  content: '✓';
  font-size: 33px;
  font-weight: bold;
  color: #3e3e3e;
  position: absolute;
  top: -12px;
  left: -2px;
}

.tnp-subscription input.tnp-submit{
    padding: 6px 20px !important
}

div.tnp-subscription{
    max-width: 700px!important;
}

.page-template-art-monumental .header{
    background-size: cover;
    background-position: center;
    margin: 50px 0;
}

.page-template-art-monumental .header .title{
    padding: 220px 0;
    text-align: right;
    padding-right: 40px;
}

.page-template-art-monumental .header .title h1{
    background: #ffffff;
    padding: 50px 60px;
    display: inline-block
}

.menu-item-object-custom div{
    background: #ddd;
    padding: 15px 25px;
    line-height: 18px;
}

nav .custom-link a:hover div{
    color:#444 !important
}

nav .custom-link{
    padding: 0!important;
}

nav .custom-link a{
    padding: 0 16px;
}

nav .sub-menu .custom-link a{
    padding-bottom: 0!important;
}

nav .custom-link a span{
    padding: 0 26px;
    margin-bottom: 15px;
    display: block;
}

nav li:not(:first-child) .sub-menu{padding: 15px 0}

nav li:first-child .sub-menu li:first-child{ padding-top: 10px;}

.social-footer li{
    position: relative;
}

.sub-social{
    display: none;
    background: #fff;
    position: absolute;
    text-align: left;
    padding: 4px 10px;
    font-size: 12px;
    top: 30px;
    box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.75);
    width: 165px;
    z-index: 1;
}

.social-footer li:hover .sub-social{
    display: block;
}

.mt-80 {
    margin-top: 80px;
}

.menu-item-object-custom div:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Image1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: context-menu;
    height: 190px;
    display: block;
    text-align: center;
    margin: 18px 0;
}

.menu-item-object-custom .sub-menu .p-0 a{
    font-size: 13px;
}

/*********/






.full-height{
    height:100vh
}
.navbar-toggler-icon{
    width: inherit;
    height: inherit;
    vertical-align: inherit;
    background-image: inherit;
}
.main-navigation.scrolled{
    top:-200px;
    -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
}
.main-navigation{
    width:100%;
    margin:0 auto;
    left:0;
    right:0;
    z-index:999;
    transition:top .4s
}
.creative-left-nav{
    margin-top: 25px;
    padding-left: 0;
}
.creative-left-nav li{
    list-style-type: none;
    margin-bottom: 10px;
}
.main-navigation.humburger-menu-left{
    width: 95%;
    left: 5%;
}
body:not(.home) .main-navigation.humburger-menu-left{
    width: 100%;
}
.main-navigation .menu-humber-right{
    position:fixed;
    height:100%;
    top:0;
    width:20%;
    padding:60px;
    right:-50%;
    transition:right .6s
}
.main-navigation.left-left{
    width: 20%;
    margin-left: 0;
    height: 100%;
    position: fixed;
}
.body-content.left-center{
    width: 95%;
    margin-left: 5%;
}
body:not(.home) .body-content.left-center{
    padding: 0 25px;
}
.menu-right-blank{
    position:fixed;
    left:0;
    width:80%;
    height:100%;
    top:0;
    z-index:9999;
    display:none
}
.menu-right-blank.left{
    right: 0;
    width: 75%;
    left: inherit;
}
.menu-bottom{
    position:absolute;
    bottom:0
}
.menu-bottom.position-fixed{
    bottom:inherit;
    top:0
}
.main-navigation.container-fluid{
    padding-right:0;
    padding-left:0
}
.main-navigation .navbar{
    padding-right:15px;
    padding-left:15px
}
.main-navigation .menu-item-has-children:after{
    content:'\F229';
    font-size:12px;
    font-family:bootstrap-icons;
    position:absolute;
    top:5px;
    right:0px
}
.main-navigation.left-left .menu-item-has-children:after{
    right: 0;
}
.sub-menu li{
    list-style-type:none
}
.main-navigation .sub-menu .sub-menu{
    right:calc(100%)
}
.wp-site-blocks .wp-block-group{
    margin-top:0
}
.main-navigation ul{
    list-style:none;
    padding:0;
    margin:0;
    z-index:1
}
.menu-humber-right{
    padding-left: 0;
    list-style-type: none;
}
.menu-humber-right .sub-menu{
    padding-left: 15px;
}
.main-navigation.left-left .classic-menu{
    width: 100%;
}
.col-menu{
    width: 5%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.col-menu i{
    font-size: 32px;
    cursor: pointer;
}
.menu-hamb-left{
    width: 20%;
    left: -50%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
}
.creative-left{
   width: 20%;
    left: -50%;
    height: 100%;
    position: fixed;
    z-index: 999;
    padding: 80px 20px;
    transition: 0.4s all; 
}
.main-navigation ul li{
    display:block;
    position:relative;
    float:left
}
.main-navigation.left-left ul li{
    float: none;
}
.main-navigation .menu-humber-right li,.main-navigation li:hover li{
    float:none
}
.main-navigation.left-left .navbar-expand-lg{
    flex-wrap:wrap;
}
.main-navigation.left-left #logo{
    width: 100%;
}
.logo-center.main-navigation ul.to-left li{
    float:right
}
.logo-sticky,.scrolled .logo-main{
    display:none
}

.main-navigation ul li a{
    display:block;
    text-decoration:none
}

.main-navigation .sub-menu{
    opacity: 0;
    visibility: hidden;
    position:absolute;
    transition:.3s;
    background-color:#fff;
    padding:5px 20px;
    width: 220px;
    -webkit-box-shadow:0 2px 13px 0 rgba(0,0,0,.2);
    -moz-box-shadow:0 2px 13px 0 rgba(0,0,0,.2);
    box-shadow:0 2px 13px 0 rgba(0,0,0,.2)
}

.main-navigation li:hover>ul{
    opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-navigation ul ul ul{
    top:0
}

.main-navigation.left-left .sub-menu{
    max-width: inherit;
    width: 100%;
}
.main-navigation .menu-btn{
    font-size:24px;
    cursor:pointer
}
.archive .readmore,.scrolled .logo-sticky{
    display:inline-block
}
#inactive,#progress,.to-top{
    position:fixed;
    bottom:20px;
    right:10px;
    place-items:center;
    box-shadow:0 0 10px rgba(0,0,0,.2);
    cursor:pointer
}
.always-top{
    position:fixed
}
.classic-menu li a{
    padding:10px
}
.classic-menu li:last-child a{
    padding-right:0
}
.left-left .classic-menu li:last-child a{
    padding: 10px;
}
.classic-menu li ul li a{
    padding:0
}
.logo-center{
    text-align:center
}
.body-content.left-content{
    margin-left: 20%;
    padding: 0 25px;
} 
.home .body-content.left-content{
    margin-left: 20%;
    padding: 0;
    width: 80%;
}
.archive .subheader,.single .subheader{
    padding:120px 0;
    position:relative;
    background-size:cover
}
.archive .thumb-cover{
    overflow:hidden
}
.archive .thumb-cover img{
    transition:.4s
}
.archive .thumb-cover:hover img{
    scale:1.25;
    rotate:5deg
}
.archive .loop-post{
    margin-top:100px;
    margin-bottom:35px
}
.archive #mask,.single #mask{
    position:absolute;
    top:0;
    width:100%;
    height:100%
}
.archive .post,.single .post-content h1{
    margin-bottom:15px
}
.archive .readmore{
    border-style:solid
}
.archive .pag-post ul{
    padding-left:0
}
.archive .pag-post ul li{
    display:inline-block;
    list-style-type:none
}
.archive .pag-post .navigation a{
    color:#fff;
    width:20px;
    display:block
}
.archive .pag-post .navigation li.active a,.archive .pag-post .navigation li:hover a{
    background:#ddd
}
.single .post-content{
    padding-top:100px;
    margin-bottom:60px
}
.single table{
    margin: 25px 0;
    width: 100%;
}
.single .faq{
    background: #ddd;
    padding: 10px 8px;
}
.single th,.single tr,.single td{
    border: 1px solid;
    padding:5px;
} 
.archive h1,.single h1{
    position:relative
}
.single h1{
    font-size:26px
}
.single h2{
    font-size:22px
}
.single h3{
    font-size:18px
}
.single h4,.single h5,.single h6{
    font-size:15px
}
.single .float-left-30-img{
    float:left;
    width: 30%;
    margin-right: 24px;
}
.single .float-right-30-img{
    float: right;
    margin-left: 24px;
    width: 30%;
}
.single .float-left-40-img{
    float:left;
    width: 40%;
    margin-right: 24px;
}
.single .float-right-40-img{
    float:right;
    width: 40%;
    margin-left: 24px;
}
.single .full-img{
    width: 100%;
    display: block;
}
footer{
    background-size: cover;
    padding:50px 0
}
footer .container-fluid.copyright,footer.container-fluid{
    --bs-gutter-x:0;
    --bs-gutter-y:0
}
footer.footer-menu-left{
    width: 80%;
    left: 20%;
    position: relative;
}
footer.footer-menu-left-5{
    width: 95%;
    left: 5%;
    position: relative;
}

.widget_sidebar .sidebar-widget{
    font-size:22px;
    border-bottom:1px solid;
    margin-bottom:10px
}
.widget_footer .footer-widget{
    font-size:20px;
    border-bottom:1px solid;
    margin-bottom:10px
}
#progress-value{
    display:block;
    height:calc(100% - 15px);
    width:calc(100% - 15px);
    background-color:#fff;
    display:grid;
    place-items:center;
    font-size:35px;
    color:#001a2e
}
#back_to_top{
    background-color:#fff;
    padding:8px;
    width:95%;
    height:95%
}
#back_to_top i,#back_to_top svg{
    font-size:30px;
    cursor:pointer
}
#back_to_top svg{
    width:30px;
    height:30px
}
#inactive,.to-top{
    display:grid
}
.slide-nav{
    position:fixed;
    top:50%
}
.slide-nav .element{
    cursor:pointer;
    width:10px;
    height:10px;
    background-color:#444;
    border-radius:50%;
    display:block;
    margin:15px
}
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container{position: initial;z-index: 2}
@media(max-width:990px){
    .main-navigation.left-left{
        position: inherit;
        width: 100%;
        margin-left: inherit;
        height: inherit;
    }
    .col-menu{
        width: 15%;
    }
    .main-navigation.left-left #logo{
        width: inherit;
    }
    .home .body-content.left-content{
        margin-left: 0;
        width: 100%;
    }
    .main-navigation.left-left.over-mobile{
        position: absolute;
    }
    footer .footer-menu-left{
        left: 0;
        width: 100%;
    }
    .single .float-left-30-img,.single .float-right-30-img,.single .float-left-40-img,.single .float-right-40-img,.single .full-img{
    display: block;
    width: 100%;
    margin: 15px 0;
    }
    .ps-m-0{padding-left:0}
}



/************/

body{
font-family: "Open Sans", sans-serif;
}
.main-navigation ul li a{
text-transform:uppercase
}

.main-navigation ul li li a{
    text-transform: inherit;
}
.classic-menu li a {
  padding: 6px;
}

.single-artiste,.page-template-bernard-buffet-artiste{color: #444}

.single-artiste .post-content h1,.page-template-bernard-buffet-artiste .post-content h1{
    font-size: 40px;
    text-align: center!important;
    margin-bottom: 60px;
}

.single-artiste .post-content,.page-template-bernard-buffet-artiste .post-content{
    padding-top: 40px;
}

.single-artiste .wpcf7-form textarea,.page-template-bernard-buffet-artiste .wpcf7-form textarea{
    width: 100%;
}
 .goback-art a{
    font-size: 13px;
    margin-bottom: 20px;
    display: inline-block;
    color:#919191!important
}
.single-artiste .get-full,.page-template-bernard-buffet-artiste .get-full{
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
}
section{
    margin: 40px 0;
}

.bio-bio{margin-bottom: 80px}



.single-artiste .excerpt,.page-template-bernard-buffet-artiste .excerpt{
    margin: 15px 0 0px;
}

.single-artiste h2,.page-template-bernard-buffet-artiste h2{font-size: 32px;}
.single-artiste h3,.page-template-bernard-buffet-artiste h3{font-size: 22px;}
.single-artiste h3,.page-template-bernard-buffet-artiste h3{margin: 30px 0 15px}

.single-artiste .sp-space,.page-template-bernard-buffet-artiste .sp-space{margin: 40px auto;width: 98%;}




.single-artiste .date-artist,.page-template-bernard-buffet-artiste .date-artist{
    font-size: 13px;
    margin: 0;
}

.single-artiste .autre-entete,.page-template-bernard-buffet-artiste .autre-entete{
    font-size: 26px;
    margin: 30px 0;
}

.single-artiste .biography-text,.page-template-bernard-buffet-artiste .biography-text{
    overflow: hidden;
    transition: all 0.2s;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.single-artiste .biography-image,.page-template-bernard-buffet-artiste .biography-image{
    float: right;
    padding-left: 45px;
    width: 40%;
}

.single-artiste .biography-image img,.page-template-bernard-buffet-artiste .biography-image img{
    width: 100%;
}



/*.single-artiste .auto-fix .biography-text:after,.single-artiste .auto-fix .autre-text:after{
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    width: 100%;
    height: 40%;
}*/

.single-artiste #seeMoreBtn, .single-artiste #seeMoreBtn2,.page-template-bernard-buffet-artiste #seeMoreBtn,.page-template-bernard-buffet-artiste #seeMoreBtn2{
    margin-right: 44px;
    font-weight: bold;
    display: none;
}

.single-artiste .auto-fix #seeMoreBtn, .single-artiste .auto-fix #seeMoreBtn2,.page-template-bernard-buffet-artiste .auto-fix #seeMoreBtn,.page-template-bernard-buffet-artiste .auto-fix #seeMoreBtn2{
    display: block;
}

.single-artiste #seeMoreBtn2,.page-template-bernard-buffet-artiste #seeMoreBtn2{
    position: absolute;
    bottom: -20px;
}

.single-artiste .autre-text,.page-template-bernard-buffet-artiste .autre-text{
    overflow: hidden;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

.single-artiste .other-txt,.page-template-bernard-buffet-artiste .other-txt{
    position: relative;
}


.single-artiste .auto-height.biography-text::after, .single-artiste .auto-height.autre-text::after,.page-template-bernard-buffet-artiste .auto-height.biography-text::after, .page-template-bernard-buffet-artiste .auto-height.autre-text::after{
    display: none;
}



.single-artiste .wpcf7 input,.single-artiste .wpcf7 textarea,.page-template-bernard-buffet-artiste .wpcf7 input,.page-template-bernard-buffet-artiste .wpcf7 textarea,.page-template-full-width .wpcf7 textarea,.page-template-full-width .wpcf7 input,.page-template-full-width .wpcf7 select{
    width: 100%;
  font-size: 13px;
  padding: 10px;
  margin-bottom: 15px;
  background: #f0f0f0;
  border: transparent;
  color: #000;
}

.page-template-full-width .wpcf7 select{
    height: 46px;
}

.fix_height{
    height: 106px;
}

.single-artiste .wpcf7 textarea,.page-template-bernard-buffet-artiste .wpcf7 textarea{
    height: 167px;
}

.single-artiste .wpcf7 input[type=submit],.page-template-bernard-buffet-artiste .wpcf7 input[type=submit],.page-template-full-width .wpcf7 input[type=submit]{
    width: auto;
    background: #555;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    float: right;
}

.page-template-bernard-buffet-artiste .biography-image img{
    max-width: 100%;
    height: auto;
}

.single-artiste .upload-file,.page-template-bernard-buffet-artiste .upload-file{
    position: relative;
}

.single-artiste input[type=file],.page-template-bernard-buffet-artiste input[type=file],.page-template-full-width input[type=file]{
    position: absolute;
    top: 0;
}

.single-artiste .file ,.page-template-bernard-buffet-artiste .file,.page-template-full-width .file{
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: auto;
  width:100%;
  background: #555;
  color: #fff;
  padding: 10px;
  font-size: 13px;
}
.single-artiste .file input ,.page-template-bernard-buffet-artiste .file input,.page-template-full-width .file input{
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

#load-more-presse{
border: 1px solid #cdcdcd;
padding: 12px 25px;
font-size: 17px;
cursor: pointer;
}

.single-artiste .wpcf7 p,.page-template-bernard-buffet-artiste .wpcf7 p,.page-template-full-width .wpcf7 p{margin-bottom: 0}
.single-artiste .wpcf7 small,.page-template-bernard-buffet-artiste .wpcf7 small,.page-template-full-width .wpcf7 small{font-size: 13px}

.single-artiste .wpcf7 .submit-btn,.page-template-bernard-buffet-artiste .wpcf7 .submit-btn,.page-template-full-width .wpcf7 .submit-btn{position: relative;}
.single-artiste .wpcf7 .submit-btn input,.page-template-bernard-buffet-artiste .wpcf7 .submit-btn input,.page-template-full-width .wpcf7 .submit-btn input{position: absolute; right: 0;}

.single-artiste .whatsapp-call,.estim .whatsapp-call,.page-template-bernard-buffet-artiste .whatsapp-call,.page-template-full-width .whatsapp-call{
    background: #555;
    color: #fff!important;
    padding: 10px 20px;
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
}

.single-artiste .fck,.page-template-bernard-buffet-artiste .fck{
    position: absolute;
    right: 0;
    bottom: -40px;
}

.bloc-def i{
    font-size: 45px;
    /*color: #c1b696;*/
}



.mt-20{margin-top: 20px}
.mb-60{margin-bottom: 60px}
.mt-60{margin-top: 60px}

.mb-100{margin-bottom: 100px}
.mt-100{margin-top: 100px}


.page-template-artiste .custom-sub h1,.page-template-basic-page h1{font-size: 40px; margin-top: 80px;
  margin-bottom: 15px;}

.page-id-31841 .content{margin: 0}

.page-id-31841 h1{
    margin: 80px 0 90px;
}

.custom-bt:hover a{
    background-color: #F8F8F8;
}

.page-id-162 h1,.post-type-archive-actualite h1{
    margin: 80px 0 40px;
}

.tt-news{margin: 90px 0}

.post-type-archive-actualite.archive h1{text-align: center!important;}

.single-expositions h1{text-align: center!important;  font-size: 2.5rem;}

.page-template-artiste .custom-sub p{font-size: 18px;color:#444}
.page-template-artiste .custom-block{margin-top: 90px;font-size: 20px}
.page-template-artiste .custom-block i{margin-right: 5px;
  position: absolute;
  top: -65px;
  width: 65px;
  font-size: 65px;
  left: 50%;
  margin-left: -32px;}
.page-template-artiste .custom-block .bg-color{padding:20px 0;background: #ddd;border-right: 1px solid #fff;position: relative;}
.page-template-artiste .custom-block .col-3{padding: 25px 15px}
.page-template-artiste .custom-block .col-3:last-child{border: transparent;}

.page-template-artiste .custom-block .custom-mt{margin-bottom: 100px}

.page-template-artiste .content .thumb{transition:all 0.4s;height: 100%;background-size: cover;background-position: center;}
.page-template-artiste .content:hover .thumb{transform: scale(1.1);opacity: 0.5;rotate: 1deg;}
.page-template-artiste .content{overflow:hidden;height: 400px;background: #000}
.page-template-artiste .artist-name{margin: 25px 0}
.page-template .list{margin-top: 80px}
.page-template-artiste .list .col-4 {text-align: center;}


ul.filtre{padding-left: 0;margin-bottom: 25px;}





.filtre li{
    display: inline-block;
    list-style: none;
    padding-right: 20px;
    cursor: pointer;
    border-right: 1px solid #dedede;
    margin-right: 10px;
}
.filtre li:last-child{
    border-right: transparent;
}

.filtre .active{font-weight: bold;}

.mt-60{
    margin-top: 60px;
}

.mt-90{
    margin-top: 90px;
}


.single-actualite h1{
    margin: 80px 0;
}


.home .news .post-news .thumb{
    height: 400px;
    background-size: cover;
    background-position: center;
}




.post-news { 
  background:#fff;
  overflow:hidden;
}


.news .post-news .content{
    width: 85%;
    margin-top: -12%;
    background-color: #fff;
    padding: 5px 20px 0px 0px;
    position: relative;
}

.home .post-news .content{
    width: 85%;
    margin-top: -12%;
    background-color: #fff;
    padding: 0px 20px 0px 0px;
    position: relative;
}

.home .post-news .excerpt{
    color: #777777;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 17px;
}

.home .post-news .title a{
   color: #25282e
}

.news .post-news,.home .post-news{
    margin-bottom: 20px;
}

.news.row .col-4:not(:first-child):not(:last-child) ,.home.row .col-4:not(:first-child):not(:last-child) {
  padding-left: 35px;
  padding-right: 35px;
}

.news .date{
    font-size: 14px;
    color: #777;
}



.news .readmore,.home .readmore{text-transform: uppercase;font-size: 14px;letter-spacing: 1px;text-decoration: underline;text-underline-offset: 5px;}

.page-template-actualite .news .content div{margin: 10px 0}

.widget_sidebar .sidebar-widget {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.sidebar .cat-list{padding-left: 12px}

.widget_sidebar .sidebar-widget{border-color: #ddd}

.single-artiste h2.sp-h2{font-size: 32px}

.filtre-expo{
    padding-left: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}

.filtre-expo li{
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    padding-bottom: 20px;
    color: #a6a6a6;
    cursor: pointer;
}

.filtre-expo .active{
    border-bottom: 2px solid #444;
    color: #444;
}

.post-expo{margin-bottom: 40px}
.post-expo .title{font-size: 24px;line-height: 32px}
.post-expo .thumb{height: 268px;background-size: cover;background-position: center;margin-bottom:25px}

.h1-size{
    font-size:2.5rem;
}

.page-template-contact .wpcf7 input,.page-template-contact .wpcf7 textarea,.page-template-contact .wpcf7 select,.page-template-basic-page .wpcf7 input,.page-template-basic-page .wpcf7 textarea,.page-template-basic-page .wpcf7 select{
    width: 100%;
  font-size: 13px;
  padding: 10px;
  margin-bottom: 15px;
  background: #f0f0f0;
  border: transparent;
  color: #000;
}

.page-template-contact .wpcf7 select,.page-template-basic-page .wpcf7 select{
    padding: 14px 10px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  bottom: -30px;
}

.telephone .wpcf7-not-valid-tip{
width: 140px;
bottom: -20px;
}

.text-end .wpcf7-not-valid-tip{ bottom: -5px }

.page-template-contact .intl-tel-input,.page-template-basic-page .intl-tel-input{
    margin-bottom: 15px;
}



.page-template-contact .wpcf7 textarea,.page-template-basic-page .wpcf7 textarea{
    height: 150px;
}

.page-template-contact .wpcf7 input[type=submit],.page-template-basic-page .wpcf7 input[type=submit]{
    width: auto;
    background: #555;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    margin-top: 25px
}

.page-template-contact .upload-file,.page-template-basic-page .upload-file{
    position: relative;
}

.page-template-contact input[type=file],.page-template-basic-page input[type=file]{
    position: absolute;
    top: 0;
}

.page-template-contact .file,.page-template-basic-page .file{ 
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: auto;
  width:100%;
  background: #555;
  color: #fff;
  padding: 10px;
  font-size: 13px;
}
.page-template-contact .file input,.page-template-basic-page .file input{
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.page-template-contact .wpcf7 p,.page-template-basic-page .wpcf7 p{margin-bottom: 0}

.page-template-contact .file p,.page-template-basic-page .file p{text-align: center;}



.page-template-contact .wpcf7 small,.page-template-basic-page .wpcf7 small{font-size: 13px}

.page-template-contact .wpcf7 .submit-btn,.page-template-basic-page .wpcf7 .submit-btn{position: relative;}
.page-template-contact .wpcf7 .submit-btn input,.page-template-basic-page .wpcf7 .submit-btn input{position: absolute; right: 0;}

.page-template-contact .whatsapp-call{
    background: #555;
    color: #fff!important;
    padding: 10px 20px;
    display: inline-block;
    font-size: 13px;
    position: absolute;
  right: 0;
  bottom: -90px;
}

.page-template-contact .wpcf7-spinner,.page-template-basic-page .wpcf7-spinner{
    position: absolute;
    margin: 32px 24px;
}

.whatsapp-call2{
    background: #555;
    color: #fff!important;
    padding: 10px 20px;
    display: inline-block;
    font-size: 13px;
    width: 220px;
  text-align: center;
}


.page-template-contact .row img{
    max-width: 100%;
    width: auto;
    height: auto;
}

.page-template-contact .contact-content div,.page-template-basic-page .contact-content div{
    margin-top: 15px;
}

.page-template-contact .contact-content .pp,.page-template-basic-page .contact-content .pp{
    font-size: 13px;
    line-height: 22px;
}

.page-template-contact .contact-content .pp b,.page-template-basic-page .contact-content .pp b{
    font-size: 15px;
}

.page-template-contact h2{
    margin: 60px 0 40px;
}

.page-template-contact .galerie-content{
    border: 1px solid #dedede;
    text-align: center;
    font-size: 14px;
}

.page-template-contact .galerie-content .title{
    font-size: 24px;
    margin: 25px 0 20px;
    color: #25282e;
    text-transform: uppercase;
}

.page-template-contact .galerie-content .geo{
    margin-bottom: 15px;
}

.page-id-31939 h1{
    text-align: center;
}

.page-id-31939 footer{
    margin-top: 0;
}

.page-id-31759 h1{
    margin: 80px 0;
}

.page-id-31759 .widget_sidebar .sidebar-widget{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.page-id-31759 .widget_sidebar{
    margin-bottom: 30px;
}

.page-template-contact .galerie .thumb{
    height: 200px;
    background-position: center;
    background-size: cover;
}

.page-template-contact .galerie .section{
    margin-bottom: 15px;
}

.page-template-contact .galerie .to-map a{
    border: 2px #e5e5e5 solid;
    color: #131313;
    padding-top: 8px;
    padding-right: 22px;
    padding-bottom: 8px;
    padding-left: 22px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.page-template-contact .galerie .to-map a:hover{
    color: #ffffff !important;
    background-color: #696969;
}

.page-template-contact .galerie .to-map{
    margin: 30px 0 40px;
}

.owl-carousel.bloc1 .item{
    overflow: hidden;
     display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel.bloc1 .content-slide{
    z-index: 9;
    position: absolute;
}

.owl-carousel.bloc1 .content-slide p{
    color: #fff;
}

.owl-carousel.bloc1 .item img {
  transform: scale(1.2);   /* start zoomed */
  transition: transform 6s ease;
}

.owl-carousel.bloc1 .item img.dezoom {
  transform: scale(1);     /* dezoom effect */
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.content-slide-title,
.content-slide-text,
.content-slide-text .bts {
  opacity: 0; /* hidden by default */
}

.owl-item.active .content-slide-title {
  animation: fadeInUp 1.4s ease forwards;
  animation-delay: 0.2s;
}

.owl-item.active .content-slide-text {
  animation: fadeInUp 1.4s ease forwards;
  animation-delay: 0.8s;
}

.owl-item.active .content-slide-text .bts {
  animation: fadeInUp 1.4s ease forwards;
  animation-delay: 1.4s;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{padding: 5px 18px 3px 21px !important;}

.owl-theme .owl-nav [class*="owl-"]{background:#00000052!important;transition: all 0.3s ease;border-radius: 100%;}
.owl-theme .owl-nav [class*="owl-"]:hover{background: #000!important;}

.owl-nav button{

}

.owl-nav button span{
    font-size: 45px;
    font-weight: lighter;
}

.owl-theme .owl-nav{
    position: absolute;
  width: 100%;
  top: 50%;
  height: 70px;
  margin-top: -35px;
}

.owl-theme .owl-nav .owl-prev{
    float: left;
    margin-left: 10px;
}

.owl-theme .owl-nav .owl-next{
    float: right;
    margin-right: 10px;
}

.top-nav ul{padding-left: 0}
.top-nav .social li{list-style: none;display: inline-block;}

.top-nav{padding-right: 30px;padding-top: 10px;padding-bottom: 10px;}

.top-nav input{ padding: 3px 10px;font-size: 13px;border:1px solid #dedede}

.language-select{margin-bottom: 4px}

.language-select li{list-style: none;cursor: pointer;padding: 0 4px;}

.language-select  ul{display: none;position: absolute;
  z-index: 9999999;
  background: #fff;
  box-shadow: 1px 1px #ddd;}


.artiste-selected .artiste-thumb{
    min-height: 400px;
    background-position: 50% 50%;
    background-size: cover;
    transition: all 0.6s ease;
}

.artiste-selected .artiste-thumb:hover{
    filter: grayscale(1);
}

.artiste-selected .artiste-name{
    text-align: center;
    margin-top: 28px;
}

.artiste-selected .artiste-name a{
    font-size: 22px;
}




.share-bar{
    display: none;
    position: absolute;
    background: white;
    box-shadow: 1px 1px #ddd;
    box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.75);
}

.share-bar a{
    border-bottom: 1px solid #dedede;
    padding: 5px 15px;
    margin-bottom: 0 !important;
    font-size: 12px;
    position: relative;
}
#copyFeedback{
    position: absolute;
}



  .old-expo.hide{display: none;text-decoration: underline!important;}

  section .text-desc{font-size: 17px; margin: 15px 0 40px; line-height: 28px}

 .page-template-exposition .row.expo{opacity: 0;transition: all 0.4s;}

 .page-template-exposition .loading{position: absolute; width: 100%}

 .page-template-exposition .list{position: relative;}

 .g-sp{--bs-gutter-x: 2.5rem; --bs-gutter-y: 2rem;}

 .page-template-exposition .date{font-size: 20px;margin-top: 10px}

 .page-template-exposition .list{margin-top: 40px}

 .bt-actu a{text-transform: uppercase;}

 .single-expositions .body-content img{width: auto;max-width: 100%;height: auto;}


 .single-expositions .expo-city-info .full-btn,.single-salon .expo-city-info .full-btn{
    width: 100%;
  border: 2px solid #ddd;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-radius: 0;
}

.single-expositions .expo-city-info .full-btn i,.single-salon .expo-city-info .full-btn i{
    margin-right: 3px;
}

.single-expositions .expo-city-info .full-btn.dark,.single-salon .expo-city-info .full-btn.dark{
    background: #000;
    color: #fff;
    border-color: #000;
}

.single-expositions .add-border,.single-salon .add-border{
    border-left: 1px solid #ddd;
}

.single-expositions .add-border{
    position: relative;
}

.single-expositions .add-border:before{
    content: '';
    border-left: 1px solid #ddd;
    position: absolute;
    bottom: -12%;
    height: 12%;
    width: 0;
    left: -1px;
}

.single-expositions .expo-city-info div strong{
    display: block;
    margin-top: 20px;
}

.single-expositions  .calendar a,.single-salon .calendar a{
    display: block;
    margin-bottom: 30px;
}

.single-expositions  .calendar a i,.single-salon .calendar a i{
    background: #ddd;
  padding: 9px 12px;
  border-radius: 100%;
}

.single-expositions  .calendar .shr{
    cursor: pointer;
}

.single-expositions  .calendar .shr i{
    background: #ddd;
  padding: 9px 12px;
  border-radius: 100%;
}


.single-artiste .masonry-item {
    width: 23%; /* ~4 colonnes avec un petit gap */
    margin-bottom: 32px;
}


.single-artiste .masonry-item img {
    width: 100%;
    height: auto;
    display: block;
}

.single-artiste .oeuvre-info {
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffffed;
    color: #000;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.85rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.single-artiste .masonry-item:hover .oeuvre-info {
    opacity: 1;
}


.single-artiste .oeuvre {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.single-artiste .auto-height {
    height: auto !important;
}

.single-artiste .get-full {
    cursor: pointer;
    color: #333;
    text-decoration: underline;
    margin-top: 10px;
}
.single-artiste .get-full:hover {
    color: #000;
}

.single-artiste .artist-name {
    pointer-events: none; 
}


.single-artiste .is-hidden {
    opacity: 0;
    visibility: hidden;
}

/* transition douce */
.single-artiste .artist-oeuv {
    transition: opacity .4s ease;
}

/* loader */
.single-artiste #gallery-loader {
    text-align: center;
    padding: 60px 0;
    font-size: 16px;
    color: #555;
}


.page-template-bernard-buffet-artiste .masonry-item {
    width: 23%; /* ~4 colonnes avec un petit gap */
    margin-bottom: 32px;
}


.page-template-bernard-buffet-artiste .masonry-item img {
    width: 100%;
    height: auto;
    display: block;
}

.page-template-bernard-buffet-artiste .oeuvre-info {
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffffed;
    color: #000;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.85rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.page-template-bernard-buffet-artiste .masonry-item:hover .oeuvre-info {
    opacity: 1;
}


.page-template-bernard-buffet-artiste .oeuvre {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-template-bernard-buffet-artiste .auto-height {
    height: auto !important;
}

.page-template-bernard-buffet-artiste .get-full {
    cursor: pointer;
    color: #333;
    text-decoration: underline;
    margin-top: 10px;
}
.page-template-bernard-buffet-artiste .get-full:hover {
    color: #000;
}

.page-template-bernard-buffet-artiste .artist-name {
    pointer-events: none; 
}


.page-template-bernard-buffet-artiste .is-hidden {
    opacity: 0;
    visibility: hidden;
}

/* transition douce */
.page-template-bernard-buffet-artiste .artist-oeuv {
    transition: opacity .4s ease;
}

/* loader */
.page-template-bernard-buffet-artiste #gallery-loader {
    text-align: center;
    padding: 60px 0;
    font-size: 16px;
    color: #555;
}



#copyFeedback {
    opacity: 0;
    transition: opacity .4s ease;
}

#copyFeedback.visible {
    opacity: 1;
}

.gallery-expo{
    background: #1e2125;
    padding: 90px 0;
}    

.swiper {
  width: 100%;
  height: 600px;  
  box-sizing: border-box;
  overflow: hidden; 
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-height: 100%; 
  width: auto; 
  object-fit: contain; 
  display: block;
}


.loop-same .insame-img{
    height: 270px;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}

.loop-same h3{
    font-size: 28px;
}


nav li:hover .p-0 a{
    color: #000!important;
}

.page-template-artiste .no-results{display: none;}

.page-template-newsletter h1{
    padding: 80px 0 40px
}

.page-template-newsletter footer{margin-top: 0}
.page-template-newsletter section{margin: 40px 0 0}


.show_msg{
    position: absolute;
  z-index: 9;
  background: #fff;
  padding: 3px 10px;
  border: 1px dashed;
  opacity: 0;
  font-size: 13px;
}

.msg-phone, .valid-phone {
  color: red;
}


 @media(max-width: 786px){
    .main-navigation.none-mobile{
        position:relative!important
    }
    .body-content.left-content{
        margin-left:0;
    }
    .main-navigation .sub-menu,.main-navigation li ul{
        display:block;
        position:relative;
        max-width:inherit;
        box-shadow:none!important
    }
    .main-navigation li:hover>ul{
        position:relative
    }
    .navbar-toggler:focus{
        box-shadow:none
    }
    .logo-center.main-navigation ul.to-left li,.main-navigation ul li{
        float:none
    }
    .main-navigation .menu-item-has-children::after{
        right:15px
    }
    .menu-bottom{
        position:inherit;
        bottom:inherit;
    }
    .logo-center.main-navigation .col-2{
        display:none
    }
    .archive .subheader,.single .subheader{
        padding:30px 0;
        margin-bottom:25px
    }
    .single .post-content{
        padding-top:0;
        margin-bottom:0
    }
    footer{
        padding:25px 0
    }
    .archive .loop-post{
        margin-top:0;
        margin-bottom:0
    }
    .archive .post{
        margin:0 auto 25px
    }
    .archive h2{
        margin-top:20px
    }

    ul.filtre{
        text-align: center;
        background: #f2f2f2;
        border-bottom: 1px solid #dedede;
        padding: 10px;
    }
    ul.by-art{
        margin-bottom: 25px;
    }
    ul.by-art li{text-align: left;width: 100%}
    .single-artiste .artist{margin-bottom: 15px}
    .single-artiste .biography-image{padding-left: 0}
    .contact-content{text-align: center;margin-bottom: 25px}
    #logo img{width: 50%}
    .main-navigation .sub-menu{width: 100%;display: none;padding: 0;transition: all 0.4s}
    .main-navigation li:hover .sub-menu{
        display: block;
        opacity: 1;
        visibility: visible;
        background: #eee;
        padding: 4px;
    }
    .sidebar-buffet .artist-sidebar{
        margin-top: 20px;
        font-size: 14px;
        padding-left: 0;
        border-left: inherit;
        border-top: 1px solid;
        padding-top: 20px;
    }
    .page-template-bb h1{
        margin-top: 20px;margin-bottom: 20px;
    }
    .page-template-bb .body-content img ,.page-template-bb iframe{
        width: 100%;
        height: inherit;
    }
    .single-expositions footer{margin-top: 25px}
    .swiper{margin-left: 8%!important}
    .bloc1 .content-slide{padding: 0!important}
    .main-navigation nav li{padding: 0!important}
    .main-navigation nav .cust a{display: none;}
    .single-artiste .masonry-item, .page-template-bernard-buffet-artiste .masonry-item{
        width: 100%;
        position: relative;
    }
    .single-artiste .biography-image, .page-template-bernard-buffet-artiste .biography-image{
        width: 100%;
        float: inherit;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .single-artiste .autre-text, .page-template-bernard-buffet-artiste .autre-text{
        height: auto;
        overflow:inherit;
    }
    .single-artiste .bio-bio , .page-template-bernard-buffet-artiste .bio-bio{
      margin-bottom: 30px;
    }


    .single-artiste .bio-bio , .page-template-bernard-buffet-artiste .bio-bio{
      margin-bottom: 30px;
      height: 56vh;
      overflow: hidden;
      position: relative;
    }
     .mask_text{
        width: 100%;
        height: 200px;
        position: absolute;
        bottom: 0;
        background: #fff;
        background: linear-gradient(to bottom, transparent 0%, #fffffff5 60%, white 100%);
        text-align: center;
        left: 0;
        color: #666666;
        padding-top: 40%;
        text-decoration: underline;
     }

     
    .single-artiste .other-txt, .page-template-bernard-buffet-artiste .other-txt{
      height: 60vh;
      overflow: hidden; 
      position: relative; 
    }
    

     .add-hack{
        position: relative;
        height: 100vh;
        overflow: hidden;
        margin-bottom: 30px !important;
     }

     .mobile-frm{
        position: fixed;
        bottom: 4%;
        background: #444;
        text-align: center;
        z-index: 9;
        width: 75%;
        color:#fff;
        right: 0;
        font-size: 13px;
        padding: 8px 25px 15px;
        border-radius: 8px 0 0 8px;
     }

     .mobile-frm p{margin-bottom: 8px}

     .mobile-frm a{
        color: #666666;
        background: #fff;
        padding: 5px 13px;
        font-size: 12px;
     }






    .single-artiste section, .page-template-bernard-buffet-artiste section{margin: 0}
    .page-template-bernard-buffet-artiste iframe{width: 100%}
    .page-template-artiste .artist-name{margin: 5px 0 0;text-align: center;}
    .page-template .list {margin-top: 50px;}
    .page-template-artiste .loadtime{top: 3%}
    .by-cat-news{margin-bottom: 25px}
    .filtre li{border-right:transparent;padding-right: 0;width: 100%}
    #expoTabs li{width: 100%;margin-bottom: 6px;}
    #expoTabs button{padding: 0}
    #expoTabs button.active {border-left: 2px solid #25282E;border-radius: 0;padding-left: 3px;border-bottom:transparent;}
    .page-template-basic-page .wp-block-button{width: 100%}
    .page-template-basic-page .mb-s{margin-bottom: 30px}
    .page-template-basic-page .wpcf7 input[type="submit"],.whatsapp-call2,.page-template-contact .wpcf7 input[type="submit"]{width: 100%;}
    .page-template-basic-page .sss-d{padding: 20px 0}
    .page-template-presse .presse-item {padding: 8px;}
    .page-template-presse .bg-press .dt-name{border: 1px solid #ddd;}
    .page-template-presse #sticky-box{margin-top: 80px}
    .page-template-presse #load-more-presse{width: 100%;display: inline-block;}
    .tnp-subscription{padding:15px}
    .page-template-newsletter .news-form{padding: 20px}
    .fix-m img{width: auto;height: auto;max-width: 100%}
    .btartistes div{
        width: 100%;
    }
    .page-content .btartistes a,.post-content .btartistes a{
        background: #8a8a8a;
        color: #fff;
        transition: all 0.4s;
        border-color: #696969;
    }
    .btartistes:hover a{
        background: #585858;
    }
    .page-template-banniere .page-content{margin-top: 50px}
    .page-template-art-monumental .header .title {
        padding-right: inherit;
        padding: 120px 0 0;
    }
    .page-template-art-monumental .header .title h1{padding: 15px}
    .page-template-art-monumental .art-mon a{
        display: inline-block;
        width: 100%;
        margin-bottom: 8px;

    }

    .page-id-31939 .wp-container-core-column-is-layout-8a368f38 .wp-block-group{
        min-height: 360px!important;
    }

    .page-id-31939 iframe{
        width: 85%;
        height: 260px;
    }

    .lang_select{
        position: fixed;
        right: 55px;
        top: 8px;
    }
 }